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


html {
 overflow-y: scroll !important;
}

body {font-family: 'Roboto', sans-serif;font-size:16px; color:#fff; margin-top:0; margin-left:0; margin-right:0; margin-bottom:0; background-color:#2b2b2b;}



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

div.wrapper-bandeau-responsive {
    background:#313131 url('i/header.jpg') no-repeat center top;
    padding: 0px 20px 0px 20px;
    position: relative;
    z-index: 1002;
    text-align: center;
}

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

div.logo div {position: relative;}
div.logo span {display:block;text-transform: uppercase;color:#383838;    font-size: 24px;
    font-weight: 300;    padding-top: 10px;}

a.logo {text-decoration:none;z-index: 10;}
a.logo:focus {outline:none;}
a.logo img {display: inline-block;vertical-align: middle;}

h3.bandeau-activites {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0px;
    top: 50%;
    color: #FC4C02;
    font-size: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

h3.bandeau-activites span {color: #a4a4a4;font-size: 17px;font-weight: 300;}


.wrapper-contenu {background:#313131;z-index: 1;
    position: relative;}
.wrapper-boxed-contenu {max-width:1180px;margin:auto;}
.wrapper-boxed {}
.boxed {max-width:1180px;margin:auto;text-align: justify;}


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


h1 {
    font-family: 'Roboto Condensed', sans-serif;
	text-align:left;
	font-size: 24px;
	font-weight: 700;
	font-style:normal;
	color:#FC4C02;
	margin:0px;
	padding:0px 0px 12px 0px;
    position: relative;
    text-transform: uppercase;
}

span.dl {color:#efefef;font-weight: 300;}

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




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

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




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



h2.news {
     font-family: 'Roboto Condensed', sans-serif;
	text-align:left;
	font-weight: bold;
	font-style:normal;
	color:#fff;
	margin:0px;
	padding:0px 0px 6px 0px;
	background:none;
}

h2.news:after {content:none;}


div.padding { padding:40px 20px 50px 20px;}
body.page-bienvenue div.padding {padding-top:30px;}


@media (max-width:900px) {
    div.padding { padding-top:30px;}
    body.page-bienvenue div.padding {padding-top:25px;}
}
@media (max-width:660px) {
    div.padding { padding-top:20px;}
    body.page-bienvenue div.padding {padding-top:20px;}
}



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

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

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


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

span.rouge {color:#E20026;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:15px;
    padding-right:2px;
	background-position:0px 6px;
	margin:0px 0px 7px 0px;
    overflow: hidden;
}



ul.puce2 {
    margin: 0;
    padding: 0;
    margin-top:5px;
    margin-bottom:5px;
    padding-left:10px;
}
ul.puce2 > li {
    list-style-type:none;
    background-image: url(i/puce-c-bleu.png);
    background-repeat: no-repeat;
    padding-left:15px;
    padding-right:2px;
    background-position:0px 6px;
    margin:0px 0px 4px 0px;
    overflow: hidden;
    font-size: 15px;
}





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:#313131; font-weight:bold; font-style:italic;}
a.lienpagination:link,a.lienpagination:visited,a.lienpagination:hover,a.lienpagination:active  {   color:#FC4C02; font-weight:bold; text-decoration:none;display:block;width:100%;}
a.lienpaginations:link,a.lienpaginations:visited,a.lienpaginations:hover,a.lienpaginations:active  {   color:#000; font-weight:bold; text-decoration:none;display:block;width:100%;}
.cadrepagination {}
.cadrepaginations {background-color:#FC4C02;}
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:rgba(0,0,0,0.3);border:1px solid #000;padding:6px;overflow:hidden;}



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



div.map {}

.form_header {
    background: #424242;
    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);}

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



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


img.flag {border:1px solid #C9C9C9;vertical-align:-4px;margin:0px 0px 0px 4px;}
div.flag {position:absolute;top:8px;right:10px;z-index: 9000;}
a.flag:link,a.flag:visited, a.flag:hover,a.flag:active {font-size:14px; color:#fff; font-weight:normal; font-style:normal; text-decoration:none; padding-left:10px;}

@media (max-width:720px) {
	div.flag span {display:none;}
	a.flag:link,a.flag:visited, a.flag:hover,a.flag:active {padding-left:0px;}
}








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



.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;background-color:#222;
}

.triangle-bandeau {
    height: 40px;
    position: absolute;
    width: 100%;
    z-index: 1001;
    bottom: 0px;
}


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

#bandeau-overlay {}


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


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

    #bandeau-overlay {}
}





@media (max-width:900px) {

    .slicknav_menu {
      display:block;
    }

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

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

    div.wrapper-bandeau-responsive {box-shadow: 0px 4px 6px rgba(0,0,0,0.32);    padding: 0px 10px 0px 10px;}

    div.logo {padding: 10px 10px 10px 10px;}

    .triangle-bandeau {height: 30px;}

    .bandeau-coordonnees-email {display: none;}

}

@media (max-width:680px) {
    div.bandeau-responsive {text-align: left;}
}

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

@media (max-width:490px) {
    .triangle-bandeau {height: 20px;}
}

@media (max-width:450px) {
    div.logo {padding-left:0px;}
    div.logo img {width:180px;}
}

@media (max-width:400px) {
    .bandeau-coordonnees-email a, .bandeau-coordonnees-tel a {letter-spacing: -0.5px;font-size: 17px !important;}
}

@media (max-width:370px) {
    .bandeau-coordonnees-email a, .bandeau-coordonnees-tel a {letter-spacing: -0.7px;font-size: 15px !important;}
}

@media (max-width:355px) {
    .bandeau-coordonnees-email, .bandeau-coordonnees-tel {display: none;}
}





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



/*http://codepen.io/andornagy/full/xhiJH/*/
#menu-desktop {
    margin: auto;
    z-index: 10000;
    padding: 0px 0px 0px 0px;
    background-color: #313131;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.32);
    position: relative;
    border-top:1px solid #000;
}

#menu-desktop:after {
    content:" ";
    background-color:#FC4C02;
    height: 1px;
    width:100%;
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 10000;
    pointer-events: none;
}




/* 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: #313131;
    -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 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    font-weight: bold;
    cursor: pointer;
    display:block;
    color:#fff;
    line-height: 20px;
    text-decoration:none;
    background: url('i/arrow.png') no-repeat bottom center;
    background-size:16px 14px;
    text-align: center;
    padding:25px 27px 25px 27px;
    text-transform: uppercase;
}

#menu-desktop span.double {padding:15px 27px 15px 27px;}


#menu-desktop ul li:hover > span {
    background:transparent url('i/arrow.png') no-repeat bottom center;
}

#menu-desktop ul li:hover > span.selected {
    background:transparent url('i/arrow-blanc.png') no-repeat bottom center;
}


/* Styling the links */
#menu-desktop a {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    font-weight: bold;
    display:block;
    color:#fff;
    line-height: 20px;
    text-decoration:none;
        text-align: left;
    padding:25px 27px 25px 27px;
    text-transform: uppercase;

}
#menu-desktop a.double {padding:15px 27px 15px 27px;}


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

}

#menu-desktop .wrapper-menu-desktop-boxed > ul ul li.selected a {color:#FC4C02;}


#menu-desktop .wrapper-menu-desktop-boxed > ul > li:after {
    content:" ";
    background-color:#FC4C02;
    height: 5px;
    width:0%;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 10001;
    pointer-events: none;  
    transition: all 0.3s ease 0s;
    opacity: 0;
}


#menu-desktop .wrapper-menu-desktop-boxed > ul > li:hover:after {
    content:" ";
    background-color:#FC4C02;
    height: 5px;
    width:100%;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 10001;
    pointer-events: none;
    opacity: 1;
}


#menu-desktop > ul > li {position: relative;}

#menu-desktop a.selected {
    color:#FC4C02;
}
#menu-desktop .wrapper-menu-desktop-boxed > ul > li.selected:after {
    content:" ";
    background-color:#FC4C02;
    height: 5px;
    width:100%;
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 10001;
    pointer-events: none;
    opacity: 1;
}



#menu-desktop span.selected {
    color:#fff;
    background:transparent url('i/arrow-blanc.png') no-repeat bottom center;
}

#menu-desktop span.selected:hover {

    background:transparent url('i/arrow-blanc.png') no-repeat bottom center;
}

/*#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 {
    color:#FC4C02;
    background: transparent;
    padding:12px 18px 12px 12px;
}

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


#menu-desktop ul ul a { 
    transition: padding 0.2s ease-in-out 0s;
    text-transform: none;text-align:left;padding:12px 20px 12px 10px;line-height: 1.2;
    font-size:16px;
    font-weight: bold;
    text-transform: uppercase;
}

#menu-desktop ul ul a em {font-weight:300;text-transform: none;font-size:15px;font-style:normal;}


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

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

#menu-desktop ul li > ul {
}


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


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

/* 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:1300px) {
    #menu-desktop span, #menu-desktop a {padding:25px 22px 25px 22px;}
    #menu-desktop span.double, #menu-desktop a.double {padding:15px 22px 15px 22px;}
}


@media (max-width:1180px) {
    #menu-desktop span, #menu-desktop a {padding:25px 17px 25px 17px;}
    #menu-desktop span.double, #menu-desktop a.double {padding:15px 17px 15px 17px;}
}


@media (max-width:1060px) {
    #menu-desktop span, #menu-desktop a {padding:25px 14px 25px 14px;font-size:17px;}
    #menu-desktop span.double, #menu-desktop a.double {padding:15px 14px 15px 14px;font-size:17px;}
}

@media (max-width:980px) {
    #menu-desktop span, #menu-desktop a {padding:25px 11px 25px 11px;font-size:16.5px;}
    #menu-desktop span.double, #menu-desktop a.double {padding:15px 11px 15px 11px;font-size:16.5px;}
}



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


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




a.lien-facebook {text-decoration: none !important;}


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

a.facebook:hover img { 
    animation: flip 0.4s 1 linear;
}

a.linkedin {display: inline-block;width:24px;height:24px;}

a.linkedin:hover img { 
    animation: flip 0.4s 1 linear;
}

a.instagram {display: inline-block;width:24px;height:24px;margin-left:5px;}

a.instagram:hover img { 
    animation: flip 0.4s 1 linear;
}


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




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

a.footer-facebook img, a.footer-linkedin img { filter: invert(1);}





div.wrapper-footer-padding {padding:40px 30px 80px 30px;}
div.wrapper-footer  {
    overflow: hidden;
   background:#2b2b2b url('i/footer-bg.jpg') no-repeat center top;
   background-size: 2200px auto;
   position: relative;
   border-top:29px solid #FC4C02;
}


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-top:15px;padding-bottom:10px;padding-left:0px;padding-right:0px;  }



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


div.footer-1 {width:33.33%;text-align: center;padding-top:0px;}
div.footer-2 {width:33.33%;text-align: center;}
div.footer-3 {width:33.33%;text-align: center;}



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


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

.footer-3 .footer-inner div:nth-of-type(3), .footer-3 .footer-inner div:nth-of-type(4) {
    font-family: 'Roboto Condensed', sans-serif;
    color:#a2a2a2;
    font-weight: 300;
}


.footer-1 .footer-inner div:nth-of-type(1) {margin:10px 0px 10px 0px;}
.footer-3 .footer-inner div:nth-of-type(1) {margin:10px 0px 10px 0px;}



.footer h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff;font-size:22px;text-shadow: none;text-transform: uppercase;font-weight: bold;    text-align: left;margin:0px;padding:0px;margin-bottom: 6px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.76);
}

.footer h3:after {
    content:" ";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #FC4C02;
    margin-top: 6px;
    margin-bottom: 12px;
}


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

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

.footer ul a.lien {color:#fff;font-weight:normal;}

div.mentions {
    position:relative;max-width:1180px;margin:auto;text-align:center;padding:0px 20px 150px 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 {text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.76);}


div.footer-2 ul.puce {margin-top:4px; padding-left: 0px;}
div.footer-2 ul.puce li {padding: 0;margin: 0px 0px 4px 0px;background:none !important;text-align: left;}


div.footer-2 ul.puce li a {
    text-transform:uppercase;transition: all 0.1s ease-in-out 0s;padding-left:0px !important;padding-right: 2px !important;
    line-height: 1.4;
}
div.footer-2 ul.puce li a:hover {padding-left:2px !important;padding-right: 0px !important;}


@media (max-width:870px) {
    div.footer-1 {width:100%;text-align: left;}
    div.footer-1 .footer-inner {max-width:initial;}
    div.footer-2 {width:50%;text-align: left;}
    div.footer-3 {width:50%;text-align: left;}
    div.wrapper-footer-padding {padding: 20px 30px 60px 30px;}
}

@media (max-width:550px) {
    div.footer-1 {width:100%;text-align: left;}
    div.footer-2 {width:100%;text-align: left;}
    div.footer-3 {width:100%;text-align: left;}
}



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 {
  -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  -o-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.5);
  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;
}



.encart-activites {

    display: block;
    position: absolute;
    top: initial !important;
    bottom: 40px !important;
    left: 40px !important;
    background:rgba(252,76,2,0.76);
    padding: 15px 15px;
    width:400px;
    text-align: left;
    transform: translate(0%,0%) !important;
    font-weight: normal;
    text-align: left;
    font-size:17px;
}


.encart-activites h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;display: block;font-weight: normal;padding:0;margin:0;text-transform: uppercase;font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.encart-activites a.bouton {margin-top:6px !important;}


.encart-activites h3 strong {font-weight: bold;}


.rsDefault .rsGCaption {
    top: 0px !important;
    left: 0px !important;
    height: 100% !important;
    padding:0 !important;
    z-index: 1000;
}

.rsGCaption {

}

@media (max-width:1300px) {
    a.bouton {font-size: 15px !important;}
    .encart-activites h3 {font-size:18px;}
    .encart-activites {
        width: 350px;
        bottom: 30px !important;
        left: 30px !important;
    }
}

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


@media (max-width:490px) {
    .encart-activites h3 {font-size:15px;}
    a.bouton {font-size: 14px !important;}
    .encart-activites {
        padding: 8px 8px;
        width: 250px;
        bottom: 15px !important;
        left: 15px !important;
    }
}


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




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: 10px 10px;}
 
    a.back-to-top {background: #FC4C02 url("i/arrow-up.png") no-repeat center center;background-size: 16px 16px;}

    #menu-desktop span {
        background: url('i/arrow-2x.png') no-repeat bottom center;
        background-size:16px 14px;
    }

    #menu-desktop ul li:hover > span {
        background-image: url('i/arrow-2x.png') !important;
        background-size:16px 14px,auto auto !important;
    }

    #menu-desktop ul li:hover > span.selected {
        background-image: url('i/arrow-2x-blanc.png') !important;
        background-size:16px 14px,auto auto !important;
    }

    #menu-desktop span.selected, #menu-desktop span.selected:hover {
        background-image: url('i/arrow-2x-blanc.png') !important;
        background-size:16px 14px,auto auto !important;
    }

    #menu-desktop span:hover {
        background-image: url('i/arrow-2x.png') !important;
        background-size:16px 14px,auto auto !important;
    }

}





#wrapper-temoignages {
    padding:50px 20px;
}

#flex-temoignages {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
-webkit-box-orient : horizontal;
  -webkit-box-direction : normal;
  -ms-flex-direction : row;
  flex-direction : row;
-ms-flex-wrap : wrap;
  flex-wrap : wrap;
-ms-flex-line-pack : start;
  align-content : flex-start;
-webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
-webkit-box-align : stretch;
  -ms-flex-align : stretch;
  align-items : stretch;
  max-width: 1180px;
    margin: auto;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.38);
}

#temoignages-header {
  -ms-flex : 0 1 30%;
  flex : 0 1 30%;
  max-width : 30%;
  background-color: #3665af;
  text-align: right;
  padding:50px 20px 50px 10px;
}

#temoignages-header h2 {
    text-align: right;
    margin-bottom: 20px;
}

#temoignages-header h2:after {
right: 0px;
left:initial;
}

#temoignages-content {
  -ms-flex : 0 1 70%;
  flex : 0 1 70%;
  max-width : 70%;
  padding:50px 20px;
}


#temoignages-content a {color:#3665af;text-decoration: underline;font-weight: bold;font-style: italic;}

.temoignage-texte {font-style: italic;}

.temoignage {padding:20px 0px;}


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


@media (max-width:800px) {
    #wrapper-temoignages {padding: 30px 20px;}

    #temoignages-header {
      -ms-flex : 0 1 40%;
      flex : 0 1 40%;
      max-width : 40%;
      padding:50px 20px 50px 10px;
    }


    #temoignages-content {
      -ms-flex : 0 1 60%;
      flex : 0 1 60%;
      max-width : 60%;
      padding:20px 15px;
    }

}


@media (max-width:600px) {
    #wrapper-temoignages {padding: 20px 20px;}
    #temoignages-header h2 {text-align:center;margin-bottom: 0px;}
    #temoignages-header h2:after {right: 0px;left: 0px;margin: auto;}
    #temoignages-header img {display: none;}

    #temoignages-header {
      -ms-flex : 0 1 100%;
      flex : 0 1 100%;
      max-width : 100%;
      padding:10px 20px 10px 10px;
    }


    #temoignages-content {
      -ms-flex : 0 1 100%;
      flex : 0 1 100%;
      max-width : 100%;
      padding:00px 15px 20px 15px;
    }

}


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




a.bouton {
    text-shadow: none;display:inline-block;padding:6px 8px 4px 8px;background-color:#313131;text-align: center;
    color:#fff;font-size: 16px;font-weight: normal;text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);
    text-transform: uppercase;
}


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





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


.bandeau-coordonnees-reseaux {position: absolute;top:4px;right:0px;line-height:30px;padding:0px 0px 0px 20px;}

.bandeau-coordonnees-email {position: absolute;top:26px;right:0px;padding:0px 0px 0px 0px;}
.bandeau-coordonnees-tel {position: absolute;top:52px;right:0px;padding:0px 0px 0px 0px;}


.bandeau-coordonnees-email a, .bandeau-coordonnees-tel a {
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;text-transform: none;color:#fff;font-weight: 300;line-height: 40px;font-size: 18px;display: inline-block;text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
}



.wrapper-footer-top {background-color:#fff;height: 100px;position: relative;}




a.bouton-bandeau-coordonnees {
  z-index: 1;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  color: white;
  padding: 0.5em 1em;
  outline: none;
  border: none;
  background-color: #FC4C02;
  text-decoration: none;
  text-transform: uppercase;margin-top:10px;
      display: inline-block;
}

a.bouton-bandeau-coordonnees:hover {
  cursor: pointer;
}

a.bouton-bandeau-coordonnees:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #FC4C02;
  transform-origin: center;
  transform: scale(1);
}

a.bouton-bandeau-coordonnees:hover:before {
  transition: all 0.40s ease-in-out;
  transform-origin: center;
  transform: scale(1.2);
  opacity: 0;
}









.owl-dots {display: none;}

.wrapper-bande-activites {background:#1b87b5;padding:30px 0px;
position: relative;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0,0,0,0.45);
    }

.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 {
    max-width: 260px;
    overflow: hidden;position: relative;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.45);
}



.wrapper-activites-activite a {

    font-weight: bold;
    display: block;color:#383838;text-decoration: none;
    vertical-align: top;
    background-color: #fff;
    padding-top:100%;
}

.wrapper-activites-titre {
    font-size:18px;
    z-index: 1;
    position: absolute;
    width:100%;
    top:0px;
    height:40%;
    text-align: center;text-transform: uppercase;padding:0px;
}

.wrapper-activites-titre span {position: absolute;top:50%;width:100%;left:0px;}
.wrapper-activites-texte span {padding:0px 6px;position: absolute;top:50%;width:100%;left:0px;transform:translateY(-50%);line-height: 1.2;}

.wrapper-activites-texte {
    font-size:16px;
    z-index: 1;
    position: absolute;
    width:100%;
    top:40%;
    height:60%;
    text-align: center;text-transform: uppercase;
    font-weight: normal;text-transform: none;
}

.wrapper-activites-activite a:hover  {color:#fff;background-color:#009ee0;}


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

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


@media (max-width:700px) {
   .wrapper-activites-texte {font-size:15px;}
}

@media (max-width:600px) {
   .wrapper-activites-activite a {padding-top:80%;}
}



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


h2.intitule {
        padding: 0px 0px 6px 0px;
    margin-bottom: -10px;
}

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



.encarts-bg {background:#383838;padding-top:20px;text-align: center;padding:60px 10px;}

div.wrapper-encarts {position: relative;max-width: 1920px;margin:auto;}

div.encarts {}

div.wrapper-encarts-padding {padding:0px 20px;}


div.wrapper-encart {
    display: inline-block;width:16.66%;padding:20px 20px;vertical-align: top;
    position: relative;text-align: center;
}


div.wrapper-encart a {color:initial;text-decoration: none;}
.wrapper-encart h3 {
    text-decoration: none;
    font-size:22px;    line-height: 1.2;
    margin-top: 5px;
    margin-bottom: 10px;color:#383838;text-shadow: none;
    text-transform: uppercase;
}


.encarts-intro {color:#fff;margin-bottom: 20px;}
.encarts-intro h3 {text-transform: uppercase;color:#fff;font-weight: normal;margin: 0;padding: 0;font-size: 35px;}


div.encart {
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
    max-width:260px;
    padding-top: 100%;
    position: relative;
}
div.encart div.encart-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

div.encart:hover h3 {color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,0.75);}
div.encart:hover {
    background:#FC4C02 url('i/encart-hover-bg-2x.png') no-repeat center center;
    background-size: 292px 292px;
}
div.encart:hover img {
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(173deg) brightness(104%) contrast(101%);
}

@media (max-width:1700px) {
    .wrapper-encart h3 {font-size: 20px;}
}

@media (max-width:1500px) {
    .wrapper-encart h3 {font-size: 18px;}
    div.wrapper-encart {padding: 15px 15px;}
}

@media (max-width:1300px) {
    .wrapper-encart h3 {font-size: 16px;}
    div.wrapper-encart {padding: 12px 12px;}
    .encarts-bg {padding: 40px 10px;}
    div.wrapper-encarts-padding {padding: 0px 10px;}
    .encart-content img {width:72px;}
}


@media (max-width:1100px) {
    div.wrapper-encart {width: 33.33%;}
     .encart-content img {width:96px;}
     .wrapper-encart h3 {font-size: 22px;}
}
@media (max-width:740px) {
     .wrapper-encart h3 {font-size: 20px;}
}

@media (max-width:700px) {
     .encart-content img {width:72px;}
     .wrapper-encart h3 {font-size: 18px;}
}


@media (max-width:600px) {
    div.wrapper-encart {width: 50%;}
     .encart-content img {width:96px;}
     .wrapper-encart h3 {font-size: 22px;}
}

@media (max-width:500px) {
     .wrapper-encart h3 {font-size: 20px;}
}

@media (max-width:450px) {
    div.wrapper-encarts-padding {padding: 0px 0px;}
    div.wrapper-encart {padding: 10px 10px;}
    .encart-content img {width:72px;}
     .wrapper-encart h3 {font-size: 18px;}
}

@media (max-width:400px) {
     .wrapper-encart h3 {font-size: 17px;}
}

@media (max-width:360px) {
    .encart-content img {width:64px;}
     .wrapper-encart h3 {font-size: 16px;}
}



.wrapper-moyens {background: url('i/moyens-bg-2x.jpg') no-repeat center center;background-size:1920px auto;}
.padding-moyens {padding:80px 20px;}
.boxed-moyens {color:#000;max-width: 980px;margin:auto;padding:40px;background-color: rgba(255,255,255,0.8);}
.boxed-moyens h2 {font-size:22px;color:#000;font-weight: 900;text-transform: uppercase;}
.boxed-moyens h2:after {content:none;}

.boxed-moyens a.lien {display: inline-block;border:1px solid #000;background-color: #FC4C02;text-transform: uppercase;text-shadow:1px 1px 2px rgba(0,0,0,0.75);color:#fff;padding:10px 16px;font-style: normal;font-size:20px;
    font-family: 'Roboto Condensed', sans-serif;
}


@media (max-width:800px) {
    .boxed-moyens h2 {font-size:20px;}
    .padding-moyens {padding:50px 20px;}
    .boxed-moyens {padding: 20px;}
    .boxed-moyens a.lien {font-size: 18px;}
}






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

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

.pix-masonry-photo {
    padding: 10px;
    text-align: center;
}



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