* {-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

img {-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
image-orientation: none;
}

::selection{
  background-color: #444;
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: #444;
  color: white;
}


html {
 overflow-y: scroll !important;
}

body {
    font-family: 'Lato', sans-serif;font-size:18px; color:#424242; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0; background-color:#ffffff;font-weight: 400;line-height: 1.4;
}

.wrapper-header {
    position: relative;
    z-index: 100;
}



.header-top {
    height: 110px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 100000;
    background:#faf5ee url('i/header.png') repeat-x center top;
}

.header-reseaux {
    position: absolute;
    top:10px;
    right:10px;
}

.header-instagram, .header-facebook {
    width:50px;
    height:50px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.27);
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.header-instagram:hover, .header-facebook:hover {
    background-color:#ffe1e1;
}

.header-instagram {margin-left: 10px;}

.header-instagram img {
    vertical-align: -9px;
}

.header-facebook img {
    vertical-align: -9px;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
     .header-top {background:#faf5ee url('i/header-2x.png') repeat-x center top;
        background-size: 2500px auto;}

}


.wrapper-menus {
    max-width:1480px;margin:auto;position:relative;background-color: #fff;
    height: 80px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.35);
}


a.bouton {
background: #234077;
font-weight: 600;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
text-decoration: none;
font-size: 22px;
display: inline-block;
padding: 14px 26px;
text-transform: uppercase;
color: #fff;
transition: all 0.3s ease 0s;
}



a.bouton:hover {
    background: #5271FF;
}



div.logo {
    position: absolute;
    left: 50%;
    top:0px;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    z-index: 10000000;
    text-align: center;
    transform: translateX(-50%);
    padding:20px 30px 20px 30px;
    background: linear-gradient(to bottom, rgba(250,245,238,0) 0px,rgba(250,245,238,0) 110px,rgba(250,245,238,1) 110px, rgba(250,245,238,1) 100%);
    border-radius: 0px 0px 20px 20px;
}

div.logo::before {
    content: " ";
    width: 100%;
    height: 100px;
    background: transparent;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.32);
    border-radius: 0px 0px 20px 20px;
}


div.logo img {vertical-align: top;}




a.logo {text-decoration:none;
    z-index: 10;
    position: relative;
    display: inline-block;
}
a.logo:focus {outline:none;}

h3.header-logo {
    padding:0px;margin:0px;
    font-weight: 700;
    font-family: 'Saira Condensed', sans-serif;
    color:#e654a3;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin-top:10px;
}

h3.header-logo span {
    font-weight: 500;
    display: block;
    color:#5271ff;
    text-transform: none;
    font-size: 26px;
    line-height: 26px;
}

h3.bandeau-activites {position: absolute;right:0px;top:0px;text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    padding: 4px 8px;
    font-size:18px;
    text-align: right;
    margin:18px 0px 0px 0px;
}
h3.bandeau-activites span {display:block;margin-top:20px;font-style: italic;color:#dd072d;text-transform: none;}


.wrapper-contenu {
    z-index: 2;
    position: relative;
    background:#fff;
}




.wrapper-contenu strong {font-weight: 600;}

.wrapper-contenu-inner {}

.wrapper-boxed-contenu {max-width:1380px;margin:auto;}

.wrapper-boxed {}

.boxed {max-width:1380px;margin:auto;}


@media (max-width:800px) {
.wrapper-boxed {background-size:1000px auto;}

}








a.lienfooter:link,a.lienfooter:visited {color:#e654a3; font-weight:bold; font-style:normal; text-decoration:none; }
a.lienfooter:hover,a.lienfooter:active {text-decoration:none;color:#e654a3;}


h1, h2.h1, h3.h1 {
    font-weight: 900;
	text-align:left;
	font-size: clamp(30px, 5vw ,40px);
	font-style:normal;
	color:#333;
	margin:0px;
	padding:0px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -10px;
    line-height: 1.1;
}

h3.h1 {text-align:center;}

h1.h1-centre {text-align: center;}


span.dl {
    font-family: 'La Belle Aurore', cursive;
    display:block;color:#424242;font-weight: 400;font-style:normal;
    font-size: clamp(30px, 5vw ,40px);
    text-transform: none;
        margin-top: 2px;
        line-height: 0.8;
}

h1.h1-centre:after {left: 50%;transform: translateX(-50%);}


.col2-2 h1:before, .col2-3 h1:before, .col3-3 h1:before {content:none;}


h1:after, h2.h1:after, h3.h1:after {
     position:absolute;
    bottom: 0px;
    left:0px;
    content:" ";
    display: block;
    width:100%;
    height:1px;
    z-index: -1;
    background:rgba(46, 46, 46, 0.1);
}


@media (max-width:1460px) {
    h1:before {content:none;}
}


h2 {
    text-align:left;
    font-size: 22px;
    font-weight: normal;
    font-style:normal;
    color:#000;
    margin:0px;
    padding:0px 0px 12px 0px;
    position: relative;margin-bottom: -8px;
}

h2:after {
     position:absolute;
    bottom: 0px;
    left:0px;
    content:" ";
    display: block;
    width:100%;
    height: 1px;
    margin-top:10px;
    background-color:#e0e0e0; 
}



/* @media (max-width:1200px) { 
    h1,h2.h1,h3.h1 {font-size:30px;} 
    span.dl, h2 {font-size:19px;}
}

@media (max-width:800px) { 
    h1,h2.h1,h3.h1 {font-size:28px;} 
    span.dl, h2 {font-size:18px;}
}


@media (max-width:600px) { 
    h1,h2.h1,h3.h1 {font-size:26px;} 
} */


h2.news {
    
	text-align:left;
	font-weight: 600;
	font-style:normal;
	color:#244b85;
	margin:0px;
	padding:0px 0px 6px 0px;
	background:none;
    text-transform: uppercase;
}

h2.news:after {content:none;}




div.padding { padding:40px 20px 40px 20px;}




@media (max-width:1400px) {
    div.padding { padding:30px 20px 30px 20px;}
}
@media (max-width:900px) {
    div.padding { padding:20px 20px 20px 20px;}
}



.justify  { text-align:justify;}
div.center  { text-align:center;}

/*.cadrephoto {border:1px solid #929292;}*/

a.lien:link,a.lien:visited {color:#e654a3; font-weight:600; font-style:normal; text-decoration:none; }
a.lien:hover,a.lien:active {text-decoration:none;color:#e654a3;}


a.lienpetit:link,a.lienpetit:visited {font-size:15px; color:#e654a3; font-weight:bold; font-style:italic; text-decoration:none; }
a.lienpetit:hover,a.lienpetit:active {text-decoration:none;color:#e654a3;}

span.rouge {color:#dd0000;font-weight: normal;font-size:16px;}






.list-3-columns {-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;}

.list-2-columns {-webkit-column-count: 2; 
-moz-column-count: 2;
column-count: 2;}



@media (max-width:800px) {
    .list-3-columns {-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;}
}
@media (max-width:490px) {
    .list-3-columns, .list-2-columns {-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;}
}



ul.list-3-columns li, ul.list-2-columns li {-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;}





ul.puce {
    margin: 0;
    padding: 0;
	margin-top:5px;
	margin-bottom:5px;
    padding-left:10px;
}

ul.puce > li {
	list-style-type:none;
	background-image: url(i/puce.svg);
	background-repeat: no-repeat;
    background-size: 12px 12px;
	padding-left:16px;
    padding-right:2px;
	background-position:0px 6px;
	margin:0px 0px 7px 0px;
    line-height: 1.2;
    overflow: hidden;
}



ul.images {
    padding:0px;
    margin:0;
    list-style-type:none;
}

ul.images li {
    float:left;
}

ul.images div.i {
    display:block;
    margin:auto;
    text-align:center;
}

ul.n2 li {width:50%;}
ul.n3 li {width:33.33%;}
ul.n4 li {width:25%;}
ul.n5 li {width:20%;}

ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {padding-left:10px;padding-right:10px;}


@media (max-width:560px) {
	ul.n2 li, ul.n3 li, ul.n4 li, ul.n5 li {width:100%;margin-bottom:20px;}
	ul.images li {float:none;}
}



input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
  width: 90%;
}



.onethird {display:inline-block;vertical-align:top;width:33.33%;}
.twothird {display:inline-block;vertical-align:top;margin-left:4%;width:62.66%;}


@media (max-width:900px) {

    .onethird {width:100%;margin-bottom: 20px;}
    .twothird {margin-left:0%;width:100%;}
}



div.right { float:right; padding-left:16px; max-width: 100%;}
div.left { float:left; padding-right:16px;max-width: 100%;}

div.right-responsive {float:right; padding-left:16px;max-width:100%;}
div.left-responsive {float:left; padding-right:16px;max-width:100%;}


@media (max-width:560px) {
    div.right-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
    div.left-responsive {float:none;width:auto;padding:0;padding-bottom:20px;text-align: center;}
}


div.dessous {clear:both;height: 0px;}



.cadresubmit { border:1px #111111 solid; }


a.liennewsticker:link,a.liennewsticker:visited,a.liennewsticker:hover,a.liennewsticker:active {font-size:15px; color:#000; font-weight:normal; font-style:normal; text-decoration:none; }
a.liennewsticker:focus {outline:none;}


.pagination_inactif { color:rgba(255, 255, 255, 0.1); font-weight:bold; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#e654a3; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#ffffff; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#e654a3;}

div.pagination {
    background-color:rgba(250,245,238,1);
    padding:6px;overflow:hidden;
}



@media (max-width:580px) {
    td.cadrepaginations, td.cadrepagination {display: none;}
}



div.map {}

input.form_submit {
background: #234077;
font-weight: 600;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
text-decoration: none;
font-size: 22px;
display: inline-block;
padding: 14px 26px;
text-transform: uppercase;
color: #fff;
border:none;
cursor:pointer;
transition: all 0.3s ease 0s;
}

input.form_submit:hover {
    background: #5271FF;
}

.form_header {
    background:#4c4c4c;
    color:#fff;text-align:left;padding:4px;
    text-align: center;font-weight:900;
    text-transform: uppercase;
}
form table:nth-of-type(1) {    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11);
 }

#form sup{color:#e654a3;font-weight: 600;}
.error{color:#e654a3;font-weight: 600;}
.form_label {background-color:#fff;font-weight:normal;}
.form_input {background-color:#fff;}
div.form_note {font-style:italic;font-size:10px;}


label[for="element10i0"] {font-size: 13px;line-height: 1.3;}



div.ticker {float:right;padding-left:20px;width: 450px;}

@media (max-width:960px) {
	div.ticker {width: 350px;}
}

@media (max-width:690px) {
	div.ticker {float:none;padding-left:0px;margin-bottom:20px;width:100%;}
}



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

div.wrapper-padding {padding-left:20px;padding-right:20px;}

@media (max-width:400px) {
	div.wrapper-padding {padding-left:14px;padding-right:14px;}
}



.slicknav_menu {
  display:none;
}

#menu {
    display:none;
  }




.bandeau-boxed-padding-top {padding-top: 26px;}

#bandeau_boxed {
    max-width:1140px;margin:auto;box-shadow: 0 8px 26px rgba(0, 0, 0, 0.28);
    outline: 1px solid #c5c5c5;
    outline-offset: 0px;margin-bottom: 20px;
}

#bandeau_photos_boxed {width:100%;max-width: 1140px;height: 500px;}
#bandeau_boxed img {margin-left: 0px !important;margin-top: 0px !important;}



.bandeau-fixe {
    height: 100px;
    background:#fff url('i/bandeau-fixe-2x.png') no-repeat center top;
    background-size: auto 100%;
}





#bandeau_fullwidth {max-width:1920px;margin:auto;position:relative;}



.bandeau-vagues {
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index: 1000;
    width: 100%;
    height:50px;
    background: url('i/vague-rose.svg') repeat-x center bottom;
    background-size:auto 100%;
    transform: translateY(1px);
}


.carousel-services-vagues, .temoignages-vagues {
    position: absolute;
    bottom: 0px;
    left:0px;
    z-index: 1000;
    width: 100%;
    height:50px;
    background: url('i/vague-blanche.svg') repeat-x center bottom;
    background-size:auto 100%;
    transform: translateY(1px);
}

@media (max-width:1200px) {
    .bandeau-vagues, .carousel-services-vagues, .temoignages-vagues {height:40px;}
}

@media (max-width:960px) {
    .bandeau-vagues, .carousel-services-vagues, .temoignages-vagues {height:30px;}
}

@media (max-width:600px) {
    .bandeau-vagues, .carousel-services-vagues, .temoignages-vagues {height:20px;}
}



#bandeau_photos_fullwidth {width:100%;max-width: 1920px;height: 900px;}

#bandeau-overlay {background:none;width:100%;height: 100%;position: absolute;z-index: 100;
pointer-events: none;
}


/*#bandeau_fullwidth img {margin-left: 0px !important;margin-top: 0px !important;}*/
#bandeau_photos_fullwidth img {margin-left: 0px !important;margin-top: 0px !important;}


@media (max-width:550px) {
    #bandeau_photos_fullwidth img {
        margin-left: 0px !important;
        margin-left: -webkit-calc(50% - 250px * (1920 / 900 / 2)) !important;
        margin-left: calc(50% - 250px * (1920 / 900 / 2)) !important;
        margin-top: 0px !important;
        height:250px;
        max-width: initial;
    }
    #bandeau_photos_fullwidth {
        height:250px !important;        
    }
}





.menu-left {z-index:100;position:absolute;right:50%;margin-right:260px;}
.menu-right {z-index:100;position:absolute;left:50%;margin-left:260px;}

#menu-desktop .menu-left ul {text-align: right;}
#menu-desktop .menu-right ul {text-align: left;}


img.menu-arrow {margin-left:4px;}
/*http://codepen.io/andornagy/full/xhiJH/*/
#menu-desktop {
    width:100%;
    margin:auto;
    z-index:10000;
    top: 110px;
    position: absolute;
    padding:0px 30px;
}


/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
.menu-desktop ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    text-align: right;


    }
/* Positioning the #menu-desktopigation items inline */
.menu-desktop ul li {
    margin: 0px;
    display:inline-block;
    vertical-align: top;
    background-color: transparent;
    position:relative;

    }


.menu-desktop ul li ul {text-align: left;
    background-color: rgba(255, 255, 255, 0.95);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.4);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=135, Strength=10);
}


.menu-desktop em {
    font-family: 'Barlow Condensed', sans-serif;
    display: block;
    text-transform: none;
    font-size: 14px;font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 1.1;
}




/* Styling the links */
.menu-desktop span {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:22px;
    font-weight: 500;
    cursor: pointer;
    display:block;
    color:#333;
    line-height: 24px;
    text-decoration:none;
    background-size:16px 14px;
    text-align: center;
    padding:28px 22px 28px 22px;
    text-transform: uppercase;
}

.menu-desktop span.double {padding:16px 22px 16px 22px;}


.menu-desktop ul li:hover > span:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e654a3;
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translate(-50%,0px);
    opacity: 0.3;
}

.menu-desktop ul li:hover > span.selected {
    
}


/* Styling the links */
.menu-desktop a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:22px;
    font-weight: 500;
    display:block;
    color:#333333;
    line-height: 24px;
    text-decoration:none;
        text-align: center;
    padding:28px 22px 28px 22px;
    text-transform: uppercase;
    position: relative;
}
.menu-desktop a.double {padding:16px 22px 16px 22px;}


/* Background color change on Hover */
.menu-desktop a:hover {

}


.menu-desktop > ul > li > a:after, .menu-desktop > ul > li > span:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e654a3;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translate(-50%,0px);
    opacity: 0;
    transition: all 0.3s ease 0s;
    transform-origin: center;
    z-index: -1;
    pointer-events: none;
}


.menu-desktop > ul > li > a:hover:after, .menu-desktop > ul > li > span:hover:after{
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e654a3;
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translate(-50%,0px);
    opacity: 0.6;
    transition: all 0.3s ease 0s;
    transform-origin: center;
}




.menu-desktop a.selected {
    color:#e654a3;
}

.menu-desktop > ul > li > a.selected:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e654a3;
    position: absolute;
    left: 50%;
    bottom:-10px;
    transform: translate(-50%,0px);
    opacity: 1;
    transform-origin: center;
    z-index: -1;
}



.menu-desktop span.selected {
    color:#e654a3;
}


.menu-desktop span.selected img.menu-arrow {
    filter:brightness(0) saturate(100%) invert(48%) sepia(38%) saturate(3448%) hue-rotate(299deg) brightness(97%) contrast(85%);
}


.menu-desktop > ul > li > span.selected:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color:#e654a3;
    position: absolute;
    bottom:-10px;
    left: 50%;
    transform: translate(-50%,0px);
    opacity: 1;
    transform-origin: center;
    z-index: -1;
}


.menu-desktop span.selected:hover {

}




.menu-desktop ul ul a.selected {
    color:#e654a3;
    padding:14px 20px 14px 10px;
}


.menu-desktop ul ul a { 
    background: transparent;
    transition: all 0.3s ease 0s;
    text-align:left;padding:14px 20px 14px 10px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.menu-desktop ul ul a:hover {
    color:#e654a3;
    padding:14px 18px 14px 12px;
}
.menu-desktop ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left:0px;
    z-index:10000;
    min-width: 200px;
}

#menu-desktop ul ul.page-contact {
    right:0px !important;
    left:auto;
    min-width: 140px;
}


/* Display Dropdowns on Hover */
.menu-desktop ul li:hover > ul {
    display:inherit;
}


.menu-desktop ul li:hover > ul li:hover span{
    background-color: #373737;
}
.menu-desktop ul li.selected > ul li.selected span{
    background-color: #373737;
}

/* Fisrt Tier Dropdown */
.menu-desktop ul ul li {
/*    min-width:170px;*/
    display:list-item;
    position: relative;
}

.menu-desktop ul ul ul {
    position: absolute;
    top:0;
    left:100%;
    z-index:10000;
}



@media (max-width:1480px) {
    .menu-right {margin-left: 250px;}
    .menu-left {margin-right: 250px;}
    .menu-desktop span, .menu-desktop a {font-size:20px;padding:28px 16px 28px 16px;}
    .menu-desktop span.double, .menu-desktop a.double {font-size:20px;padding:16px 16px 16px 16px;}
    .menu-desktop ul ul a {font-size:19px;}
}

@media (max-width:1360px) {
    .header-top {height: 80px;background-size: auto 100% !important;}
    #menu-desktop {top:80px;}
    div.logo {padding:15px 25px;background: linear-gradient(to bottom, rgba(250,245,238,0) 0px,rgba(250,245,238,0) 80px,rgba(250,245,238,1) 80px, rgba(250,245,238,1) 100%);}
    div.logo img {width: 120px;}
    h3.header-logo {font-size:calc(40px * 120/140);line-height:calc(40px * 120/140);margin-top:calc(10px * 120/140);} 
    h3.header-logo span {font-size:calc(26px * 120/140);} 
    .menu-right {margin-left: 210px;}
    .menu-left {margin-right: 210px;}
    .menu-desktop span, .menu-desktop a {font-size:19px;padding:28px 12px 28px 12px;}
    .menu-desktop span.double, .menu-desktop a.double {font-size:19px;padding:16px 12px 16px 12px;}
    .menu-desktop ul ul a {font-size:18px;}
}

@media (max-width:1200px) {
    .bandeau-fixe {height: 90px;}
    .header-instagram, .header-facebook {width:32px;height:32px;line-height: 32px;}
    .header-instagram {margin-left: 7px;}
    .header-facebook img {vertical-align: -5px;width: 12px;}
    .header-instagram img {vertical-align: -4px;width: 22px;}
    .header-top {height: 54px;background-size: auto 100% !important;}
    #menu-desktop {top:54px;}
    div.logo {padding:10px 16px;background: linear-gradient(to bottom, rgba(250,245,238,0) 0px,rgba(250,245,238,0) 54px,rgba(250,245,238,1) 54px, rgba(250,245,238,1) 100%);}
    div.logo::before {height: 95px;}
    div.logo img {width: 100px;}
    h3.header-logo {font-size:calc(40px * 100/140);line-height:calc(40px * 100/140);margin-top:calc(10px * 100/140);} 
    h3.header-logo span {font-size:calc(26px * 100/140);margin-top:-4px;} 
    .menu-right {margin-left: 170px;}
    .menu-left {margin-right: 170px;}
    .wrapper-menus {height: 72px;}
    .menu-desktop span, .menu-desktop a {font-size:19px;padding:24px 12px 24px 12px;}
    .menu-desktop span.double, .menu-desktop a.double {font-size:19px;padding:12px 12px 12px 12px;}
    .menu-desktop ul ul a {font-size:18px;}
}

@media (max-width:1100px) {
    div.logo {padding: 10px 14px;}
    .menu-right {margin-left: 163px;}
    .menu-left {margin-right: 163px;}
    .menu-desktop span, .menu-desktop a {font-size:19px;padding:24px 10px 24px 10px;}
    .menu-desktop span.double, .menu-desktop a.double {font-size:19px;padding:12px 10px 12px 10px;}
}


#menu-burger {display: none;padding-top: 5px;}


.slicknav_menu .slicknav_btn {display: none;}
#menu-burger .slicknav_menutxt {color:#234077;font-weight: 900;}
#menu-burger .slicknav_icon-bar {background-color: #234077;}

@media (max-width:1060px) {
    
    .slicknav_menu {
        display:block;
    }
    
    #menu-burger {display: block;}
    
    .header-reseaux {right:auto;left:10px;}
    #menu-desktop, #sousmenu-desktop {display:none;}

    div.logo {width: 298px;}

}


@media (max-width:540px) {
    #menu-burger .slicknav_menutxt {display: none;}
    div.logo {width: 244px;padding: 6px 14px;}
    div.logo img {width: 80px;}
    h3.header-logo {font-size:calc(40px * 80/140);line-height:calc(40px * 80/140);margin-top:calc(10px * 80/140);} 
    h3.header-logo span {font-size:calc(26px * 80/140);margin-top:-4px;} 
    div.logo::before {height: 67px;}
    .header-instagram, .header-facebook {background-color: transparent;box-shadow: none;width:22px;transition: none;}
    .header-instagram img {vertical-align: -5px;}
    .header-instagram:hover, .header-facebook:hover {background-color: transparent;}
    .header-reseaux {left: 4px;}
    .bandeau-fixe {height: 61px;}
}

@media (max-width:410px) {
    div.logo::before {height: 58px;}
    .bandeau-fixe {height:51px;}
    div.logo {width: 218px;padding: 6px 0px;}
    div.logo img {width: 70px;}
    h3.header-logo {font-size:calc(40px * 70/140);line-height:calc(40px * 70/140);margin-top:calc(10px * 70/140);} 
    h3.header-logo span {font-size:calc(26px * 70/140);margin-top:-4px;} 
}

@media (max-width:380px) {
    .header-instagram, .header-facebook {width: 18px;}
    .header-facebook img {
        vertical-align: -3px;
        width: 10px;
    }
    .header-instagram img {
        vertical-align: -3px;
        width: 18px;
    }
    .header-instagram {
        margin-left: 3px;}
    .slicknav_btn {margin: 0px !important;}
    div.logo {width: 202px;padding: 6px 0px;}
    h3.header-logo {font-size:calc(40px * 64/140);line-height:calc(40px * 64/140);margin-top:calc(10px * 64/140);} 
}


@media (max-width:460px) {

}

@media (max-width:370px) {

}



a.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 99900000;
    right: 20px;
    bottom: 30px;
    background: rgba(35,64,119, 0.7) url("i/arrow-up.png") no-repeat center center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
        transition: all 0.3s ease-in-out 0s;
}

a.back-to-top:hover {background-color: rgba(35,64,119, 1);}


iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}






.footer-reseaux {margin-top: 10px;}






div.wrapper-footer-padding {padding:120px 10px 80px 10px;}




div.wrapper-footer  {
    position: relative;
    z-index: 100;
    background: url('i/footer-left.svg') no-repeat left bottom,#fff url('i/footer-right.svg') no-repeat right bottom;
    background-size: 700px auto, 500px auto;
}


@media (max-width:1200px) {
    div.wrapper-footer  {background-size: 500px auto, 400px auto;}
}

@media (max-width:880px) {
    div.wrapper-footer  {background-size: 400px auto, 320px auto;}
}

@media (max-width:660px) {
    div.wrapper-footer  {background-size: 300px auto, 240px auto;}
}


.footer-contact {margin-top: 20px;}


div.wrapper-footer-padding {
    padding:0px 30px 0px 30px;
}







.footer {
    color:#424242;
    position: relative;max-width:1580px;margin:auto;text-align:center;
    padding-top:80px;padding-bottom:80px;
    padding-left:0px;padding-right:0px;
}



.footer-1, .footer-2, .footer-3, .footer-4  {vertical-align:top;display:inline-block;width:25%;text-align:left;padding:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
        
}



.footer-1 {width:25%;text-align: center;}
.footer-2 {width:25%;text-align: center;}
.footer-3 {width:25%;text-align: center;}
.footer-4 {width:25%;text-align: center;}
.footer-1 .footer-inner {max-width: 300px;text-align:center;}
.footer-2 .footer-inner {text-align:center;}
.footer-3 .footer-inner {text-align:center;}
.footer-4 .footer-inner {text-align:center;}




.footer-inner {display: inline-block;}


.footer-reseaux {margin-top: 14px;}

.footer-reseaux a {margin: 0px 10px;}

a.footer-facebook, a.footer-instagram {
    text-decoration: none;display: inline-block;
}

a.footer-facebook img, a.footer-instagram img {
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(255deg) brightness(101%) contrast(101%); */
}

a.footer-facebook:hover img, a.footer-instagram:hover img {
    filter: none;
}

.footer h3 {
    
    color:#424242;font-size:26px;text-shadow: none;font-weight: 900;    text-align: center;margin:0px;padding:0px;margin-bottom: 6px;
    text-transform: uppercase;line-height: 1.2;
}

.footer .footer-2 h3:after {margin:10px auto auto auto;}

.footer a.lien {
    color: #424242;font-style: normal;text-decoration: none;font-weight: normal;font-weight: 600;
}

.footer a.lien:hover {    
    color: #e654a3;
}

.footer ul a.lien {
    color:#424242;font-weight:500;
    font-size: 20px;
}

.footer ul.puce {padding-left: 0px;margin-top: 0px;}
.footer ul li {background:none !important;line-height: 1.4;}
.footer ul.puce > li {padding-left: 0px;margin: 0px 0px 0px 0px;}

.footer ul.puce li.footer-submenu a.lien {color: #aaa;font-size: 16px;}
.footer ul.puce li.footer-submenu a.lien:hover {color: #fff;font-size: 16px;}




div.mentions {
    position:relative;max-width:1180px;
    margin:auto;text-align:center;
    padding:20px 20px 160px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;color:#424242;
}

div.mentions a {
    color:#424242 !important;font-weight: bold;text-decoration: none;}

div.mentions a:hover {    
    color: #e654a3 !important;
}

.footer-2 span {display:block;margin:8px 0px 0px 0px;}


@media (max-width:1200px) {


}


@media (max-width:1200px) {
    .footer {padding-top:40px;padding-bottom: 40px;}
    .footer-1, .footer-2, .footer-3, .footer-4 {width: 50%;}
    .footer-3, .footer-4 {padding-top:40px;}
    div.mentions {padding-bottom: 120px;}
}

@media (max-width:640px) {
    .footer-1, .footer-2, .footer-3, .footer-4 {width: 100%;}
    .footer-2 {padding-top:40px;}
    div.mentions {padding-top: 0px;}
}








div.galerie-photo {width:33.33%;display:inline-block;vertical-align: top;padding:18px;text-align: center;}

div.galerie-photo img, ul.images img {margin-bottom: 7px;}

@media (max-width:800px) {
    div.galerie-photo {width:50%;}
}


@media (max-width:500px) {
    div.galerie-photo {width:100%;}
}







img.cadrephoto, img.ombre, ul.images img, img.equipe  {
  -moz-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.35);
  -webkit-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.35);
  -o-box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.35);
  box-shadow: 6px 6px 12px 0px rgba(0,0,0,0.35);
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=134, Strength=5);
}

a.lien-actu {color:inherit;text-decoration: none;}




div.col1-2 {display:inline-block;vertical-align:top;width:48%;}
div.col2-2 {display:inline-block;vertical-align:top;margin-left:4%;width:48%;}


@media (max-width:700px) { 
    div.col1-2 {display:inline-block;vertical-align:top;width:100%;}
    div.col2-2 {display:inline-block;vertical-align:top;margin-left:0%;width:100%;margin-top:15px;}
}


div.col1-3, div.col2-3, div.col3-3 {display:inline-block;width:30%;vertical-align: top;}
div.col2-3, div.col3-3 {margin-left:5%;}


@media (max-width:880px) {
    div.col1-3, div.col2-3, div.col3-3 {width:50%;margin-bottom: 10px;margin-left:0%;padding-left:2%;padding-right: 2%;}

}

@media (max-width:480px) {
    div.col1-3, div.col2-3, div.col3-3 {width:100%;margin-bottom: 10px;margin-left:0%;}

}


.style-galerie {
    border:1px solid #d8d8d8;background:rgba(0,0,0,0.05);position:relative;max-width: 760px;
    margin: auto;
}

.wrapper-galerie {
        float: none;
        width:100%;
        max-width:720px;
        margin:auto;margin-bottom: 20px;
    }

.photo_commentaire {display: block;text-align: center;text-decoration: none !important;color:#000;padding-top:5px;}


.ilightbox {text-decoration: none;}

.h2-puce {
    vertical-align: -1px;
    padding-right: 3px;
}




.wrapper-bande {}
.wrapper-boxed-bande {max-width: 1180px;margin:auto;}




.rsGCaption {

}

.rsDefault .rsGCaption {
    top: auto !important;
    bottom: 0px !important;
    left: 0px !important;
    right: auto !important;
    padding:0 !important;
    z-index: 1000;
    margin:auto !important;
    pointer-events: none;
    border-radius:0px !important;
}


.rsDefault .rsArrowIcn {    background-color: rgba(230,84,163, 0.2) !important;}

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(230,84,163, 0.7) !important;
}

.rsDefault .rsArrow {z-index: 200001 !important;}



.encart-activites {
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: auto !important;
    left: auto !important;
    bottom: 60px !important;
    right: auto !important;
    width: 100%;
    text-align: center;
    transform: translate(0%,0%) !important;
    font-weight: 900;
    font-size:20px;
    text-transform: none;
    text-shadow: 1px 1px 2px black;
    line-height: 1.2;
    padding: 0px 20px;
    padding: 0px;
}


.encart-activites h3 {
    font-size:40px;display: block;
    font-weight: 800;padding:0;margin:0;text-transform: none;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    position: relative;
    text-transform: uppercase;
    line-height: 1.2;
}

.encart-activites span {
    font-family: 'La Belle Aurore', cursive;
    font-size: 40px;
    font-weight: 400;
    line-height: 0.8;
}



@media (max-width:900px) {
    .encart-activites h3, .encart-activites span {font-size:calc(40px * 0.8);}
    .encart-activites {bottom: 40px !important;}
}


@media (max-width:700px) {
    .encart-activites h3, .encart-activites span {font-size:calc(40px * 0.7);}
    .encart-activites {bottom: 30px !important;}
}

@media (max-width:560px) {
    .encart-activites h3, .encart-activites span {font-size:calc(40px * 0.6);}
    .encart-activites {bottom: 30px !important;}
}

@media (max-width:430px) {
    .encart-activites h3 {font-size:20px;}
    .encart-activites {bottom: 30px !important;}
}





a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}



@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (   min--moz-device-pixel-ratio: 1.5),
only screen and (     -o-min-device-pixel-ratio: 3/2),
only screen and (        min-device-pixel-ratio: 1.5),
only screen and (                min-resolution: 144dpi),
only screen and (                min-resolution: 1.5dppx) { 


 
    a.back-to-top {background: rgba(35,64,119, 0.7) url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}
    a.back-to-top:hover {background: rgba(35,64,119, 1) url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}



}




div.map iframe {vertical-align: top;}


#cookiescript_badge {z-index: 99999 !important;}



.owl-carousel .owl-item img {margin:auto;}
.owl-dots {display: none !important;}



table.tableau {border-collapse: collapse;}
table.tableau tr:first-of-type td {background: #dd072d;color:#fff;font-weight: bold;}
table.tableau td {padding:4px;border:1px solid #ccc;background: #efefef;}






.slick-dots li button {color:#fff !important;}




.owl-carousel .owl-item img {margin:auto;}
.owl-carousel .owl-item {text-align:center;}

.carousel-ticker .owl-item {
    padding: 0px 20px;}

.owl-dots {display: none;}





.wrapper-bande-carousel-ticker {
    background:#fff;
    padding-top:40px;padding-bottom: 0px;
    overflow: hidden;
}


@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {


}







@media (max-width:420px) {
    .wrapper-bande-carousel-ticker {padding-left:20px;padding-right: 20px;}
}


.carousel-ticker-lesactus {
    text-align: center;
}


.carousel-ticker-lesactus > h3 {
    text-align: center;
    margin-bottom: 0px;
}


h3.carousel-ticker-titre {
    text-align: center;
    margin: 0;padding:0;margin-bottom:10px;color:#333;
text-transform: uppercase;
position: relative;z-index: 1;
transition: all 0.5s ease 0s;
}

.carousel-ticker-texte {padding-bottom: 30px;position: relative;z-index: 1;transition: all 0.5s ease 0s;}






.carousel-ticker-wrapper {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 50px;
    color:#000;
}  
.carousel-ticker-wrapper img {
    max-width: 340px;
    margin: auto;
}



.carousel-ticker-wrapper a {text-decoration: none;color:initial;display: inline-block;color:#000;background-color: #fff;transition: all 0.3s ease 0s;
box-shadow: 5px 5px 15px rgba(0,0,0,0.3);


}
.carousel-ticker-wrapper a:hover { }


.carousel-ticker-wrapper-col1 {
    display: block;
    vertical-align: top;
    max-width: 340px;
    margin: auto;
    padding:15px;
}

.carousel-ticker-wrapper-col1 img {object-fit: cover;aspect-ratio: 1 / 1;}





.carousel-ticker-wrapper-col2 {
    display: block;
    vertical-align: top;
    text-align: left;
    max-width: 340px;
    margin: auto;
    padding:15px 20px 0px 20px;
    position: relative;
    overflow: hidden;
}


@media (max-width:460px) {
    .carousel-ticker-wrapper-col1, .carousel-ticker-wrapper-col2 {max-width: 300px;}
}


.voiractu {
    position: absolute;bottom: 0px;right: 0px;text-align: center;
}


.voiractu span {
    display: inline-block;
    width:68px;
    height: 68px;
    color: #fff;
    padding: 25px 20px;
    text-transform: uppercase;
    border-radius: 100% 0px 0px 0px;
    background:#234077 url('i/plus.svg') no-repeat right 16px bottom 16px;
    background-size:24px 24px;
    vertical-align: top;
    transition: all 0.5s ease 0s;
}


.carousel-ticker-wrapper a:hover .voiractu span {
    width: 500px;
    height: 500px;
    background:#234077ee url('i/plus.svg') no-repeat right 16px bottom 16px;
    background-size:24px 24px;
}

.carousel-ticker-wrapper a:hover .carousel-ticker-titre, .carousel-ticker-wrapper a:hover .carousel-ticker-texte {
    color:#fff;
}

.voiractu span img {vertical-align: top;}


#cookiescript_injected {    padding: 8px 50px 8px 20px !important;}

.pswp {z-index: 1500000 !important;}


div.slogan {
        background-color: rgba(255,255,255,0.86);
    padding: 20px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    text-align: center;
    font-size: 24px;
}









.wrapper-bande-temoignages {
background:#234077 url('i/fond-temoignage.svg') no-repeat center center;
background-size: cover;
padding: 60px 50px 80px 50px;
        text-align: center;
        position: relative;
}


.boxed-bande-temoignages {
    max-width: 1180px;
    margin: auto;
    overflow: hidden;
}


h3.bande-temoignages {
    text-align: center;text-transform: uppercase;
    position: relative;    padding-bottom: 0px;margin-bottom: 0px;
    color: #fff;
    display: inline-block;
}



.temoignages-slide a {color:#fff;text-decoration: none;outline: none;}

.temoignages-slide {padding:20px;border-radius: 6px;position: relative;}

.temoignages-slide .quote {color:#fff;text-align: center;}
.temoignages-slide .quote em strong {display: block;color:#fff;font-style: italic;}

.temoignage-auteur {text-align: center;display: block;}

.slick-dots {bottom: -30px !important;}


.slick-list {padding-top: 0px !important;}

.slick-dots li button {
    font-size: 0 !important;
    width: 10px !important;
    height: 10px !important;
    background: #8f9eba !important;
    border-radius: 50% !important;
}

.slick-dots li.slick-active button {
    background: #fff !important;
}

@media (max-width:800px) {
    .wrapper-bande-temoignages {padding: 20px 30px 50px 30px;}
    .boxed-bande-temoignages { padding: 15px;}
    .temoignages-slide {padding: 15px;}
}

@media (max-width:680px) {
    h3.bande-temoignages span:before, h3.bande-temoignages span:after {content: none;}
}


@media (max-width:400px) {
    h3.bande-temoignages:before, h3.bande-temoignages:after {content: none;}
}

@media (max-width:500px) {
    .wrapper-bande-temoignages {padding: 20px 20px 50px 20px;}
    .boxed-bande-temoignages { padding: 12px;}
    .temoignages-slide {padding: 12px;}
}



.temoignagefull-content {
    background-color: rgba(255,255,255,0.86);
    box-shadow: 4px 4px 10px rgba(0,0,0,0.34);
    padding: 20px;
    border-radius: 8px;
    font-style: italic;
    position: relative;
    margin-bottom: 30px;
}

.temoignagefull-auteur {text-align:right;font-weight: bold;}




.wrapper-bande-eco {
    padding: 50px 20px 120px 20px;
    background:
    url('i/eco-responsable-left.png') no-repeat left bottom -1px,
    url('i/eco-responsable-right.png') no-repeat right bottom -1px,
    url('i/eco-responsable-bg.jpg') repeat center top;
    background-size: 534px auto,
    431px auto,
    800px auto;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .wrapper-bande-eco {
        padding: 50px 20px 120px 20px;
        background:
        url('i/eco-responsable-left-2x.png') no-repeat left bottom -1px,
        url('i/eco-responsable-right-2x.png') no-repeat right bottom -1px,
        url('i/eco-responsable-bg.jpg') repeat center top;
        background-size: 534px auto,
        431px auto,
       400px auto;
    }

}

.wrapper-bande-eco h2.h1 {background: url('i/titre-eco-responsable.png') no-repeat center center;background-size: contain;color: #fff;text-align: center;padding: 25px 10px;}


.boxed-bande-eco {padding: 50px 0px;max-width: 1780px;margin: auto;text-align: center;}
.bande-eco {display: inline-block;width: 33.33%;vertical-align: top;text-align: center;}

.bande-eco strong {display: block;text-align: center;text-transform: uppercase;font-weight: 700;}
.bande-eco a {
    font-weight: 500;
    color: #122e20;text-decoration: none;
    text-shadow: 1px 0px 0px white, 0px 1px 0px white, 0px -1px 0px white, -1px 0px 0px white;
}

@media (max-width:880px) {
    .bande-eco {display: inline-block;width:50%;}
    .bande-eco:nth-of-type(3) {display: inline-block;width:50%;margin-top: 40px;}
}


@media (max-width:480px) {
    .bande-eco:nth-of-type(2) {margin-top: 40px;}
    .bande-eco {display: inline-block;width:100%;}
    .wrapper-bande-eco {padding: 30px 20px 120px 20px;background-size: 427px auto, 345px auto, 400px auto;}
}

@media (max-width:410px) {
    .wrapper-bande-eco {background-size: 342px auto, 276px auto, 400px auto;}
}



#cookiescript_injected {    padding: 5px 50px 5px 20px !important;}


#cookiescript_accept, #cookiescript_reject, #cookiescript_save {
    line-height: 2.6 !important;
    margin: 3px 5px !important;
    padding: 0 10px !important;
}

#cookiescript_reject {border: none !important;}


.wrapper-carousel-services {
    position: relative;
}

.owl-carousel-services {
    background-image: linear-gradient(to bottom,#ffe1e1, #fad9da);
    padding-top: 1px;
    padding-bottom: 70px;
    position: relative;
}
.wrapper-service {
    display: inline-block;
    max-width: 350px;
    margin: 0 auto;
    text-decoration: none;
    color: currentColor;
    padding-top:10px;
}

.wrapper-service img {
    transition: all 0.2s cubic-bezier(0, 0, 0.49, 1.13) 0s;
}

.wrapper-service:hover img {
    transform: scale(1.085);
}



.wrapper-service .icone {
    margin-bottom: 0px;
}
.wrapper-service .icone img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin: auto;
    filter:drop-shadow(0px 6px 6px rgba(0,0,0,0.3));
}
.wrapper-service h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.1;
    margin: 0;
    margin-bottom: 4px;
    margin-top: 10px;
}
.wrapper-service p {
    margin: 0;
}

.courbe-services-bottom{
    width: 100%;
    height: 20px;
}


@media (max-width: 1200px) {
    .owl-carousel-services {padding-bottom:60px;}
}


@media (max-width: 960px) {
    .owl-carousel-services {padding-bottom:50px;}
}

@media (max-width:600px) {
    .owl-carousel-services {padding-bottom:40px;}
}



.wrapper-accueil {
    padding:clamp(20px,3.33vw,50px) clamp(20px,3.33vw,50px);
    background: url('i/illustration.svg') no-repeat left center;
    background-size: auto 100%;
}
.boxed-accueil {max-width: 1580px;margin: auto;}

.accueil-content {padding:clamp(30px,3.33vw,50px);margin:auto;margin-left:40%;width:60%;background-color: rgba(255, 255, 255, 0.80);box-shadow:0px 10px 20px rgba(0, 0, 0, 0.15);}


@media (max-width:1400px) {
    .wrapper-accueil {
        background: url('i/illustration.svg') no-repeat center center;
        background-size:cover;
    }
    .accueil-content {margin-left:0%;width:100%;}
}
