
@font-face {
    font-family: 'formattregular';
    src: url('formatt_regular-webfont.woff2') format('woff2'),
         url('formatt_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {font-size: 100%; height: 100%; margin:0;}
body { font-size:1em/1.5em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;  font-weight:300; margin:0; height: 100%;
color: #06123a;
line-height:2em;
}

img {max-width: 100%;
    height: auto;}

a {white-space:nowrap; text-decoration:none;}
strong {font-weight:600;}

#section1 {text-align:center; height: 100%; width:100%; vertical-align:middle; margin: 88px auto 25px auto;
  -moz-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=134, Strength=25);}

.intro1 {position: absolute;
  top: 0%;
  width:100%;
margin: 0 auto;
z-index:3005;
margin:0 auto 0 auto;
color:#fff;
}
.intro1 a {color:#fff;}
.container_anim{
  height: 100%;
  width : 100%;
  justify-content: center;
  align-items :center;
  display :flex;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.text_anim{
  font-weight :300;
  font-size :2.5em;
  color: #FAFAFA;

  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.dud {
  color :#757575;

  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
right: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

 .rslides img {
  display: block;
  height: 100%;
  float: left;
  width: 100%;
	    }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  width: 100%;
  height:100%;
  position:relative;
  overflow: hidden;
  }

  .large-btns_nav {
  z-index: 3000;
  position: absolute;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
	top:0;
  left: 0;
  height:800px;
  background:  url("themes.png") no-repeat left 90%;
  width: 38px;
  }
.large-btns_nav:hover {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 90%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
	position:absolute;
	z-index:3000;
  margin: -30px auto 0 auto;
  text-align: center;
  left:0;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin:0 2px;
  height:100%;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  display: inline-block;
  _display: block;
  *display: block;
  width: 10px;
  height: 10px;
  margin:0 ;
  height:800px;
  }

.logo a {color:#fff;}

.menu {width:100%; position:fixed; top:0; background-color:#fff; color:#06123a; z-index:4000;
 font-weight:300; font-size:1.2em;
   -moz-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
-o-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=134, Strength=25);}

 .tdmenu-logo {width:10%;}
 .tdmenu {text-align:center; width:80%;}

.menu.stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	bottom:initial;
  }

  .sticky {
  position: fixed;
  top: 0;
}

/* Dropdown Button */
.dropbtn {
    color: #06123a;
    padding:12px 17px;
	-webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
  margin:0;
  text-decoration:none;
      display: inline-block;
	  border-top:1px solid #fff;
}

.dropbtn:hover {background-color:#06123a;color:#fff;}
.dropbtn#active {background-color:#06123a;color:#fff;}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
     z-index:3010;
	 text-align:left;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #06123a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:#06123a; color:#fff;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}
.leurre {
  display: none;
  background-color: #06123a;
  height: 100%;
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
  }
.menu-mob-opened {
  display: none;
  height: 100%;
  position: fixed;
  z-index: 6000;
  background-color: #06123a;
  top: 0;
  right: 0;
  text-align: left;
  width: 100%;
  padding:0;
}

.menu-mob-opened .dropbtn, .menu-mob-opened .dropdown .dropbtn {
  text-align: left;
  color: #fff;
  font-size: 1.5em;
  display: block;
  border: none;
}

.menu-mob-opened .dropdown {
  display: block;
}

.menu-mob-opened .dropbtn1 {
  font-size: 1em;
  display: block;
}

#close-menu-mob {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #fff;
}

.menu-mob {
  display: none;
  background-color: #06123a;
  padding: 0px;
  position: absolute;
  top: 0;
  right:0;
  z-index: 6000;
  color: #fff;
  cursor:pointer;
}

.menu-mob-opened a.dropbtn,
.menu-mob-opened a.dropbtn1 {
  color: #fff;
  padding: 12px 17px;
  cursor: pointer;
  text-decoration: none;
    border: none;
}

.menu-mob-opened .dropbtn1 {
  margin-bottom: 12px;
}

.menu-mob .dropdown-content {
  display: none;
}
.espace-membres {padding:0px 10px; border-radius:0 0 0 5px; background-color:#9e0054;
position:fixed;
top:0;
right:0;
z-index:6000;}
.espace-membres a{color:#fff; font-size:0.8em;}

h1 {font-size:2.5em; font-weight:300; font-family: 'Comfortaa', cursive;letter-spacing: -0.05em;}
h2 { font-family: 'formattregular'; font-size:3em; letter-spacing: 0.1em;
  font-weight: 400;}
h3 {font-size:1.2em; font-weight:600;}
#section5 h3 {font-weight:600;}

#section2 a, #section3 a, #section4 a, #section5 a, #actus a {background-color:#06123a; color:#fff; padding:15px;
border-radius:10px;}
#section2 a:hover, #section3 a:hover, #section4 a:hover, #section5 a:hover, #actus a:hover {background-color:#97be0d;}

.labels {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	  -ms-transform: scale(0.8, 0.8); /* IE 9 */
    -webkit-transform: scale(0.8, 0.8); /* Safari */
    transform: scale(0.8, 0.8);
	}
.labels:hover {
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);}

#section2 {text-align:center; width:100%; vertical-align:middle; background-color:#fff; overflow:hidden;
  padding: 50px 0;}

.intro {display:inline-block; width:30%; padding: 20px;
  margin: 20px 0; text-align:left;
line-height:2.5em;
vertical-align:top;
}
.intro h1 {font-size:2.5em;}
.intro h2 {font-size:1.8em;}

.texte {display:inline-block; width:30%; padding: 20px;  text-align:justify; vertical-align:top;margin: 0 0 40px 0;}
.texte a {background-color:#000; color:#fff; padding:3px;}
.texte a:hover {background-color:#06123a;}


#section3 {text-align:center; width:100%; vertical-align:middle; background-color:#fff; margin:0;}

.presentation-1 {background:url(bandeau-pres.jpg) no-repeat bottom center transparent;
background-size:cover;
min-height:300px;
text-align:left;
margin:0;
padding:20px;
}

.nos-travaux {background:url(bandeau-travaux.jpg) no-repeat bottom center transparent;
background-size:cover;
min-height:300px;
text-align:right;
margin:0;
padding: 20px 20px 60px 20px;}

#section3 .presentation-1 a {margin:0 10px 0 0;
  transition: all 0.2s ease-in-out;}
#section3 .nos-travaux a {
  background-color: #fff;
  margin: 0 0 0 10px;
  transition: all 0.2s ease-in-out;
  color: #06123a;
  border-radius: 50px;
  padding: 15px 8px;}
  #section3 .nos-travaux a:hover{background-color: #97be0d;color:#fff;}

#section3 h1 {color:#fff;}

#section4 {text-align:center; width:100%; vertical-align:middle; background-color:#fff; margin:0; overflow:hidden;padding:0 0 80px 0;}

.icone-partenaires img {margin:0 3%;}

.realisations {width:100%; max-width:1350px; padding:0; margin:0 auto 10% auto; background-color:#fff;}


.artIN4 h1 a, .artIN4-4 h1 a  {padding:0; margin:0; border:none; white-space: initial; font-size:0.7em; font-weight:300; margin:0 auto; color:#06123a; text-decoration:none; background-color:transparent;
}
.artIN4 h1 a:hover, .artIN4-4 h1 a:hover {background-color:transparent; text-decoration:none; color:#06123a;border:none;}

 .example {

}
.artIN4, .truc {
  transition: all 0.2s ease-in-out;
  position: relative;
}
 .artIN4:before, .artIN4:after, .truc:before, .truc:after {
  content: "";
  position: absolute;
  top: -3px;
  height: 1px;
  margin: 0 40px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  opacity: 1;
  background-color: #ddd;
  width: 90%;
}
 .truc:before, .truc:after {width: 100%;
 top: -25px;
 margin: 0 0;
 }
.something:before, .something:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  height: 5px;
  margin: 0 40px;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.5s;
  opacity: 0;
  background-color: #ddd;
  width: 0;
}
.blog_gen .something:before, .blog_gen .something:after {
	top: -25px;
	margin: 0 0;
}

.artIN4.hover-1:before,  .artIN4.hover-1:after, .truc.hover-1:before,  .truc.hover-1:after {
  right: 0px;
}

 .example:hover {

}
 .example:hover .something:before,  .example:hover .something:after {
	 content: "";
  position: absolute;
  z-index:3000;
  top: -3px;
right: 0px;
  height: 5px;
  margin: 0 40px;
  width: 100px;
  background-color: #06123a;
  opacity: 1;
}
.example:hover .blog_gen .something:before, .example:hover .blog_gen .something:after {
top: -25px;
 margin: 0 0;
}

.artIN4 h2, .artIN4-4 h2 {font-size:1.3em;}

.artIN4-4 {margin-bottom: 150px;}

.rubriques-blog li a {text-transform:uppercase;  color::#06123a; }
.rubriques-blog li a:hover {color:#97be0d; }

.artINtd span a {color:#97be0d; font-weight:400;border:none;padding:none;background-color:transparent;}
.artINtd span a:hover {color:#06123a;border:none;padding:none;background-color:transparent;}
.artINtd {text-align:right; font-size:0.8em;  line-height:1.2em;}

#pages {margin:15px auto;}
a.nbpages {
	margin:0 3px;
background-color: #06123a;
  padding: 5px 8px;
  color:#fff;
  font-weight:300;
  line-height:1.2em;
  		-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	white-space: nowrap;
	border:none;}
a.nbpages:hover {background-color: #97be0d;}

.row {width:100%; padding:0; margin:0;}
/* Create four equal columns that floats next to each other */
.column {
	background-color:#fff;
display:inline-block;
    width: 33.33%;
}

.column2 {
  display:inline-block;
    width: 31%;
	margin : 1%;
}


.column img, .column2 img {
  display: block;
  width: 100%;
  height: auto;
  margin-top:0px;
  -moz-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
-webkit-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
-o-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=134, Strength=25);
}
.column img:hover {

}

.real {
position: relative;
margin: 0 20px 40px 20px;
cursor:pointer;
max-height:280px;
overflow:hidden;
-moz-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.5);
-webkit-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.5);
-o-box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.5);
box-shadow: 2px 2px 15px 2px rgba(0,0,0,0.5);
filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.5), Direction=134, Strength=15);
}


.real .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 57, 62,0.95);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.real .caption a {color:#fff; text-decoration:none;}

.logos_part {height:100px;
				-webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
				transition: all .7s cubic-bezier(0.3,1,0,1);
}

.logos_part:hover {
  transform: scale(1.4) rotate(-15deg);
}

 a.nolink, #section4 a.nolink {background-color: transparent;padding: 0;}
 a.imglink {background-color: transparent; border:none;}

 a.imglink:hover {
  border:none;
  background-color: transparent;
				-webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
				transition: all .7s cubic-bezier(0.3,1,0,1);
}


.real:hover .caption {
  height: 100%;
}

.text {
  color: white;
  font-size: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        width: 45%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        width: 95%;
   }
}

.sectionactus {
/* background-image:url(bandeau-travaux.jpg);
background-size: 100%;
background-position:bottom left; */
background-color:#06123a;
background-repeat:no-repeat;
width:100%;
margin:-20px 0 0 0;
}
.sectionactus h1{color:#fff;}

.actus2 {
font-size:1em;
padding:100px 0 30px 0;
margin:20px auto;
width:100%;
max-width:1500px;
text-align:center;
}

.actus2td, .actus2td-0, .actus2td-1,.actus2td-2{
background-color: #fff;
    width: 24%;
    position: relative;
    transition: all 0.5s ease;
    display: inline-block;
    margin: 0 4%;
    padding: 0;
    vertical-align: top;
    line-height: 1.4em;
}
.actus2td-1 {border-radius:10px;}
.actus2td:hover {transform: scale(1.1);}

.actusinside {padding:5px 15px 10px 15px;}

.actus2td-1 .artINtd {padding:5px;}

.actus a, .actus2 a {color:#06123a; text-decoration:none; background-color:transparent; white-space:initial;transition: all 0.5s ease;}
.actus a:hover, .actus2 a:hover {color:#06123a;  text-decoration:none; background-color:transparent;}

.actus a.cta {
	  transition: .5s ease;
 padding:5px 5px;
  color:#fff;
  font-weight:300;
  text-decoration:none;
  white-space: nowrap;
 background-color:#F8C807;
text-transform:uppercase;
}
.actus a.cta:hover {background-color:#06123a; text-decoration:none;}

.descrFull {vertical-align:top; padding:0 25px 0 0; text-align:justify;font-size: 0.9em;}
/* .descrFull a {
transition: .3s ease-in-out;
white-space: nowrap;
background-color: #06123a;
padding: 10px 8px;
color:#fff;
text-decoration: none;
font-weight: 300;
border-radius: 50px;
}
.descrFull a:hover {background-color:#97be0d;
color:#fff;} */


.illustr {vertical-align:top; padding: 0; width:45%; text-align:center;
  background-size: 100%;
background-repeat:no-repeat;}

.illustr img {max-width: 90%;
  height: auto;
  padding: 4.7% 0 32% 0.8%;}

.actus h1 {
	 margin: 0;
	 text-align:left;
}

.actus h2 {font-size:1.2em; text-align:left; font-weight:300;}

.actus2 h4 {font-size:1.6em; font-weight:300; max-width:1200px; margin:0 auto;}
.actus h5, .actus2 h5 {color:#97be0d; font-weight:300; font-size:1em; text-align:left; margin:5px 0; font-weight:600;}
.actus h6, .actus2 h6 {font-size:0.8em; font-weight:300; text-align:justify; margin:0;}

.actus h6 {font-size:0.8em;}

.actus .suite, .actus2 .suite, .btngreen, .references .suite, .suite, a.suite, .pres3 a.suite  {
			margin:0 auto;
background-color: #06123a;
  padding: 5px 8px;
  color:#fff;
  font-weight:300;
  line-height:1.2em;
  		-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	white-space: nowrap;
	border:none;
}
.actus .suite:hover, .actus2 .suite:hover, .btngreen:hover, .references .suite:hover, .suite:hover, a.suite:hover, .pres3 a.suite:hover {background-color:#97be0d;}

.actus a.suite, .actus2 a.suite, a.btngreen, .references a.suite, a.suite, span.suite {color:#fff; text-decoration:none; font-weight:300; text-transform:uppercase;
border-radius:10px; padding:15px;}
.actus a.suite:hover, .actus2 a.suite:hover, a.btngreen:hover, a.references .suite:hover, a.suite:hover {color:#fff;}

.actus2 a.suite.lire {border-radius: 10px 0 10px 10px;
  padding: 8px 15px;
  background-color:#97be0d;
  position: absolute;
bottom: -18px;
right: 0;
}
.actus2 a.suite.lire:hover {background-color:#769409;}

a.white-simple {color:#fff;}
a.white-simple:hover {text-decoration:none; color:#97be0d;}

.nice_date {
font-family: 'formattregular';
background-color:#97be0d;
color:white;
padding: 10px 5px;
text-align:center;
width: 60px;
font-size: 1.2em;
margin-left: 15px;
    float: right;
	line-height: 1.2em;
	border-radius:0 0 5px 0;}
.colonneblog .nice_date {background-color:#06123a;}

.footer-table a.contact {background-color:#97be0d; color:#fff; padding:10px;
  		-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  border-radius: 50px;}
.footer-table a.contact:hover {text-decoration:none; color:#fff; background-color:#040b24;}

a.icone-res {color: #97be0d; font-size: 2em;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a.icone-res:hover {color: #fff;}

#section5 {text-align:center; width:100%; vertical-align:middle; background-color:#fff; padding:5% 0; ;
  -moz-box-shadow: -2px -2px 25px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: -2px -2px 25px 2px rgba(0,0,0,0.2);
  -o-box-shadow: -2px -2px 25px 2px rgba(0,0,0,0.2);
  box-shadow: -2px -2px 25px 2px rgba(0,0,0,0.2);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=134, Strength=25);
}
#section5 .texte {padding:0% 20px; }
#section5 #plan {width:60%;}
#section5 .texte a {color:#06123a; background-color:transparent;}
#section5 .texte a:hover {color:#97be0d; background-color:transparent;}

.form-style {font-size:0.8em;}

 .form-style input[type="text"],
 .form-style input[type="tel"],
 .form-style input[type="password"],
 .form-style input[type="date"],
 .form-style input[type="datetime"],
 .form-style input[type="email"],
 .form-style input[type="number"],
 .form-style input[type="search"],
 .form-style input[type="time"],
 .form-style input[type="url"],
 .form-style textarea,
 .form-style select
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    color: #cccc;
    color: #353f49;
	margin-left:3px;
}
 .form-style input[type="text"]
 {width: 100%;}

 .form-style .fieldwrap {text-align:left;}

 .form-style .fmchecklabel
 {font-size:0.8em;}

.form-style input[type="text"]:focus,
.form-style input[type="tel"]:focus,
 .form-style input[type="password"]:focus,
.form-style input[type="date"]:focus,
.form-style input[type="datetime"]:focus,
.form-style input[type="email"]:focus,
.form-style input[type="number"]:focus,
.form-style input[type="search"]:focus,
.form-style input[type="time"]:focus,
.form-style input[type="url"]:focus,
.form-style textarea:focus,
.form-style select:focus
{
    box-shadow: 0 0 10px #97be0d;

    border: 1px solid #97be0d;
}

.form-style input[type="submit"],
.form-style input[type="button"],
.form-style button
{
    padding:10px 25px;
    background: #97be0d;
	font-size:1.3em;
	border-bottom:none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
  margin:15px 2.5%;
  border-radius: 10px;
	-webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.form-style input[type="submit"]:hover,
.form-style input[type="button"]:hover,
.form-style button:hover {
    background-color:#06123a;
  cursor:pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #97be0d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #97be0d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h5.features-item__title {font-size: 1.1em;
text-transform:uppercase;
margin: 25px 0 0 0;}

table.container_points {background-color:rgba(255,255,255,0.8);
border-radius:5px;
font-size:0.8em;
color:#000;
padding: 0 20px;
}

.container_points td{
width:20%;
line-height: 2em;}

.container_points td.icon{width:10%;
text-align:center;}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #97be0d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Customize the label (the container) */
.container1 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark1 {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark1 {
  background-color: #97be0d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark1:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark1:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark1:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-etapes {
	text-transform:uppercase;
	text-align:center;
	display:inline-block;
    background-color: #97be0d;
    color: #fff;
	padding: 0px 15px;
	font-size:1.3em;
	border-bottom:none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    color: #fff;
	-webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
  border-radius: 10px;
}
.btn-etapes:hover{
    background-color:#06123a;
  cursor:pointer;
}
.btn-etapes a {color:#fff; text-decoration:none;}
.btn-etapes a:hover {text-decoration:none;color:#fff;}

#leurre {background: #06123a;}

.right {float:right; font-size:0.8em;}
.errors {color:red;}

.footer {
background-color:#06123a;
width:100%;
margin:0;
color:#fff;
padding:20px 0;}

.footer-table {width:100%; padding:10px 0%; margin:0 auto;}
.footer-table td {width:30%; vertical-align:top; padding: 0px 1.5%}

.footer-table a {color:#fff;}

.arrow {background-color:#06123a;
border-radius:2px 2px 0 0;
padding:8px;
  cursor:pointer;
  margin:0;}

.arrow:hover {background-color:#06123a;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
  text-decoration:none;
}

.mentions {font-size:0.8em; color:#fff;}
.mentions a {color:#fff; text-decoration:none;}

.colonneactus {margin: 80px 0 0 auto;
  width: 20%; display:inline-block;  background-color:#fff;}
.colonneblog {width: 73%; padding: 0 3%; display:inline-block;vertical-align: top;}
.colonneactus .actus .suite {width:250px;}


.blog_gen {width:100%; max-width:1200px; margin:0 auto; padding:3%; text-align:justify;}
.inside {padding:3%; background-repeat:no-repeat; background-size:60%;}
.blog_gen h1 {padding-bottom:35px; text-transform:uppercase;}
.blog_gen h2 {font-size: 1.8em;
  font-weight: 300;
  color: inherit;
  font-family: 'Comfortaa', cursive;
  letter-spacing: -0.05em;}
.blog_gen h3 {font-size:1.3em;  font-weight:400; color:inherit;}


.pres6:nth-child(even) {
background-position:bottom right;
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
background-color:#121313;
color:#fff;
width:100%;
margin:0;}

.pres a, .pres1 a, .pres2 a, .pres3 a, .pres6 a, .descrFull a {color:#97be0d;}

.pres1 .blog_gen h1, .pres2 .blog_gen h1, .pres3 .blog_gen h1, .pres4 .blog_gen h1, .pres5 .blog_gen h1, .pres6 .blog_gen h1 {font-size:2em;}

.pres5 h1, .pres5 h2 {color:#fff;}

.pres5 {background-position: top center;
background-repeat:no-repeat;
background-size:100%;
background-attachment:fixed;
background-color:#06123a;
color:#fff;
width:100%;
margin:0;}

.pres5, .pres6 {margin-top: 80px;}

.pres2, .pres3 {margin:40px 0;}
/* .pres2:nth-child(4) {background-image:url(communication.jpg);} */

/* .pres4 {background-image:url(1.jpg);} */
.pres5 {background-image:url(bandeau-travaux-2.jpg);}

.pres2:nth-child(4) h1, .pres4 h1, .pres5:nth-child(4) h1  {color:#fff;}



.pres6:nth-child(odd) .blog_gen h1 {color:#fff;}

.icone_article {float:right; margin: 25px 25px 0 0;
  width: 100px;}

.deroulement p {font-size:0.8em;}

.td30 {width:30%; }
.td35 {width:35%; vertical-align:top;}
.td50 {width:25%; }
.td45 {width:45%; }
.td42 {width:42%; }
.td21 {width:21%; }
.td20 {width:20%;}
.td20 p {padding:0 20px;}
.td25 {width:25%; }
.td18 {width:18%; }
.td15 {width: 15%;}

.artIN4 {padding:25px 40px; margin:0 auto;width: 100%;}

.deroulement td {width:33%;}


.features-1 .features-item__icon:after {
    border: 2px solid tomato;
}
.features-1 .features-item__icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #55C594;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.article {background-color:rgba(255,255,255,0.9); padding:35px;
  -moz-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  -o-box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 25px 2px rgba(0,0,0,0.2);
  filter:progid:DXImageTransform.Microsoft.Shadow(color=rgba(0,0,0,0.2), Direction=134, Strength=25);
  font-size: 0.9em;}

.col-xs-12.col-sm-6.col-md-4 {
    color: #000;
    width: 25%;
    margin: 0 4%;
    display: inline-block;
	vertical-align: top;
	font-size:0.8em;}

	.col-xs-12.col-sm-6.col-md-4 h5 {text-transform:uppercase;}

/* Desktops and laptops ----------- */
@media screen and (max-width : 1420px) {


.menu {font-size:1em;}
.dropbtn {
    padding:6px 14px;
}
.blog_gen{width:90%;}

  .footer-table {width:100%; padding:10px 0%; margin:0 auto;}

  .icone-partenaires img {margin:0 2%;}
}

/* Desktops and laptops ----------- */
@media screen and (max-width : 1280px) {
  .dropbtn {
    padding:6px 6px;
}
.menu {
  font-size: 0.95em;
}
.actus2 {
border-spacing:50px 30px;
}
.icone-partenaires img {margin:0 1%;}

#section5 #coordonnees {line-height:3em;}
#section5 .texte {padding:0% 5px; }
#section5 #plan {width:60%;}

.icone_article {float:right; margin: 35px 25px 0 0;
  width: 80px;}

  .artIN4 h1 a, .artIN4-4 h1 a  {font-size:0.7em;}
  .colonneblog {padding:0;}

  #section1 {height:580px;}
  #logo_img {width:80%;}

}

/* autres ----------- */
  @media screen and (max-width:1024px) {

  .colonneactus {display:block; width:100%; float:none; margin:0 auto;}
  .colonneblog {display:block; width:95%; padding:0 0 0 0;  float:none;  margin:0 auto;}

.td50 {width:40%;}

.intro {padding: 5% 0px;
  width: 30%;}

  .intro h1 {
    font-size: 2em;
}

.texte {padding:10% 5px; width:65%;}

.artIN4 {padding:15px;}

.something:before, .something:after {
  top: 0px;
  height: 5px;
  margin: 0 auto;
}

.artIN4.hover-1:before,  .artIN4.hover-1:after, .truc.hover-1:before,  .truc.hover-1:after {
  right: 0px;
}

 .example:hover {

}
 .example:hover .something:before,  .example:hover .something:after {
  top: 0px;
  height: 5px;
  margin: 0 auto;
}
 .artIN4:before, .artIN4:after {
  margin: 0 auto;
  width: 90%;
    top: 0px;
}
.icone-partenaires img {margin:0.5%;}
}

/* autres ----------- */
  @media screen and (max-width:950px) {
.container_points td {width:35%; display:inline-block;margin:0 auto;}
.container_points td.icon{width:10%; display:inline-block;padding:8px;margin:0 auto;}

.actustd {padding:5px 5px 5px 5px; position:relative;}


.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{font-size:0.8em;}

.menu_screen {
  display: none;
}

.menu-mob {
  display: block;
}
.espace-membres {top:initial; bottom:0; border-radius: 5px 0 0 0;}
.arrow {display:none;}

#section1 {height:420px;margin: 80px auto 25px auto;}
#logo_img {width:80%;}

.nice_date {font-size:0.8em;}

.actus2td, .actus2td-0, .actus2td-1,.actus2td-2{
  padding:5px; background-color:#fff;
  width:50%;
  margin:5% auto;
  transition: all 0.5s ease;
  }

  .pres5 {
    background-position: center center;
    margin-top: 60px;
    background-size: cover;
    background-attachment: initial;
  }
  .blog_gen {padding: 0;}

    .icone-partenaires img {
      width: 12%;
      height: auto;}
}

/* mobile ----------- */
@media screen and (max-width:800px) {

.body {font-size:0.9em;}


.inside {padding:0%; background-repeat:no-repeat; background-size:70%;}

.td50 {width:30%;}
.article {background-color:rgba(255,255,255,0.8);}

.blog_gen h1 {font-size:1.8em;}
.blog_gen h2 {font-size:1.3em; font-weight:300; color:inherit;}
.blog_gen h3 {font-size:1.1em; font-weight:400; color:inherit;}



.text_anim{
  font-weight :300;
  font-size :1.5em;
}
.actus2 {
border-spacing:10px 10px;
width:100%;
}

.actus2td {padding:5px 15px 5px 15px; position:relative; background-color:#f1f1f1; display:block;
margin:50px auto; width:90%;}


.dropbtn {padding:5px;}


.presentation-1 {background:url(3.jpg) no-repeat  center transparent;
min-height:200px;}

.nos-travaux {background:url(2.jpg) no-repeat center transparent;
min-height:200px;
background-size:100%;}

#section3 .presentation-1 a {margin:0 10px 10px 0;}
#section3 .nos-travaux a {margin:0 0 10px 10px;}

.column {
	background-color:#fff;
    float: left;
    width: 100%;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
   display:none;
}


#section5 div {width:85%;}
#section5 #coordonnees {line-height:3em;}
#section5 .texte {padding:0% 5px; }
#section5 #plan {width:90%;}


.intro {
  padding: 0 5px;
  width: 80%;
  display: block;
  margin: 0 auto;
}
.texte{width: 80%;
  padding: 0 5px;}

.deroulement td {width:90%; display:block;}

h1 {text-align:left;}

/* .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height:100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height:auto;
  width: 150%;
right: 50%;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

 .rslides img {
  display: block;
  height: 100%;
  float: left;
   min-width:100%;
	    } */

      .descrFull {vertical-align:top; width:95%; padding:0; text-align:justify;display:block;}
      .illustr {vertical-align:top; padding: 0; width:95%; display:block;}
      .column2 {width:95%;display:block; margin:20px 1%;}

      #section1 {
        height: 350px;
        margin: 65px auto 25px auto;
    }

    .footer-table td {
      width: 60%;
      vertical-align: top;
      padding: 0px 1.5%;
      display: block;
      margin: 0 auto;
  }
}

/* mobile ----------- */
@media screen and (max-width:600px) {

.container_points td {width:80%; display:inline-block;}
.container_points td.icon{width:10%; display:inline-block;}

.actus {
padding:0px;
margin:15px 0px;
width:100%;
font-size:1em;
text-align:center;
overflow: auto;
}

.actustd {display:inline-block; width:45%;  margin:20px 0; vertical-align:top;}

.blog_gen {font-size:0.8em;}

.td50 {width:10%;}
.td35 {width:100%;display:block;}

#section1 {
  height: 300px;
  margin: 58px auto 25px auto;
}

.actus2td, .actus2td-0, .actus2td-1,.actus2td-2{
  width:80%;
  }

  .footer-table td {
    width: 90%;
    vertical-align: top;
    padding: 0px 1.5%;
    display: block;
    margin: 0 auto;
}
}

/* mobile ----------- */
@media screen and (max-width:500px) {
  #section1 {
    height: 250px;
    margin: 50px auto 25px auto;
}
}

@media screen and (max-width:450px) {

}