body{
    font: Noto Sans;
    font-family: sans-serif;
}
.logo{
    max-width: 20%;
    position: absolute;
    top: 10px;
    left: 10px;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
}
.menu {
    display: flex;          
    padding:auto;                
    background-color: white;       
    justify-content: space-around;
    z-index: 1;
 }
.menu li {
    list-style-type: none ;     
  
}
.menu a {
    display:block;
    min-width: 120px;  
    margin: 0.5rem;    
    padding: 0.4rem 0;   
    text-align: center;        
    background-color: white;   
    color: black;    
    font-weight: bold;   
    text-decoration: none;   
    border: 1px solid #fff;     
    transition: all 1s ;   
}
.menu a.actif {    
    background-color: #000 ; 
    color: #1ABC9C ;
    border-color: #1ABC9C ;
}
.menu a:hover,
.menu a:hover.actif{
    background-color: white;
    color: red;
    border-color: red;
}
#menunavig{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    vertical-align: center;
    padding: 5px;
}

-------------
.divheader{
    max-width: 1920px;
}
.imageheader{
    max-width: 100%;
    margin-top: 20px;
    height: auto;
    display: flex;
    text-align: center;
}
--------------
.h2{
    text-align: right;
}

#videotext{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.video{
   margin: 30px;
   transition: all 3s;
   transform: translateY(1000px);
}
.par{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 30px;
    margin-left: 10px;
    font-size: 18pt;
    line-height: 40px;
    border: 5px;
    border-color: black;
    border-style: solid;
    padding: 10px;
    

}
.texterouge{
    color: red;
}
.texte{
    font-weight: bold;
}


  h1 {
     font-weight: bold;
    font-size: 50px;
    color: black;
    display: inline-block;
    margin-top: 100px;
    position: relative;
    margin-left: 40%;
  }
  h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 3px;
    background: black;
    right: -15px;
    top: 0;
    animation: cursor 1s infinite;
  }
  
  @keyframes cursor {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }


h2{
    font-size: 30pt;
    font-weight: bold;
    text-align: center;
}

#qui1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
   
}


.us{
    margin: 30px;
    height: 600px;
    max-width: 50%;
    transition: all 7s;
    transform: translateX(-1000px);
}

.us2{
    margin: 30px;
    height: 600px;
    max-width: 50%;
    transition: all 10s;
    transform: translateX(1000px);
}


.us3{
    margin: 30px;
    height: 600px;
    max-width: 50%;
    transition: all 14s;
    transform: translateX(-1000px);
}

.textequi{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    line-height: 30px;
    font-size: 15pt;
}

#qui2{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: black;
    color: white;
}
.quitexte{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px;
    line-height: 30px;
    font-size: 15pt;
}
.source{
    font-size: 10pt;
}
#valeurs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;   
}
h3{
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}
#valeurtexte li{
    list-style-type: none ; 
}

#valeurtexte{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 20px;
}
.titreliste{
    line-height: 50px;
    font-size: 15pt;
    font-weight: bold;
}
.textegras{
    font-weight: bold;
    display: inline;
}
.titretransparent{
    color: white;
}

.items{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-align: center;
}
.collection1{
    background-color: black;
    color: white;
    width: 33%;
}
.collection2{
    background-color: white;
    color: black;
    width: 33%;
}
.imgcollec{
    width: 80%;
    margin: 10%;
}
.bouton1{
    font-size: 18pt;
    color: black;
    background-color: white;
    width: 130px;
    height: 30px;
    border: 2px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    padding-bottom: 1%;
    margin-bottom: 7%;
}

.bouton2{
    font-size: 18pt;
    color: white;
    background-color: black;
    width: 130px;
    height: 30px;
    border: 2px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
    padding-bottom: 1%;
    margin-bottom: 7%;
}
.boutonnoir{
    color: white;
}
.boutonblanc{
    color: black;
}
.bouton1 a.actif {     
    color: #1ABC9C ;
    border-color: #1ABC9C ;
}
.bouton1 a:hover,
.bouton1 a:hover.actif{
    color: red;
    border-color: black;
    background-color: white;
     transition: all 1s ;
}
.bouton2 a.actif {    
    color: white ;
    border-color: #1ABC9C ;
}
.bouton2 a:hover,
.bouton2 a:hover.actif{
    color: red;
    border-color: black;
     transition: all 1s ;
}

.formulaire{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
    font-size: 18pt;
    line-height: 40px;
    border: 5px;
    border-color: black;
    border-style: solid;
    padding: 40px;
}

input[type=text], select, textarea {
  width: 100%; 
  padding: 12px;  
  border: 1px solid #ccc; 
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 6px; 
  margin-bottom: 16px; 
  resize: vertical;
}
input[type=submit] {
    width: 25%;
    font-weight: bolder;
    font-size: 25pt;
}
.footer{
    background-color: black;
    color:white;
    bottom: 0;
    left: 0;
    right: 0;
}
.réseaux{
    width: 40px;
    height: 40px;
}
.lienrs{
    color: white;
    vertical-align: center;
    font-size: 14pt;
    margin: 10px;
    margin-bottom: 50px;
}
#divrs{
    display: flex;
    flex-direction: column;
}
#rgpd{
    text-align: center;
}
#copyright{
    text-align: center;
    font-size: 10pt;
    margin-bottom: 10px;

}
#footerdiv{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px;
}

.rs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.lienrs{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lien{
    color:white;
}
#newsletter{
    width: 25%;
}

/** _______________________________ **/

.load-container {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: white;
    pointer-events: none;
}

.anim-bloc {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    z-index: 100;

}
 .bloc-txt {
    background: #9b1339;
    position: absolute;
    bottom: -50px;
    left: -50px;
    height: 0;
    z-index: 175;
    overflow: hidden;
}

.bloc-txt h2 {
    padding: 10px 30px;
    color: #222;
    font-family: Playfair Display, serif;
    font-size: 40px;
    text-transform: uppercase;
    transform: translateY(100px);
}

.images-container {
    width: 100%;
    height: 0px;
    position: absolute;
    /* Pour faire monter la height de bas en haut */
    bottom: 0px;
    z-index: 150;
    overflow: hidden;
}

.img-flip{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    position: absolute;
}

.flip-img1 {
    background-image: url(ressources/image2.jpg);
}

.flip {
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    position: absolute;
}

.f2 {
    background: #9b1339;
}

/** loupe **/

#loupe {
    width: 80px;
    height: 80px;
    border: solid 6px black;
    border-radius: 50%;
    position: absolute;
    background-image: url(G_63589304_320_VFP_1.jpg);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

