/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
*{
  -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
}

html{
  overflow-y: scroll;
}

body{
	font-family: 'Montserrat', sans-serif;
  width: 100%;
  overflow-x: hidden;
  color:#000;
  font-size: 15px;
  line-height: 1.4em;
  color: #4b4858;
}

.wrapper{
	width : 100%;
	max-width: 1200px; /* par exemple mais cela peut être une autre valeur en px*/
	margin: 0 auto; /* Pour center dans la largeur la zone de texte.*/
	padding: 0 20px; /* Petite marge pour ne pas coller les contenus sur le bord de l'écran sur les tailles inférieurs au maxwidth;*/
}

ul{
  padding-left: 15px;
}

h1{
  position: relative;
  color: #4b4858;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  margin: 0 0 60px;
  text-transform: uppercase;
  text-align: center;
}
h1 span{
  position: relative;
  display: inline-block;
  padding:0 0 10px 0; 
}
h1 span:after{
  content:'';
  position: absolute;
  bottom: 0; left: 0;
  width: 60%;
  height: 2px;
  background:#3c8734;
  left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}

h2{
  position: relative;
  font-weight: bold;
  font-size: 26px;
  text-transform: uppercase;
  margin: 30px 0 20px;
}
h2.nomargin{
  margin-bottom: 0 !important;
}
.page-template-page-home h2{
  text-align: center;
}
.page-template-page-home h2 span{
  position: relative;
  display: inline-block;
  padding:0 0 10px 0; 
}
.page-template-page-home h2 span:after{
  content:'';
  position: absolute;
  bottom: 0; left: 0;
  width: 60%;
  height: 2px;
  background:#009d90;
  left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}

/*h2,*/
.layout-bloc{
  position: relative;
  opacity: 0;
  -ms-transform:  translate(0%,40px);
  -webkit-transform: translate(0%,40px);
  transform: translate(0%,40px);
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
/*h2.go,*/
.layout-bloc.go{
  opacity: 1;
  -ms-transform:  translate(0%,0px);
  -webkit-transform: translate(0%,0px);
  transform: translate(0%,0px);
}


.testimonials-c h2 span:after,
.layout-fullgreen h2 span:after,
.layout-twocolumnsgreen h2 span:after{
  background:#fff;
}

.green{
  color: #91bf22;
}
.greendark{
  color: #008680;
}
.orange{
  color: #ff5e4d;
}
.violet{
  color: #be3b72;
}
.mauve{
  color: #6c56ac;
}


#primary #main{
  padding: 40px 0 0px;
}
#main a{
  color: #4b4858;
  text-decoration: underline;
}

.mfp-content video{
  width: 100%;
  height: auto;
}


.menu-right{
  position: absolute;
  right: 0;
  top: 54px;
}


/* HEADER */

.menumobilecontainer{
  position: absolute;
  top:46px;
  right: 20px;
  width: 90px;height: 16px;
  display: inline-block;
  z-index: 2000;
  /*background: url(img/logo-traits.png) repeat-x center bottom transparent;*/
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.showmenumobile .menumobile-items li.current_page_item > a{
  text-decoration: underline !important;
}
.menumobilecontainer .txt{
  position: absolute;
  left: 35px; top:-4px;
  font-size: 14px;
  color: #000 !important;
}
.mac .menumobilecontainer .txt{
  top: -3px;
}
.menumobilecontainer a{
  display: inline-block;
  width: 100%;height: 100%;
}
.menumobilecontainer .trait{
    position: absolute;
    left: 0px;height: 2px;
    width: 16px;
    background:#000; 
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.menumobilecontainer .trait1{top: 0px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}
.menumobilecontainer .trait2{top: 4px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}
.menumobilecontainer .trait3{top: 8px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}
.menumobilecontainer .trait4{top: 12px;
    -ms-transform: rotate( 0deg );-webkit-transform: rotate( 0deg );transform: rotate( 0deg );
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;}


header{
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 0 0 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.wrapper-header{
  position: relative;
}
header .logo{
  position: relative;
  top: 12px;
}
header .logo img{
  width: 180px;
}
header .logo svg{
  width: 110px;
}
header ul {
	padding: 0;
	margin: 0;
}
header ul li{
  position: relative;
	display: inline-block;
	padding: 4px 8px;
	float: left;
}
header ul li a{
	display: inline-block;
	color: #000;
	width: 100%;
	text-align: center;
	text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 600;
}
header ul li a:hover{
  text-decoration: none !important;
  color: #000 !important;
}
header ul li.current-menu-item > a,
header ul li.current-menu-ancestor > a {
  color: #0c8b80;
}
header ul li > a:hover{
  color: #0c8b80 !important;
}

header ul ul.sub-menu{
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  border: 2px solid rgba(0,0,0,0.6);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px 0px #656565;
-webkit-box-shadow: 0px 0px 5px 0px #656565;
-o-box-shadow: 0px 0px 5px 0px #656565;
box-shadow: 0px 0px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
background:#fff;
}
header ul ul.sub-menu li{
  float: none;
  width: 100%;
  border-top: 1px solid #67b7b0;
  padding:0;
}
header ul ul.sub-menu li a{
  padding: 4px 8px;
  text-align: left;
}
header ul ul.sub-menu li a span{
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
}
header ul ul.sub-menu li:first-child{
  border:none;
}

header ul li:hover ul.sub-menu {
  display: block;
}

header ul ul.sub-menu li:first-child > a:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #ffffff;
}

/* HEADER */


.content-top{
  text-align: center;
  padding-bottom: 20px;
}



main{
  padding: 0 0 30px;
}

.h3, h3{
  font-size: 15px;
}

.row.padding{
  padding: 20px 0;
}
.row.margin{
  margin: 20px 0;
}


footer{
  position: relative;
  padding: 40px 0 40px;
  text-align: right;
  background:#0c8b80;
  color: #fff;
}
footer .wrapper{
  position: relative;
}
footer .left{
  float: left;
  text-align: left;
}
footer ul{list-style: none}
footer ul li{display: inline-block;}

footer a{
  color: #fff;
	text-decoration:none;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold;
}
footer a:hover{
  color: #fff !important;
  text-decoration: underline;
}

footer .menu-footer-container{
  padding: 40px 0;
  text-align: center;
}

.container{
  position: relative;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.chiffre-cle{
  display: inline-block;
  padding: 40px 0 12px 0;
  font-size: 60px;
  font-weight: bold;
}

.layout-image-center{
  text-align: center;
}
.layout-bloc{
  margin: 0 0 40px;
}
.layout-twocolumnsgreen{
  background: #0c8b80;
  color: #fff;
  text-align:center;
}
.layout-twocolumnsgreen{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.layout-twocolumnsgreen .border-right{
  border-right:1px solid #fff;
}
.layout-twocolumnsgreen .colleft{
  padding-top: 20px;
}
.layout-full{
  text-align: center;
}

.layout-image-gauche{
  max-width: 780px;
  margin: 40px auto;
}
.layout-image-gauche .imgc{
  width: 100%;
  /*min-height: 300px;*/
  background: transparent center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.layout-image-gauche .imgc img{
  max-width: 100%;
}
.layout-image-gauche .bloc-text-bottom{
  background: #4b4858;
  color: #fff;
  padding: 20px 28px;
  margin: 15px 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.layout-image-gauche .bloc-text-bottom p{
  margin: 0;
}
.layout-image-gauche .bloc-text-bottom a.button{
  display: inline-block;
  margin-top: 12px;
  background:#fff;
  color: #4b4858 !important;
}

.layout-texte-gauche-bloc-green-right{
    max-width: 780px;
    margin: 40px auto;
}
.layout-texte-gauche-bloc-green-right .bloc-green-item{
  background:#008680;
  color: #fff;
  padding: 20px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.layout-texte-gauche-bloc-green-right .bloc-green-item a.button{
  background:#91BF22;
  color: #fff !important;
}

.important{
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
}
.content-top {
  font-size: 18px;
  line-height: 1.6em;
}
.title-underline{
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}

.title-underline span{
  position: relative;
  display: inline-block;
  padding: 16px 0;
}
.title-underline span:after{
  content:'';
  position: absolute;
  bottom: 0; left: 0;
  width: 60%;
  height: 2px;
  background:#fff;
  left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}



.testimonials-c{
  background:#4b4858;
  color: #fff;
}

.testimonials-c{
  padding: 30px 0 60px;
  margin-bottom: 0;
}
.testimonials-c .item .row{
  margin: 0 20px;
}
.testimonials-c .citation{
  font-style: italic;
}
.testimonials-c .author{
  padding: 20px 0 20px;
  font-weight: 700;
}
.testimonials-c .imgc {
  background: transparent center center;
  width: 150px; height: 150px;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.confiance-c{
  padding: 40px 0 0;
}

/* HOME */

.page-template-page-home .content-wrapper{
  max-width: 100%;
}
.slider-home .item{
  position: relative;
}
.slider-home .item .title{
  position: absolute;
  left: 0;top: 50%;
  width: 100%;
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  text-align: center;
  color: #fff;
  background: rgba(216,148,37,0.6);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 25px 0;
}
.slider-home .item .title .big{
  font-size: 20px;
  line-height: 0.8em;
  font-weight: 900;
  text-transform: none;
  -ms-transform:  scale(0);
  -webkit-transform: scale(0);
  transform:  scale(0);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.slider-home .item .title .bottom{
  position: relative;
  -ms-transform:  translate(0%,100%);
  -webkit-transform: translate(0%,100%);
  transform: translate(0%,100%);
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.slider-home .item.slick-active .title .big{
  -ms-transform:  scale(1);
  -webkit-transform: scale(1);
  transform:  scale(1);
}
.slider-home .item.slick-active .title .bottom{
  position: relative;
  -ms-transform:  translate(0%,0%);
  -webkit-transform: translate(0%,0%);
  transform: translate(0%,0%);
  opacity: 1;
}
.slick-slide img{
  width: 100%;
}
.slick-prev{
  position: absolute;
  left: -20px;top: 50%;
  z-index: 20;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  cursor: pointer;
}
.slick-next{
  position: absolute;
  right: -20px;top: 50%;
  z-index: 20;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  cursor: pointer;
}

.testimonials .imgcc{
  text-align: center;
  padding: 0 0 20px;
}
.testimonials .imgcc .imgc{
  display: inline-block;
}

#main .wp-block-button a{
  color: #fff;
  text-decoration: none !important;
}

.page-id-5 .layout-twocolumns{
  max-width: 800px;
  margin:0 auto 40px;
}

/* HOME */
.contact-form{
  max-width: 460px;
  margin: 0 auto;
}
.contact-form .row{
  display: block;
}
.contact-form .row .col{
  display: block;
}
.contact-form .form-group{
  margin: 20px 0;
}
.contact-form .form-title{
  margin: 0 0 10px;
}
.contact-form .form-title span{
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  padding: 4px 8px;
}

.contact-form input, .contact-form textarea{
  width: 100%;
  border:2px solid #91bf22;
  padding:20px 20px;
  margin: 0 0 30px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}



.button{
  display: inline-block;
  background: #4b4858;
  color: #fff !important;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 30px;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}
.button:hover{
  background: #000;
  color: #fff !important;
}

.menumobile-items{
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  background: #0C8B80;
  padding: 60px 0 0;
  height: 100%;
  overflow-y: scroll;
  display: none;
  z-index: 50;
}
.menumobile-items ul{
  padding: 0;
}
.menumobile-items li{
  display: block;
  text-align: center;
  margin: 40px 0;
}
.menumobile-items li.menu-item-has-children > a{
  opacity: 0.6;
}
.menumobile-items li ul li{
  margin: 0px 0;
}
.menumobile-items li a{
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  text-transform: uppercase;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  transition: all .6s ease;
}

.menumobile-items .menu-principal-container{
  display: block;
}

html.showmenumobile{
  overflow-y: hidden;
}

.showmenumobile .logo svg *{
  fill:#fff !important;
}
.showmenumobile .menumobile-items{
  display: block;
}
.showmenumobile .menumobile-items li a{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.showmenumobile .menumobilecontainer .txt{
  color: #fff !important;
}
.showmenumobile .menumobilecontainer .trait{
  background: #fff;
}

.menu-principal-container{
  display: none;
}

html{
  font-size: 12px;
}

.anchor-themes{
  text-align: center;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.anchor-themes a{
  display: inline-block;
  background: #e3e3e3;
  color: #000;
  padding: 10px 10px;
  margin: 0 10px;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.anchor-themes a:hover{
  background: #ff5e4d;
  color: #fff !important;
}

.layout-image-gauche h3{
  color: #ff5e4d;
  font-size: 30px;
  font-weight: 700;
}

.center{
  text-align: center;
}
.layout-image-gauche .text-top{
  padding: 10px 0 20px;
}

.layout-fullgreen .bg{
  background: #91bf22;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.layout-trois-blocs{
  margin-bottom: 0;
}
.layout-trois-blocs .margin{
  margin-bottom: 40px;
}
.layout-trois-blocs .item{
  background: #4b4858;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.layout-trois-blocs .item .inner1{
  display: table;
  height: 100%;
}
.layout-trois-blocs .item .inner1 .innerrow{
  display: table-row;
}
.layout-trois-blocs .item .inner1 .inner2{
  display: table-cell;
  vertical-align: top;
}
.layout-trois-blocs .item .inner1 .innerrow.bottom .inner2{
  vertical-align: bottom;
}
.layout-trois-blocs img{
  max-width: 100%;
  height: auto;
}
.layout-trois-blocs h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.layout-trois-blocs .item a.button{
  background: #e2e6e5;
  color: #4b4858 !important;
  font-size: 12px;
  padding: 4px 8px;
}

.layout-trois-blocs .item a.button:hover{
  background: #91bf22 !important;
  color: #fff !important;
}

.layout-twocolumnsgrey{
  padding: 0 6%;
  max-width: 1140px;
  margin:0 auto;
}

.layout-twocolumnsgrey .item{
  background: #ececec;
  text-align: center;
  padding: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow-x: hidden;
  margin:0 auto 40px;
}
.layout-twocolumnsgrey .item .imgc{
  position: relative;
  height: 160px;
  width: 100%;
  margin-bottom: 10px;
  background: transparent center top no-repeat;
  background-size: cover;
}
.layout-twocolumnsgrey .item p{
  padding: 0 15px;
}
.layout-twocolumnsgrey .item h3{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #0c8b80;
  padding: 4px 0;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 11px;
}
.layout-twocolumnsgrey .item h3:after{
  content:'';
  position: absolute;
  bottom: 0; left: 0;
  width: 60%;
  height: 2px;
  background:#0c8b80;
  left: 50%;
  -ms-transform:  translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}

.layout-twocolumnsgrey .item .button{
  font-size: 11px;
  padding: 4px 10px;
  background:#0c8b80;
  color: #fff !important;
}
.layout-twocolumnsgrey .item .button:hover{
  background: #91BF22;
}

.grecaptcha-badge{
  display: none;
}

@media only screen and (min-width: 480px) {
  .layout-twocolumnsgrey .item .imgc{
    background: transparent center -40px no-repeat;
    background-size: cover;
  }
}



img { max-width:100%; height: auto; } /* Enough everywhere except IE8. */
@media \0screen {img { width: auto !important }} /* Prevent height distortion in IE8. */


@media only screen and (min-width: 768px) {

  html{
    font-size: 14px;
  }

  footer .menu-footer-container{
    padding: 0px 0;
    text-align: right;
  }
  header .logo img{
    width: 250px;
  }
  .slick-prev{
    left: 0;
  }
  .slick-next{
    right: 0;
  }

  .anchor-themes{
    font-size: 18px;
  }
  .anchor-themes a{
    padding: 10px 20px;
  }

  .testimonials-c .item .row{
    margin: 0 40px;
  }

  .menu-principal-container ul{
    display: inline-block;
    width: 100%;
  }

  .page-id-5 .layout-twocolumns .row .col-md-6:first-child{
    max-width: 40%;
  }
  .page-id-5 .layout-twocolumns .row .col-md-6:last-child{
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 60%;
  }
  .layout-twocolumnsgrey .item .imgc{
    background: transparent center -45px no-repeat;
    background-size: cover;
  }
}


@media only screen and (min-width: 1002px) {

  .testimonials-c .item .row{
    margin: 0 80px;
  }

  .menu-principal-container{
    text-align: right;
    display: block;
  }
  .menumobilecontainer{
    display: none;
  }
}

.separator1{
  margin:20px 0; 
  width: 100%;
  height: 1px;
  background: #000;
}

.hidden{
  display: none;
}

.error{
  display: none;
  color: red;
  margin: 10px 0;
  border-bottom: 1px solid red;
  margin: 0 0 20px;
  padding: 0px 0 10px;
}
.error.show{
  display: block;
}

.sendformok .error{
  display: none;
}
div.sendformok{
  display: none;
  margin: 10px 0;
  color: #0c8b80;
  font-size: 18px;
  border-bottom: 1px solid #0c8b80;
  margin: 0 0 20px;
  padding: 0px 0 10px;
}
.sendformok div.sendformok{
  display: block;
}

iframe{
  max-width: 100%;
}

.banner-home{
  position: relative;
  height: 620px;
  background: transparent center center;
  background-size: cover;
}
.page-template-page-home header{
  background: transparent;
}
.page-template-page-home .banner-home .title{
  text-align: center;
  font-size: 40px;line-height: 1em;
  padding: 40px 10px 0;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-page-home .banner-home a{
  position: absolute;
  bottom: 60px;left: 50%;
  -ms-transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
}

.page-template-page-home #primary #main{
  padding: 0px 0 0px;
}

html.header-scroll header{
  background: #fff !important;
}

@media only screen and (min-width: 960px) {
  html{
    font-size: 16px;
  }
}

@media only screen and (min-width: 1140px) {

  #primary #main{
    padding: 225px 0 0px;
  }
  .page-template-page-home #primary #main{
    padding: 0px 0 0px;
  }

  .page-template-page-home .banner-home .title{
     font-size: 50px;
    padding: 160px 20px 0;
  }

  header{
    position: fixed;
    /*
    -moz-box-shadow: 0px 0px 5px 0px #656565;
    -webkit-box-shadow: 0px 0px 5px 0px #656565;
    -o-box-shadow: 0px 0px 5px 0px #656565;
    box-shadow: 0px 0px 5px 0px #656565;*/
    background: #fff;
    z-index: 200;
  }
}



.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.relative{
  position: relative;
}
.alignleft{
  float: left;
  margin: 0 20px 10px 0;
}

.wp-block-embed-youtube{
  max-width: none !important;
  width: auto !important;
}
/*
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
}
 
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/


#cookie-bar{
  position: fixed;
  bottom: 0;left: 0;
  width: 100%;
  color: #fff;
  background: #008576;
  padding: 20px;
  font-size: 13px;
  z-index: 3000;
}
#cookie-bar p{
  margin:0;
}
#cookie-bar a{
  color: #fff !important;
}
#cookie-bar .close{
  position: absolute;
  right: 10px; top: 50%;
    -ms-transform:  translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  display: inline-block;
  color: #fff !important;
  text-decoration: underline;
}



.white-popup{
  position: relative;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  color: #000;
  padding: 40px;
  text-align: center;
}