* {-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: 'Open Sans', sans-serif;font-size:18px; color:#000; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0; background-color:#fff;}


.slogan {background-color: #ffffff99;border-radius: 10px;padding:20px;box-shadow: 6px 6px 18px rgba(0,0,0,0.15);}

.slogan2 {background-color: #e4233e;color: #fff;border-radius: 10px;padding:20px;box-shadow: 6px 6px 18px rgba(0,0,0,0.15);font-size: 26px;text-align: center;}

div.bandeau-responsive {
    position:relative;max-width:1380px;margin:auto;text-align: center;
    z-index: 1;
}

div.wrapper-bandeau-responsive {
    background:#F0F0F2 url('i/briques-2x.jpg') no-repeat center top;
    background-size: 2500px auto;
    position: relative;
    z-index: 10002;
    text-align: center;
    overflow: hidden;
}

div.padding-bandeau-responsive {
    padding: 0px 20px 0px 20px;
}

.bounce-top {
    animation: bounce-top 0.9s both;
}


.wwrapper-bouton-reservation {    
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.wrapper-bouton-reservation {margin-bottom: 10px;}

.wrapper-bouton-reservation-table {text-align: left;}

.wrapper-bouton-reservation a,.wrapper-bouton-reservation-table a, .resadish a {  
    font-family: 'PT Serif', serif;
    display: inline-block;
    padding:6px 10px;
    background: #e4233e;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
    border-radius: 8px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.1;
}

.resadish a {padding : 15px;}

@media (max-width:900px) {
    .wrapper-bouton-reservation a, , .wrapper-bouton-reservation-table a {font-size: 16px;}    
}

@media (max-width:700px) {
    .wrapper-bouton-reservation a, , .wrapper-bouton-reservation-table a {font-size: 15px;padding:5px 7px;}    
}

@media (max-width:650px) { 
    .wwrapper-bouton-reservation {
        position: absolute;
        top: auto;
        bottom: 10px;
        left:initial;
        right: 10px;
        z-index: 2;
    }  
    .wrapper-bouton-reservation {margin-bottom: 5px;}
}




.bandeau-reseaux {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}


.bandeau-reseaux a {
    text-decoration: none;display: inline-block;margin-right:4px;
    transition: all 0.1s ease 0s;
    
}


.footer-reseaux {
    position: relative;
    height: 45px;
}

.footer-reseaux .bandeau-reseaux {
    right: initial;left: 50%;transform: translateX(-50%);
}



.bandeau-reseaux a span {
    display: inline-block;
    border-radius: 50%;
    padding: 8px;
    background: #e4233e;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
    transition: all 0.15s ease 0s;
}

.bandeau-reseaux a:hover {
   padding-bottom: 6px;
   padding-top: 0px;

   transform: translateY(-4px);
}

.bandeau-reseaux a img {vertical-align: top;}



div.logo {
    padding:10px 0px 6px 0px;display: inline-block;margin: 0px;
}


div.logo div, div.logo-footer div {position: relative;display: inline-block;}


div.logo-footer {
    padding:20px 0px;display: inline-block;margin: 0px;
}


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







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:#e4233e;text-transform: none;}


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


.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:#fff; font-weight:bold; font-style:normal; text-decoration:none; }
a.lienfooter:hover,a.lienfooter:active {text-decoration:none;color:#e4233e;}


h1, h3.h1 {
    font-family: 'PT Serif', serif;
	text-align:left;
	font-size: 28px;
	font-weight: bold;
	font-style:normal;
	color:#243781;
	margin:0px;
	padding:0px 0px 10px 0px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: -4px;
    line-height: 1.1;
}

h3.h1 {text-align:center;font-weight: bold;}






span.dl {color:#999;font-weight: normal;font-size: 22px;}

h1:after {
    content: " ";
     position:absolute;
    bottom: 0px;
    left:0px;
    content:" ";
    display: block;
    width:100%;
    height:1px;
    background:#c9c9c9;
}


h1:before {
    content: " ";
     position:absolute;
    bottom: 17px;
    left: -65px;
    width:56px;
    height:15px;
    background: url('i/tricolore-2x.png') no-repeat center center;
    background-size: 56px 15px;
}


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




h2 {
    font-family: 'PT Serif', serif;
    text-align:left;
    font-size: 22px;
    font-weight: 500;
    font-style:normal;
    color:#000;
    margin:0px;
    padding:0px 0px 0px 0px;
    position: relative;margin-bottom: -10px;
}

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




/*@media (max-width:1400px) { h1 {font-size:23px;} h2 {font-size:22px;}}
@media (max-width:1200px) { h1 {font-size:22px;} h2 {font-size:21px;}}
@media (max-width:1000px) { h1 {font-size:21px;} h2 {font-size:20px;}}
@media (max-width:800px) { h1 {font-size:20px;} h2 {font-size:19px;}}*/


@media (max-width:1000px) { h1 {font-size:25px;} span.dl, h2 {font-size:20px;}}
@media (max-width:700px) { h1 {font-size:23px;} span.dl, h2 {font-size:18px;}}
@media (max-width:450px) { h1 {font-size:21px;} span.dl, h2 {font-size:17px;}}


h2.news {
    font-size:19px;
    font-family: 'PT Serif', serif;
	text-align:left;
	font-weight: bold;
	font-style:normal;
	color:#fff;
	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:900px) {
   div.padding { padding:30px 20px 30px 20px;}
}
@media (max-width:660px) {
   div.padding { padding:30px 15px 30px 15px;}
}



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

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

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


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

span.rouge {color:#e4233e;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.png);
	background-repeat: no-repeat;
	padding-left:20px;
    padding-right:2px;
	background-position:0px 5px;
	margin:0px 0px 7px 0px;
    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%;
}




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


.obligatoire {font-size:15px; color:#d5a356; 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; }

.sousmenu_bg {background-image:url(i/sousmenu_bg.gif);background-repeat:repeat-y;background-position:right;background-color:#D1D5D6;border-top:1px solid #fff;border-bottom:1px solid #fff;}

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:#e7e7e7; font-weight:bold; font-style:normal;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#e4233e; 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:#e4233e;}
table.pagination {background-color:#CCC;border:1px solid #ccc;background-image:url(i/pagination.gif);background-repeat:repeat-x;background-position:top;}

div.pagination {background-color:#f5f5f599;border:1px solid #dddddd;padding:6px;overflow:hidden;}



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



div.map {}

.form_header {
    font-family: 'PT Serif', serif;
    background: #243882;
    color:#ffffff;text-align:left;padding:4px;
    text-transform: uppercase;text-align: center;font-weight: normal;
}
form table:nth-of-type(1) {    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
    border: 1px solid #dedede;}

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

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


div.dl {background-color:#E1E1E1;border:1px solid #ccc;background-image:url(i/pagination.gif);background-repeat:repeat-x;background-position:top;padding:8px;float:right;margin-left:8px;}
div.geolocalisation {border:1px solid #999;}


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

/*div.wrapper {
	max-width:1082px;margin:auto;background-color:#ffffff;
	-webkit-box-shadow: 0px 4px 10px 5px rgba(122,122,122,1);
	-moz-box-shadow: 0px 4px 10px 5px rgba(122,122,122,1);
	box-shadow: 0px 4px 10px 5px rgba(122,122,122,1);
	margin-top:60px;
}*/


.slicknav_menu {
  display:none;
}

#menu {
    display:none;
  }




@media (max-width:1600px) {
    .livraison a {font-size: 15px;line-height: 1.2;}
    .header-activites {right: 360px;top: 82px;}
}

@media (max-width:1200px) {
    .header-activites {right: 315px;top: 82px;}
}

@media (max-width:1060px) {
    .wrapper-bandeau-responsive-inner {padding: 0px 10px;}
    .header-activites {right: 296px;padding-left: 8px;}
}

@media (max-width:1060px) {
    .header-activites {display: none;}
}


@media (max-width:900px) {

	.slicknav_menu {
	  display:block;
	}

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

	.wrapper-contenu-sousmenu {padding-left:0px;background:none;}


    div.logo img {width:380px;}


    div.wrapper-bandeau-responsive {box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 70%);}
    .bandeau-reseaux {right: 6px;}


}


@media (max-width:720px) {
    div.logo img {width:340px;}
}


@media (max-width:650px) {
    div.bandeau-responsive {text-align: left;}  
    div.logo {padding-left: 10px;}
}


@media (max-width:500px) {
	div.justify {text-align: left;}
}

@media (max-width:530px) {
    .bandeau-reseaux a span {padding: 6px;}
}

@media (max-width:500px) {
    a.bandeau-instagram, a.bandeau-facebook {display: none;}
}

@media (max-width:500px) {
    div.logo img {width:300px;}
    .wrapper-bouton-reservation a, .wrapper-bouton-reservation-table a {
        font-size: 14px;
        padding: 4px 5px;

    }
}

@media (max-width:440px) {
    .wrapper-bouton-reservation a, .wrapper-bouton-reservation-table a {
        font-size: 13px;letter-spacing: -0.3px;
    }
    div.logo img {width:270px;}
}


@media (max-width:390px) {
    .wrapper-bouton-reservation a, .wrapper-bouton-reservation-table a {
        font-size: 13px;letter-spacing: -0.5px;
    }
    div.logo img {width:250px;}
}
@media (max-width:370px) {
    .wrapper-bouton-reservation a {
        font-size: 13px;letter-spacing: -0.5px;
    }
    .wrapper-bouton-reservation-table a {
        display: none;
    }
    div.logo img {width:220px;}
}
@media (max-width:345px) {
    .wrapper-bouton-reservation a {
        font-size: 13px;letter-spacing: -0.5px;
    }
    div.logo img {width:190px;}
}




.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;
    border-bottom: 20px solid #333333;
    z-index: 3;
}

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

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


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


#menu-desktop-replacement {height:0px;background-color:#fff;display: none;}
body.scrolled #menu-desktop-replacement {height:80px;display: block;}

body.scrolled #menu-desktop {
    z-index: 100000;
    position:fixed;top:0px;left:0px;right:0px;
    background-color:#243882;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

body.scrolled #menu-desktop .wrapper-menu-desktop-boxed > ul > li > span, body.scrolled #menu-desktop .wrapper-menu-desktop-boxed > ul > li > a {
    padding-top:15px;
    padding-bottom:15px;
}


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


img.menu-arrow {margin-left:4px;}
/*http://codepen.io/andornagy/full/xhiJH/*/
#menu-desktop {
    margin: auto;
    z-index: 10000;
    padding: 0px 0px 0px 0px;
    background-color: #25347a;
    position: relative;
        -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    transition: background 0.5s ease;
}



/* 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: center;


    }
/* 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: #243882;
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=135, Strength=10);
}


/* Styling the links */
#menu-desktop span {
    font-family: 'PT Serif', serif;
    font-size:20px;
    font-weight: 400;
    cursor: pointer;
    display:block;
    color:#fff;
    line-height: 20px;
    text-decoration:none;
    text-align: center;
    padding:30px 34px 30px 34px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease;
}

#menu-desktop span.double {padding:20px 34px 20px 34px;}


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


/* Styling the links */
#menu-desktop a {
    font-family: 'PT Serif', serif;
    font-size:20px;
    font-weight: 400;
    display:block;
    color:#fff;
    line-height: 20px;
    text-decoration:none;
        text-align: left;
    padding:30px 34px 30px 34px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.15s ease;

}
#menu-desktop a.double {padding:20px 34px 20px 34px;}


/* Background color change on Hover */
#menu-desktop a:hover, #menu-desktop span:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4233e+0,e4233e+50,e4233e+100&0.1+0,0.4+30,0.6+50,0.4+70,0.1+100 */
background: -moz-linear-gradient(top,  rgba(228,35,62,0.1) 0%, rgba(228,35,62,0.4) 30%, rgba(228,35,62,0.6) 50%, rgba(228,35,62,0.4) 70%, rgba(228,35,62,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,35,62,0.1) 0%,rgba(228,35,62,0.4) 30%,rgba(228,35,62,0.6) 50%,rgba(228,35,62,0.4) 70%,rgba(228,35,62,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,35,62,0.1) 0%,rgba(228,35,62,0.4) 30%,rgba(228,35,62,0.6) 50%,rgba(228,35,62,0.4) 70%,rgba(228,35,62,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ae4233e', endColorstr='#1ae4233e',GradientType=0 ); /* IE6-9 */

}


.wrapper-menu-desktop-boxed > ul > li:hover > span {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4233e+0,e4233e+50,e4233e+100&0.1+0,0.4+30,0.6+50,0.4+70,0.1+100 */
background: -moz-linear-gradient(top,  rgba(228,35,62,0.1) 0%, rgba(228,35,62,0.4) 30%, rgba(228,35,62,0.6) 50%, rgba(228,35,62,0.4) 70%, rgba(228,35,62,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,35,62,0.1) 0%,rgba(228,35,62,0.4) 30%,rgba(228,35,62,0.6) 50%,rgba(228,35,62,0.4) 70%,rgba(228,35,62,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,35,62,0.1) 0%,rgba(228,35,62,0.4) 30%,rgba(228,35,62,0.6) 50%,rgba(228,35,62,0.4) 70%,rgba(228,35,62,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ae4233e', endColorstr='#1ae4233e',GradientType=0 ); /* IE6-9 */

}



#menu-desktop a.selected {
    color:#fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4233e+0,e4233e+50,e4233e+100&0.2+0,0.8+30,1+50,0.8+70,0.2+100 */
background: -moz-linear-gradient(top,  rgba(228,35,62,0.2) 0%, rgba(228,35,62,0.8) 30%, rgba(228,35,62,1) 50%, rgba(228,35,62,0.8) 70%, rgba(228,35,62,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,35,62,0.2) 0%,rgba(228,35,62,0.8) 30%,rgba(228,35,62,1) 50%,rgba(228,35,62,0.8) 70%,rgba(228,35,62,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,35,62,0.2) 0%,rgba(228,35,62,0.8) 30%,rgba(228,35,62,1) 50%,rgba(228,35,62,0.8) 70%,rgba(228,35,62,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e4233e', endColorstr='#33e4233e',GradientType=0 ); /* IE6-9 */

}



#menu-desktop span.selected, #menu-desktop span.selected:hover {
    color:#fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4233e+0,e4233e+50,e4233e+100&0.2+0,0.8+30,1+50,0.8+70,0.2+100 */
background: -moz-linear-gradient(top,  rgba(228,35,62,0.2) 0%, rgba(228,35,62,0.8) 30%, rgba(228,35,62,1) 50%, rgba(228,35,62,0.8) 70%, rgba(228,35,62,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,35,62,0.2) 0%,rgba(228,35,62,0.8) 30%,rgba(228,35,62,1) 50%,rgba(228,35,62,0.8) 70%,rgba(228,35,62,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,35,62,0.2) 0%,rgba(228,35,62,0.8) 30%,rgba(228,35,62,1) 50%,rgba(228,35,62,0.8) 70%,rgba(228,35,62,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33e4233e', endColorstr='#33e4233e',GradientType=0 ); /* IE6-9 */
}


/*#menu-desktop span:hover {

    background: url('i/menuh.png') repeat center center, url('i/arrow.png') no-repeat bottom center;
}
*/

#menu-desktop ul ul a:hover {
    background: rgba(0, 0, 0, 0.1);
    padding:7px 18px 7px 12px;
}

#menu-desktop ul ul a.selected {
    color:#fff;
    background: #C92647;
    padding:7px 20px 7px 10px;
}


#menu-desktop ul ul a { 
    transition: padding 0.2s ease-in-out 0s;
text-align:left;padding:7px 20px 7px 10px;line-height: 30px;
        font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


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

#menu-desktop ul ul.page-infos-pratiques {
    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;
}

/* 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:1530px) {
    #menu-desktop span, #menu-desktop a {font-size:20px;padding:30px 31px 30px 31px;}
}

@media (max-width:1400px) {
    #menu-desktop span, #menu-desktop a {font-size:20px;padding:30px 28px 30px 28px;}
    #menu-desktop span.double, #menu-desktop a.double {font-size:20px;padding:20px 28px 20px 28px;}
    #menu-desktop ul ul a {font-size:20px;}
}


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

@media (max-width:1120px) {
    #menu-desktop span, #menu-desktop a {font-size:18px;padding:30px 15px 30px 15px;}
    #menu-desktop span.double, #menu-desktop a.double {font-size:18px;padding:20px 15px 20px 15px;}
    #menu-desktop ul ul a {font-size:18px;}
}

@media (max-width:1050px) {
    #menu-desktop span, #menu-desktop a {font-size:18px;padding:30px 12px 30px 12px;}
    #menu-desktop span.double, #menu-desktop a.double {font-size:18px;padding:20px 15px 20px 15px;}
    #menu-desktop ul ul a {font-size:18px;}
}

@media (max-width:980px) {
    #menu-desktop span, #menu-desktop a {font-size:17.5px;padding:30px 9px 30px 9px;}
    #menu-desktop span.double, #menu-desktop a.double {font-size:17.5px;padding:20px 12px 20px 12px;}
    #menu-desktop ul ul a {font-size:17.5px;}
}



a.back-to-top {
    display: none;
    width: 48px;
    height: 48px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 30px;
    background: #e4233e url("i/arrow-up.png") no-repeat center center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.27);
}

a.back-to-top:hover {background-color: #ec0d0a;}


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



a.linkedin:hover img:nth-of-type(2) {filter:invert(26%) sepia(77%) saturate(6008%) hue-rotate(344deg) brightness(85%) contrast(114%);}




.wrapper-piece-logo {position: absolute;top:0px;left:50%;transform: translate(-50%,-50%);z-index: 10;z-index: 1000;}
.piece-logo img {transition: all 0.3s ease 0s;}
.piece-logo:hover img {transform: scale(1.2);}



div.wrapper-footer-padding {
    padding:140px 20px 140px 20px;
}


div.wrapper-footer:before {
    content:" ";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 37px;
    background: url('i/footer-neon.png') repeat-x center center;
    background-size: 1px 37px;
}


div.wrapper-footer:after {
    content:" ";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 100%;
    height: 37px;
    background: url('i/footer-neon-rose.png') repeat-x center center;
    background-size: 1px 37px;
    opacity: 0;
    animation: neon 4s infinite;
}

@keyframes neon {
  0% {opacity: 0;}
  40% {opacity: 0;}
  41% {opacity:1;}
  43% {opacity:0;}
  44% {opacity:1;}
  90% {opacity: 0.8;}
  100% {opacity: 0;}
}


@keyframes neon2 {
  0% {opacity: 0;}
  40% {opacity: 0;}
  50% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0;}
}


div.wrapper-footer  {

   background:#0b0c1e url('i/footer.jpg') no-repeat center top;
   position: relative;
   z-index: 1002;
}


div.footer {
    color:#fff;padding-top:30px;padding-bottom:30px;max-width:1180px;margin:auto;
    position: relative;max-width:1380px;margin:auto;text-align:center;
    padding:50px 0px 50px 0px;
    background-color:#1e2f6dbf;border-radius: 40px;
}



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

div.footer-1 {padding-top: 0px;}
div.footer-1 img {margin-bottom: 16px;}

.footer-inner {display: inline-block;text-align: center;min-width: 280px;}

.footer-1 .footer-inner {max-width: 300px;}


.footer ul.puce {
    padding-left: 0px;
}

.footer ul.puce > li {
    padding: 0px 10px 0px 10px;
    background: none;
    margin: 0px 0px 4px 0px;
}

.footer-2 strong {display: inline-block;padding-bottom: 4px;}



.footer h3 {
    font-family: 'PT Serif', serif;
    color:#fff;font-size:22px;text-shadow: none;text-transform: uppercase;font-weight: 400;
    margin:0px;padding:0px;margin-bottom: -4px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.76);padding-bottom: 4px;
    position: relative;
}

.footer h3:after {
    content: " ";
    position: absolute;
    left: 0px;bottom: -16px;
    width: 100%;
    height: 22px;
    background: url('i/h3-footer.png') no-repeat center center;
}


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

.footer a.lien:hover {color:#fff;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}

.footer ul a.lien {color:#fff;font-weight:normal;transition: all 0.3s ease 0s;}
.footer ul a.lien:hover {color:#fff;text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);}
.footer ul a.lien:hover {padding-left: 3px;}

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


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


.footer-logos {margin-top:20px;}
.footer-logos div { display: inline-block;margin:20px 20px; vertical-align: middle;}




@media (max-width:1160px) {
   div.wrapper-footer-padding {padding: 100px 20px 100px 20px;}
}

@media (max-width:1024px) {
   div.wrapper-footer-padding {padding: 80px 80px 80px 80px;}
   div.footer-1 {width: 100%;}
   div.footer-2 {width: 50%;}
   div.footer-3 {width: 50%;}
   .footer-1 .footer-inner {max-width: 400px;}

}


@media (max-width:840px) {
   div.wrapper-footer-padding {padding: 50px 50px 50px 50px;}
}


@media (max-width:760px) {
   div.wrapper-footer-padding {padding: 50px 50px 50px 50px;}
   div.footer-1 {width: 100%;}
   div.footer-2 {width: 100%;}
   div.footer-3 {width: 100%;}
   .footer-1 .footer-inner {max-width: 400px;}
}



@media (max-width:460px) {
   div.wrapper-footer-padding {padding: 30px 30px 30px 30px;}
}

@media (max-width:410px) {
    div.footer-1, div.footer-2, div.footer-3 {padding: 20px 10px 20px 10px;}
   div.wrapper-footer-padding {padding: 20px 20px 20px 20px;}
   .footer h3:after {
        background-size: contain;
    }
    .footer-inner {min-width:initial;width: 100%;}
}


@media (max-width:360px) {
    div.footer-1, div.footer-2, div.footer-3 {padding: 20px 0px 20px 0px;}
   div.wrapper-footer-padding {padding: 15px 15px 15px 15px;}
}



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



.bandeau-boule {
    position: absolute;
    right: 60px;
    bottom: -47px;
    z-index: 1000;
    pointer-events: none;
}

.bandeau-boule img {
    vertical-align: top;
    transform: translate(0px,0px);
    animation: boule-anim 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}


@keyframes boule-anim {
50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(50px,14px);
    }
}

@keyframes boule-anim-less {
50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(30px,8.4px);
    }
}


.bandeau-quilles {
    position: absolute;
    left: 50%;
    bottom: -31px;
    z-index: 1001;
    pointer-events: none;
    transform: translateX(-50%);
}

@media (max-width:1400px) {
    .bandeau-boule img {width: 400px;}
}


@media (max-width:1100px) {
    .bandeau-boule img {width: 320px;}
    .bandeau-quilles img {width:60px; }
    .bandeau-quilles {bottom: -23px;}
    #bandeau_fullwidth {border-bottom: 14px solid #333333;}
}

@media (max-width:900px) {
    .bandeau-boule img {width: 250px;}
}

@media (max-width:700px) {
    .bandeau-boule img {animation: boule-anim-less 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        width: 200px;}
    .bandeau-boule {right: 40px;}
}


@media (max-width:600px) {
    .bandeau-quilles img {width:40px; }
        .bandeau-quilles {bottom: -16px;}
    #bandeau_fullwidth {border-bottom: 8px solid #333333;}
}


@media (max-width:500px) {
    .bandeau-boule img {animation: boule-anim-less 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
        width: 160px;}
    .bandeau-boule {right: 30px;}
}


.encart-activites {
    line-height: 1.2;
    font-weight: 600;
    font-size:30px;
    color:#eee;
    position: absolute;
    z-index: 1000;
    top: 50% !important;
    bottom: initial;
    left:50px !important;
    padding: 0px 20px;
    text-transform: uppercase;
    text-align:left;
    margin:0;
    max-width: 600px;
    transform: translateY(-50%) !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
    line-height: 1.05;
}

.encart-activites h3 {
    font-family: 'PT Serif', serif;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8) !important;
    text-align:left;font-weight:normal;font-size:50px;margin: 0;padding:0;color:#fff;
    text-transform: uppercase;margin-bottom: 5px;
    font-weight: bold;
    line-height: 1.1;
}

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

.rsDefault .rsArrowIcn {    background-color: #e4233eaa !important;}

.rsDefault .rsArrowIcn:hover {
    background-color: #e4233eff !important;
}

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

.rsGCaption {

}


@media (max-width:1200px) {
    .encart-activites h3 {font-size:40px;}
    .encart-activites {font-size:25px;}
}

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


@media (max-width:700px) {
    .encart-activites h3 {font-size:25px;}
    .encart-activites {font-size:18px;}
    .encart-activites {left: 10px !important;}
}

@media (max-width:550px) {
    .encart-activites h3 {font-size:22px;}
    .encart-activites {font-size:16px;}
    .encart-activites {left: 10px !important;padding-left: 20px;}
}

/*.rsArrow.rsHidden {
    opacity: 1 !important;
    visibility: visible !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) { 


    ul.puce > li {background-image: url(i/puce-2x.png);background-size: 18px 18px;}
 
    a.back-to-top {background: #e4233e url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}

    


}




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


a.bouton-footer {
    text-shadow: none;display:inline-block;padding:6px 10px;background-color:#e4233e;text-align: center;
    color:#fff;font-size: 16px;font-weight:600;text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    margin-top:10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    transition: all 0.3s ease 0s;
}

a.bouton-footer:hover {text-shadow: 1px 1px 2px rgba(0,0,0,0.9);}


input.form_submit,
a.bouton {
    cursor: pointer;
    text-shadow: none;display:inline-block;padding:6px 10px;background-color:#e4233e;text-align: center;
    color:#fff;font-size: 16px;font-weight:300;text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    margin-top:10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    transition: all 0.3s ease 0s;
    border: none;
}
input.form_submit:hover,
a.bouton:hover {background-color:#e4233e;}

#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: #e4233e;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: #e4233e;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;}
}






@keyframes jiggle {
  /* start at 0deg and this scale size.
     scale size is repeated here to maintain smooth scaling */
  0% {transform: rotate(0deg);}
  /* midway rotate 2deg right */
  25% {transform: rotate(4deg);}
  50% {transform: rotate(0deg);}
  75% {transform: rotate(-4deg);}
  /* end rotate -2deg left */
  100% {transform: rotate(0deg)}
}




.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 {padding-top:50px;padding-bottom: 70px;}


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



.wrapper-bande-carousel-ticker > h3 {
    margin:0;padding:0;text-align: center;
    font-size: 40px;font-weight: normal;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
}





h3.carousel-ticker-titre {margin: 0;padding:0;margin-bottom:20px;color:#000;
text-transform: uppercase;}

.carousel-ticker-wrapper {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 50px;
}  
.carousel-ticker-wrapper img {
    max-width: 340px;
    margin: auto;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    transition: all 0.3s ease 0s;
}

.carousel-ticker-wrapper a {text-decoration: none;color:initial;display: inline-block;}
.carousel-ticker-wrapper a:hover img { box-shadow: 5px 5px 15px rgba(0,0,0,0.6);}


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


.carousel-ticker-wrapper-col2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 340px;
    margin: auto;
    padding:30px 0px 0px 20px;
}



@media (max-width:1450px) {
    .carousel-ticker-wrapper-col1 {display: block;}
    .carousel-ticker-wrapper-col2 {display: block; padding: 20px 10px 10px 10px;}
}



/*page temoignages*/
.temoignagefull-content {background-color:#fff;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.16);
    padding: 20px;
    border-radius: 8px;font-style: italic;    overflow: hidden;}
.temoignagefull-auteur {font-weight: bold;float: right;}

.wrapper-temoignage {width:100%;padding:10px;display:inline-block;vertical-align: top;padding:10px 0px;}




ul.slick-dots {bottom:-30px;}
.slick-dots li button { 
   font-size: 0 !important; 
       width: 10px !important;
    height: 10px !important;
    background: #50609B !important;
    border-radius: 50% !important;
} 

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


.wrapper-temoignages-slick a {text-decoration: none;}

.wrapper-temoignages-slick {
    position:relative;background-color:#243882;padding: 70px 10px 40px 10px;
}




.wrapper-temoignages-slick:before {
content: " ";
    position: absolute;
    left: 50%;
    width: 56px;
    height: 15px;
    background: url(i/tricolore-2x.png) no-repeat center center;
    background-size: 56px 15px;
    z-index: 12;
    top: -7px;
    transform: translateX(-50%);
}

.boxed-temoignages-slick {max-width:1180px;margin:auto;padding:20px;}

.wrapper-temoignages-slick h3 {
    font-family: 'PT Serif', serif;
    text-decoration: none;
    text-transform: initial;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
}

.temoignages-slide a {text-decoration: none;}
.temoignages-slide:focus {border:none;outline: none;}

.temoignages-slide-texte {color:#fff;text-align: center;}
.temoignages-slide-auteur {color:#fff;text-align: center;display: block;padding-top:4px;}


div.wrapper-temoignages {overflow: hidden;
    background-color: rgba(210, 210, 210, 0.42);
    border-top: 1px solid rgba(160, 160, 160, 0.38);
    }

div.wrapper-temoignages-1180 {max-width: 1180px;margin:auto;} 
div.wrapper-temoignages-padding {padding:0px 30px;} 



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





.wrapper-pages {
    margin-top:0px;
    padding:0px 30px;
    position: relative;
    margin-bottom: 50px;
}

.bande-pages-carousel {
    padding: 40px 0px;
}

.wrapper-page {box-shadow: 0px 0px 16px rgba(0,0,0,0.75);text-align: center;background: #313131;max-width: 500px;margin:auto;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    overflow: hidden;
}
.wrapper-page:hover {background-color: #811F1C;}
.wrapper-page:hover h3.page-titre { color:#fff;}


.wrapper-page a  {display:block;text-decoration: none;    color: initial;}

h3.page-titre {
    background-color: #243882;
    font-family: 'PT Serif', serif;
    margin:0px 0px 0px 0px;
    padding:12px 5px 12px 5px;
    font-weight: 600;
    font-size: 20px;color:#fff;text-align: center;line-height: 1.1;
    text-decoration: none;
    text-transform: none;
    color:#fff;
    position: relative;
}


.page-ensavoirplus {
    color:#fff;font-weight:normal;
    display: inline-block;text-transform: uppercase;
    padding: 6px 12px;
    margin:auto;
    background-color: transparent;
    border:1px solid #fff;
    margin-bottom: 20px;
}

.formule-ensavoirplus:hover {background-color: #fff;color:#000;}


.page-texte {color:#fff;padding:20px 10px;}

.owl-carousel-pages .owl-item {padding:30px;}

@media (max-width:1000px) {
    h3.page-titre {font-size: 18px;}
    .page-texte,.page-ensavoirplus {font-size: 17px;}
}


@media (max-width:500px) {
    h3.page-titre {font-size: 17px;}
    .page-texte,.page-ensavoirplus {font-size: 16px;}
    .wrapper-pages {padding:0px 0px;}
    .bande-pages-carousel {padding: 20px 0px;}
}





div.wrapper-drink {display:inline-block;width:50%;padding:10px 10px;}
div.drink {display: flex;width: 100%;}
div.drink-sep { flex: 100 1 auto;border-bottom:1px dotted #626262;content: '';height: 13px;}
div.intitule {font-family: 'PT Serif', serif;padding-right:10px;color:#fff;}
div.intitule span {font-family: 'Open Sans', sans-serif;display:block;color:#efefef;font-size: 13px;}
div.prix {font-family: 'PT Serif', serif;font-weight:bold;color:#c19977;padding-left:10px;display: flex;text-align: right;}



@media (max-width:800px) {
div.wrapper-drink {display:inline-block;width:100%;padding:10px 0px;}
}


.wrapper-ardoise {
    padding: 0px 30px;
    margin-bottom:30px;
}

.boxed-ardoise {
    padding:20px;
    background-color: #212121;
}


.boxed-ardoise h2.titre {font-size:30px;}


.boxed-ardoise h2 {font-size:23px;color:#fff;font-weight: 600;text-align: center;margin-top:20px;margin-bottom:0px;}
.boxed-ardoise h2 span {
    font-family: 'Open Sans', sans-serif;color:#aaa;font-size: 18px;text-align: center;display:block;font-weight: normal;
}

.boxed-ardoise h2:after {content:none;}





.wrapper-visite-virtuelle-pano {display: inline-block;width:33.33%;padding:10px;}

.visite-virtuelle-pano {box-shadow: 4px 4px 20px rgba(0,0,0,0.26);
    border: 1px solid #fff;}

.visite-virtuelle-titre {text-align: center;padding-top:4px;font-weight: bold;}


.visite-virtuelle-pano iframe {vertical-align: top;}


@media (max-width:900px) {
    .wrapper-visite-virtuelle-pano {width:50%;}
}


@media (max-width:600px) {
    .wrapper-visite-virtuelle-pano {width:100%;}
}





/* isotope */

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

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

@media (max-width:520px) {
    .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;
}


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






.wrapper-bande-activites {
        background:url('i/briques-2x.jpg') no-repeat center bottom;
    background-size: 2500px auto;
    line-height: 1.1;
    padding:30px 0px;
position: relative;
    z-index: 2;
    }


.wrapper-bande-activites h3 {
    margin: 0;padding: 0;color: #25347a;font-family: 'PT Serif', serif;
    text-align: center;font-size: 28px;
    text-transform: uppercase;
    position: relative;
        margin-bottom: 30px;
}

.wrapper-bande-activites h3:after {
    content: " ";
    position: absolute;bottom: -42px;left: 0px;
    width: 100%;height: 37px;
    background: url('i/h3-bande-activites.png') no-repeat center center;
}


.wrapper-activites-activite {
    max-width: 500px;margin: auto;
    border-radius: 50%;    overflow: hidden;position: relative;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.45);
}

.wrapper-activites-activite a {
    font-family: 'PT Serif', serif;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    display: inline-block;color:#fff;text-decoration: none;
    vertical-align: top;
}
.wrapper-activites-activite a:hover .wrapper-activites-texte {background-color:#e4233ecc;}

.wrapper-activites-texte {background-color:#243882cc;position: absolute;bottom:0%;width:100%;text-align: center;text-transform: uppercase;padding:30px 0px 50px 0px;}


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


@media (max-width:1000px) {
    .wrapper-bande-activites { padding: 20px 0px;}
}

@media (max-width:600px) {
    .wrapper-bande-activites { padding: 10px 0px;}
}

@media (max-width:500px) {
   .owl-carousel-activites .owl-item {padding: 15px;}
}

div.centre {display: inline-block;margin: auto; max-width: 100%;text-align: center;}
