/* BODY */

a,p,h3{
    font-family: 'Changa', sans-serif;
}

a{
    color: white;
    font-size:1.125rem;
}

p{
    font-size:1.25rem;
    line-height: 1!important;
}

h3{
    font-size:2rem;
}

h4{
    font-size: 4.375rem;
    font-family: 'Boogaloo', cursive;
    font-style: italic;
}

.blanc{ color:#fff;}
.bleu{ color: #0f73b9; }
.vert{ color: #006b2d; }
.rouge{ color: #ff0000; }
.jaune{ color: #f2b703; }
.vert-clair{ color: #a2d146; }
.orange{ color: #ff8000; }

.by{
    font-family: 'Damion', cursive;
}

.container{
    width: 95%;
    max-width: 95%;
}

.hr-section{
    border-top: 3px #0f73b9 solid;
    border-bottom: 3px #0f73b9 solid;
}

.hrtop-section{
    border-top: 3px #0f73b9 solid;
}

.hrbottom-section{
    border-bottom: 3px #0f73b9 solid;
}

.hr-vert{
    width: 85%;
    border: 1px #006b2d solid;
    margin-top: 50px;
    margin-bottom: 50px;
}

#pgup{
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 15px from the right */
    z-index: 99; /* Make sure it does not overlap */
    font-size: .938rem;
    border:none;
}

.btn-resa{
    position: relative;
    display:block;
    background: transparent;
    width:200px;
    height:80px;
    line-height:60px;
    text-align:center;
    font-size:17px;
    text-decoration:none;
    text-transform:uppercase;
    margin:40px auto;
}

.btn-resa:before, .btn-resa:after {
    width:200px;
    left: 0px;
    height:27px;
    z-index: -1;
}

.bleu:before,.bleu:after {
    border: 3px solid #0f73b9;
}

.vert:before,.vert:after {
    border: 3px solid #006b2d;
}
.rouge:before,.rouge:after {
    border: 3px solid #ff0000;
}

.btn-resa:before{
    position: absolute;
    content: '';
    border-bottom: none;
    -webkit-transform: perspective(15px) rotateX(5deg);
    -moz-transform: perspective(15px) rotateX(5deg);
    transform: perspective(15px) rotateX(5deg);  
}

.btn-resa:after{
    position: absolute;
    top: 32px;
    content: '';
    border-top: none;
    -webkit-transform: perspective(15px) rotateX(-5deg);
    -moz-transform: perspective(15px) rotateX(-5deg);
    transform: perspective(15px) rotateX(-5deg);
}

/* Button Hover Style */

.bleu:hover:before, .bleu:hover:after {
    color: #0f73b9;
}
.vert:hover:before, .vert:hover:after {
    color: #006b2d;
}
.rouge:hover:before, .rouge:hover:after {
    color: #ff0000;
}

.btn-resa:hover{
    color:#fff;
}

/* HEADER */

.masthead{
    background: /*url("../img/intro-bg.jpg")*/ no-repeat bottom center scroll;
    padding-bottom: 0;
}

.actus{
    margin-left: 20px;
    min-height: 400px;
    width:auto;
    background: url("../img/fond_actualites.png") no-repeat center;
}
.actus-texte{
    float: left;
    padding-left: 10%;
}

.actus-texte p, .actus-texte a{
    font-size:1rem!important;
    color:black!important;
    text-align: left;
}

.mt-6 {
    margin-top: 5rem!important;
}

.banner{
    width: 70%;
    height:auto;
}

/* NAVBAR */

#mainNav a{
    font-family: Lora,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 1rem;
}

#mainNav .nav-link{
    margin-left:5px;
}

#mainNav .nav-link.active,
#mainNav .nav-link:hover,
#mainNav .nav-link:focus{
    background-color: #ff8000;
}

/* ABOUT */
/* SCENARIOS */
/* EVT */
.anniv{
    border-left: 10px solid #F2B703;
    border-right: 10px solid #F2B703;
    background-color: rgba(192,192,192,.4);
    height: auto;
    width:60%;
    color: white!important;
    padding: 20px; 
}
.anniv p{
    font-size:1.3rem!important;
}

.anniv-titre{
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 100% 99%, 0% 100%);
    background-color: #006b2d;
    padding: 20px;
    max-width: 50%;
    text-align: left;
    font-size: 2.5rem;
}
/* TARIFS */
/* CONTACT */

label{
    color:#868e96;
}

.text-muted{
    font-size:1.125rem;
}

.btn-send{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #006b2d;
    border: 1px solid #006b2d;
    background-color: transparent;
}

.btn-success.disabled{
    background-color: transparent;
    border-color: #006b2d;
    color:#006b2d;
}

.btn.disabled,
.btn.disabled:hover{
    cursor:not-allowed;
    opacity:1;
}

.btn-send:hover{
    color:black;
    background-color: #006b2d;
    cursor: pointer;
}

.btn-default{
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #006b2d;
    border: 1px solid #006b2d;
    background-color: transparent;
}
.btn-default:hover{
    color:black;
    background-color: #006b2d;
}

/* MAP */

.google-maps {
    position: relative;
    padding-bottom: 25%; /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* YOUTUBE */

.video-section{
    width:80%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* SLIDER */

.slider{
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
}

.slide-pics{
    width: 60%;
    height: auto;
}

/* Laptop */
@media only screen and (min-width: 769px) and (max-width: 1024px){

    #form_message{
        min-height: 200px;
    } 

}

/* Mobile */
@media only screen and  (max-device-width: 768px){

    .btn-resa{
        height: 0;
    }

    .slider{
        width:90%;
    }    
    .video-section{
        max-width: 100%;
        width: 100%;
    }

    .container{
        width: 100%;
        max-width: 100%;
    }

    .banner{
        width: 100%;
        min-width: 100%;
    }

    .google-maps{
        min-height: 150px;
    }

    .btn-resa{
        float:none!important;
    }

    .content-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .masthead{
        padding-top: 100px;
    }

    h3{
        font-size:1.25rem;
    }

    h4{
        font-size:2.5rem;
    }

    p{
        font-size: 1rem;
    }

    .ml-5{
        margin-left: 0!important;
    }

    .pl-5{
        padding-left: 0!important;
    }

    .anniv{
        border-left: 4px solid #F2B703;
        border-right: 4px solid #F2B703;
        width:100%!important;
        padding: 10px!important;
    }

    .anniv-titre{
        max-width: 100%!important;
        font-size: 1.5rem!important;
    }
    
    .actus-texte{
    padding-left: 0;
}
}

