* {-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;
}


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


html {
 overflow-y: scroll !important;
}

body {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    color: #333333;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #fff;
    line-height: 1.6;
}


.wrapper {
    /* overflow: hidden; */
}


.bandeau-fixe {
    height: 60px;
}


.header-activites h3 {
    text-align: right;
    font-family: "Fira Sans", sans-serif;
    margin:0;
    padding:0;
    font-weight: 500;
    line-height: 1.1;
    margin-right: 20px;
    font-size:21px;
}

.header-activites h3 strong {
    font-weight: 600;
    display: block;
}

.header-activites h3 strong a {
    text-decoration: none;
    color:#333333;
}


.header-top {
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right:20px;
}

div.header-tel {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 2;
}



.header-tel a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    color:#fff !important;
    background-color:#343434;
    border-radius: 50px 0px 0px 50px;
    border:1px solid #565656;
    padding: 5px 15px 6px 15px;

    transition: padding-right 0.2s ease 0s, background 0.2s ease 0s;
}

.header-tel a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("i/tel.svg") no-repeat center center;
    background-size: 18px auto;
    margin-right: 9px;
    transform: translateY(4px);
    filter: brightness(100);
}

.header-tel a:hover {
    background-color:#2A2A2A;
    padding-right: 20px;
}

.header-tel img {vertical-align: top;}



.wrapper-bandeau-shadow {
    box-shadow: 0px 4px 12px rgba(0,0,0,0.35);
    background-color: #343434;
    position: relative;
    z-index: 200000;
}





div.bandeau-responsive {
    position:relative;margin:auto;text-align: right;;
    height: 180px;
}


.wrapper-bandeau-responsive-inner {
    padding: 0px;
    position: relative;
}


div.wrapper-bandeau-responsive {
}


div.wrapper-logo {
    position: absolute;
    left:0px;top:0px;
    display: inline-block;
    z-index: 1003;
    padding:35px 0px 0px 0px;
}


div.logo {
    display: inline-block;margin: 0px;
    position: relative;
}



div.logo a {display: inline-block;padding:0px;}
div.logo a img {vertical-align: top;}


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



.wrapper-contenu {
    /*z-index: 1000;*/
    position: relative;
    padding-top: clamp(20px, 3vw, 40px);
}

body.page-bienvenue .wrapper-contenu {
    padding-top: 0px;
}

.wrapper-contenu-inner {}

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

.wrapper-boxed {position:relative;z-index: 1;}

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


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


h1, h2.h1, h3.h1 {
    font-family: "Mulish", sans-serif;
    font-weight: 900;
	font-size: clamp(28px,4vw,50px);
	font-style:normal;
	color:#2b2b2b;
	margin:0px;
	padding:0px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -8px;
    line-height: 1.1;
}


h1 strong, h2.h1 strong, h3.h1 strong {font-weight:900;color:#aa822c;}


h1.h1-centre, h2.h1-centre, h3.h1-centre {text-align:center;}


span.dl {
    color: #aa822c;
    font-weight: 600;
    display: block;
    text-transform: none;
    padding-top: 5px;
    font-size: calc(clamp(28px, 4vw, 50px) * 30 / 50);
}

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

div.center h1, div.center h2, div.center h3 {text-align:center;}






h2 {
    text-align:left;
    font-size: clamp(18px,2.3vw,24px);
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-style:normal;
    color:#333;
    margin:0px;
    padding:0px 0px 4px 0px;
    position: relative;margin-bottom: -8px;
    text-transform: uppercase;
    line-height: 1.1;
}

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


h2.news {
        font-size: 19px;
	text-align:left;
	font-weight: 700;
	font-style:normal;
	color:#696d9f;
	margin:0px;
	padding:0px 0px 6px 0px;
	background:none;
    text-transform: uppercase;
    line-height: 1.1;
}

h2.news:after {content:none;}




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


@media (max-width:1200px) {
    div.padding { padding:33px 20px 33px 20px;}
}

@media (max-width:800px) {
    div.padding { padding:26px 20px 26px 20px;}
}

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



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

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

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


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

span.rouge {color:#000;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: url(i/puce.svg) no-repeat 0px 5px;
    background-size: 10px 10px;
	padding-left:18px;
    padding-right:2px;
	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:900px) {
    ul.n4 li {width:50%;}
}



@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%;
}




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

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

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


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


@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;}


.obligatoire {font-size:15px; color:#ff3333; font-weight:bold; }

input.contact,textarea.contact {color:#111111; background-color:#f4f7f8; border:solid #333 1px; font-size:15px;}

input.contact_pb,textarea.contact_pb {  color:#111111; background-color:#f4f7f8; border:solid #ff0000 1px; font-size:15px;}
input.frmsubmit {  background-color:#D4A356; border:#D4A356 1px solid; height:22px; width:90px; cursor:hand;  font-size:15px; color:#000; font-weight:bold;  text-decoration:none;}

.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(60,60,60,0.07); font-weight:bold; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#000; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#fff; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#000;}


div.pagination {background-color:rgba(60,60,60,0.07);border:1px solid rgba(60,60,60,0.14);padding:6px;overflow:hidden;}



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



div.map {}

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

#form th, #form td {padding: 4px;}

body.page-contact label[for="element9i0"] {font-size: 13px;color: #999;}

#form sup{color:#B41412;}
.error{color:#B41412;}
.form_label {background-color:rgba(0, 0, 0, 0.05);font-weight:normal;}
.form_input {background-color:rgba(0, 0, 0, 0.05);}
div.form_note {font-style:italic;font-size:10px;}


.form_submit {background: #2a2a2b; border-radius:99px; color:#fff;border:none;padding: 10px 20px;text-transform: uppercase;font-weight: bold;cursor: pointer;}
.form_submit:hover {background: #d3ab55;}


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

@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;}



.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_fullwidth {max-width:1920px;margin:auto;position:relative;overflow: hidden;
background-color: #fff;}
#bandeau_photos_fullwidth {width:100%;max-width: 1920px;height: 770px;}

#bandeau-overlay {
    background:rgba(0, 0, 0, 0.5);width:100%;height: 100%;position: absolute;z-index: 100;
    pointer-events: none;
}


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

.bandeau-fullwidth-encart {
    position: absolute;
    bottom: 10%;
    right: 0;
    background: rgba(42, 42, 43, 0.8);
    color: #fff;
    padding: 30px;
    border-radius: 99px 0 0 99px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    
    z-index: 10000;
}

.bandeau-fullwidth-encart h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.bandeau-fullwidth-encart p {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 1100px) {
    .bandeau-fullwidth-encart {
        padding: 20px;
        gap: 10px;
    }
    .bandeau-fullwidth-encart h3 {
        font-size: 18px;
    }
    .bandeau-fullwidth-encart p {
        font-size: 16px;
    }
    .bandeau-fullwidth-encart img {
        height: 70px;
        width: auto;
    }

}


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


@media (max-width: 700px) {
    .bandeau-fullwidth-encart {
        padding: 10px;
        gap: 5px;
    }
    .bandeau-fullwidth-encart h3 {
        font-size: 14px;
    }
    .bandeau-fullwidth-encart p {
        font-size: 12px;
    }
    .bandeau-fullwidth-encart img {
        height: 60px;
        width: auto;
    }

}






.wrapper-menu-desktop {
    position:absolute;
    bottom: 0px;
    right: 30px;
}



.wrapper-menu-desktop-boxed {max-width: 1380px;margin:auto;position: relative;}


.menu-arrow-svg {    
    width: 15px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    clip-path: polygon(0 20%, 50% 70%, 100% 20%, 100% 50%, 50% 100%, 0 50%);
    transition: bottom 0.2s ease 0s;
}

#menu-desktop > ul > li:hover .menu-arrow-svg {
    bottom: 1px;
}

#menu-desktop > ul > li.selected .menu-arrow-svg {
    background: #2b2b2b;
}




#menu-desktop > ul {
}

#menu-desktop li em {
    font-style: normal !important;
    display: inline-block;
}



#menu-desktop > ul > li::after {
    content: " ";
    pointer-events: none;
    opacity: 1;
    z-index: -1;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%, 10px);
    bottom:-15px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
}

#menu-desktop > ul > li:hover::after {
    opacity: 0.5;
    transform: translateX(-50%);
}


#menu-desktop > ul > li.selected::after {
    opacity: 1;
    transform: translateX(-50%);
}
   




body.scrolled #menu-desktop > ul > li.selected:after, body.scrolled #menu-desktop > ul > li:hover:after {
    content: none;
}



/*http://codepen.io/andornagy/full/xhiJH/*/
#menu-desktop {
    margin: auto;
    z-index: 10000;
    padding: 0px 0px 0px 0px;
    position: relative;
}




/* 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 .wrapper-menu-desktop-boxed > ul > li {
    border-left: 1px solid #e1e1e1;
}

#menu-desktop .wrapper-menu-desktop-boxed > ul > li:nth-of-type(1) {
    border-left: none;
}





#menu-desktop ul li ul {
    transform-origin: top;
    text-align: left;
    background-color: rgba(49,49,49,0.95);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}


/* Styling the links */
#menu-desktop span {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size:20px;
    position: relative;
    cursor: pointer;
    display:block;
    color:#d3ab55;
    line-height: 24px;
    text-decoration:none;
    text-align: center;
    padding:23px 39px 23px 39px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}

#menu-desktop span.double {padding:11px 39px 11px 39px;}





/* Styling the links */
#menu-desktop a {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size:20px;
    position: relative;
    display:block;
    color:#d3ab55;
    line-height: 24px;
    text-decoration:none;
        text-align: center;
    padding:23px 39px 23px 39px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);

}
#menu-desktop a.double {padding:11px 39px 11px 39px;}


/* Background color change on Hover */
#menu-desktop a:hover {
color:#fff;

}

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


#menu-desktop span:hover {


}


#menu-desktop ul li:hover > span {


}


#menu-desktop span.selected ,#menu-desktop ul li:hover > span.selected {
    text-shadow: none;
    color: #2b2b2b;
}



#menu-desktop ul ul a:hover {
    padding:22px 10px 22px 10px;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#menu-desktop ul ul a.selected {
    text-shadow: none;
    color: #2b2b2b;
    background-color: #d3ab55;
    padding:22px 10px 22px 10px;
}
#menu-desktop ul ul a.selected .sousligne {
    color: #fff;
}

#menu-desktop ul ul a { 
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
    transition: padding 0.2s ease 0s;
text-align:center;padding:22px 10px 22px 10px;line-height: 1.1;
        font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color:#fff;
    transition: all 0.2s ease 0s;
}
#menu-desktop ul ul a .sousligne {
    line-height: 1.2;
    padding: 0;
    font-style: italic;
    font-size: 14px;
    text-transform: none;
    color: #5a5a5a;
}
#menu-desktop ul ul a:hover .sousligne {
    background-color: transparent;
}


#menu-desktop ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left:0px;
    z-index: 1000000;
    width: 100%;
}

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



/* 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;
}

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

/* 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:1550px) {
    #menu-desktop span, #menu-desktop a {font-size:20px;padding: 23px 34px 23px 34px;}
    #menu-desktop ul ul a {font-size:19px;} 
}

@media (max-width:1440px) {
    #menu-desktop span, #menu-desktop a {font-size:20px;padding: 23px 28px 23px 28px;}
    #menu-desktop ul ul a {font-size:19px;} 
}

@media (max-width:1350px) {
    #menu-desktop span, #menu-desktop a {font-size:19px;padding: 23px 20px 23px 20px;}
    #menu-desktop ul ul a {font-size:19px;} 
}

@media (max-width:1270px) {
    .wrapper-menu-desktop {right: 15px;}
    #menu-desktop span, #menu-desktop a {font-size:19px;padding: 23px 18px 23px 18px;}
    #menu-desktop ul ul a {font-size:19px;} 

    
    div.wrapper-logo {
        padding: 25px 0 0 0;
    }
    div.bandeau-responsive {
        height: 165px;
    }
    div.logo {
        width: 410px;
    }
}

@media (max-width:1180px) {
    #menu-desktop span, #menu-desktop a {font-size:18px;padding: 23px 14px 23px 14px;}
    #menu-desktop ul ul a {font-size:18px;} 

    div.wrapper-logo {
        padding: 20px 0 0 0;
    }
    div.logo {
        width: 360px;
    }
    div.bandeau-responsive {
        height: 145px;
    }

}


@media (max-width:1110px) {
    #menu-desktop span, #menu-desktop a {font-size:18px;padding: 16px 14px 16px 14px;}
    #menu-desktop ul ul a {font-size:18px;} 
    
    div.logo {
        width: 300px;
    }
    div.bandeau-responsive {
        height: 120px;
    }

    #menu-desktop > ul > li::after {
        width: 20px;
        height: 20px;
        bottom: -10px;
    }
}

@media (max-width:990px) {


    body.page-bienvenue .wrapper-header-top {
        box-shadow: 0px 4px 12px rgba(0,0,0,0.35);
    }

    .slicknav_menu {
      display:block;
    }

    div.header-tel {
        top: auto;
        bottom: 10px;
    }

    #menu-desktop, #sousmenu-desktop {display:none;}

}


@media (max-width:820px) {

    .header-top {
        top: 79px;
    }
    .header-activites h3 {
        font-size: 18px;
        max-width: 300px;
    }
    .header-activites h3 strong {
        display: inline;
    }
}

@media (max-width:700px) {
    .header-activites h3 {
        font-size: 17px;
        max-width: 240px;
    }
    .header-top {
        top: 64px;
    }
}

@media (max-width: 510px) {
    .header-tel a span {
        display: none;
    }   
    .header-tel a::before {
        margin-right: 0;
    }
}

@media (max-width: 410px) {
    div.logo {
        width: 240px;
    }
    .wrapper-bandeau-shadow {
        height: 100px;
    }
}
@media (max-width: 360px) {
    div.logo {
        transform: translateX(-20px);
    }
}



/* @media (max-width:390px) {
    .slicknav_menutxt {display: none !important;}
    .slicknav_menu .slicknav_icon {margin:0 !important;}
} */


a.back-to-top {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    background: #d3ab55 url("i/arrow-up.svg") no-repeat center center;
    background-size: 22px 22px;
    border-radius: 6px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
    transition: background 0.2s ease 0s;
}

a.back-to-top:hover {
    background: #c29c4a url("i/arrow-up.svg") no-repeat center center;
    background-size: 26px 26px;
}


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






div.wrapper-footer {
   position: relative;
   background-color: #2f2f30;
   border-radius: 60px 60px 0 0;
   overflow: hidden;

   padding: clamp(40px, 10vw, 120px) 0 clamp(30px, 7vw, 80px);

   box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.4);

   margin-top: -60px;
}


div.wrapper-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: url('i/motif-footer.svg') repeat center center;
    background-size: 280px auto;
    opacity: 0.05;

    mask-image: linear-gradient(to bottom right, transparent 30%, rgb(0, 0, 0));
}



div.wrapper-footer-bande {
    text-align: center;
    position: relative;
    z-index: 1;
}

div.footer-bande {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; 
    max-width: 1680px;
    margin: 0 auto;
}

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


.footer-inner {text-align: center;color:#fff;}


.footer-inner {display: inline-block;text-align: center;}


.footer-bande h3 {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-size: 24px;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    position: relative;
    line-height: 1.1;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.45);
}

.footer-bande h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 5px;
    background-color: #d3ab55;
}


div.wrapper-mentions {
    margin-top: clamp(40px, 10vw, 140px);
    position: relative;
    z-index: 1;
}

div.mentions {
    position:relative;max-width:1380px;margin:auto;text-align:center;padding:30px 20px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;color: #727272;
}

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

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



.footer-inner .jours {
    text-transform: uppercase;
}

.footer-bande a {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
}

.footer-bande a:hover {
    color: #d3ab55 !important;
    font-weight: 600;
    text-decoration: none;
}

.footer-bande ul.puce {
    margin-top: 10px;
    padding-left: 0px;
}

.footer-bande ul.puce li {
    margin: 0px 0px 0px 0px;
    background: none !important;
    transition: all 0.1s ease-in-out 0s;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.footer-bande ul.puce li:hover {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer-bande ul.puce li a {
    display: inline-block;
    padding: 5px 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}

.footer-bande ul.puce li a:hover {color: #000;}

.footer-bande ul.puce li.footer-submenu {
    margin: 0px 0px 2px 0px;
}
.footer-bande ul.puce li.footer-submenu a {
    font-weight: 400;
    font-size: 15px;
    color: #bcbcbc;
    padding: 2px 0px;
}

.footer-bande ul.puce li.footer-submenu a:hover {color: #000;}




@media (max-width:840px) {
    .footer-1 {
        width: 100%;
    }
    
    .footer-2, .footer-3 {
        width: 50%;
    }
}
@media (max-width:640px) {
    .footer-1, .footer-2, .footer-3 {
        width: 100%;
    }
}



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.ombre-bleu {
    box-shadow:6px 6px 12px 0px rgba(0,0,0,0.35), -20px 20px 0px 0px #000;
}

@media (max-width:1360px) {
    img.ombre-bleu {
        box-shadow:6px 6px 12px 0px rgba(0,0,0,0.35), -10px 10px 0px 0px #000;
    }
}



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;}

a.lien-actu-tag {
    font-size: 14px;
    background-color: #000;
    color: #fff;
    padding:4px 10px;
    text-decoration: none;
    text-shadow:1px 1px 1px rgba(0, 0, 0, 0.45);
    float: right;
}


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;}


.page-bienvenue .wrapper-boxed {
    background-image: url('i/deco-accueil.svg');
    background-size: 600px auto;
    background-position: bottom right 25%;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
    .page-bienvenue .wrapper-boxed {
        background-size: 400px auto;
    }
}
@media (max-width: 460px) {
    .page-bienvenue .wrapper-boxed {
        background-size: 250px auto;
    }
}

.encart-activites {
    pointer-events: none;
    font-weight: normal;
    font-size:22px;
    color:#fff;
    position: absolute;
    z-index: 100000;
    top: auto !important;
    bottom: 10px;
    left:0px !important;
    right:0px !important;
    padding:40px 30px 40px 50px;
    padding:clamp(16px,2.66vw,40px) calc(clamp(20px,2.66vw,40px) * 30 / 40) clamp(16px,2.66vw,40px) calc(clamp(20px,2.66vw,40px) * 50 / 40);
    text-transform: none;
    text-align:center;
    margin:auto;
    width: auto;
    line-height: 1.05;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.encart-activites h3 {
    
    color: #fff;
    text-align:center;margin: 0;padding:0;
    text-transform: none;
    font-weight: 900;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size:clamp(20px,2.4vw,36px);
}

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



.rsDefault .rsArrowIcn { 
    background:rgba(211, 171, 85,0.5) url('i/slider-arrow-right.svg') no-repeat center center!important;
    background-size: 24px 24px !important;
    transition: all 0.2s ease 0s;
}

.rsDefault .rsArrowLeft .rsArrowIcn {
    transform:rotate(180deg);
}


.rsDefault .rsArrowIcn:hover {
    background:rgba(211, 171, 85,0.9) url('i/slider-arrow-right.svg') no-repeat center center!important;
    background-size: 28px 28px !important;
}


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

.rsGCaption {

}





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




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


a.bouton {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    display: inline-block;
    padding: 15px 35px 15px 65px;
    border-radius: 99px;
    background: #2a2a2b;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin-top: 10px;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
    position: relative;
    
    /* background-image: 
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23d3ab55"/></svg>'),
        url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23d3ab55"/></svg>');
    background-size: auto 100%, auto 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center; */
}

a.bouton::before,
a.bouton::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    transform: scale(1.01);
    transition: transform 0.3s ease 0s;
}
a.bouton::before {
    left: 0;
    background-image: 
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23d3ab55"/></svg>');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
a.bouton::after {
    right: 0;
    background-image: 
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="%23d3ab55"/></svg>');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    transform: scale(0);
}

a.bouton:hover {
    padding: 15px 65px 15px 35px;
}
a.bouton:hover::before {
    transform: scale(0);
}
a.bouton:hover::after {
    transform: scale(1.01);
}

@media (max-width: 700px) {
    a.bouton {
        padding: 10px 25px 10px 50px;
        font-size: 18px;   
    }
    a.bouton:hover {
        padding: 10px 50px 10px 25px;
    }
}





.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: #000;color:#fff;font-weight: bold;}
table.tableau td {padding:4px;border:1px solid #ccc;background: #efefef;}




.reseaux-facebook:hover img, .reseaux-linkedin:hover img {
    -webkit-filter: brightness(73%) sepia(82%) hue-rotate(1deg) saturate(516%) contrast(1);
    filter: brightness(73%) sepia(82%) hue-rotate(1deg) saturate(516%) contrast(1);
}


a.reseaux-facebook {display: inline-block;width:32px;height:32px;}

a.reseaux-facebook:hover img { 
    animation: flip 0.6s 1 linear;
}

a.reseaux-linkedin {display: inline-block;width:32px;height:32px;margin-left:5px;}

a.reseaux-linkedin:hover img { 
    animation: flip 0.6s 1 linear;
}


@keyframes flip {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(359deg); }
}



div.wrapper-encarts {position: relative;width:100%;line-height: 0;    max-width: 1920px;
    margin: auto;}


.encart1-image, .encart1-texte {width:25%;display: inline-block;vertical-align: middle;position: relative;}
.encart2-image, .encart2-texte {width:25%;display: inline-block;vertical-align: middle;position: relative;}

.encart1-texte {position:relative;text-transform:uppercase;text-align:center;background-color: #000;color:#fff;}
.encart2-texte {position:relative;text-transform:uppercase;text-align:center;background-color: #000;color:#fff;}



div.wrapper-encarts h3 {position: absolute;
    font-size: 26px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: normal;
    margin: 0;
    text-align: center;
    width: 100%;
    line-height: 1.3;
    }




div.wrapper-encarts a:hover .encart1-texte img, div.wrapper-encarts a:hover .encart1-image img, div.wrapper-encarts a:hover .encart2-texte img, div.wrapper-encarts a:hover .encart2-image img  {filter:brightness(120%);}




@media (max-width:1400px) {
    div.wrapper-encarts h3 {font-size: 22px;}
}

@media (max-width:1200px) {
    div.wrapper-encarts h3 {font-size: 20px;}
}

@media (max-width:980px) {
    div.wrapper-encarts h3 {font-size: 18px;}
}

@media (max-width:860px) {
    div.wrapper-encarts h3 {font-size: 16px;}
}


@media (max-width:960px) {
    div.wrapper-encarts h3 {font-size: 20px;}

    .encart1-image, .encart1-texte, .encart2-image, .encart2-texte, .encart3-image, .encart3-texte, .encart4-image, .encart4-texte {width:50%;}
    .encart4-texte {position:relative;text-transform:uppercase;text-align:center;background-color: #fff;color:#245471;}
    .encart3-texte {position:relative;text-transform:uppercase;text-align:center;background-color: #245471;color:#fff;}
}

@media (max-width:560px) {
    div.wrapper-encarts h3 {font-size: 18px;}
}


@media (max-width:560px) {
    div.wrapper-encarts h3 {font-size: 16px;}
}

@media (max-width:390px) {
    div.wrapper-encarts h3 {font-size: 14px;}
}


.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;}



/* isotope */

.isotope-grid-item { width: 33.33%; }


@media (max-width:980px) {
    .isotope-grid-item { width: 50%; }
}

@media (max-width:560px) {
    .isotope-grid-item { width: 100%; }
}

.isotope-filter {margin-bottom: 30px;}
.isotope-filter a {position: relative;cursor: pointer;text-transform: uppercase;display: inline-block;padding:4px 20px;}

.isotope-filter a.active {color:#b87d2a;}

.isotope-filter a.active:after {    position: absolute;
    content:" ";
    display: block;
    height:3px;
    background-color: #b87d2a;
    width:100%;
    left:50%;
    transform: translateX(-50%);
    margin:auto;
    margin-top:10px;
}

.pix-masonry-photo {
    padding: 10px;
    text-align: center;
        font-size: 14px;
    color: #858585;
}





a.contact-bouton {
    
    text-transform: uppercase;
    text-shadow: none;display:inline-block;padding:12px 20px 12px 20px;
    background-color:transparent;
    text-align: center;font-size: 16px;
    border: 2px solid #fff;
    background-color:transparent;
    color: #fff;
    font-weight: bold;text-decoration: none;
    margin-top:15px;

}

a.contact-bouton:hover {background-color:#fff;color:#40362e;}



.wrapper-bande-accueil {
    padding: 110px 20px;
    background:#617646 url('i/bande-accueil.png') no-repeat center center;
    background-size: 2500px auto;
}   

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

    .wrapper-bande-accueil {
        background:#617646 url('i/bande-accueil-2x.png') no-repeat center center;
        background-size: 2500px auto;
    }  

}



.boxed-bande-accueil {
    color: #fff;
    max-width: 1380px;margin: auto;text-align: center;
}

.boxed-bande-accueil h3 {
    
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: #fff;text-align: center;margin-bottom: 10px;
}


.boxed-bande-accueil h3:after {content: none;}
.boxed-bande-accueil h3 span.dl {color: #fff;    font-size: 24px;}

@media (max-width:800px) {
    .wrapper-bande-accueil {padding: 60px 20px;background-size: 1600px auto;}
    .boxed-bande-accueil h3 {font-size: 24px;}
}

@media (max-width:600px) {
    .wrapper-bande-accueil {padding: 40px 20px;background-size:cover;}
    .boxed-bande-accueil h3 {font-size: 22px;}
    .boxed-bande-accueil h3 span.dl {font-size: 20px;}
}



.boxed-bande-activites-titre h2.h1 {
    text-align: center;margin-bottom: 30px;
}
.boxed-bande-activites-titre h2.h1:after {content:none;}



.wrapper-bande-activites {
    padding:0px 0px 0px 0px;
    position: relative;
    z-index: 20000000;
    margin-top: -130px;
}


.wrapper-bande-activites h3 {padding:0px;margin:0px;font-size:36px;font-weight:normal;text-align:center;color:#fff;text-transform: uppercase;margin-bottom: 14px;}
.wrapper-bande-activites h3 span {display:block;font-weight:normal;text-transform: none;font-size:16px;}


@media (max-width:800px) {
    .wrapper-bande-activites h3 {font-size:30px;}
}

@media (max-width:500px) {
    .wrapper-bande-activites h3 {font-size:24px;}
}

.wrapper-activites-activite {
    width: 260px;position: relative;
    height: 260px;

}

.wrapper-activites-activite a {
    font-weight: bold;
    display: inline-block;color:#fff;text-decoration: none;
    vertical-align: top;position: relative;
    display: block;
    height: 100%;
    transition: all 0.25s ease 0s;
    background: linear-gradient(135deg, #1f325a 0%, #20213F 100%);
    border-radius: 50%;
    border:8px solid #fff;
}

.wrapper-activites-image {
    padding-top:56px;
}

.wrapper-activites-image img {
    height: 80px !important;
    width: auto !important;
}

.wrapper-activites-titre {
    margin-top: 14px !important;
    display: inline-block;
    font-size:17px;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    font-weight:500;
    
}

.wrapper-activites-activite a:hover {
    background: linear-gradient(135deg, #e3132f 0%, #97151f 100%);
    border-radius: 10%;
    border:8px solid #97151f;
}


.owl-carousel-activites .owl-item {padding:0px 20px;}
.owl-carousel-activites .owl-item div {margin:auto;}


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

@media (max-width:1500px) {
    .wrapper-bande-activites {margin-top:-110px;}
    .wrapper-activites-activite {
        width:220px;
        height: 220px;
    }
    .wrapper-activites-image {
        padding-top: 35px;
    }
    .wrapper-activites-activite a {border: 6px solid #fff;}
    .wrapper-activites-activite a:hover {border: 6px solid #97151f;}
}

@media (max-width:1000px) {
    .wrapper-activites-image img {
        height: 60px !important;}
    .wrapper-bande-activites {margin-top:-90px;}
    .wrapper-activites-activite {
        width:180px;
        height: 180px;
    }
    .wrapper-activites-image {
        padding-top: 30px;
    }
    .wrapper-activites-activite a {border: 4px solid #fff;}
    .wrapper-activites-activite a:hover {border: 4px solid #97151f;}
    .wrapper-activites-titre {margin-top: 10px !important;}
}


@media (max-width:660px) {
    .wrapper-activites-image img {
        height: 50px !important;}
    .wrapper-bande-activites {margin-top:-75px;}
    .wrapper-activites-activite {
        width:150px;
        height: 150px;
    }
    .wrapper-activites-image {
        padding-top: 26px;
    }
    .wrapper-activites-activite a {border: 4px solid #fff;}
    .wrapper-activites-activite a:hover {border: 4px solid #97151f;}
    .wrapper-activites-titre {margin-top: 6px !important;font-size: 16px;}
}



@media (max-width:660px) {
    .wrapper-activites-image img {
        height: 40px !important;}
    .wrapper-bande-activites {margin-top:-65px;}
    .wrapper-activites-activite {
        width:130px;
        height: 130px;
    }
    .wrapper-activites-image {
        padding-top: 22px;
    }
    .wrapper-activites-activite a {border: 3px solid #fff;}
    .wrapper-activites-activite a:hover {border: 3px solid #97151f;}
    .wrapper-activites-titre {margin-top: 4px !important;font-size: 15px;}
}









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


label[for="element10i0"] {font-size: 13px;color: #666;}






.slogan {font-size: 18px;
    font-style: italic;
    background-color: #ebebeb;
    padding: 20px 20px;
    margin: 10px auto;}

.slogan ul.puce {margin-top:20px;}

.wrapper-concept-left {
    vertical-align: top;
    padding: 60px 50px;
    background-color: #E5DFD8;
    width: 66%;
    display: inline-block;}

.wrapper-concept-right {
    max-width: 34%;
    padding: 20px;
    display: inline-block;
}

.concept-left, .concept-left h1 {text-align: center;}

.concept-right {}

@media (max-width: 900px) {
    .wrapper-concept-left {width: 100%;display: block;}
   .wrapper-concept-right {max-width: 100%;display: block;}
}




.prix-highlight {
    font-size: 26px;
}











.wrapper-bande-temoignages {
    background: linear-gradient(to top, #434242 60%, #d3ab55 60%, #d3ab55 calc(60% + 14px), transparent calc(60% + 14px));
    padding: 20px 20px clamp(80px, 10vw, 120px) 20px;
    text-align: center;
    position: relative;
}


.boxed-bande-temoignages {
    max-width: 1540px;
    margin: auto;
    overflow: hidden;
    background: #2a2a2b url('i/bg-temoignages.jpg') no-repeat bottom center;
    color: #fff;
    background-size: 100% auto;

    padding: clamp(30px, 5vw, 80px) clamp(15px, 2.5vw, 40px) ;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .boxed-bande-temoignages {
        background-image: url('i/bg-temoignages-2x.jpg');
    }
}


h2.bande-temoignages {
    font-family: "Mulish", sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: clamp(25px, 8vw, 50px);
    position: relative;
    padding-bottom: 0px;
    margin: 0px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
h2.bande-temoignages::after {
    content: none!important;
}


.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;
    max-width: 1180px;
    margin: 0 auto;
}
.temoignages-slide .quote q::before,
.temoignages-slide .quote q::after {
    content: none;
}

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

.temoignage-auteur {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.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: #646464 !important;
    border-radius: 50% !important;
}

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



.temoignagefull-content {
    background-color: rgba(255,255,255,0.4);
    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;}





.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: linear-gradient(to bottom, #424242 40%, #3f3e3f 50%, transparent 50%);
    padding-top: clamp(30px, 7vw, 80px);
    padding-bottom: 20px;
    overflow: hidden;
}



.carousel-ticker-lesactus > h2 {
    text-align: center;
    color:#fff; 
    font-weight: 800;
    font-size: clamp(25px, 8vw, 50px);
    background: linear-gradient(to bottom, transparent 40%, #2a2a2b 40%);
    width: max-content;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0 10px 5px;
}

.carousel-ticker-lesactus > h2.h1::after {
    content:none;
}


h3.carousel-ticker-titre {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}






.carousel-ticker-wrapper {
    display: inline-block;
    padding: 30px 20px 70px 20px;
    color:#000;
    width: 100%;
}  
.carousel-ticker-wrapper img {
    max-width: 500px;
    margin: auto;
    width: 100%;
}


.carousel-ticker-wrapper a {
    text-decoration: none;
    color: initial;
    display: inline-block;
    color: #000;
    transition: all 0.3s ease 0s;
    filter: drop-shadow(4px 4px 16px rgba(0, 0, 0, 0.25));
    position: relative;
    width: 100%;
    max-width: 500px;
}

.carousel-ticker-wrapper-col1 {
    display: block;
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    position: relative;
    border-radius: 60px 60px 0 0;
}

.carousel-ticker-wrapper-col1 img {
    object-fit: cover;
    aspect-ratio:  1 / 1;
    transition: all 0.4s ease 0s;
}
.carousel-ticker-wrapper-col2 {
    display: block;
    max-width: 90%;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 10px 40px;
    background-color: #fff;
}

.voiractu {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #2a2a2b;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease 0s;
}

.voiractu img {
    width: 24px !important;
    height: 24px !important;
    display: inline-block !important;
    filter: brightness(0) invert(1);
    vertical-align: top;
}

.carousel-ticker-wrapper a:hover .voiractu {
    background-color: #d3ab55;
}

@media (max-width: 720px) {
    .carousel-ticker-wrapper-col2 {
        padding: 20px 10px 20px;
    }
    h3.carousel-ticker-titre {
        font-size: 18px;
    }
    .carousel-ticker-texte {
        font-size: 16px;
    }
    .voiractu {
        width: 36px;
        height: 36px;
    }
    .voiractu img {
        width: 18px !important;
        height: 18px !important;
    }
}





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



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









.wrapper-carousel-icones {
    background: #2a2a2b url('i/bg-services.jpg') no-repeat center center;
    background-size: 100% auto;
    padding:clamp(20px, 4vw, 70px) 0;
    position: relative;
}

@media 
(-webkit-min-device-pixel-ratio: 1.5), 
(min-resolution: 144dpi) {
    .wrapper-carousel-icones {
    background: #2a2a2b url('i/bg-services-2x.jpg') no-repeat center center;
    background-size: 100% auto;}

}


.wrapper-carousel-icones h2 {
    color:#fff;
    padding: 0 10px;
    padding-bottom: 0px;
}

.wrapper-carousel-icones h2 span.dl {
    color:#fff;
}

.wrapper-carousel-icones h2:after {
    content:none;
}


.owl-carousel-icones {
    padding-top: 0;
}
.owl-carousel-icones .owl-item {
    padding: 0 20px;
}
.wrapper-icone {
    text-decoration: none;
    color: currentColor;
    max-width: 320px;
    padding: 20px 20px 20px;
    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 0 auto;

    transition: background 0.2s ease-in-out 0s;
}

a.wrapper-icone .icone img {
    vertical-align: top;
    transition: all 0.2s ease-in-out 0s;
}



.wrapper-icone .icone {
    margin-bottom: 0px
}
.wrapper-icone .icone img {
    display: inline-block;
    margin: auto;
    width: 140px;
    height: 140px;
}
.wrapper-icone h3 {
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    margin: 12px auto 2px;
    color: #fff;
}
.wrapper-icone p {
    margin: 0;
    color: #fff;
    line-height: 1.2;
}

.wrapper-icone:hover {
    background: rgba(255, 255, 255, 0.1);
}
.wrapper-icone:hover .icone img {
    filter: brightness(120%);
}

@media (max-width: 500px) {
    .wrapper-icone .icone img {
        width: 100px;
        height: 100px;
    }
    .wrapper-icone h3 {
        font-size: 17px;
    }
    .wrapper-icone p {
        font-size: 16px;
    }
}