/* ------------------------ */
/* ---  SOMMAIRE Styles --- */
/* ------------------------ */

/* 
* @auteur : Laporte sébastien
* Date :    23/04/20
* Projet :  Hotel PARIMIS - V1

/*************** 01/ Blocs & Misc *********************/
/*************** 02/ Header **************************/
/*************** 03/ Menu Principal *******************/
/*************** 04/ Main ***************************/
/*************** 05/ Carousel *****************************/
/*************** 06/ Overlay **************************/
/*************** 07/ Footer ***************************/

/*************** 10/ Color **(couleur de ref du site)**/
/*************** 11/ TEST *****************************/
/*************** 12/ Media queries ********************/



/*************** 01/ Blocs & Misc ***************/

*{
    box-sizing: border-box;
    /*  border: 1px solid red; /* pour dépanage éventuel */
}

html{
    font-size: 14px;
    scroll-behavior: smooth;
}

body{
    background-color:rgb(0, 0, 0);
}

.zoomB{
    transform: scale(.7);
}

.zoomB:hover{
    transform: scale(1.5);
}

/*************** 02/ Header ***************/
header{
    width: 100%;
    height: 95vh; /* pour la 2k */
    /* height: 96vh; /* pour la 4k  >>> a modif en media queries ( => fait :)) */
    background-image: url(../img/919465.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #d7cbb3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#logoPrincipal{
    width: 200px;
    height: 80px;
}

#arrowAcceuil{
    width: 5rem;
    height: 3rem;
    background-color:rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}
#arrowAcceuil img{
    width: 200%;
}

/*************** 03/ Menu Principal ***************/

nav a{
    color: #d7cbb3 !important;
}
div.dropdown-menu.show{
    background-color: rgba(0, 0, 0, .8)!important;
}

.navbar-nav, .navbar-brand{
    font-size: 1.5rem;
}

.form-control-sm{
    font-size: 1.5rem;
}

.dropdown-item{
    font-size: 1.5rem;
}

.navbar-toggler{
    font-size: 1.5rem;
}

/* Menu Lang & Réservation */

#nav2{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 1px;
    position: relative;    
}

#nav2Conteneur{
    position: absolute;
    width: 190px;
    height: 70px;
    background-color: transparent;
    z-index: 995;
    right: 0px;
    position: fixed;
    border-bottom-left-radius: 70px;
    }

#nav2Conteneur ul li{
    list-style: none;    
}

#NavReservation{
    width: 150px; /* 150px MQ*/
    height: 35px;
    background-color: rgba(0, 0, 0, .5);
    border-bottom-left-radius: 25px;
    padding-left: 15px; /* 25px MQ*/
    border-bottom: 0.4px solid #d7cbb3;
    border-left: 0.4px solid #d7cbb3;
}

#NavReservation a{
    font-size: 1.5rem;
}

#en{
    position: absolute;
    right: 30px;
    top: 40px;
}

#fr{
    position: absolute;
    right: 65px;
    top: 40px;
}

/*************** 04/ Main ***************/
main{
    width: 100%;
    min-height: 84vh;  /* pour la 2k */
    /* height: 88vh; /* pour la 4k  >>> a modif en media queries */
    position: relative;
}
/*************** 05/ Carousel ***************/
#carousel{
    display: flex;
    justify-content: center;
}

#carouselBlock{
    width: 70%;
    max-height: 500px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-bottom: 5px; 
    display: flex;
    justify-content: center;
    display: none;
}

#carouselM{ /* pour les mobiles */
    display: flex;
    justify-content: center;
}

#carouselBlockM{
    width: 100%;
    max-height: 500px;
    display: flex;
    justify-content: center;
}

.carousel-caption{
    background-color: rgba(0, 0, 0, .5);
    border-radius: 15px;
    border: 1px solid #d7cbb3;
}

img.d-block.w100{
    border-radius: 15px;
}

div#carouselExampleCaptions.carousel.slide div.carousel-inner div.carousel-item a img.d-block.w-100{
    border-radius: 15px;
}
/*************** 06/ Overlay ***************/

.banner::after{
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
.textBanner{
    z-index: 99;
    position: relative;
    display: inline-block;
}
.textBanner p{
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .25rem;
}
.textBanner p span{
    color: #d7cbb3;
}
h1 {
    font-size: 7rem;
    color: #d7cbb3;
    font-weight: 300;    
}

body{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    background-color:rgba(0, 0, 0, .8);
    color: #444;
}

/*************** Contenu Principale ***************/

#conteneurContPrincipal{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5px;
    color: #d7cbb3;
}

.sectCont{
    width: 100%; /* 70% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    color: #d7cbb3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border:  #d7cbb3;
    border-radius: 10px;
    margin: 5px;
    /* border: 1px solid #d7cbb3; */
}

.contenuCentre, .contenuCentrePresse{
    width: 100%; /* 70% en Media queries */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .5);
    /* border: 0.4px solid #d7cbb3; */
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contenuCentrePresse img{
    width: 98%;
    border: 0.5px solid #d7cbb3;
    /* margin: 5px; */
    border-radius: 10px;
}

.contenuCentre img{
    width: 98%;
    border: 0.5px solid #d7cbb3;
    margin: 5px;
    border-radius: 10px;
}

.contenuTxtC{
    text-align: center;
    width: 98%; /* 95% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    border: 0.4px solid #d7cbb3;
    border-radius: 10px;
    padding: 5px;
    margin: 5px auto;
}

.contenuTxtCA{
    text-align: center;
    width: 98%; /* 95% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    border: 0.4px solid #d7cbb3;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contenuTxtCA a{
    color: #d7cbb3;
}

.contenuTxtCA ul{
  list-style-type: none;  
}


.sectContImg{
    width: 99%; /* 70% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column; /* a enlever en Media queries */
    font-size: 1rem;
    border:  #d7cbb3;
    border-radius: 10px;
    margin: 5px;
    /* border: 0.4px solid #d7cbb3; */
}
.sectContImgD{
    width: 99%; /* 70% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column-reverse; /* a enlever en Media queries */
    font-size: 1rem;
    border:  #d7cbb3;
    border-radius: 10px;
    margin: 5px;
    /* border: 0.4px solid #d7cbb3; */
}

.contenuImgG img, .contenuImgD img{
    width: 98%;
    border: 0.4px solid #d7cbb3;
    margin: 5px;
    border-radius: 10px;
}
.contenuImgG img:hover, .contenuImgD img:hover{
    transform: scale(1.1);
}

.contenuImgG, .contenuImgD{
    width: 100%; /* 45% en Media queries */
    text-align: center;
    
}

.contenuImgC{
    width: 98%; /* 95% en Media queries */
    text-align: center;    
}

.contenuTxtD, .contenuTxtG{
    text-align: center;
    width: 98%; /* 45% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    border: 0.4px solid #d7cbb3;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contenuTxtNC{
    width: 98%; /* 45% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    border: 0.4px solid #d7cbb3;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contenuTxtGL{
    text-align: center;
    width: 98%; /* 45% en Media queries */
    background-color: rgba(0, 0, 0, .5);
    border: 0.4px solid #d7cbb3;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contenuTxtGL a{
    color: #d7cbb3;
}

.bouton {
    display: inline-block;
    padding: 7px 15px;
    margin: 10px;
    background-color: #d7cbb3;
    color: black;
    border: 1px solid #d7cbb3;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
}

.bouton:hover{
    background-color: transparent;
    color: #d7cbb3;
    transform: scale(1);
}

a.bouton{
    text-decoration: none;
    transform: scale(.9);
}

a:hover{
    color: #d7cbb3;
    text-decoration: none;
    transform: scale(1.1);
}


#map iframe{
    width: 100%;
    min-height: 450px;
}

#article_CGV-ML p{
    padding-bottom: 20px;
    text-align: left;
}

#article_CGV-ML h4{
    padding-bottom: 20px;
    text-align: left;
}

.container-fluid div.row.presse{
    justify-content: center;
}

.card{
    margin: 5px;
}

/*************** 07/ Footer ***************/

#footer{
    position: relative;
    width: 100%;
    height: 135px;
    background: rgba(0, 0, 0, 1);
    color: #d7cbb3;
    z-index: 999;
    }

/* Menu Footer */

#menuFooter{
    width: 100%;
    background: rgba(0, 0, 0, 1);
    color: #d7cbb3;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15px;
}

#menuFooter h3{
    margin: 1.3rem;
}

#bouttonMenuFooter{
    width: 50px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.70);
    position: absolute;
    top: -15px;
    left: calc(50% - 25px);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#menuFooter a{
    color: #d7cbb3;
}

footer:hover #bouttonMenuFooter{
    color: black;
    top: 0;
    transition: 2.5s;
    z-index: -5;
    
}

#newsletter form{
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}

.ui-state-active{
    background: rgba(0, 0, 0, .8);
    border: 1px solid #d7cbb3;
    color: #d7cbb3;
}

/* Sous Menu Footer */

#sousMenuFooter{
    position: absolute;
    width: 100%;
    height: 120px;    
    background-color: rgba(0, 0, 0, 0.55);
    border-top: 1px solid #d7cbb3;
    right: 0;
    text-align: center;
    top: 0;
    z-index: -10;
    transition: 2.5s;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

footer:hover #sousMenuFooter{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -120px; 
}

#sousMenuFooter p{
    padding-top: 5px;
}

#sousMenuFooter ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;    
    padding: 5px;
}

Footer ul li{
    text-align: center;
    list-style-type: none;
    width: 100%;
    }

Footer ul li a{
    color: #d7cbb3;
}

/* ^ Sous Menu Footer ^ */
/* ^ Menu Footer ^ */

/*************** 10/ Color **(couleur de ref du site)**/
/*
color: #d7cbb3;
color: rgba(0, 0, 0, .8);
*/

/*************** 11/ TEST ***************/



/*************** 12/ Media queries **********/
/* ------------- min 576 -- vers (n° de ligne) XXX ------- */
@media screen and (min-width:576px){
}
/* ------------- min 768 ------------------- */
@media screen and (min-width:768px){
    
}
/* ------------- min 992 ------------------- */
@media screen and (min-width:992px){   
    .navbar-nav, .dropdown-item, .navbar-brand, .navbar-toggler, .form-control-sm{
        font-size: initial;
    }

    #carouselBlock{
        width: 70%;
        max-height: 500px;
        margin-top: 10px;
        margin-bottom: 5px;
        display: block;
    }

    #carouselBlockM{
        display: none;
    }

    #sousMenuFooter {
        flex-direction: row;
        height: 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;      
    }
    footer:hover #sousMenuFooter{
        top: -100px;
    }

    .sectCont{
        width: 70%;
    }

    .sectContImg, .sectContImgD{
        width: 70%;
        flex-direction: row; 
    }

    .contenuImgG, .contenuImgD{
        width: 45%;
    }

    .contenuTxtC{
        width: 95%;
        padding: 20px;
    }

    .contenuTxtCA{
        width: 95%;
        padding: 20px;
    }
    .contenuTxtD, .contenuTxtG, .contenuTxtGL{
        width: 45%;
        padding: 20px;
    }

    .contenuTxtNC{
        width: 45%;
        padding: 20px;
    }

    .contenuImgC{
        width: 95%;
    }

    .contenuCentre, .contenuCentrePresse{
        width: 70%;
    }

    .contenuCentre img{
        width: 100%;
    }

    #nav2Conteneur{
    background-color: rgba(0, 0, 0, .8);
    border-bottom: 0.4px solid #d7cbb3;
    border-left: 0.4px solid #d7cbb3;
    }   

}
/* ------------- min 1200 ------------------ */
@media screen and (min-width:1200px){}
/* ------------- min 2060 ------------------ */
@media screen and (min-width:2060px){    
    main{
        min-height: 88vh;
    }   
}
