:root {
    --green: #007c02;
    --green-hover: #005502;
    --black: #0e0e0e;
    --grey: #666666;
}


body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .04rem;
    background-color: #f9f9f9;
    }

p {
    color: var(--grey);
    letter-spacing: .015rem;
    line-height: 22px;
    }

p small {
    font-size: 86%;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}

a:hover {
    text-decoration: none;
    }

a.link-green {
   color: var(--green);
   font-weight: 700;
}

a:hover.link-green {
   color: var(--green-hover);
}

h6 {
    margin: 20px 0 5px 0;
    font-size: 12px;
    color: var(--green);
    text-transform: uppercase;
}

@media (max-width: 570px) {
    #wrapper {
        width: 96%;
        margin: 0 auto;
        }
}

/***********************************************************************************
 *	NAVBAR   
 ***********************************************************************************/
#mainNav {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: var(--black);
    transition: background-color 0.2s ease;
    }
#mainNav .navbar-brand {
    color: #FFF;
    }
#mainNav .navbar-nav .nav-item .nav-link {
    color: #FFF;
    padding: 0.75rem 0;
    font-weight: 700;
    }
#mainNav .navbar-toggler {
    background-color: #0e0e0e;
    }

@media (min-width: 1200px) {
    #mainNav {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: var(--black);
        }
    #mainNav .navbar-brand {
        color:var(--green);
        }
    #mainNav .navbar-brand:hover {
        color: #fff;
        }
    #mainNav .navbar-nav .nav-item  {
        color: #fff;
        text-transform: uppercase;
        padding: 0 5px;
        }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 6px 10px 5px 10px;
        }
	#mainNav .navbar-nav .nav-item .nav-link.active {
        color: white;
        background-color: var(--green);
        }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
        color: white;
        background-color: var(--green);
        }
    #mainNav .navbar-nav .nav-item:first-child {
        padding-left: 0;
        }
    #mainNav .navbar-nav .nav-item:last-child {
        padding-right: 0;
        }
    #mainNav.navbar-scrolled {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: var(--black);
        }
    #mainNav.navbar-scrolled .navbar-brand {
        color: #FFF;
        }
    #mainNav.navbar-scrolled .navbar-brand:hover {
        color: var(--green);
        }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
        color: #FFF;
        }
	#mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link.active {
        color: white;
        background-color: var(--green);
        }
    #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
        color: white;
        }
}


/***********************************************************************************
 *	COMMON ELEMENTS                                                                  
 ***********************************************************************************/

/*-- SCROLLBAR STYLING --*/
::-webkit-scrollbar {width: 3px;height: 4px;}
::-webkit-scrollbar-thumb {background: var(--green);border: 0;}
::-webkit-scrollbar-thumb:hover {background: var(--green);}
::-webkit-scrollbar-thumb:active {background: var(--black);}
::-webkit-scrollbar-track {background: border-radius: 0;border: 0;}
::-webkit-scrollbar-track:hover {background: var(--black);}
::-webkit-scrollbar-track:active {background: var(--black);}

/*-- PATH --*/
#path {
    color: var(--grey);
    padding: 112px 0 40px 0;
    }
#path .breadcrumb {
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    background-color: transparent;
    }
#path .breadcrumb>li+li:before {
    font-size: 10px;
    color: var(--grey);
    padding: 0 5px 0 8px;
    content: "/\00a0";
    }
#path .breadcrumb li a {
    color: var(--grey);
    vertical-align: top;
    }
#path .breadcrumb li.active {
    color: var(--green);
    }

/*-- HEADLINE Toutes pages sauf index.php --*/
.headline.all {
    margin-bottom: 50px;
    }
.headline.all h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    }
.headline.all h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 0;
    }
.headline.all span.underline {
    display: block;
    width: 6%;
    height: 5px;
    margin-top: 20px;
    background-color: var(--green);
    }

/*-- PAGE SECTION + CONTENU --*/

.corner {
    background:url(../../img/site/corner.jpg) no-repeat top right;
}
/* mise en place structure du contenu : deux colonnes */
.pad-40 {padding:40px}
.padl-40 {padding: 0 0 0 40px;}
.padrl-40 {padding: 0 25px;}
.brdl {border-left:1px solid #eee;height:100%}
@media only screen and (max-width: 991px) {
    .padl-40 {padding: 0;}
    .brdl {border-left:0px solid #eee;margin-top:20px;} 
	.brdl img{max-width:300px;}
    }

@media (max-width: 570px) {
    .padrl-40 {padding: 0 5px;}
    .pad-40 {padding:20px}
}


/*-- BUTTONS --*/ 	
.btn-gen {text-align: center;cursor: pointer;text-transform: uppercase;line-height: 1.4;font-family: 'Roboto', sans-serif;letter-spacing: .04rem;transition-duration: 0.4s;-webkit-transition-duration: 0.4s; /* Safari */}
.btn-gen .fal {font-size: 14px;margin-right: 8px}
/* Size */
.btn-slide {padding: 6px 10px;font-size: 0.8rem;margin: 40px auto 40px auto;text-align: center;cursor: pointer;text-transform: uppercase;line-height: 1.4;font-family: 'Roboto', sans-serif;letter-spacing: .04rem;transition-duration: 0.4s;-webkit-transition-duration: 0.4s;}
.btn-l {padding: 10px 24px;font-size: 18px;margin: 60px auto 0 auto;}
.btn-m {padding: 8px 10px;font-size: 11px;margin: 20px auto 40px auto;}
.btn-s {padding: 6px 10px 5px 10px;font-size: 10px;margin: 0 auto 0 auto;}
/* green(->transparent) */
.btn-green {color: #ffffff;border:1px solid var(--green);background-color: var(--green);}
.btn-green:hover {border:1px solid  var(--green-hover);background-color: var(--green-hover);}
.btn-green a {color: #ffffff;transition-duration: 0.4s;} 
.btn-green:hover a {color: #ffffff;}
/* grey(->green) */
.btn-grey {border:1px solid #d3d3d3;background-color: transparent;}
.btn-grey:hover {border:1px solid var(--green);background-color: var(--green);}
.btn-grey a {color: #999999;transition-duration: 0.4s;} 
.btn-grey:hover a {color: #ffffff;}


/*-- MODAL --*/
.modal-header .fal {
    font-size: 30px;
    margin-right: 14px;
}
.modal-body h5 {
    font-size: 14px;
    color: var(--black);
    margin-top: 30px;
    }
.modal-body span.underline {
    display: block;
    width: 4%;
    height: 3px;
    margin-bottom: 10px;
    background-color: var(--green);
    }
/* reglement */
.modal-body .reglement {
    float: right;
    text-align: center;
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 0 0;
    padding-right: 40px;
    }
.modal-body .reglement span {
    display: block;
    color: var(--black);
    font-weight: 700;
    text-transform: normal;
    margin: 20px 0 10px 0;
    }
/* tarifs */
.modal-body h4 {
    text-align: center;
    font-size: 16px;
    padding: 8px;
    color: var(--green);
    border: 1px solid var(--green);
    }
.modal-body ul.tarifs {
    list-style: none;
    color: var(--grey);
    letter-spacing: .015rem;
    padding: 0;
}
.modal-body ul.tarifs li {
    padding: 4px 0;
}
.modal-body ul.tarifs li span {
    margin-left: 30px;
    font-size: 11px;
    color: #999;
    font-style: italic;
}

/*-- FOOTER --*/
.footer {text-align: center;background: var(--black);padding: 30px 0;margin-top: 100px;}
.footer-info-wrapper:before,
.footer-info-wrapper:after {display: block;content: '';width: 1px;height: 40px;background: #fff;margin-left: auto;margin-right: auto;}
.footer-info-wrapper:before {margin-bottom: 40px;}
.footer-info-wrapper:after {margin-top: 35px;}
.footer-logo {margin-bottom: 20px;}
.footer-desc {color: #baffa4;text-transform: uppercase;}
.copyright {text-align: center;font-size: 10px;font-weight: 700;color: #717171;text-transform: uppercase;background: #000;padding: 15px 0;}
.copyright a {color: #717171;-webkit-transition: color 0.2s ease-in-out;-moz-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.copyright a:hover {color: #FFF;}


/***********************************************************************************
 *	INDEX.PHP (Page accueil)                                                                  
 ***********************************************************************************/

/* SLIDER */
.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:15;  
    }
.carousel-item:after {
    content: "";
    background: url(../../img/site/overlay1.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: .3;
    z-index: -1;   
    }
.carousel-control-prev, .carousel-control-next {
    z-index: 20;
    }
.carousel-indicators {
    z-index: 20;
    }   
.carousel-indicators li {
    background-color: #fff;
    opacity: 1;
    }
.carousel-indicators li.active {
    background-color: var(--green);
    }
.pause-cycle-button {
    position: absolute;
    bottom: 80px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    text-align: center;
    transition: opacity 0.15s ease;
}
#bmc-slider button.btn-customized {
    width: 46px;
    height: 46px;
    margin-top: 1rem;
    padding: 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    color: #555;
    line-height: 46px;
    box-shadow: none;
}
#bmc-slider .far {
    font-size: 40px;
}
.min-50{
    width: 100%;
    position: absolute;
    left: 0;
    }
.carousel-caption {
    bottom: 0;
    padding-top: 0;
    }
.carousel-caption h1 {
    text-transform: uppercase;
    font-size: 62px ;
    }
.carousel-caption .slide-infos {
    display: block;
    margin: 20px auto 35px auto;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    padding: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 50%;
    }
.carousel-caption p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1rem;
    line-height: 1.8;
    }

@media (max-width: 767px) {
    #bmc-slider {
        padding-top: 72px;
        }
    .carousel-item {
        height: calc(100vh - 72px);
    }
    .carousel-caption {
        right: 5%;
        left: 5%;
    }
    .carousel-caption img {
        width: 40%;
    }
    .carousel-caption h1 {
        font-size: 22px ;
        }
    .carousel-caption .slide-infos {
        display: block;
        margin: 20px auto 35px auto;
        font-size: 16px;
        padding: 15px 0;
        width: 90%;
        }
    .carousel-control-prev, .carousel-control-next {
        display: none;
    }
}

@media (max-width: 1200px) {
    #bmc-slider {
        padding-top: 72px;
        }
}

@media (min-width: 768px) and (max-width: 1500px) {
    .carousel-caption {
        padding-bottom: 0px;
        }
    .carousel-caption h1 {
        font-size: 42px ;
        }
    .carousel-caption .slide-infos {
        margin: 20px auto 35px auto;
        font-size: 18px;
        padding: 10px 0;
        width: 60%;
        }
    .carousel-caption p {
        font-size: 14px ;
        }
}


/*-- HEADLINE Uniquement index.php --*/
.headline.accueil {padding: 40px 0 50px 0;text-align: center;}
.headline.accueil h2 {margin-bottom: 0;font-size: 32px;font-weight: 700;;text-transform: uppercase;color: var(--black);}
.headline.accueil h5 {margin-bottom: 20px;font-size: 12px;font-weight: 700;text-transform: uppercase;color: var(--green);}
.headline.accueil p {font-size: 10px;font-weight: 400;text-transform: uppercase;color: #999;}

/* INFOS BOX */
.pr-5 {padding-right: 5px}
.px-5 {padding: 0 5px}
.pl-5 {padding-left: 5px}

.box1, .box2, .box3 {
    position: relative;
    min-height: 400px;
    z-index: 16;
    }

/* .box1 {padding: 5px;background-color: #f9f9f9;}*/

.box1 .media-box1-title {
    line-height: normal;
    font-weight: bold;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.4rem;
    margin-top: 10px;
}


.box2 {
    text-align: justify;
    padding: 20px;
    background: url(../../img/site/bg-box2.jpg) no-repeat center center;
    background-size: cover;
}
.box2:after {
    content: "";
    background: url(../../img/site/overlay1.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: .3;
    z-index: -1;   
    }
.box2 h1 {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: rgba(0,124,2,.5);
    font-size: 24px;
    margin: 0 0 15px 0;
}
.box2 p {
    color: #fff;
    font-size:12px;
    font-weight: 500;
}

.box3 {
    text-align: center;
    background: url(../../img/site/bg-box3.jpg) no-repeat center center;
    background-size: cover;
    padding: 20px 0;
}
.box3:after {
    content: "";
    background: url(../../img/site/overlay1.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: .3;
    z-index: -1;   
    }
.box3 h1 {
    color: #fff;
    padding: 10px 0;
    background-color: rgba(0,124,2,.5);
    font-size: 24px;
}
.box3 h1 span {
    display: block;
    font-size: 18px;
    margin-top: 8px;
}
.box3 p, .box3 p small {
    color: #fff;
    font-size:12px;
    text-transform: uppercase;
}

.link-box1, .link-box2, .link-box3 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    padding: 2px 5px;
    background-color: var(--green);
}
.link-box1:hover, .link-box2:hover, .link-box3:hover {
    background-color: var(--green-hover);
}
.link-box1 .fas, .link-box2 .fas, .link-box3 .fas {
    margin-left: 15px;
}


/* BANDEAU FACEBOOK */
.separator{
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 100px;
    height: 50px;
    line-height: 50px;
    background-color: var(--green);
}

/* ANNONCE (Bandeau) */
.annonce {
    display: block;
    position: relative;
    padding: 60px 0 60px 0;
    margin: 100px 0;
    background: url(../../img/site/bg-annonce-black.jpg) no-repeat center center;
    z-index: 16;
    background-size: cover;
    }
.annonce:after {
    content: "";
    background: url(../../img/site/overlay1.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: .3;
    z-index: -1;   
    }
.annonce-text {
    color: #fff;
    text-align: center;
    margin: 0px auto;
    }
.annonce-text h6 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    }
.annonce-text h1 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 20px auto 20px auto;
    line-height: 1;
    }
.annonce-text h5 {
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 8px 22px;
    color: #fff;
    background-color: var(--green);
    font-size: 18px;
    text-transform: uppercase;
    font-weight:700;
    }
.annonce-text p {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 9px;
    letter-spacing: .08rem;
    text-transform: uppercase;
   font-weight:600;
    }
#chrono {
    position: relative;
    width: 100%;
    }


/* ---------------------------------
   DETAILS NEWS
--------------------------------- */
.titre-news h1 {font-size: 24px;font-weight: 700;color: var(--black);margin-top: 20px;line-height: 1.3;}
.spacer {height:60px;background-color: transparent}
.art-top, .art-bottom {position:absolute;left:0;font-size:10px;}
.art-top {top:0;padding: 0 0 10px 0;border-bottom: 1px solid #eee}
.art-bottom {bottom:0;padding: 10px 0 0 0;border-top: 1px solid #eee}
.art-top span.fl-l, .art-bottom span.fl-l {float:left}
.art-top span.fl-r, .art-bottom span.fl-r {float:right}
.art-top a, .art-bottom a {color: #999;}
.art-top a:hover, .art-bottom a:hover {color: var(--green);}
.upp {text-transform: uppercase;}

a.button {
    padding: 6px 14px;
    border: none;
    display: inline-block;
    text-align: center;
    margin: 25px auto;
    box-shadow: 0 3px 4.7px 0.3px rgba(0,0,0,.24);
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
}
a.button.fbk i {font-size: 15px;margin-right: 8px;}
a.button.fbk {background-color: #3b5998;color: #fff;}
a.button.fbk:hover {background-color: #3b5998;}
a.button:hover {
    box-shadow: 7px 11px 18.8px 1.2px rgba(0,0,0,.24);
    text-decoration: none;
}


/***********************************************************************************
 *	COLRIGHT.PHP (Colonnne de droite)                                                                  
 ***********************************************************************************/
/* Titre */
#colright .titre-rubrique {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 14px solid var(--green);
    line-height: 14px;
    }
#colright hr {
    margin: 40px auto;
    border: 0;
    border-top: 1px solid #eee;
    }
/* 5 Dernieres news */
#colright ul {
    list-style-type: none;
    padding: 0;
    color: #666;
    }
#colright ul li.titre-lastnews a {
    color: var(--grey);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    }
#colright ul li.titre-lastnews a:hover {
    color: var(--green);
    cursor: pointer;
    }
#colright ul li.date-lastnews {
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0, .05);
    }
#colright ul li.date-lastnews:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    }
/* Annonce colright */
#colright .annonce-colright {
    display: block;
    position: relative;
    padding: 20px 0 20px 0;
    background: url(../../img/site/bg-annonce-black.jpg) no-repeat center center;
    z-index: 16;
    background-size: cover;
    }
#colright .annonce-colright:after {
    content: "";
    background: url(../../img/site/overlay1.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    opacity: .3;
    z-index: -1;   
    }
#colright .annonce-colright-text {
    color: #fff;
    text-align: center;
    margin: 0px auto;
    }
#colright .annonce-colright-text h6 {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    }
#colright .annonce-colright-text h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    margin: 20px auto 20px auto;
    line-height: 1;
    }
#colright .annonce-colright-text h1 span {
    display: block;
    font-size: 20px;
    margin-top: 10px;
    }
#colright .annonce-colright-text h5 {
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 8px 22px;
    color: #fff;
    background-color: var(--green);
    font-size: 12px;
    text-transform: uppercase;
    font-weight:700;
    }
#colright .annonce-colright-text p {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 9px;
    letter-spacing: .08rem;
    text-transform: uppercase;
   font-weight:600;
    }














