@charset "UTF-8";

/* CSS Document */
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}*/
body {
	font-family: 'Open Sans', sans-serif;
}
.cache {
	display:none;
}
.red {
	color:#F00;
}
.blue {
	color:#00F;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
.l {
	text-align:left;
}
strong {
	font-weight:900;
}
a {
    color: #e3541a;
    text-decoration: none;
    cursor: pointer;
}
a:focus,a:hover{color:#e3541a;text-decoration:underline;}
a:focus{outline-style:none}
#menumain {
	margin:0 10px 0 100px;
	font-size:18px;
    overflow:hidden;
}
h3 {
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	font-size:1.8rem;
}
fieldset {
    background-color: #FCFCFC;
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
    margin-bottom: 20px;
}
legend {
    background-color: #FCFCFC;
    width: auto;
    border-bottom-width: 0;
    font-size: 110%;
    font-weight: 600;
    padding: 0 15px;
    margin-bottom: 0;
}
/*-----------------  Logo  -------------------------*/
#logo {
	position:fixed; top:0; left:0; z-index:9999; background-color:#F8F8F8; opacity:0.7; max-width:100px; display:block;
}
@media screen and (max-width: 400px) {
    #logo {
        max-width:50px;
    }
}
@media screen and (max-width: 767px) {
    #logo {
        max-width:60px;
    }
}
/*-----------------  END Logo  -------------------------#9C0E09*/
.titreaccueil {
	float:left; font-family: alexa-std, serif; font-size:52px; width:100%; text-shadow: 0.04em 0.04em 0.04em #FFF, 0.05em 0.05em 0.02em #000, -0.01em -0.01em 0.05em #000; color:#ff6600; text-align:center; padding-top:0px; background-color:transparent; height:60px;
}
@media screen and (max-width: 400px) {
    .titreaccueil {
        font-size:12px;
    }
}
@media screen and (max-width: 767px) {
    .titreaccueil {
        font-size:20px;
    }
}
@media screen and (max-width: 991px) {
    .titreaccueil {
        font-size:40px;
    }
}
/*-----------------  menu navigation site  -------------------------*/
.navbar-nav li:hover {
  text-decoration: none;
  }
.navbar-nav>.active > a, .navbar-nav> li.active > a, .navbar-nav> li.active > a:hover{
  -moz-box-shadow:inset 0px -5px 0px 0px #ff6600;
  -webkit-box-shadow:inset  0px -5px 0px 0px #ff6600;
  -o-box-shadow:inset 0px -5px 0px 0px #ff6600;
  box-shadow: inset 0px -5px 0px 0px #ff6600;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#ff6600, Direction=180, Strength=0);
}
.navbar-nav li.open a {
  background: transparent;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-nav li ul.dropdown-menu li a:hover {
  color: #ff6600;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     color: #ff6600; 
     background-color: transparent; 
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-collapse,.navbar-default .navbar-form{
    	border-width:0;
    }
    #menumain {
    	background-color:#222;
        margin:-50px -60px 0 -15px;
        padding-left: 80px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
     	color: #999; 
	}
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
     	color: #ff6600; 
	}
}
@media screen and (max-width: 400px) {
    #menumain {
		padding-left: 55px;
    }
}
.navbar-toggle {
	background-color:#FFF;
}
/*-----------------  END menu navigation site  -------------------------*/

/*-----------------  module de recherche  -------------------------*/
.search {
    padding: 5px 0;
    width: 250px;
    height: 30px;
    position: relative;
    left: 10px;
    float: left;
    line-height: 22px;
}
.search .btn, .sb-icon-search  {
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    border-radius:1px;
}
.sb-icon-search  {
	padding: 5px 10px;
    z-index: 12;
    text-transform: none;
    cursor: pointer;
}
.sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #fff;
    border: none;
    color: transparent;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    z-index: -1;
}
.sb-search-open {
    width: 100%;
}
.search .form-control {
	float: right;
}
	.navbar-form .search .form-control {
    	width: 0;
        margin-left: 230px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
@media (min-width: 768px) {
	/*.navbar-form .search .form-control {
    	width: 0;
        margin-left: 230px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }
	.navbar-form .search:hover input, .navbar-form .search input:hover {
    	width: 220px;
        margin-left: 0px;
    }*/
	
}
@media (max-width: 767px) {
	.navbar-form {
    	 margin-top:0;
   	}
    .search {
    	float:right;
        right:30px;
    }
}
@media (max-width:991px) {
    .search input {
        width: 0px;
        float: Left;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }
}
@media (min-width:992px) {
    .search input {
        width: 0px;
        float: Left;
        margin-left: 230px;
        height: 30px;
        line-height: 18px;
        padding: 0 2px 0 2px;
        border-radius:1px;
    }
}
/*-----------------  END module de recherche  -------------------------*/

/*-----------------  Podium  -------------------------*/
#podium .coupepo:hover img {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#podium img {
	opacity:0.8;
}
#podium span {
	font-size: 10px;
    color:black;
    font-weight:bold;
    position:absolute;
    right:30%;
    top:10px;
}
/* ----------------- END Podium ------------------------------------ */

/* -------------------- Slider -------------------------------- */
    .slider {
        width: 100%;
        /*margin: 100px auto;*/
    }

    .slick-slide {
      margin: 0px;
    }

    .fadeslide .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: white;
        font-size: 60px;
    }
/*.slick-slide img {
    border: 5px solid #FFF;
    display: block;
    width: 100%;
}*/
.fadeslide .slick-slider {
    margin: 0px auto 20px;
}
.navbar-default {
	background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.slick-prev
{
	left: 50px;
}
[dir='rtl'] .slick-prev
{
	right: 50px;
    left: auto;
}

.slick-next
{
	right: 50px;
}
[dir='rtl'] .slick-next
{
    right: auto;
	left: 50px;
}
.slick-dots
{
	bottom: 30px;
}
.slick-dots>li>button:before
{
	font-size: 20px;
}
.slick-dots li.slick-active button:before {
    color: white;
}
/* -------------------- END Slider -------------------------------- */

/* ----------------- Breadcrumbs ------------------------------------ */
#bc {
	margin-top:30px;
}
.btn-breadcrumb a.btn-default {
	background-color: #f8f8f8;
    font-size:1.2rem;
}
.btn-breadcrumb a.btn-default:hover {
	background-color: #eee;
}
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb .btn {
  padding:5px 12px 5px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:3px 6px 3px 10px;
    font-size:1.5rem;
}
.btn-breadcrumb .btn:last-child {
  padding:5px 18px 5px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #f8f8f8;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}
/* -------------------- END breadcrumb -------------------------------- */

.inline-form {
  display: inline-block;
  width: 150px;
}

/* -------------------- Liste actualités -------------------------------- */
.contenu-actu {
 -moz-column-width: 17em;
 -webkit-column-width: 17em;
 -moz-column-gap: .2em;
 -webkit-column-gap: .2em; 
}
.liste-actu2 {
 display: inline-block;
 margin:  1em;
 padding:  0; 
 width:90%;
}

.liste-actu2 a,
.liste-actu2 img {
	display: block;
}
.liste-actu2 a:hover img { 
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    transform:scale(1.1);*/
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}
.liste-actu2 .thumbnail, .liste-actu .thumbnail {
	margin-bottom: 5px;
}
a.thumbnail {
	/*background-color:transparent;*/
	border:0 solid #ddd;
    display: block;
    padding:0;
}
.caption {
	font-size:1.5rem;
}
.caption span {
	font-family: 'Roboto Condensed', sans-serif;
}
.liste-actu2 h4 {
	background-color:#222;
	font-size:2rem;
	padding:8px 0;
	/*color:#e3541a;*/
    color:white;
	font-weight:700;
    text-align:center;
    margin: 0;
    z-index:10000;
}

.lirelasuite {
	width: 47%;
	color: #e3541a;
	display: inline-block;
	vertical-align: baseline;
	overflow:hidden;
    font-size: 1.2rem;
	text-align:right;
}
.legende {
	display: inline-block;
	vertical-align: top;
	font-size:1.2rem;
    color:grey;
	width: 47%;
}
.legende i {
    color:#e3541a;
}
.filtreactu {
	font-style:italic;
    font-size:1.6rem;
}

#lignetoutesactus .fa-arrow-right {
	background-color: #e3541a;
    color: #FFF;
    padding: 0.1rem 0.2rem 0.2rem 0.3rem;
}
#lignetoutesactus a {
	color:inherit;
    text-decoration: none;
}
#lignetoutesactus a:hover {
	background-color: #e3541a;
    color: #FFF;
}
/* -------------------- END Liste actualités -------------------------------- */

/* -------------------- footer -------------------------------- */
footer {
	background-color:#CACACA;
	display:block;
	height:38px;
	font-size:14px;
	width:100%;
	padding-top:7px;
	margin-top:20px;
}
footer > ul {
	height: 24px;
	line-height: 24px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	vertical-align: baseline;
	display:block;
}
footer > ul:first-child {
	float:left;
	width:75%;
}
footer > ul:last-child {
	float:right;
	width:25%;
}
footer > ul >li {
	display: inline-block;
	margin-right:15px;
}
@media screen and (max-width: 767px) {
	footer > ul {
		padding-left:5px;
		font-size:1.2rem;
	}
}
/* -------------------- END footer -------------------------------- */

/* -------------------- Scrollup -------------------------------- */
.scrollup {
	background-color: #e3541a;
	bottom: 30px;
	display:block;
	right:17px;
	height: 40px;
	line-height: 20px;
	position:fixed;
	width: 40px;
	z-index: 1000;
	text-decoration: underline;
    cursor: pointer;
    padding-top:5px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
    color:white;
}
.scrollup:hover {
    color: #e3541a;
	background-color: white;
}
/* -------------------- END scrollup -------------------------------- */


.titrePage, .titreActu {
	color:#ff6600;
    margin-bottom:20px;
}
.textActu {
    border-top:1px solid #ff6600;
}
.textPage {
    padding-top:20px;
    border-top:1px solid #ff6600;
	font-size:1rem;
    font-family: 'Roboto', sans-serif;
    /*font-family: Verdana, Geneva, sans-serif;
    font-family: 'Architects Daughter', cursive;*/
}

.resultat {
	font-size:1.5rem;
}
ul#liste_resultats li {
	border-bottom: 1px solid #bbb; padding: 0.7rem 0;
}
ul#liste_resultats li:hover {
	background-color: #e7e7e7;
}
ul#liste_resultats .vignette {
	float: left;
    /*height: 4.1875rem;*/
    max-width: 100px;
    max-height: 62px;
    overflow: hidden;
    margin-right: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ff6600;
    border-color: #ff6600;
}
.pagination>li>a, .pagination>li>span {
	color: #ff6600;
}
.tooltip-inner {
  background-color: #777;
}


/*---------------------  formulaire contact  ---------------------------*/
.contact-form p { font-size:1.6rem; }
.contact-form input,
.contact-form textarea, 
.contact-form textarea.form-control {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f7f4ed;
    border: 3px solid #d9d7cb;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #9d9892;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact-form textarea, 
.contact-form textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
    resize:vertical;
	height: 200px;
}

.contact-form input:focus, 
.contact-form textarea:focus, 
.contact-form textarea.form-control:focus {
	outline: 0;
	background: #f7f4ed;
    border: 3px solid #c4c0b4;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder, .contact-form textarea.form-control:-moz-placeholder { color: #9d9892; }
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder, .contact-form textarea.form-control:-ms-input-placeholder { color: #9d9892; }
.contact-form input:-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder, .contact-form textarea.form-control::-webkit-input-placeholder { color: #9d9892; }

.contact-form label {
	font-weight: 400;
    font-size:1.5rem;
}

.contact-form button.btn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #d05a4e;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.contact-form button.btn:hover { opacity: 0.6; color: #fff; }

.contact-form button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.contact-form button.btn:focus { outline: 0; opacity: 0.6; background: #d05a4e; color: #fff; }

.contact-form button.btn:active:focus, .contact-form button.btn.active:focus { outline: 0; opacity: 0.6; background: #d05a4e; color: #fff; }
.form-bottom form .input-error {
    border-color: #d05a4e;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-form  {
    width:90%;
  }
}
@media (min-width: 1200px) {
  .contact-form  {
    width:80%;
  }
}

/*----------------------  END formulaire contact  -------------------------*/

footer a {
	color:white;
    font-size:13px;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
}
footer a:focus, footer a:hover {
	color:#e3541a;
    text-decoration:none;
}

.ui-autocomplete-loading {
    background: white url("images/ui-anim.gif") right center no-repeat;
  }
  
 .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;