/*
Theme Name: L'Effet des Sens 
Theme URI: https://www.leffetdessens.fr/
Description: L'Effet des Sens 
Author: B.carré Communication
Author URI: http://bcarre.com/
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: L'Effet des Sens 
Text Domain: blank
*/
/* =Reset default browser CSS. 
-------------------------------------------------------------- */
a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
 background: 0 0;
 border: 0;
 margin: 0;
 padding: 0;
 vertical-align: baseline;
 position: relative;
 letter-spacing: normal
}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box
}
h1, h2, h3, h4, h5, h6 {
 clear: both
}
a {
 color: inherit
}
a img {
 border: none
}
body, html {
 width: 100%;
 height: 100%
}
body {
color: #01632f;
 font-size: 16px;
 line-height: 21px;
font-family: Arial, Helvetica, sans-serif;
 font-display: swap;
 background: #fff;    width: 100%;
    height: auto;
}
p {
 margin-bottom: 18px;
 display: block
}
 ul {
  list-style: none;
}
.wp-block-column ul {
    list-style: initial;
    margin-left: 20px;
    margin-bottom: 20px;
}
.wp-block-column ul li {
    margin-bottom: 4px;
}
img.alignright {
 float: right
}
.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto
}
.alignleft {
 float: left;
 margin: .5em 1em .5em 0
}
.alignright {
 float: right;
 margin: .5em 0 .5em 1em
}



h2 {
    margin-bottom: 20px;
}


.signature, .mailpoet_form .mailpoet_form_paragraph.signature {
font-family: 'signature';
    top: -20px;
    font-size: 50px;
    opacity: .2;
}

.intro .signature {
 color:#75a618;opacity: 1;font-size: 40px;
}

.titre, .mailpoet_form .mailpoet_form_paragraph.titre {
font-family: 'Josefin Sans', sans-serif;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    
}




div#prestations p {
    width: 70%;
}


.menu-header {
    display: block;

    width: 100%;
    align: inherit;
    text-align: right;
    background: #ffffff;
}




/********MENU**********************/
ul#menu-menu-principal {
    display: block;
    padding: 30px 0 30px 0;
}

.menu-header li {
    margin: 0px 18px;
    list-style: none;
    display: inline-block;
    padding: 0px 0;
    height: 100%;
    position: relative;
}
.menu-header li a {
    color: #01632f;
    text-transform: uppercase;
    z-index: 31;
    vertical-align: middle;
font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    text-align: center;
    padding: 0px 0 0 0;
    position: relative;
    text-decoration: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.menu-header li a:hover, .menu-header li.current-menu-item > a {
    color: #eca80c;
}


.menu-header li.contact a {
    color: white;    border: 1px solid #01632f;
    background: #01632f  left center / 60px 22px url(images/phone-vert) no-repeat;
    background: #01632f  left center / 60px 22px url(images/phone.svg) no-repeat;
     padding: 16px 34px 13px 50px;
    border-radius: 32px;
}
.menu-header li.contact a:hover {
    color: #01632f;
    background: #fff  left center / 60px 22px url(images/phone-vert.svg) no-repeat;
    
}


.sub-menu {
display:none;
}

.sub-menu {
    width: 390px; max-width: 390px;display:table;
    position: absolute;
    left: -20px;
    top: 40px;
    padding-bottom: 10px;border-radius: 20px;
    z-index: 2;
    padding-top: 10px;
    border-top: none;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #ffffff;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}



.sub-menu li {
    display: block;
    padding: 10px 20px;
    text-align: left;
    margin: 0px 0px;
}
.menu .menu-item-has-children ul a {
    line-height: 1em;
   
    max-width: 100%;
    text-align: left;
    height: auto;
    margin: 0 auto;
    white-space: normal ;
}

.menu-header .menu li:hover > ul {
top: 20px;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    filter: alpha(opacity=100);
}

li.menu-item-has-children > a {
    padding-right: 20px;
}
.menu-header ul li.menu-item-has-children > a:before {
        content: "\0025BE";
    font-size: 28px;
    line-height: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: -3px;
    left: auto;
    top: 0;
    position: absolute;
}


.head {
height: 260px; 
    position: absolute;
    top: 0;
    z-index: 4;
}



a.logo {
    position: absolute;
    z-index: 4;
    width: 20vw;
    top: 1vw;
    left: 8.5vw;
}

 a.logo img {
    width: 100%;
    height: auto;
}

 
   .header{background:#fff; background-attachment: fixed;
    width: 100%;
        background-size: 100%;
    background-position: center center;
    display: block;
      padding-bottom: 9vw;
    height: auto;    -webkit-mask-image: url(images/masktop.svg);
  mask-image: url(images/masktop.svg);
    mask-position: bottom center;
     -webkit-mask-position: bottom center;
     -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
}




  .home .header{
      padding-bottom: 7vw;
}

.header:before {
    content: '';
    width: 100%;
    height: 10vw;
    display: block;
    position: absolute;
    bottom: 0;
    background-position: bottom center;
    right: 0;
    background-size: 100%;
    background-image: url(images/masktopborder.svg);
    background-repeat: no-repeat;
}



 .header:after{
 content: '';
    width: 100%;    z-index: -1;
    height: 100%;
    background: #ff000059;
    background: -webkit-linear-gradient(180deg, rgb(155 186 17 / 56%) 0%, #066330 100%);
    position: absolute;
    top: 0;
    bottom: 0;
 }

body.single .header {
    padding-bottom: 10vw;
}

h1 {font-family: 'Josefin Sans', sans-serif;
 margin: 20px 0 40px 0;
 font-size: 38px;
 line-height: normal;
 display: block;
 width: auto;
 font-weight: bold;
    text-transform: uppercase;
    text-shadow: 3px 3px #00000066;
}

.intro {
    padding: 80px 0 0 120px;
}





.intro h1{     margin: 30px 0 20px 0;font-size: 48px;       line-height: 54px;
text-shadow: 3px 3px #00000066;
}

.intro h2{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: normal;
}

.intro {
        width: 70%; color: white;
}
.intro p {
    width: 80%;
}

.lien  {
    display: inline-block;
}
.intro a, p.lien a {
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid white;
    padding: 12px 28px 10px 28px;
    margin-top: 20px;
    border-radius: 40px;     transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;  
}


.intro  a:hover, p.lien a:hover {
 background: #fff; color:#01632f;border-color: #fff;
}

p.lien a {
 color:#01632f;border-color: #01632f;
}
p.lien a:hover {
 color:#fff; background:  #01632f;border-color: #01632f;
}

.portrait p.lien a {
 color:#9a6faa;border-color: #9a6faa;
}

.portrait p.lien a:hover {
 background: #9a6faa; color:#fff;
}




.vague p.lien a {
 color:#fff;border-color: #fff;
}
.vague p.lien a:hover {
background: #fff; color:#01632f;
}




.public p.lien a,  p.lien a.btnexcerpt,
.contenuactu p.lien a {
 color:#01632f;border-color: #01632f;
}
.public p.lien a:hover, p.lien a.btnexcerpt:hover,
.contenuactu p.lien a:hover {
 background: #01632f; color:#fff;
}



.wrapper {
 width: 100%;
 margin: 0 auto 0 auto;

}


.wrapper h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 20px;
}








.wp-block-columns {
    padding: 20px 120px;
}
.wp-block-columns .wp-block-columns {
    padding: 0 0;
}
.contentcarousel {
    margin: 60px 0;
}

.swiper-container, .swiper-wrapper {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}


.swiper-button-next, .swiper-button-prev {
    font-size: 0px;
    color: #ffffff;
    background: #eca80c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 300;
    width: 60px;
    top: 50%;
    transform: translateY(-50%);border-radius: 100%;    margin-top: 0;
    z-index: 10;
    background-image: none;
    outline: none;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    padding: 0;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
}
.swiper-button-prev {
    left: -30px;
}
.swiper-button-next {
    right: -30px;
}


.swiper-button-next svg, .swiper-button-prev svg {
    fill: white;
    display: inline-block;
    width: 100%;
    height: 40%;
    fill: white;
    margin-top: 18px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}


.btn{
  position: relative;
  text-align: center;
  cursor: pointer;
}

.btn span{
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  width: 240px;
  padding: 18px 0;
  margin: 35px;
  border-radius: 8px;
  box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
  transition: transform 0.15s linear;
}

.color-01 span{
  background: linear-gradient(90deg, #EC5C1A, #F6CE61);
}

.color-02 span{
  background: linear-gradient(90deg, #0165CD, #55E6FB);
}

.color-03 span{
  background: linear-gradient(90deg, #259844, #6FF192);
}


.swiper-button-prev svg {
    margin-left: -6px;
}
.swiper-button-next:hover svg, .swiper-button-prev:hover svg, .wp-block-themeisle-blocks-slider .glide__arrows .glide__arrow:hover svg {
    fill: #9a0404;
}
.glide__arrow--left {
    left: -30px;
}
.glide__arrow--right {
    right: -30px;
}
.glide__arrow svg {
    display: inline-block;
    width: 100%;
    height: 40%;
    fill: white;
    margin-top: 18px;
}
.carouseltire {    font-family: 'Josefin Sans', sans-serif;    
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    font-weight: 700;
bottom: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    align-self: flex-end;
    
}

.carousel {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}



.contentcarousel.small .swiper-slide {
    min-height: 320px;    height: auto;
}
.contentcarousel.small h3.carouseltire {
    font-size: 18px;
}

.contentcarousel.frontpage .swiper-slide {

    min-height: 400px;    height: auto;
}

.contentcarousel.frontpage  h3.carouseltire {
    font-size: 24px;
}


a.carouselbloc {
    color: white;overflow: hidden;
    text-decoration: none;
    background-size: cover;
    background-size: cover;
   display: flex;   position: absolute;
    width: 100%;border-radius: 20px;
    padding: 40px;
    height: 100%;
    background-repeat: no-repeat;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;

}

.contentcarousel.small a.carouselbloc {
padding: 20px 40px;
}
a.carouselbloc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .5) 80%);
    bottom: 0px;
    left: 0;
    z-index: 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

a.carouselbloc:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: red;
    bottom: 0px;
    left: 0;
    z-index: 0;
     transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
  
}


.swiper-slide.class1 a.carouselbloc:after,.swiper-slide.class5 a.carouselbloc:after,.swiper-slide.class9 a.carouselbloc:after   {
       background: #d4de2d;
}

.swiper-slide.class2 a.carouselbloc:after,.swiper-slide.class6 a.carouselbloc:after,.swiper-slide.class10 a.carouselbloc:after   {
       background: #f69122;
}

.swiper-slide.class3 a.carouselbloc:after,.swiper-slide.class7 a.carouselbloc:after,.swiper-slide.class11 a.carouselbloc:after   {
       background: #855ca5;
}
.swiper-slide.class4 a.carouselbloc:after,.swiper-slide.class8 a.carouselbloc:after,.swiper-slide.class12 a.carouselbloc:after   {
       background: #01632f;
}


a.carouselbloc:hover {
    color: #d3ac5d;
}
a.carouselbloc:hover .carouseltire {
   bottom: 20px;
}

a.carouselbloc:hover:after {
     height: 40px;
}

.contentcarousel.small a.carouselbloc:hover:after {
     height: 30px;
}



.wp-block-columns.vague {
 color: white;
 background: rgb(213,222,45);
 background: linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
 background: -webkit-linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
  margin: 20vw 0 20vw 0;     
 padding: 20px 120px;
 
}

.wp-block-columns.vague:before {
content: '';
    display: block;
    content: '';
    top: -15vw;
    margin: 0 -120px;
    position: absolute;
    height: 15vw;
    width: 100%;
    background-image: url(images/reatop2.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}



.wp-block-columns.vague:after {
    display: block;
    content: '';
    bottom: -15vw;    margin: 0 -120px;
    position: absolute;
    height: 15vw;
    width: 100%;
    background-image: url(images/reabottom2.svg);
    background-repeat: no-repeat;
}




.wp-block-columns.vague .content {
   margin-top:-60px;width:40%;
}
.wp-block-columns.vague .titre, .wp-block-columns.vague .signature {
transform: translateY(-110px);
}

.contentrea {
    width: 100%;
    position: absolute;
    max-width: 90%;
    max-width: 44vw;
    z-index: 1;
    right: 0;
    transform: translateY(-40%);
}

.swiper-container.realisation {
    border-radius: 100%;
    overflow: hidden;
}
.swiper-container.realisation .swiper-slide {
    
    width: 100%;background-size: cover;
}
.swiper-container.realisation .swiper-slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


/*

.portrait .wp-block-image {
    margin-right: -120px;
}
.portrait .wp-block-cover img {
    margin-right: -120px;
    left: auto;
    height: auto;
}*/
.paaaortrait img {
    border-radius: 100%!important;  z-index: 1;
}

.paaaortrait .wp-block-image:after {
    display: block;
    content: '';
    bottom: -5vw;
    position: absolute;
    right: -120px;
    padding-bottom: 100%;
    z-index: 0;
    width: 100%;
    background: url(images/backportrait.svg);
        background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}
.portaitvanessa {
    margin-right: -120px!important;
}

/**ACTU******************************/

.actu .wp-block-columns {
    padding: 0 0;
}


.hackbak {
    background: rgb(213,222,45);
    background: linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    min-height: 30vw;
 margin-top: 15vw;
}

.hackbak:before {
    content: '';
    display: block;
    content: '';
    top: -15vw;
    position: absolute;
    height: 15vw;
    width: 100%;
    background-image: url(images/actutop.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.hackbak:after {
    display: block;
    content: '';
    bottom: -14vw;
    position: absolute;
    height: 15vw;
    width: 100%;
    background-image: url(images/actubottom.svg);
    background-repeat: no-repeat;
}
.full.actu {
    position: absolute;
 color: white;
    padding: 0px 120px;
    top: -6vw;
    width: 100%;

}


.contenuactu {
      flex-wrap: nowrap;
    display: flex;
     z-index: 1;padding-top: 30px;

}



.contenuactuleft {
   flex-basis: 55%;    margin-right: 40px;
    flex-grow: 0;
}
.contenuacturight  {
        flex-basis: 0;
    flex-grow: 1;

}

.post.enavant {
    position: absolute;
    display: inline-block;
    width: 100%;color: #01632f;
}

.post.enavant .linkpost {
    height: 36vw;
    display: block;    margin-bottom: 30px;    background-size: cover;
}


.contenuacturight .post {
    margin-bottom: 22px;    flex-wrap: nowrap;
    display: flex;
}
.contenuacturight a.linkpost {
    margin-right: 20px;
    flex-grow: 0;    flex-basis: 30%;max-width: 170px;

}
.contenuacturight .infospost {
    margin-right: 20px;    flex-basis: 0;
    flex-grow: 1;

}
.actu .postimg img {

    max-width: 170px;
    min-width: 50px;
}
.actu .postimg img, .actu .contenuactuleft .linkpost {
    border-radius: 22px;
}

a.titrepost {
    font-family: 'Josefin Sans', sans-serif;
        font-size: 26px;
    margin-bottom: 20px;  display: block;
    text-decoration: none;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
}
a.titrepost:hover {
    color: #01632f;
}
.contenuacturight a.titrepost {
    font-size: 16px;
  
}
p.infosdate {
    margin-bottom: 0;color: #ffffff66;
}







.zonecircle {
    overflow: hidden;
}


.circle {
     border-radius: 50%;
    position: absolute;
    z-index: -1;
    background: #eaefe4;
     transition: all 1.6s cubic-bezier(.090, .345, .25, 1);
    
    background-image: url(images/fleurs.svg);
    background-repeat: no-repeat;
  background-position: bottom center;
    background-size: 100%;

}



.circle.un {
width: 523px;
    height: 523px;
    left: -12%;
    top: 17%;
    background-position: -800% 100%;
    background-size: 106%;
}

.circle.deux {
width: 250px;
    height: 250px;
    right: -3%;
    top: 30%;
	background-position: 260% 170%;
    background-size: 112%;

}

.circle.trois {
width: 162px;
    height: 162px;
    left: 22%;
    top: 36%;
	    background-position: 210% 170%;
    background-size: 142%;

}

.circle.quatre {
width: 500px;
    height: 500px;
    left: -8%;
    top: 55%;
	    background-position: 540% 170%;
    background-size: 112%;


}

.circle.cinq {
    width: 141px;
    height: 141px;
    right: 7%;
    top: 70%;
	    background-position: 120% 30%;
    background-size: 152%;

}

.circle.six {
    width: 165px;
    height: 165px;
    left: 74%;
    top: 88%;
}

.circle.sept {
width: 620px;
    height: 620px;
    left: -21%;
    bottom: 5%;
    background-position: -160% 30%;
    background-size: 78%;
}

.circle.huit {
width: 391px;
    height: 391px;
    left: 54%;
    top: 80%;
background-position: 300% -60%;
    background-size: 88%;
}




.parallax {
    transition: all .6s cubic-bezier(.090, .345, .25, 1);
}


.leftnewsletter {
    transform: translateX(120px);
}
.wp-block-column.formnewsletter {
    background: rgb(213,222,45);
    background: linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    border-radius: 100%;    transform: translateX(-120px);
 aspect-ratio: 1;
    min-width: 583px;/**/
	
}

/*

.wp-block-column.formnewsletter:after {
    content: '';
    width: 150%;
    padding-bottom: 150%;
    display: block;
    background: #cb0e0e;
    background: rgb(213,222,45);
    background: linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    position: absolute;
    top: -50px;
    left: -14%;
    z-index: -1;
    border-radius: 100%;
    content: '';
    width: 550px;
    padding-bottom: 550px;
}
*/






/**/

div#mailpoet_form_1 {
    top: 50%!important;width: 70%!important;
    transform: translateY(-50%)!important;margin: auto;
}



.mailpoet_form_html, .mailpoet_form_html a {
    color: #ffffff!important;
}
.mailpoet_form  input[type="email"]::placeholder {
  color: #ffffff;
}
input.mailpoet_text, input.parsley-success , input.parsley-success, select.parsley-success, textarea.parsley-success{
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    cursor: pointer;
    font-size: 15px;
    width: 56%;
    color: #ffffff!important;
    margin-top: 40px;outline: none!important;
    border: none!important;
    border-bottom: 1px solid white!important;
    background: transparent!important;
 
 
 
 
}
input.mailpoet_submit {
    font-family: 'Josefin Sans', sans-serif!important;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid white;
    border-color: white!important;
    padding: 12px 28px 10px 28px!important;
    background: none;
    color: #fff;
    margin-top: 20px;
    border-radius: 40px;
}



input.parsley-error{
  
    background-color: transparent!important;
    border-color: #f3072a!important;

}









.public {
    margin: 120px 0 0 0;
}
.public .cercle {
    z-index: 1;
      flex-basis: 460px!important;
    max-width: 460px;
     position: absolute;
    left: 50%;
}

.public .cercle:after {
 content: '';
    width: 150%;
    padding-bottom: 150%;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: -25%;
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 100%;box-shadow: -30px -7px #8c997e2e;
}



.public .left{
    margin-left: -20%;
}
.public  ul  {
display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
   
}
.public  ul li {
display: inline-block;
    margin: 0;
   
}
.public ul li a {
    border: 1px solid #01632f;
    text-decoration: none;
    padding: 6px 12px;
    display: block;
    margin: 0 6px 6px 0;
    border-radius: 6px;    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

.public ul li a:hover {
 background: #01632f;
color:#fff;
}




.footer {
 
   color: white;
    background: rgb(213,222,45);
    background: linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(213,222,45,1) 0%, rgba(1,103,56,1) 100%);
    margin: 32vw 0 0 0;
    padding: 20px 120px;
}

.footer:before {
    content: '';
    display: block;
    content: '';
    top: -15vw;
    margin: 0 -120px;
    position: absolute;
    height: 15vw;
    width: 100%;
    background-image: url(images/footer.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
}


.footer .logo {
    top: -22vw;
    left: auto;
    right: 17vw;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}



.contentfooter {
    max-width: 50%;
    top: -4vw;
}



.social {
      text-align: right;
    padding: 14px 0;
    border-bottom: 1px solid #ffffff8a;
    margin: 0 0 0 0;
}
.social a {
    display: block;
}

.social a:before {
    content: '';
    display: block;
    position: absolute;
    padding: 2px 0 0px 44px;
    height: 40px;
    font-family: 'Josefin Sans', sans-serif!important;
    font-size: 20px;
    line-height: 22px;
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 0px 0px;
}

.email a:before {
    content: 'Email';
    background-image: url(images/email.svg);
}


.twitter a:before {
    content: 'Twitter';
    background-image: url(images/twitter.svg);
}

.linkedin a:before {
    content: 'Linkedin';
    background-image: url(images/linkedin.svg);
}

.facebook a:before {
    content: 'Facebook';
    background-image: url(images/facebook.svg);
}

.instagram a:before {
    content: 'Instagram';
    background-image: url(images/insta.svg);
}


.bottomfooter {
    padding: 20px 0 6px 0;
    border-top: 1px solid #ffffff8a;
    font-size: 13px;
    color: #ffffff8a;
}
.bottomfooterright {
    width: auto;
    display: inline-block;
    float: right;
}



.bottomfooterright li {
    display: inline-block;
}
.bottomfooterright li:before {
    content: '- ';
    display: inline-block;
    text-align: center;
    padding: 0 10px 0 6px;
}

.bottomfooterright li:first-child:before {
   content: '';  padding: 0 0px 0 0px;
}


.bottomfooterleft {
    width: auto;
    display: inline-block;
}





.navbottom {width: 100%;
    max-width: 1120px;
    margin: 0px auto 0px auto;
    padding: 60px;
    overflow: hidden;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

#cooler-nav {
    clear: both;
    height: 100px;
    margin: 0 0 70px;
}

#cooler-nav .previous {
    float: left;
    vertical-align: middle;
    width: 300px;
    height: 100px;
}

#cooler-nav a {
    text-decoration: none;
    display: block;
    height: 100px;
}

#cooler-nav img {
    float: left;
    margin: 0 0px 0 0;
    background-color: #19b6bf;
}
#cooler-nav .next img {
    float: right;
    margin: 0 0 0 10px;
}
#cooler-nav p {
    margin: 0px 0px 0 110px;
    font-size: 18px;
    vertical-align: middle;
    display: block;
    width: 300px;
    font-weight: 400;
    margin: 0px 110px;
    top: 60%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    color: #182b42;
}
#cooler-nav .next {
    float: right;
    width: 300px;
}





.hamburger {
 font-size: 30px;
 display: none;
 position: fixed;
 z-index: 9999999;
 opacity: 1;
 width: 70px;
 
 padding: 30px 20px 5px 20px;
 cursor: pointer;
 transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 vertical-align: middle;
 right: 10px;
 top: 0;
 border: 0 none
}
.hamburger::-moz-focus-inner {
 padding: 0;
 border: 0 none
}
.hamburger:focus {
 outline: 0
}
.hamburger:after, .hamburger:before {
 content: ""
}
.hamburger .icon, .hamburger:after, .hamburger:before {
 display: block;
 width: 100%;
 height: 4px;
 margin: 0 0 5px;
 transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 border-radius: .05em;
 background: #01632f;
}
.hamburger .icon {
 transform: translate(-2px, 0);
 width: 120%
}
.hamburger:before {
 transform: translate(12px, 0);
 width: 70%
}
.hamburger:after {
 transform: translate(10px, 0);
 width: 80%
}
.hamburger.dark .icon, .hamburger.dark:after, .hamburger.dark:before {
 background: #ff5851
}
.hamburger:hover .icon {
 transform: translate(2px, 0);
 width: 100%
}
.hamburger:hover:before {
 transform: translate(-2px, 0);
 width: 100%
}
.hamburger:hover:after {
 transform: translate(-2px, 0);
 width: 100%
}
.hamburger.active .icon {
 transform: translate(-7px, 8px) rotate(135deg) scaleX(-.34)
}
.hamburger.active:before {
 transform: translate(5px, 5px) rotate(135deg) scaleX(.6)
}
.hamburger.active:after {
 transform: translateY(-8px) rotate(-135deg)
}
.hamburger.active .icon, .hamburger.active:after, .hamburger.active:before {
 background: #01632f;
 width: 100%
}
.hamburger.active {
 position: fixed
}
.fermepanier, .fermepanierbis {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9999;
 width: 100%;
 height: 100%;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 opacity: .58;
 box-sizing: border-box;
 display: none;
 background: #fff
}
span.edit-link {
 position: fixed;
 bottom: 50px;
 z-index: 999;
 right: 0;
 background-color: #007089;
 display: block
}
span.edit-link a {
 background-color: #dadada;
 color: #fff !important;
 padding: 20px;
 margin: 0;
 border-radius: 6px 0 0 6px
}
span.edit-link a:hover {
 padding: 20px 40px 20px 20px
}



.slideshow .swiper-slide {
    height: auto;
 min-height: auto;
 background-repeat: no-repeat;
    background-size: cover;
}

.slideshow img {
    width: 100%; max-width: none;
    height: auto;
}
.slideshow {
    border-radius: 100%;
    AAoverflow: hidden;
}
  
.slideshow .wp-block-image {
    margin: 0 0 0 0;
}

.slideshow .wp-block-image a {
    width: 100%;
}


figcaption {
    text-align: center;
    font-size: 12px;
}

.slideshow figcaption {
    position: absolute; font-size: 14px;
    bottom: -20px;
    left: 0;
    padding: 20px 70px;
    right: 0;
    display: inline-block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;z-index: 2;
}

.slideshow .wp-block-image:after {
content: '';
    width: 100%;
    z-index: 1;
    height: 190px;
    background: -webkit-linear-gradient(-90deg, #0000 0%, #0000009e 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}



.mycaption {
    position: absolute;
    bottom: 60px;
    background: red;
    width: 100%;
    text-align: center;
    margin: auto;
    width: 100px;
    left: 0;
    right: 0;

}

.navigation {
    max-width: 80%;
    margin: 60px auto;
}
.navigation .right {    text-align: right;}


a.naviga {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
}

a.naviga img {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;    max-width: 160px;
    height: auto;padding: 10px;
}


.navigation .right a.naviga img {
    width: 260px;
    max-width: none;
}

a.foliolink {
        transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}

a.foliolink:hover {
    color: #9a6fa8;
}



#mailpoet_form_1 .mailpoet_submit {
    cursor: pointer;
}
#mailpoet_form_1 .mailpoet_submit:hover {
  background: #fff;color:#84b131;
}
label.mailpoet_checkbox_label {
    font-size: 14px;
    font-style: italic;
}

.scroller {
     position: fixed;
    z-index: 9999999;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background: #d2dc2e;
    padding: 30px 0 0 26px;
    width: 60px;
    height: 60px;
    border-radius: 100% 0 0 0;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.scroller.hide {    opacity: 0;}

.scroller svg {
    transform: scale(1.2) rotate(90deg);
    fill: white;
}

	.hackbak:before, 
.wp-block-columns.vague:before, .footer:before {
    margin-top: 1px!important;
}
.hackbak:after, .wp-block-columns.vague:after{
    margin-bottom: 1px!important;
}

.cn-close-icon {
    top: 16px;
    right: 6px;
}
span#cn-notice-text a {
    text-decoration: none;
}

@media only screen and (min-width:900px) {


#cookie-notice {
    max-width: 490px;
    min-width: auto;
    right: 20px;
    bottom: 20px;
    border-radius: 10px;
    left: auto;
}




a#cn-refuse-cookie {
    float: left;
}


}

@media only screen and (min-width:1660px) {
a.logo {
      max-width: 370px;
    left: 9vw;
}
	.public .cercle {

    left: 40%;
}
}

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


	.menu-header li {
 margin: 0px 8px;
}
	
}











@media only screen and (max-width:1320px) {
	body { padding-top: 50px;
}
   .header{
    background-size: cover;
 }
	
	
.hamburger {
 display: inline-block;
}
	
	

	
	
	.menu-header {
    position: FIXED;
    width: 420px;
    overflow: auto;
    height: 100%;
    background: #f6edde;
    right: -800px; 
            padding: 36px 20px 0px 20px;
    top: 0;
    z-index: 99999;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .2s ease;
    color: #FFF;
}
	
	.menu-header.move {
    right: 0px;
}
	
	.menu-header li {
    height: auto;
    display: block;
    width: 100%;
    position: relative;    margin: 0px 8px 10px 8px;
}
	
	.menu-header li a {
    text-align: left;
    padding: 12px 0 0 0;
    width: 100%;
    display: block;
    font-size: 18px;}

	.menu ul li {
    min-width: 100%;
    white-space: normal;
}
 
    .sub-menu {
    width: 100%;    min-width: 100%;
}
.menu ul ul.sub-menu {
    left: 0;
    top: 0;
}	
.menu-header  ul.sub-menu li.menu-item-has-children > a:before {
   
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
 
}
	.menu-header > ul > li.menu-item-has-children > a:before {
    content: "\0025BE";
    font-size: 30px;
   
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 20px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    -ms-transform: translateY(-51%);
    -o-transform: translateY(-51%);
    transform: translateY(-51%);
    position: absolute;
}
	
.menu .menu-item-has-children ul a {
    line-height: 1em;
    padding: 9px 10px;
    max-width: 100%;
    text-align: left;
    height: auto;
    margin: 0 auto;    white-space: normal;
}	

	
	
	ul.sub-menu {
    visibility: visible; 
    opacity: 1;    padding: 10px 0 0 0;
    background-color: transparent;
    position: relative;
    display: none;
    top: auto;
   left: 0px;border-left: 1px solid #01632f;
    border-radius: 0;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
	
    .sub-menu li {
    display: block;
    padding: 0px;
    text-align: left;
    margin: 0px 0px;
}
    
  
	

	
	
.menu-header li.contact a {
        width: 90%;
    margin-top: 20px;
}
    


    .menu-header .menu li:hover > ul,
    .menu-header .menu li > ul {

    top: auto;
}
	
	
	

}








@media only screen and (max-width:1260px) {
.sub-menu {
    width: 320px;
}
	
.menu-header li {
    margin: 0px 8px;

 }
	
	.menu .menu-item-has-children ul a {
    padding: 12px 0;
    white-space: normal;
}
	
	
	
	
	
	
	
 }






@media only screen and (max-width:1024px) {
 .bottomfooterright, .bottomfooterleft {
    width: auto;
    display: block;
    float: none;
}
	.intro {
    width: 80%;
}
	.intro .signature {
    font-size: 34px;
}
.intro h1 {
    font-size: 40px;
    line-height: 50px;    margin: 0px 0 10px 0;
}	
	.intro p {
    width: 100%;
}
	
	.titre, .mailpoet_form .mailpoet_form_paragraph.titre {
    font-size: 32px;

}
.intro h2, .wrapper h3  {
   font-size: 20px;
}	
	
	.contentcarousel {
    margin: 30px 0;
}
	
	
	div#prestations p {
    width: 90%;
}
	
	.signature, .mailpoet_form .mailpoet_form_paragraph.signature {
    top: -10px;
    font-size: 37px;
}
	
	.contentcarousel.frontpage h3.carouseltire {
    font-size: 20px;
}
	
	.public .cercle {
    left: 30%;
}
	
	
	.contentfooter {
    max-width: 100%;
    top: 1vw;
}	

.intro {
    padding: 40px  0 0 40px;
}
.wp-block-columns {
    padding: 20px 40px;
}	
	
	
.wp-block-columns.vague {
  margin: 140px 0 140px  0;
    padding: 40px 40px;
}
	
	.footer {
    padding: 20px 40px;
}
	
	.full.actu {
    padding: 0px 40px;
}
	.contenuactuleft {
    flex-basis: 45%;

}
	
	.contentrea {
  max-width: 49vw;
    transform: translateY(-23%);
}
	
	
	.enavant a.titrepost {
    text-shadow: -1px 1px 3px #fff;
}
	
	
	.navigation {
    max-width: 100%;
}
	
	
	
	.wp-block-columns.vague:before, .footer:before,
	.wp-block-columns.vague:after {    margin: 0 -40px;}
	
.circle.un {
    width: 500px;
    height: 500px;
    left: -12%;
    top: 11%;
   
}
	
.circle.sept {
    width: 400px;
    height: 400px;
    left: -1%;
    bottom: 10%;

}	
	
	.circle.huit {
    width: 260px;
    height: 260px;
    left: 74%;
    top: 77%;
   
}
	
	
	
	
	
}







@media only screen and (max-width:785px) {
.header {
    background-attachment: scroll;
	}
.full.actu {
    position: relative;

}
.hack {
    margin-top: 300px;
}

	.contenuactu {
    display: block;

}
.post.enavant {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
}	
	.enavant a.titrepost {
    text-shadow: none;
}
	
	
	
	.contenuactu p.lien 
	 {
   display: none;
}
	
	.contenuactuleft {
    flex-grow: 0;margin-right: 0px;
}
		
.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
	
		
	.contentrea {
    max-width: 100%;
    transform: none;
    position: relative;
}
	
	
}


@media only screen and (max-width:600px) {
 .menu-header {
    width: 100%;
	}
	
body {
    padding-top: 20px;
}
	.header {
    margin-top: 32%;
}
a.logo {
    position: absolute;
    z-index: 4;
    width: 100%;
    top: auto;
    padding-left: 7%;
    left: auto;
    display: block;
}
	
a.logo img {
    width: 66%;
    height: auto;

}
	

	.footer {

    margin: 320px 0 0 0;
}
	
	
	.menu-header li.contact a:hover {
    color: #fff;
    background: #01632f  left center / 60px 22px url(images/phone.svg) no-repeat;
}
	
.contenuactu {
    padding-top: 0;
}	
.contenuacturight .post {
    margin-bottom: 32px;
    flex-wrap: nowrap;
    display: block;
}
	
	.contenuacturight a.linkpost {
    margin-right: 0;
    max-width: 100%;    display: block;
}
	a.titrepost {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
	
}	
	.post.enavant .linkpost {
    height: 220px;
    display: block;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}
	.leftnewsletter {
    transform: none;
    margin: 0 -60px;
    margin-top: 40px;
}
	
	.leftnewsletter .wp-block-image img {
    height: auto;
    max-width: 140%;
    vertical-align: bottom;
}

	.wp-block-column.formnewsletter {
    transform: none;
        top: -180px;
        position: relative;
    left: -80px;
    min-width: 520px;
}
	
	div#mailpoet_form_1 {
    padding: 20px;
   
}
	
	
.actu .postimg img {
    max-width: 100%;
    min-width: 50px;
}	
.footer .logo {
    top: -40vw;
    left: auto;
    right: 0;
    text-align: center;
    width: 52%;
    padding-left: 0;
}
	
.footer a.logo img {
    width: 66%;
    height: auto;
}
	
	
	
	
	.social a {
    display: block;
    font-size: 14px;
}
	
	
	
	.header img {
    width: 200%;
}
	
 .intro {
    padding: 20px 40px;
}


.intro .signature {
font-size: 30px;
}


.intro h1{     margin: 20px 0 14px 0;    font-size: 28px;
    line-height: 32px;
}

.intro , .intro p{
        width: 100%; 
}
.titre, .mailpoet_form .mailpoet_form_paragraph.titre {
    font-size: 22px;
}
.signature, .mailpoet_form .mailpoet_form_paragraph.signature {
    top: 2px;
    font-size: 26px;
}
	
	.contentcarousel {
    margin: 30px 0 80px 0;
}
	.contentcarousel.frontpage .swiper-slide, .contentcarousel.small .swiper-slide {
    min-height: 280px;
    height: auto;
}
	
	.wp-block-columns.vague .titre, .wp-block-columns.vague .signature {
    transform: translateY(-90px);
}

.public {
    margin: 40px 0 0 0;
    padding: 20px 60px;
}
	
	.public .left {
    margin-left: -20%;
    margin-right: -20%;
}
.public ul li {
    display: block;
    margin: 0;
}	
	
	.public ul li a {
  display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid white;
    padding: 12px 28px 10px 28px;
    margin-top: 10px;
    border-radius: 40px;
    color: #01632f;
    border-color: #01632f;

}
	
	
	
	
	
	
	
	
	
	
.public .cercle {
       left: 0;
    position: relative;
    top: -130px;
    margin: 0 -40px;
}
	
.public .cercle:after {
    content: '';
    top: -80px;
    left: -120px;
    transform: none;
    width: 600px;
    padding-bottom: 600px;
}

	
	.single-realisations .public .cercle:after {
    top: -130px;
    left: -80px;
    transform: none;
    width: 500px;
    padding-bottom: 500px;
}
	
	
	
	
	.hack {
    margin-top: 80px;
}
	
	
	
	
	
	
.circle.un {
    width: 280px;
    height: 280px;
    left: -12%;
    top: 17%;
}	
	.circle.quatre {
    width: 340px;
    height: 340px;
    top: 60%;
   
}
	
	
	.circle.sept {
    width: 240px;
    height: 240px;
    left: -1%;
    bottom: 13%;
}
	
	
	
	.circle.huit {display:none;}
	
	
	
.reverse-columns {
		display: flex;
		flex-direction: column-reverse;
	}
 
 a.carouselbloc {
    padding: 0px 40px;
 }
	
	
	
	
	
}







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


.bottomfooterright li {
    display: block;
}
.bottomfooterright li:before {
    content: none;
}

}


