html {
	font-size: 100%;
}

body {
	color:#1b1919;
	font-weight: 200;
	font-family: "Open Sans", sans-serif;
 	line-height: 1.6;
	margin: 0;
}
cite{
    font-size: 0.9rem;
}
 /* -------------------------- HEADER -------------------------------------*/
#header {
	position: fixed;
    top: 0;
	height: 90px;
	width: 100%;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
	font-weight: 600;
	font-style: normal;
	line-height: 160%;
	letter-spacing: 1px;
	text-transform: uppercase;
    background-color: rgb(255 255 255 / 0);
	z-index: 10;
}

.header_down {
    background-color: white !important;
    color: #1b1919 !important;
}
.header_down #menu a {
	color: #161313;
}

#header #logo{
    font-size: 2rem;
}

#logo {
    position: absolute;
    top: 10px;
    left: 8%;
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    justify-content: flex-start;
}

.logo i {
    color: #007f7f;
    font-size: 1.5em;
    margin-right: 1rem;
    text-shadow: 0px 1rem 1.5rem rgba(0,0,0, 0.5);
}

.logo span {
    color: #fff;
    text-transform: none;
    font-family: 'Futura PT', sans-serif;
    font-weight: 400;
    letter-spacing: 7px;
    text-shadow: 0px 1rem 1.5rem rgba(0,0,0, 0.5);
}

.logo span.iconBold {
    font-weight: 500;
}

.header_down #logo span{
    color: #007f7f;
}

#logoImg{
	max-width: 300px;
	max-height: 80px;
}
@media (max-width: 767px) {
    #menu {
        display: none;
    }
}
#menu{
	position: absolute;
	top: 10px;
	right: 5%;
	height: 80px;
	font-weight: 600;
	font-style: normal;
	line-height: 160%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: white;
}

#menu ul {
    list-style: none;
}

#menu li {
	padding: 12px;
	display: inline-block;
}

#menu a {
	border-bottom: 3px solid #03a9f4;
	text-decoration: none;
	color: #f8f8f8;
}

/* -------------------------- CORPS -------------------------------------*/
#corps {
	width: 100%;
	min-height: calc(100vh - 0px);
	z-index: 3;
}

/* -------------------------- HERO -------------------------------------*/

#hero {
    position: relative;
    display: flex;
    width: 100%;
    height: calc(100vh - 300px);
    background-image: url("/img/fond_tuyaux.jpg");
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    background-position-x: 50%;
    background-position-y: 60%;
    padding-top: 90px;
    color: white;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

#heroFooter {
    position: relative;
    margin-top: -120px;
    width: 100%;
    min-height: 300px;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

#mainDescription {
    display: flex;
    max-width: 800px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    font-family: Muli,sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 130%;
    color: #fff;
    padding: 10px;
    margin-top: -15%;
}

.hero-title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
    line-height: 1.14;
    letter-spacing: .9px;
}

.heroItem {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    line-height: 1.5rem;
    font-family: "Open Sans",sans-serif;
    color: #8E9DAE;
    width: 13%;
    min-width: 300px;
    /* padding: 1rem; */
}

.heroItem title, h1, h2, h3, h4, h5, h6 {
    font-family: Muli,sans-serif;
    font-weight: 600;
    color: #3C424F;
    text-rendering: optimizeLegibility;
    margin-bottom: 16px;
}

.heroItem h1 {
    font-size: 1.25rem;
}

.heroIcon{
    border-color: #03a9f4;
    font-size: 4rem;
    color: #03a9f4;
    border-radius: 100%;
    line-height: 2.125em;
    text-align: center;
}

/*---------------------------- Boites--------------------------------------*/

.boite {
    height: max-content;
    background-color: white;
    text-rendering: optimizeLegibility;
    justify-content: center;
    font-family: "Open Sans",sans-serif;
    color: #8E9DAE;
    padding: 2% 6%;
    font-size: 1.2rem;
    min-height: 400px;
}

.boite h1 {
    font-weight: 300;
    color: #3C424F;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
    font-size: 2.3rem;
}

.boite cite {
    font-weight: 300;
    width: 100%;
    text-align: center;
}


.fond_bleu{
    background-color: #f5fafd;
}

.imgCtnr {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.imgCtnr img {
    position: absolute;
    max-width: 90%;
}

.img1_3 {
    left: 2%;
    top:15%;
    z-index: 3;
    max-height: 85%;
}

.img2_3 {
    left: 20%;
    top:0;
    z-index: 2;
    max-width: 80%;
}

.img3_3 {
    right: 0;
    top:0;
    z-index: 1;
}

.col_img{
    width: 100%;
}

/* -------------------------- General -------------------------------------*/
.shadow-large {
    box-shadow: 0 10px 30px 0 rgba(189,189,189,.3),0 10px 30px rgba(0,0,0,.08);
}

.curve::after {
    position: absolute;
    border-top-left-radius: 25% 100%;
    border-top-right-radius: 25% 100%;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    bottom: 0px;
    content: "";
    border-top: thick double #32a1ce;
}

.bordered {
    border: 2px solid #03a9f4;
    line-height: 2.125em;
    width: calc(2.125em + 4px);
}

.ligth_bordered{border: 1px solid #e0e1e1;}

.iconshadow{
    box-shadow: 0 10px 30px 0 rgba(49,52,57,.3),0 10px 30px rgba(0,0,0,.08);
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.marged_center_content{
    margin: 1em;
    justify-content: center !important;
    align-content: center !important;
}


@media (max-width: 767px) {
    html {
        font-size: 100%;
    }
    #header {
        height: 70px;
    }
    .col{
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    
}

/*bootstrap like*/
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
}

.col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    box-sizing: border-box;
    min-width: 200px;
}
.l1 {
    flex-basis: 8.333333%;
    max-width: 8.333333%;
}
.l2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.l3 {
    flex-basis: 25%;
    max-width: 25%;
}
.l4 {
    flex-basis: 33.33333%;
    max-width: 33.333333%;
}
.l5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
.l6 {
    flex-basis: 50%;
    max-width: 50%;
}
.l7 {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
}
.l8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.l9 {
    flex-basis: 75%;
    max-width: 75%;
}
.l10 {
    flex-basis: 83.33333%;
    max-width: 83.333333%;
}
.l11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
.l12 {
    flex-basis: 100%;
    max-width: 100%;
}


/* Spécifique*/
#form_contcat {
    margin: 2rem;
    padding: 2rem;
    background-color: white;
    color: #3C424F;
    max-width: 1000px;
}
#form_contcat input, #form_contcat select{
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(102,113,123,.25),inset 0 1px 2px 0 rgba(102,113,123,.21);
    font-size: 1rem;
    height: 2.5rem;
    outline: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: none;
    padding: 0 12px;
    margin:10px;
}

#form_contcat input[type="textarea"] {
    height: 25rem;
}
#row_contact {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-image: url('/img/goutte_bg.jpg');
    background-size: cover;
    background-position: center top;
    color: aliceblue;
    align-content: center;
    align-items: center;
}

.btn{
	display: inline-block;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 8px;
    font-size: 1.4rem;
    color: #ffffff;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.4;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}
.btn_contact{
	width:200px;
	margin: auto;
	height:50px;
    background-color: #d9534f;
}
.btn_demo{
	width:200px;
    padding: 0.5rem;
    background-color: #007f7f;
}

#footer{
	background: #222;
    justify-content: center;
    align-items: center;

}

.cartoucheFooter{
	display: flex;
	border-inline: 1px solid rgba(128, 128, 128, 0.2);
	width: 10%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	height: 200px;
	color:#d3d3d3;
	text-align: center;
	padding: 1rem;
}

.cartoucheFooter i{
    font-size: 3rem;
    margin-bottom: 1rem;
}