body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, code, em, font, img, strong,dl, dt, dd, ol,ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{border:none;}
a img{border:none;}
*{outline:none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;}
a{text-decoration:none;}
input{border:0;}
ol,ul{list-style-image:none;list-style-type:none;}
.clear{clear:both;float:none;}
.left{float:left;}
.right{float:right;}
strong{font-weight: 800;}
.center{text-align: center!important;}
.right2{float:none;}

body{
    font-family:'Roboto',arial,sans-serif;
    color:#000;
    font-size:62.5%;
    height:100%;
    background: #fff;
    position: relative;
    overflow-x:hidden;
    min-height: 300px;
    overflow-y:auto;
}
.ecran{
    display: none;
}
.mobile{
    display: inline-block;
}
.full{
    display: none;
}
.mixed{
    display: inline-block;
}
.c{width:100%;text-align: center;}

/*/////////////////HEADER/MOBILE///////////////////*/
#header_mobile{
    width: 100%;
    background: #fff;
}
#header_mixed{
    margin-top:50px;
    width:100%;
    text-align: center;
    background: #fff;
}

/*///////////NAV/MOBILE//////////////////////*/
#nav_mobile{
    height:40px;
    width: 100%;
    background: #0c5adb;
    position: fixed;
    z-index: 1000;
}
#bouton_nav{
    height:19px;
    width:30px;
    background: url(../images/nav_mobile.png) no-repeat left top;
    cursor: pointer;
    display: block;
    position: absolute;
    left:5%;
    top:10px;
}
#nav_mobile nav{
    position: absolute;
    top:40px;
    left:0;
    width:100%;
    display: none;
    transition: all 0.5s ease 0s;
    z-index: 1000;
    text-align: left;
    background: #5d8cdb;
}

#nav_mobile nav ul li a{
    display: block;
    padding-left:5%;
    color: #fff;
    line-height: 2.6em;
    font-size:1.4em;
    font-weight: 900;
    text-transform: uppercase;
    background: none;
}
#nav_mobile nav ul li a.suite{
    background: url(../images/right_hover.gif) no-repeat 98% center!important;
}
#nav_mobile nav ul li a:hover,#nav_mobile nav ul li a:active,#nav_mobile nav ul li.active a{
    background-color: #204d98!important;
    color:#fff!important;
}
.hilight{
    display: block!important;
    transition: all 0.5s ease 0s;
}
/*//////////////suite///////////////////*/
.nav_secondaire_mobile{
    display: none;
}
#nav_mobile .nav_secondaire_mobile li a:hover,nav_secondaire_mobile li.active a:hover{
    background-color: #204d98!important;
    color:#fff!important;
}
.suite_hover{
    display: block;
}
#nav_mobile nav .nav_secondaire_mobile li a{
    padding-left:10%;
    background-color: #3ec1c2;
    color:#fff;
    font-size:1.4em;
}
.s_hover{
    background: url(../images/suite.gif) no-repeat 98% center;
}
/*///////////////////fin-suite/////////////*/



/***********************RS***/
.rs{
    display: inline-block;
    height: 30px;
    width:30px;
    float: left;
    transition: all 0.5s ease 0s;
}
.fb{
    background: url(../images/fb.png) no-repeat  center;
    background-size:10px 20px;
}
.tw{
    background: url(../images/tw.png) no-repeat  center;
    background-size:18px 16px;
}
.in{
    background: url(../images/in.png) no-repeat  center;
    background-size:18px 18px;
}
.rs:hover{
    background-color:#5d8cdb;
    border-radius: 50%;
}
#rs_mobile{
    position: absolute;
    right:10px;
    top:5px;
    z-index: 10000;
}
#logo_mobile{
    display: inline-block;
    width: 60%;
    max-width: 300px;
    margin-bottom:30px;
}
#logo_mobile img{
    width:100%;
}
#email_mobile{
    background: url(../images/email_mobile.png) no-repeat left 19px;
    background-size:26px 14px;
    min-height: 20px;
    color:#204d98;
    display: inline-block;
    font-size:1.6em;
    font-weight: normal;
    padding-left:40px;
    font-style: normal;
    transition: all 0.5s ease 0s;
    padding-top:16px;
}
#email_mobile:hover{
    text-decoration: underline;
}
#adresse_mobile{
    background: url(../images/adresse_mobile.png) no-repeat left 12px;
    background-size:19px 26px;
    min-height: 50px;
    color:#204d98;
    font-size:1.6em;
    font-weight: normal;
    padding-left:33px;
    font-style: normal;
    padding-top:16px;
    display: inline-block;
}

#tel_mobile{
    background: url(../images/tel_mobile.png) no-repeat left 12px;
    background-size:15px 25px;
    min-height: 50px;
    color:#204d98;
    display: inline-block;
    font-size:1.6em;
    font-weight: normal;
    padding-left:29px;
    font-style: normal;
    transition: all 0.5s ease 0s;
    padding-top:16px;
}
#tel_mobile:hover{
    text-decoration: underline;
}
#address_mobile{
    display: inline-block;
    width: 90%;
    margin-left:5%;
}
/****************************/

@keyframes float1 {
	0% {
		transform: translate(100px,0);
	}
	50% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(100px,0);
	}
}
@keyframes float2 {
	0% {
		transform: translate(0,20px);
	}
	50% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(0,20px);
	}
}
@keyframes float3 {
	0% {
		transform: translate(0,50px);
	}
	50% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(0,50px);
	}
}
@keyframes float4 {
	0% {
		
	}
	50% {
		transform: rotate(-10deg);
	}
	100% {
		
	}
}
@keyframes float5 {
	0% {
		transform: translate(-50px,50px) ;
	}
	50% {
		transform: translate(0,0) ;
	}
	100% {
		transform: translate(-50px,50px);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg) ;
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes horizontal {
	0% {
		transform: translate(0) ;
	}
	100% {
		transform: translate(-100%);
	}
}


/*********************BOUTONS*******/
.bouton{
    text-transform: uppercase;
    font-size:1.8em;
    color:#fff;
    background: #0c5adb;
    padding:15px 30px;
    font-weight: 500;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
.bouton:hover,.bouton:focus{
    background: #204d98;
}
.bouton3{
    text-transform: uppercase;
    font-size:1.6em;
    color:#fff;
    background: #0c5adb;
    padding:10px 30px;
    font-weight: 800;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
.bouton3:hover,.bouton:focus{
    background: #204d98;
}

/**********************************/

/*************PAGE********************/
#page{
    position: relative;
    max-width:100%;
    margin:0 auto;
    min-height: 100vh;
    width:100%;
    padding:0 5%;
}
#prensentation_accueil,#presentation_activite{
    margin-top:100px;
    text-align: center;
}
#prensentation_accueil h3,#presentation_activite h3{
    color:#0c5adb;
    font-size:1.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
}
#prensentation_accueil h1,#presentation_activite h2{
    color:#204d98;
    font-size:4em;
    font-weight: 900;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-bottom:70px;
    text-transform: uppercase;
}
#prensentation_accueil h1:after,#presentation_activite h2:after{
    content: "";
    height: 8px;
    width:200px;
    display: inline-block;
    position: absolute;
    bottom:-15px;
    left:0;
    background: #204d98;
}
.titre{
    text-align: center;
    width: auto;
    display: inline-block;
}
#prensentation_accueil .col12 img{
    width:100%;
    max-width: 500px;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}
.col12{
    width:100%;
    margin-bottom:30px;
}
#texte_prensentation_accueil{
    text-align: left;
    display: inline-block;
    max-width: 90%;
}
#texte_prensentation_accueil h2{
    font-size:1.8em;
    font-weight: bold;
    color:#000;
    margin-bottom: 20px;
}
#texte_prensentation_accueil p{
    font-size:1.8em;
    font-weight: 300;
    color:#000;
    line-height: 1.4em;
}
#texte_prensentation_accueil ul{
    margin:20px 0;
}
#texte_prensentation_accueil ul li{
    font-size:1.8em;
    font-weight: 500;
    color:#000;
    line-height: 1.4em;
    padding-left:22px;
    background: url(../images/flamme.png) no-repeat left top;
    background-size:12px 22px;
    min-height: 22px;
    margin-bottom:5px;
}
#texte_prensentation_accueil .bouton{
    margin-top:30px;
}

.col13{
    min-height: 100px;
    margin-bottom:30px;
}
#wrapper_presentation_activite img{
    width:260px;
    max-width: 100%;
    transition: all 0.5s ease 0s;
    display: inline-block;
    height: auto;
}
#wrapper_presentation_activite{
    margin-bottom:30px;
}
#wrapper_presentation_activite .col13 h2{
    font-size:2em;
    margin-bottom:10px;
    margin-top:15px;
    width:100%;
    text-align: center;
}
#wrapper_presentation_activite .col13 h2 a{
    color:#204d98;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
#wrapper_presentation_activite .col13 h2 a:hover{
    color:#5d8cdb;
}
#wrapper_presentation_activite .col13 h2:after{
    background: none;
    content: "";
    height: 0;
    width:0;
    display: inline-block;
    position: relative;
}
#wrapper_presentation_activite p{
    font-size:1.8em;
    font-weight: 300;
    color:#000;
    line-height: 1.4em;
    width: 260px;
    max-width: 100%;
    display: inline-block;
}
#wrapper_presentation_activite .bouton{
    margin-top:30px;
}
#wrapper_presentation_activite img:hover{
    transform: scale(110%);
}

#presentation_valeurs{
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    min-height: 540px;
    background: #0c5adb;
    margin-top:100px;
    margin-bottom:100px;
}

.col2tier{
    width:100%;
    min-height: 540px;
    padding-bottom:30px;
}
.col1tier{
    width:100%;
    min-height: 540px;
    position: relative;
}
#presentation_valeurs .col1tier img{
    position: absolute;
    top:0;
    left:0;
    object-fit: cover;
    object-position: center center;
    min-width: 100%;
    width:100%;
    min-height: 540px;
    height: 100%;
}
#presentation_valeurs .col1tier{
    min-height: 540px;
}
#wrapper_valeurs .col2tier{
    padding-left:60px;
    padding-top:40px;
    padding-right:10%;
}
#wrapper_valeurs h2{
    color:#fff;
    font-size:4em;
    font-weight: 900;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-bottom:40px;
}
#wrapper_valeurs h2:after{
    content: "";
    height: 8px;
    width:200px;
    display: inline-block;
    position: absolute;
    bottom:-15px;
    left:0;
    background: #fff;
}
#wrapper_valeurs h3{
    color:#fff;
    font-size:1.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
}
#wrapper_valeurs p{
    font-size:1.8em;
    font-weight: 400;
    color:#fff;
    line-height: 1.6em;
}
#wrapper_valeurs .bouton{
    background: #204d98;
    margin-top:30px;
    margin-bottom:30px;
}
#wrapper_valeurs .bouton:hover{
    background: #5d8cdb;
}
#wrapper_valeurs{
    min-height: 540px;
    width: 100%;
}
#realisations{
    text-align: center;
    margin-bottom:100px;
}

#realisations h3{
    color:#0c5adb;
    font-size:1.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
}
#realisations h2{
    color:#204d98;
    font-size:4em;
    font-weight: 900;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-bottom:70px;
    text-transform: uppercase;
}
#realisations h2:after{
    content: "";
    height: 8px;
    width:200px;
    display: inline-block;
    position: absolute;
    bottom:-15px;
    left:0;
    background: #204d98;
}


#wrapper_realisations{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
}
.realisations{
    width:100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom:60px;
    position: relative;
    padding-bottom:50px;
}

.realisations .real{
    display: inline-block;
    width: 100%;
    height: 260px;
    max-height: 260px;
    box-shadow: 10px 10px rgba(32, 77, 152, 1) ;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.realisations .real:hover{
    transform: scale(110%);
}
.realisations img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#realisations .realisations h3{
    margin-top:30px;
    color:#000;
    font-size:2.5em;
    font-weight: 600;
    margin-bottom:20px;
    text-transform: none;
}
.realisations p{
    color:#737373;
    font-size:1.8em;
    font-weight: 300;
    line-height: 1.4em;
    text-align: left;
}
#realisations .realisations .bouton{
    position: absolute;
    bottom:0;
    left:0;
    padding:10px 30px;
    font-size:1.6em;
    border-radius: 8px;
}
.wrapper_titre{
    text-align: center;
}

/******news accueil****/
#news .wrapper_titre h3{
    color:#0c5adb;
    font-size:1.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    text-transform: uppercase;
}
#news .wrapper_titre h2{
    color:#204d98;
    font-size:4em;
    font-weight: 900;
    text-align: left;
    position: relative;
    display: inline-block;
    line-height: 1em;
    margin-bottom:70px;
    text-transform: uppercase;
}
#news .wrapper_titre h2:after{
    content: "";
    height: 8px;
    width:200px;
    display: inline-block;
    position: absolute;
    bottom:-15px;
    left:0;
    background: #204d98;
}

#wrapper_news{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
}
.news{
    width:100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom:60px;
    position: relative;
    padding-bottom:30px;
    min-height: 100px;
}
.img_news{
    width:100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
    display: inline-block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
.img_news:hover img{
    transform: scale(120%) rotate(-10deg);
}
.img_news img{
    width:100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease 0s;
    
}
#news time,#news_news time{
    display: inline-block;
    background: url(../images/calendrier.png) no-repeat left top;
    background-size:19px;
    padding-left:29px;
    color:#737373;
    font-weight: 400;
    font-size:1.6em;
    text-align: left;
    margin-top:8px;
    margin-bottom:10px;
}
#wrapper_news h2{
    color:#000;
    font-size:2em;
    font-weight: 600;
    margin-bottom:20px;
    text-transform: none;
    transition: all 0.5s ease 0s;
}
#wrapper_news h2 a{
    color:#000;
    transition: all 0.5s ease 0s;
}
#wrapper_news h2 a:hover{
    background: #0c5adb;
    color:#fff;
}
#news p{
     color:#737373;
    font-size:1.6em;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
}
.bouton2{
    text-align: right;
    background: url(../images/plus_suite.png) no-repeat 100% 6px;
    color:#204d98;
    padding-right:20px;
    background-size:6px auto;
    font-size:1.8em;
    font-weight: 600;
    display: inline-block;
    float: right;
    position: absolute;
    bottom:0;
    right:0;
    transition: all 0.5s ease 0s;
}
.bouton2:hover{
    color:#5d8cdb;
    background: url(../images/plus_suite.png) no-repeat calc( 100% - 5px ) 6px;
    background-size:6px auto;
}

footer{
    margin-top:100px;
}
#logo_footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
    margin: 0 auto;
    margin-bottom:30px;
}
.logo_footer{
    width:80%;
    max-width: 100px;
    display: block;
    margin-bottom:30px;
    position: relative;
    min-height: 50px;
    margin-right:30px;
}
.logo_footer img{
    width:100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    max-height: 150px;
}

#footer{
    padding:30px;
    background: #0c5adb;
    text-align: center;
}
#footer h3{
    color:#fff;
    font-size:1.8em;
    font-weight: 400;
}
#footer h3 a{
    color:#fff;
}
#footer h3 a:hover{
    text-decoration: underline;
}


/************************PAGES INTERNES**/
#ariane{
    margin-top: 40px;
    margin-bottom:40px;
}
#ariane ul li{
    color:#737373;
    font-size:1.6em;
    font-weight: 300;
    display: inline-block;
}
#ariane ul li a{
    color:#737373;
    transition: all 0.5s ease 0s;
    display: inline-block;
}
#ariane .aactive,#ariane ul li a:hover{
    font-weight: bold;
    color:#204d98;
}
#page_interne h3 + h1{
    color: #000;
    font-size: 3em;
    font-weight: 900;
    position: relative;
    text-align: center;
}
#page_interne h3:first-child{
    color:#0c5adb;
    font-size:2em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:20px;
    letter-spacing: 5px;
}
#page_interne h3 + h1:after{
    content: "";
    display: block;
    height:5px;
    background: #0c5adb;
    width:200px;
    border-radius: 4px;
    text-align: center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}
#page_interne #realisations{
    margin-top:80px;
}
#page_interne p{
    color:#737373;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 300;
    text-align: center;
}
#page_interne #realisations p{
    text-align: left;
}
#page_interne{
    min-height: 100vh;
}
#travaux{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
}
.travaux{
    width:100%;
    min-width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom:60px;
    position: relative;
    min-height: 100vh;
}
#wrapper_imgage_principale{
    width:100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
#wrapper_imgage_principale img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}
#vignette{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
    margin-top:20px;
}

.vignette{
    width:49%;
    min-width: 49%;
    display: inline-block;
    margin-right:2%;
    height: 200px;
    margin-bottom:20px;
    position: relative;
    overflow: hidden;
}
.vignette:nth-child(2n){
    margin-right: 0;
}
.vignette img{
    width:100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
}


.vignette:hover img,#wrapper_imgage_principale:hover img{
    transform: scale(120%);
}

#travaux_desc{
    padding-left:40px;
}
#travaux_desc h2{
    font-size:3em;
    font-weight: bold;
    margin-bottom:30px;
}
#travaux_desc h3{
    font-size:2em;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:20px;
}
#travaux_desc p{
    text-align: left;
    color:#000;
}
#travaux_desc ul{
    margin:20px 0;
}
#travaux_desc ul li{
    color:#000;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
    padding-left:22px;
    background: url(../images/flamme.png) no-repeat left top;
    background-size:12px 22px;
    text-align: left;
    margin-bottom:5px;
}
#travaux_desc p a,#travaux_desc li a{
    color:#0c5adb;
}
#travaux_desc p a:hover,#travaux_desc li a:hover{
    text-decoration: underline;
}

/*****************************PARTAGE*RESEAUX*SOCIAUX***********************/
.partage{
   margin-top:30px;
   margin-bottom:30px;
}
.partage2{
    margin-top:0;
}
.prs{
  width: 23%;
  margin:0 1%;
  height: 40px;
  float: left;
  cursor:pointer;
  background: orangered;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom:20px;
}
.prs:first-child{
  margin-left:0;
  width:24%;
}
.prs:nth-child(4){
  margin-right:0;
  width:24%;
}
.prs_fb{
  background: url(../images/prs/facebook.png) no-repeat center center;
  background-color:#3b5998;
  background-size: 24px 24px;
}
.prs_twt{
  background: url(../images/prs/twitter.png) no-repeat center center;
  background-color:#00aced;
  background-size: 24px 24px;
}
.prs_in{
  background: url(../images/prs/linkedin.png) no-repeat center center;
  background-color:#0077b5;
  background-size: 24px 24px;
}
.prs_pin{
  background: url(../images/prs/pinterest.png) no-repeat center center;
  background-color:#bd081c;
  background-size: 24px 24px;
}
.prs:hover{
  background-color:gold;
}
.fb-share-button{
  display: none!important;
}
/****************************FIN*PARTAGE*RESEAUX*SOCIAUX********************/
#page_interne #wrapper_news{
    margin-top:80px;
}

#page_interne #wrapper_news p{
    font-size:1.6em;
    font-weight: 300;
    line-height: 1.5em;
    text-align: left;
}
#news_news_img{
    width:100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center center;
}
#texte_article{
    min-height: 50vh;
    max-width: 1000px;
    margin:0 auto;
    margin-top:40px;
    text-align: left;
}
#texte_article h2{
    font-size:3em;
    font-weight: bold;
    margin-bottom:30px;
}
#texte_article h3{
    font-size:2em;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:20px;
}
#texte_article p{
    text-align: left;
    color:#000;
}
#texte_article ul{
    margin:20px 0;
}
#texte_article ul li{
    color:#000;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
    padding-left:22px;
    background: url(../images/flamme.png) no-repeat left top;
    background-size:12px 22px;
    text-align: left;
    margin-bottom:5px;
}
#texte_article p a,#texte_article li a{
    color:#0c5adb;
}
#texte_article p a:hover,#texte_article li a:hover{
    text-decoration: underline;
}
#texte_article .bouton{
    margin-top:30px;
}
#news.autres_news h2:first-child{
    color: #000;
    font-size: 3em;
    font-weight: 900;
    position: relative;
    text-align: center;
}
#news.autres_news h2:first-child:after{
    content: "";
    display: block;
    height:5px;
    background: #0c5adb;
    width:200px;
    border-radius: 4px;
    text-align: center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:40px;
}
/*****************CONTACT***/
 #form_contact{
    max-width: 1000px;
    margin:0 auto;
    margin-top:30px;
 }
.col12b{
  width:100%;
  position: relative;
  margin-bottom:40px;
}
.col12b:nth-child(2n){
  margin-right:0;
}
#form_contact input:not(#submit_proposer){
  width:100%;
  border-radius:10px;
  border:2px solid #999;
  font-family:'Roboto',arial,sans-serif;
  color:#000;
  font-size:1.7em;
  font-weight: 500;
  padding:20px;
  display: block;
  transition: all 0.5s ease 0s;
}
#form_contact textarea{
  width:100%;
   border-radius:10px;
  border:2px solid #999;
  font-family:'Roboto',arial,sans-serif;
  color:#000;
  font-size:1.7em;
  font-weight: 500;
  padding:20px;
  min-height: 100px;
  display: block;
  transition: all 0.5s ease 0s;
}
#form_contact input:not(#submit_proposer):hover,#form_contact input:not(#submit_proposer):focus,
#form_contact textarea:hover,#form_contact textarea:focus{
  border:2px solid #0c5adb;
}
#submit_proposer{
  border-radius:10px;
  background: #0c5adb;
  color:#fff;
  font-weight: 900;
  font-size:2em;
  display: inline-block;
  font-family:'Outfit',arial,sans-serif;
  padding:20px;
  width:100%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
#submit_proposer:hover,#submit_proposer:focus{
  background: gold;
  color:#000;
}
.required{
  color:red;
  font-weight: bold;
  font-size:1.6em;
  position: absolute;
  top:5px;
  right:20px;
}
.ligne_form{
  margin-bottom:40px;
  position: relative;
}

#message_form{
  background: #28a745;
  width: 100%;
  padding:20px;
  color:#fff;
  font-weight: bold;
  font-size:2em;
  display: none;
  margin-bottom:20px;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
  text-align: center;
}

/***********fin******CONTACT***/

#zone_article{
    width:100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}
#page_interne #zone_article h3{
    color: #0c5adb;
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-align: left;
}
#page_interne #zone_article p{
     text-align: left;
     color:#000;
     line-height: 1.6em;
}
#page_interne #zone_article p a{
    color:#0c5adb;
}
#page_interne #zone_article p a:hover{
    text-decoration: underline;
}
#zone_article.page_zone_article{
    margin-top:80px;
}
#zone_article.page_zone_article h2{
    font-size:2.5em;
    margin-bottom: 30px;
    color:#000;
    font-weight: 800;
    text-transform: uppercase;
}
#presentation_1 img:first-child,#presentation_2 img:first-child,.present img:first-child{
    margin-right: 40px;
    margin-bottom: 40px;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    width:100%;
    max-width: 100%;
}
.mt30{
    margin-top:30px;
}

/******zone presentation contact****/
#zone_contact_presentation{
    margin-top:40px;
    width:100%;
}
#zone_contact_presentation address{
    width:100%;
    font-style: normal;
}

#zone_contact_presentation img{
    margin-bottom: 40px;
    object-fit: contain;
    object-position: left center;
    width:100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
}
#zone_contact_presentation img:hover{
    transform: scale(130%);
}
.email_p{
    background: url(../images/email_mobile.png) no-repeat left 19px;
    background-size:26px 14px;
    min-height: 20px;
    color:#204d98;
    display: block;
    font-size:1.6em;
    font-weight: normal;
    padding-left:40px;
    font-style: normal;
    transition: all 0.5s ease 0s;
    padding-top:12px;
}
.email_p a:hover{
    text-decoration: underline;
}
.adresse_p{
    background: url(../images/adresse_mobile.png) no-repeat left 12px;
    background-size:19px 26px;
    color:#204d98;
    font-size:1.6em;
    font-weight: normal;
    padding-left:33px;
    font-style: normal;
    display: block;
    padding-top:12px;
}

#page_interne #zone_article .tel_p{
    background: url(../images/tel_mobile.png) no-repeat left 12px;
    background-size:15px 25px;
    color:#204d98;
    display: block;
    font-size:1.8em;
    font-weight: 800;
    padding-left:29px;
    font-style: normal;
    transition: all 0.5s ease 0s;
    padding-top:16px;
}
.tel_p a:hover{
    text-decoration: underline;
}
.fr{
    float: right;
}
#zone_article.page_zone_article #presentation_valeurs h3{
    color:#fff;
}
#zone_article.page_zone_article #presentation_valeurs h2{
    color:#fff;
}
#zone_article.page_zone_article #presentation_valeurs p{
    color:#fff;
}
#zone_article.page_zone_article #presentation_valeurs ul{
    margin:20px 0;
}
#zone_article.page_zone_article #presentation_valeurs ul li{
    padding-left:15px;
    color:#fff;
    font-size: 1.8em;
    line-height: 1.6em;
    font-weight: 300;
    text-align: center;
    text-align: left;
    background: url(../images/li.png) no-repeat left 8px;
}
#zone_article.page_zone_article #presentation_valeurs{
    padding-bottom: 40px;
 
}

#zone_article.page_zone_article #presentation_valeurs #wrapper_valeurs{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content:space-around;
    margin: 0 auto;
}
    
    
#zone_article.page_zone_article #presentation_valeurs{
    padding:0;
}
#zone_article.page_zone_article #presentation_valeurs .col1tier img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  min-width: 100%;
  width: 100%;
  min-height: 540px;
  height: 100%;
}

#presentation_2  ul,#presentation_1  ul,.present ul{
    margin:20px 0;
    display: flex;
    flex-direction: column;
}
#presentation_2  ul li,#presentation_1 ul li,.present ul li{
    color:#000;
    font-size: 1.8em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: center;
    padding-left:22px;
    background: url(../images/flamme.png) no-repeat left top;
    background-size:12px 22px;
    text-align: left;
    margin-bottom:5px;
}
#presentation_2  p a,#presentation_2 li a,#presentation_1  p a,#presentation_1 li a,.present  p a,.present li a{
    color:#0c5adb;
}
#presentation_2  p a:hover,#presentation_2 li a:hover,#presentation_1  p a:hover,#presentation_1 li a:hover,.present  p a:hover,.present li a:hover{
    text-decoration: underline;
}


.img_desc{
 max-width: calc( 100% - 60px );
 display: inline-block;
 margin-right:30px;
 margin:30px;
 overflow: hidden;
 transition: all 0.5s ease 0s;
}
.img_desc:hover{
 transform: scale(110%);
}

.play{
    display: inline-block;
    width:100%;
    text-align: center;
    position: absolute;
    top:0;
    left:0;
    background: url(../images/play.png) no-repeat center center;
    height: 100%;
    z-index: 10000;
    background-size:100px;
}