/*
 Theme Name:   teep
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     wpPack
 Version:      
 License:      
 License URI:  
 Tags:         
 Text Domain: 
*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    height: auto;
}

/* RESET END */

/* STRUCTURE */

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.container_global{
    line-height: 1.40em;
    max-width: 810px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 60px;
}

.container-fluid {
	width: 100%;
}
.container {
	width: 1200px;
}
@media only screen and (max-width: 1280px) {
	.container {
		width: 960px;
	}
}
@media only screen and (max-width: 1024px) {
	.container {
		width: 720px;
	}
}
@media only screen and (max-width: 768px) {
	.container,.container_global {
		width: 90%;
	}
}
@media only screen and (max-width: 480px) {
	.container,.container_global {
		width: 90%;
	}
}
.flex{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.bold{
    font-weight: bold;
}
.flex.flexAIC{
	align-items: center;
}
.flex.flexAIS{
	align-items: flex-start;
}
.flex.flexAIE{
	align-items: flex-end;
}
.flex.flexJCC{
	justify-content: center;
}
.flex.flexJCS{
	justify-content: flex-start;
}
.flex.flexJCE{
	justify-content: flex-end;
}
.flex.flexDC{
	flex-direction: column;
}
.flex.flexAIE{
	align-items: flex-end;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700&display=swap');
html body{
	color: #444;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.6;
}
body h1, .h1,
body h2, .h2,
body h3, .h3,
body h4, .h4,
body h5, .h5{
	margin-bottom: 1rem;
}
body h1, .h1{
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4em;
    text-transform: uppercase;
    font-family: "Muli",sans-serif;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
}
body h2, .h2{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    color: #67b2e1;
    font-family: "Poppins",sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
}
body h3, .h3{
	font-size: 20px;
    line-height: 1.3em;
    font-weight: 300;
    font-family: "Poppins",sans-serif;
    color: #333;
    margin-bottom: 20px;
    margin-top: 50px;
}
body h4, .h4{
	font-size: 2.2rem;
}
body h5, .h5{
	font-size: 1.8rem;
}
body p{
	margin: 1rem 0;
}
a{
	/*transition: all 0.5s ease;*/
}
.btn, body button, input[type=button], input[type=submit]{
	cursor: pointer;
    display: inline-block;
    background-color: #67b2e1;
    font-size: 14px;
    text-transform: uppercase;
    height: 44px;
    line-height: 45px;
    padding: 0 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    -webkit-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -moz-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -o-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
}
.btn:hover, .btn:focus, 
button:hover, button:focus,
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover, input[type=submit]:focus{
	background: #5498c3;
}
.btn.outline{
	background-color: transparent;
	color:#444;
	box-shadow: inset 0 0 0 1px rgb(68 68 68);
}
.btn.outline:hover, .btn.outline:focus{
	background-color: transparent;
	color:#444;
	box-shadow: inset 0 0 0 2px rgb(68 68 68);
}
.btn.cta{
	background-color: #67b2e1;
	color: #fff;
}
.btn.cta:hover, .btn.cta:focus{
	background: #5498c3;
}
.btn.light{
    background-color: #67b2e1;
    color: #fff;
}
.btn.light:hover, .btn.light:focus{
    background: #5498c3;
}
.hidden{
    display: none;
}
.box_a_nav i {
    display: none;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?difrhr');
  src:  url('fonts/icomoon.eot?difrhr#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?difrhr') format('truetype'),
    url('fonts/icomoon.woff?difrhr') format('woff'),
    url('fonts/icomoon.svg?difrhr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-contact:before {
  content: "\e900";
}
.icon-hover_photo:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e903";
}
.icon-mise_en_avant:before {
  content: "\e904";
}
.icon-nav_down:before {
  content: "\e905";
}
.icon-nav_left:before {
  content: "\e906";
}
.icon-nav_right:before {
  content: "\e907";
}
.icon-nav_up:before {
  content: "\e908";
}
.icon-pdf:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-photo_plus:before {
  content: "\e90b";
}
.icon-cross:before {
  content: "\e90c";
}
.icon-menu:before {
  content: "\e90d";
}
.icon-candidature:before {
  content: "\e90e";
}
.icon-wallet:before {
  content: "\e90f";
}
.icon-cart2:before {
  content: "\e93a";
}
.icon-user:before {
  content: "\e971";
}
main{
	margin-top: 75px;
}
/* STRUCTURE END */

/*TEMPLATE PARENT*/

.container_parent p{
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
    color: #777;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 35px;
    line-height: 1.3em;
    max-height: 6.5em;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.container_parent a{
    margin: 0 75px 85px 75px;
    position: relative;
}
.container_parent.metier a:before{
    content: "";
    background: transparent url(img/pattern_bg_photo_separateur.png) left top;
    display: block;
    height: 10px;
    position: absolute;
    width: 200px;
    top: 0;
}
.container_parent.metier{
    padding-bottom: 60px;
}
.container_parent.metier a.box{
    background-position: center;
    background-size: cover;
    margin: 0;
    height: 300px;
    position: relative;
    justify-content: end;
    padding: 0 20px;
}
.container_parent.metier a.box{
    margin: 0;
    height: 230px;
    position: relative;
    justify-content: end;
    padding: 0 20px;
}
.container_parent.metier a.box:hover{
    color: #fff;
}
.container_parent.metier a.box:hover p{
    color: #fff;
}
.container_parent.metier a.box.sansImg:hover{
    color: #67b2e1;
}
.container_parent.metier a.box.sansImg:hover p{
    color: #67b2e1;
}
.container_parent.metier a.box.sansImg:hover h3{
    color: #67b2e1;
}
.container_parent.metier a.box:hover .img_vignette_page{
    opacity: 1;
    visibility: visible;
}
.img_vignette_page{
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 400ms ease;
    opacity: 0;
    visibility: hidden;
}
.container_parent.metier h3, .container_parent.metier p, .container_parent.metier span{
    position: relative;
    z-index: 2;
}
.container_parent.metier a.box:hover h3{
    color: #fff;
}
.container_parent.metier a.box:hover span {
    border-color: #fff;
}
.container_parent h3{
    font-size: 24px;
    line-height: 1.2em;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
}
.container_parent.metier h3{
    margin-top: 50px;
}

.container_parent span{
        font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 2em;
    border-bottom: 5px solid transparent;
    text-transform: uppercase;
    -webkit-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -moz-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -o-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
}
.container_parent a:hover span{

    border-bottom: 5px solid #67b2e1;
}


/* TEMPLATE SIDE BAR  */

.container_side_bar article{
    margin-left: 60px;
}
.container_side_bar article h3{
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "Poppins",sans-serif;
    line-height: 1.2em;
    font-size: 23px;
    font-weight: 400;
    height: 120px;
    text-align: center;
    text-transform: uppercase;
    background: #f4f4f4 url('img/pattern_bg_color_2.png') left top;
    border: 1px solid rgba(220,220,220,0.4);
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.container_side_bar article h3:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #555;
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.container_side_bar article h3:after{
    content: "";
    display: block;
    max-width: 144px;
    width: 100%;
    height: 3px;
    background: #555;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.container_side_bar article h3 span{
    font-weight: bold;
}
.container_side_bar article ul{
    margin-top: 25px;
    padding-top: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container_side_bar article ul li{
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    text-transform: uppercase;
}
.container_side_bar article ul li a{
    color: #555;    
}
.container_side_bar article ul li.current_page a{
    color: #67b2e1;    
}
.container_side_bar article ul li a:hover{
    color: #67b2e1;   
}

.container_side_bar article ul li:before{
    display: none;
}
.container_side_bar article ul:before{
    content: "";
    display: block;
    width: 100%;
    max-width: 144px;
    height: 8px;
    background: #fff url(img/pattern_bg_photo_separateur.png) left top;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#tarteaucitron #tarteaucitronClosePanel {
    z-index: 999;
}
/* HEADER */
header{
	top: 0;
    padding-top: 0;
    min-height: 75px;
    background: #fff;
    text-align: center;
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transition: box-shadow .4s;
    -moz-transition: box-shadow .4s;
    -o-transition: box-shadow .4s;
    transition: box-shadow .4s;
    -webkit-box-shadow: 0 0 10px 1px rgb(51 51 51 / 20%);
    -moz-box-shadow: 0 0 10px 1px rgba(51,51,51,0.2);
    box-shadow: 0 0 10px 1px rgb(51 51 51 / 20%);
}
.logo{
	width: 179px;
}
.main_nav ul{
    display: flex;
}
.main_nav ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
    text-transform: uppercase;
    padding: 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_bar{
	height: 75px;
}
.btn.cta.btn_respon,.btn.cta.btn_respon_tel{
    display: none;
}
.main_nav ul li a{
	display: block;
    padding: 28px 0;
    width: 100%;
}
.main_nav ul li a:hover{
    color: #67b2e1;
    /*display: block;*/
}
.sub-menu li a{
    border-bottom: none !important;
    top: 0 !important;
}
.sub-menu li.current_page_item a{
    color: #67b2e1 !important;
}
.sub-menu li a:hover{
    color: #67b2e1 !important;
}

header h1{
	margin:0;
	font-size: 0;
}
.main_nav .sub-menu{
	display: none;
    position: absolute;
    z-index: 10;
    padding: 0 45px 20px 45px;
    background-color: #FFF;
    text-align: left;
    top: 75px;

}
.main_nav .sub-menu li{
	display: block;
	padding: 0;
}
.main_nav .sub-menu li a{
	-webkit-transition: color .2s;
    -moz-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    padding: 8px 0;
    line-height: 1em;
    font-size: 13px;
    color:rgb(119, 119, 119);
    display: block;
}
.burger_menu{
	cursor: pointer;
    display: none;
    z-index: 2;
}
.burger_menu span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    background: #343434;
    border-radius: 0;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
.burger_menu span:first-child {
    transform-origin: 0% 0%;
}
.burger_menu span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
.active_menu .burger_menu span {
    opacity: 1;
    transform: rotate(45deg) 
    translate(0px, -4px);
    background: #222;
}
.active_menu .burger_menu span:nth-last-child(1) {
    transform: rotate(-45deg) translate(-1px, 2px);
}
.active_menu .burger_menu span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.active_menu .bg_menu {
    visibility: visible;
    opacity: 1;
}
.page-id-53 #contact_footer{
    text-align: center;
}
.bg_menu {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    display: none;
}
.main_nav .cta{
	color: #fff;
}
/* HEADER END */

/* HOMEPAGE */
.slider_home{
	min-height: 600px;
    height: calc(100vh - 150px);
    max-height: 700px;
    width: 100%;
    position: relative;
}
.slider_home .slide_item{
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 800ms linear 0s;
}
.slider_home .active.slide_item{
	opacity: 1;
}
.slider_home .slide_item:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: transparent url(img/slider/pattern_filtre_photo.png) left top;
}
.slider_home h3{
	font-size: 20px;
    line-height: 1.4em;
    max-width: 228px;
    word-break: break-word;

    color: #fff;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 3;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 1;
    visibility: visible;
    text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    -webkit-transition: opacity .2s,visibility .2s,bottom .4s;
    -webkit-transition-delay: .4s,.4s,.4s;
    -moz-transition: opacity .2s .4s,visibility .2s .4s,bottom .4s .4s;
    -o-transition: opacity .2s .4s,visibility .2s .4s,bottom .4s .4s;
    transition: opacity .2s .4s,visibility .2s .4s,bottom .4s .4s;
}
.slider_home .active h3{
	bottom: 60px;
}
.slider_home .txt_slider{
	width: 100%;
    height: 100%;
    position: relative;
}
.slider_home .txt_slider:after, .slider_home .txt_slider:before{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-transition: background-position .6s;
    -webkit-transition-delay: .3s;
    -moz-transition: background-position .6s .3s;
    -o-transition: background-position .6s .3s;
    transition: background-position .6s .3s;

    margin-right: -690px;
    right: 100%;
    background-size: cover !important;
    
}
.slider_home .active .txt_slider:after, .slider_home .active .txt_slider:before{
	background-position: right bottom;
    
}
.slider_home .txt_slider:before{
    background: transparent url(img/slider/wave.svg) -3000px bottom no-repeat;

}
.slider_home .txt_slider:after{
	background: transparent url(img/slider/me_wave.svg) -3000px bottom no-repeat;
}
.slider_home .nav_slider{
	position: absolute;
    bottom: 60px;
    right: 40px;
    z-index: 8;
}
.slider_home .nav_slider .bullet_nav{
	margin-bottom: 15px;
	display: block;
	cursor: pointer;
    -webkit-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -moz-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    -o-transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    transition: color .2s,background-color .2s,opacity .2s,visibility .2s,content .2s,border-color .2s;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.slider_home .nav_slider .bullet_nav:hover{
	border-color: #67b2e1;
}
.slider_home .nav_slider .bullet_nav.active{
	background: #fff;
}
section#home_top h2.title{
    font-weight: 400;
    line-height: 1.3em;
    font-family: "Muli",sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 55px;
    margin-top: 0;
}
section#home_top h2.title{
    color: initial;
}
h2.title{
	font-weight: 400;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 55px;
}
h2.title span{
	color: #67b2e1;
}
.block_text{
    padding: 60px 0;
}
.text-center{
    text-align: center;
}
.block_text ul.caracteristics {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.block_text ul.caracteristics li {
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    font-size: 16px;
    list-style: none;
    margin-bottom: 24px;
    position: relative;
}
.block_text ul.caracteristics li:before {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 30px;
    height: 5px;
    background-color: #67b2e1;
    margin-right: 40px;
}
.home .map_home, .home .three_maps {
    margin: 0;
    padding: 0;
    border: none;
}
.home .map_home h2, .home .three_maps h2 {
    display: none;
}
.map_home .img img.tablet, .map_home .img img.mobile {
   display: none;
}
.block_text.parent-realisation{
    padding-top: 0;
}
.parent-realisation a.vignette_link{
    margin: 20px;
    display: block;
}
.parent-realisation .vignette img{
    width: 100%;
}
.vignette .img_vignette{
    width: 100%;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    position: absolute;
}
.parent-realisation .vignette .txt_vignette h3{
    font-size: 32px;
    text-align: center;
    padding: 0 20px;
}
.parent-realisation .vignette .txt_vignette .ssTitre{
    font-size: 24px;
}

.parent-realisation .vignette .city:after {
    right: 30px;
    top: 15px;
}

.parent-realisation .vignette .city:before{
    left: 30px;
    top: 15px;
}
.parent-realisation .vignette i{
    font-size: 30px;
}
    
.realisations .vignette{
    min-height: 270px;
}
.parent-realisation .vignette{
    min-height: 420px;
}
.vignette{
	position: relative;
    font-weight: 600;
    margin: 0 20px;
}
.vignette:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent url(img/slider/pattern_filtre_photo.png) left top;
}
.vignette:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(img/pattern_bg_photo_separateur.png) left top;
}
.vignette img{
    position: relative;
    width: 100%;
}
.vignette .txt_vignette{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 2;
    overflow: hidden;
}
.vignette .txt_vignette h3{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.vignette .icon-photo_plus{
    color: #fff;
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 2;
    font-size: 20px;
    transition: all .35s;
    opacity: 0;
    visibility: hidden;
}
.vignette_link:hover .vignette .icon-photo_plus{
    opacity: 1;
    visibility: visible;
    transition: all .35s .5s;
}
.vignette .icon-hover_photo{
    color: #67b2e1;
    position: absolute;
    bottom: -100%;
    left: -100%;
    font-size: 200px;
    transition: bottom 0.35s ease 0s, left 0.35s ease 0s;
}
.vignette_link:hover .vignette .icon-hover_photo{
    left: 0;
    bottom: 0;
    font-size: 190px;
}
.vignette .city{
	max-width: 170px;
    font-size: 16px;
    position: relative;
    color: #67b2e1;
}
.vignette .city:before{
	content: "";
    display: block;
    width: 70px;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 20px;
    top: 10px;
}
.vignette .city:after{
	content: "";
    display: block;
    width: 70px;
    height: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 20px;
    top: 10px;
}
.vignette h3{
    font-size: 22px;
    margin-bottom: 0;
}
.realisations.box h2{
    line-height: 1em;
    position: relative;
    margin-bottom: 45px;
    font-size: 32px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.realisations.box h2 strong{
    color: initial;
    padding: 0 80px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 35px;
    background: #fff;
}
.realisations.box h2:before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    border-bottom: 1px solid #dcdcdc;
}
.realisations .all {
    display: block;
    font-weight: 600;
    color: #67b2e1;
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 14px;
    padding: 50px 0 0 0;
}
.realisations .all:hover {
    color: #67b2e1;
}
.block_contact {
    background: transparent url(img/me_contact.svg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 35px 0;
    text-align: center;
}
.block_contact h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    max-width: 370px;
    margin-right: 120px;
    margin-bottom: 0;
    text-transform: none;
    text-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
    font-style: italic;
    margin-top: 0;
}

/* HOMEPAGE END*/

/*SAVOIR FAIRE*/

.video_savoir_faire iframe{
    max-height: 230px !important;
}

/* CONTACT */
section#contact_footer{
    border-top: 1px solid #cecece;
    padding-top: 20px;
}
section#contact_footer h2{
    text-align: center;
    color: initial;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    font-family: "Poppins",sans-serif;
}
/*METIER*/
section#info{
    background: #67b2e1;
    text-align: center;
    padding: 40px 0 50px 0;
    color: #fff;
}
section#info .title{
    font-size: 21px;
    line-height: 1.2em;
    margin: 10px 0;
    display: block;
}
section#info img{
    width: 110px;
}
section#info .box{
    margin: 0 60px;
}
/* GLOBAL */

.textAlign_C{
    text-align: center;
}
.container_global a,
.container_side_bar a{
    color: #67b2e1;
}
.container_side_bar{
    margin-bottom: 60px;
}
.current_page_item a,.current_page_parent a {
    border-bottom: 4px solid #67b2e1;
    padding-bottom: 5px;
    position: relative;
    top: 5px;
    color: #67b2e1;
}
.current_page_item li ul li a {
    border: none;
    padding-bottom: 0px;
    top: 0;
}

a:hover{
    color: #67b2e1;
}

hr{
    margin: 30px 0;
    border: 1px solid #e0e0e0;
}

.box_haut_de_page{
    background: #67b2e1;
    padding: 30px 0 40px 0;
    position: relative;
    margin-bottom: 45px;
    z-index: 2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box_haut_de_page:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(68,68,68,0.4);
    z-index: -1;
}
.box_haut_de_page p{
    font-size: 25px;
    font-weight: 400;
    max-width: 450px;
    line-height: 1.5em;
    margin: auto;
    color: #fff;
    text-align: center;
    width: 90%;
}

.btn_haut_de_page{
    display: flex;
    justify-content: center;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 25px 0;
}
.btn_haut_de_page .btn_to_top{
    cursor: pointer;
}
.btn_haut_de_page .btn_to_top:hover{
    color: #67b2e1;
}

.btn_haut_de_page i{
    font-size: 9px;
    color: #67b2e1;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.single-realisations main ul li:before, .single-post main ul li:before{
    display: none;
}
.single-realisations main ul, .single-post main ul{
    list-style: disc;
    margin-left: 20px;
}
.single-realisations main ul.blocks-gallery-grid, .single-post main ul.blocks-gallery-grid{
    list-style: none;
    margin-left: 0;
}
.single-realisations main ul li, .single-post main ul li{
    display: list-item;
    list-style-type: square;
}
.blog-page article{
    margin-bottom: 30px;
}
.blog-page img{
    min-width: 400px;
    height: auto;
    width: 400px;
}
.blog-page .blog-list{
    padding: 20px 20px 20px 40px;
}
.blog-page .btn:hover{
    background: #5498c3;
    color:#fff;
}
.blog-page .blog-list h2{
    margin-top: 0;
    font-size: 27px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.blog-page .blog-list h2 a{
    color: #67b2e1;
}
main ol{
    list-style: decimal;
}
main ol li{
    margin-left: 30px;
}
main ul li {
    list-style: square;
    margin-left: 15px;
}
/*PRESENTATION*/
em{
    font-style: italic;
}
.text_middle{
    margin-top: 50px;
    margin-bottom: 40px;
    padding: 0 0 35px 0;
    clear: both;
    border: none;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    position: relative;
    max-width: 430px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.text_middle:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10px;
    background: transparent url('img/me_miseenavant.svg') bottom center no-repeat;
}
#post-404 .btn{
    margin-bottom: 50px;
}
.SitemapPage .numUl li.page-item-89{
    display: none;
}
/* FOOTER */

.col-adress{
    align-self:stretch;
    width: 224px;
    padding-right: 45px;
    font-size: 13px;
    background: #dcdcdc;
    padding-bottom: 35px;
    padding-top: 60px;
    position: relative;
}
.col-adress:before {
    width: 1000px;
}

.col-adress:before, .col-adress:after {
    background: #dcdcdc;
}
.col-adress:before {
    right: 100%;
}
.col-adress:before, .col-adress:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}
.col-adress img{
    margin-bottom: 30px;
    max-width: 179px;
}
.col-foot{
    width: 100%;
    padding-left: 55px;
    padding-bottom: 40px;
    padding-top: 60px;
}
.col-foot .box_left{
    display: flex;
    width: 40%;
}
.logo_Foot{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.logo_Foot li{
    width: 33.33333333%;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}
footer{
    background: #fff;
}
footer .subcol{
    width: 60%;
}
footer .subcol a{
    line-height: 22px;
}
footer .reseau{
    margin-top: 0;
}
footer .reseau img{
    margin-right: 10px;
}
footer h3{
    font-weight: 600;
    font-family: "Poppins",sans-serif;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-top: 5px;
}
.container-Foot{
    background: #444;
    color: #fff;
    font-size: 12px;
    padding: 15px 0 15px 0;
}
.foot_nav ul{
    display: flex;
}
.foot_nav ul li{
    margin-right: 35px;
}
.foot_nav a{
    color: #fff;
}
.foot_nav a:hover{
    color: #67b2e1;
}
/* FOOTER END */

.SitemapPage .numUl{
    display: block;
    list-style: circle;
}
.SitemapPage .numUl li{
    list-style: circle;
    display: block;
}
.SitemapPage .numUl li:before{
    display: none;
}
.SitemapPage .current_page_item a, .SitemapPage .current_page_parent a{
    border: none;
    position: initial;
    color: #444;
    padding: initial;
}
.SitemapPage .numUl > li{
    margin-bottom: 20px;
}
.SitemapPage .numUl > li > a{
    color: #67b2e1;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
}
/* RESPONSIVE */
@media only screen and (max-width: 1200px) {
    .caracteristicsContent{
        width: 100%;
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1024px) {
    .main_nav ul li a {
        padding: 10px 0;
    }
    body h1, .h1{
        font-size: 28px;
    }
    section#info .box{
        margin-top: 10px;
    }
    header .container{
        width: calc(100% - 40px);
    }
	/*Menu*/
	.burger_menu, .bg_menu{
		display: block;
	}
	.main_nav{
		visibility: hidden;
		transition: all 0.5s ease;
		height: 100vh;
    	position: fixed;
    	z-index: 2;
        left: 0;
    	display: flex;
	    justify-content: initial;
	    align-items: initial;
        background: #fff;
        transform: translate(-320px);
        max-width: 320px;
        width: 320px;
	}
	.active_menu .main_nav{
        transform: translate(0px);
		visibility: visible;
	}
	.main_nav ul li{
		display: block;
        text-align: left;
        padding: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
        font-size: 14px;
	}

    .main_nav ul{
        flex-direction: column;
        padding: 0 20px;
        width: 100%;
        padding-top: 40px;
    }
    .btn.cta.btn_respon{
        display: block;
        color: #fff;
    }
    .main_nav .cta{
        display: none;
    }
    .current_page_item a,.current_page_parent a{
        border-bottom: none;
        top: 0;
        padding: 0;
    }
    nav.main_nav ul li .box_a_nav{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    nav.main_nav ul li .box_a_nav i{
        font-size: 10px;
    }
    .box_a_nav i {
        display: block;
    }
   
    .box_a_nav i.active
    {
        transform: rotate(180deg);
        color: #67b2e1;
    }

    
    nav.main_nav ul li .sub-menu.active
     {
	    display: flex;
	    position: initial;
	}
    nav.main_nav ul li .sub-menu {
        padding: 0;
        margin-top: 15px;
        padding-left: 20px;
    }
    nav.main_nav ul li .sub-menu li {
        border: none;
        margin-bottom: 0px;
    }
    nav.main_nav ul li .sub-menu li a{
        font-size: 12px;
    }
    nav.main_nav ul li .sub-menu li a:after{
        content: '';
    }
	/*Menu END*/
}
@media only screen and (max-width: 992px) {
    .blog-page article > .flex{
        flex-direction: column;
    }
    .blog-page img {
        min-width: auto;
    }
    .slider_home h3 {
        font-size: 30px;
    }
	.map_home .img img.desktop, .map_home .img img.mobile {
	   display: none;
	}
	.map_home .img img.tablet{
		display: block;
	}
    footer .col-foot{
        flex-direction: column;
    }
    footer .subcol{
        width: 100%;
    }
    footer .subcol.partenair{
        margin-top: 30px;
    }
    footer .container-Foot .container{
        flex-direction: column;
        text-align: center;
    }
    .container_side_bar article{
        margin: 0;
        margin-top: 20px;
    }
    .vignette{
        margin: 0;
        margin-bottom: 20px;
    }
    section#home_top h2.title,.realisations.box h2, h2.title{
        font-size: 24px;
    }

    .block_contact h2{
        margin: 0;
        margin-bottom: 10px;
        font-size: 21px;
        line-height: 27px;
    }
    .container_parent.metier a.box{
        margin-bottom: 20px;
    }
    .parent-realisation .vignette .txt_vignette h3{
        font-size: 19px;
        margin-top: 20px;

    }
    .parent-realisation .vignette .txt_vignette .ssTitre {
        font-size: 17px;
    }

}
@media only screen and (max-width: 768px) {

    .slider_home .txt_slider:after, .slider_home .txt_slider:before {
        margin-right: -100%;
    }
    footer .container-Foot .container ul{
        flex-direction: column;
    }
    footer .container-Foot .container ul li{
        margin: 0;
    }
    .slider_home {
        min-height: 500px;
    }
}
@media only screen and (max-width: 576px) {
    footer .container{
        width: 100%;
    }
    .block_text{
        padding: 20px 0;
    }
	.map_home .img img.desktop, .map_home .img img.tablet {
	   display: none;
	}
	.map_home .img img.mobile{
		display: block;
	}
    footer .box_global{
        flex-direction: column;
    }
    footer .col-adress{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
    }
    .col-foot{
        padding: 20px;
    }
    .logo{
        width: 120px;
    }
    .btn.cta.btn_respon_tel{
        display: block;
        color: #fff;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }
    .btn.cta.btn_respon{
        display: none;
    }
}
.current_page_item a,.current_page_parent a {
    padding-bottom: 5px;
    position: relative;
    top: 2px;
}
.main_nav ul li{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.3px;
}
.contM{
    position: relative;
    top: 3px;
}
form label{
    font-weight: 600;
}
form label .field_required{
    color: red;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
    max-width: 100%;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #bfbfbf;
}
span[data-name="math-quiz"] input{
    max-width: 100px;
}
.wpcf7 .btnForm input{
    max-width: fit-content;
    line-height: 0;
    padding: 25px;
}
body .wpcf7-spinner {
    margin: 10px auto;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    margin: 0;
}
footer .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot {
    box-shadow: none;
}
.col-foot {
    width: 70%;
    padding-left: 55px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.col-adress{
    align-self:stretch;
    width: 30%;
    padding-right: 45px;
    font-size: 13px;
    background: #dcdcdc;
    padding-bottom: 35px;
    padding-top: 60px;
    position: relative;
}
/* RESPONSIVE END */