* {
    scroll-behavior: smooth;
}

body{
    font: Noto Sans;
    font-family: sans-serif;
    margin: 0px;
    overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #db1017;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #b31d21;
}

.logo{
    max-width: 20%;
    position: absolute;
    top: -10px;
    left: 10px;
}
nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 1;
}
.menu {
    display: flex;          
    padding:auto;                
    background-color: white;       
    justify-content: space-around;
 }
.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{
    min-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;
}
.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;
}
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%;
}

.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 {
    padding-top: 20px;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#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;
}

.titreh2 {
    margin-top: 130px;
}





.items{
    display: flex;
    flex-direction: row;
    text-align: center;
}
.collection1{
    background-color: black;
    color: white;
    width: 34%;
}
.collection2{
    background-color: white;
    color: black;
    width: 34%;
}

#parent {
    position: relative;
}

#parent2 {
    position: relative;
}

.rock {
    margin-top: 122.9%;
}

.imgsac {
    position: absolute;
    display: flex;
    width: 80%;
    margin: 10%;
}

.imgcollec{
    width: 80%;
    margin: 10%;
}

.sac {
    position: absolute;
}

.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%;
    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%;
    margin-bottom: 7%;
}
.boutonnoir{
    color: white;
    text-decoration: none;
}
.boutonblanc{
    color: black;
    text-decoration: none;
}
.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] {
    font-weight: bolder;
    font-size: 25pt;
}
.footer{
    background-color: black;
    color:white;
    bottom: 0;
    left: 0;
    right: 0;
    height: 340px;
}
.réseaux{
    width: 40px;
    height: 40px;
}
.lienrs{
    color: white;
    vertical-align: center;
    font-size: 14pt;
    margin: 10px;
    margin-bottom: 50px;
    text-decoration: none;
}
#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;
    text-decoration: none;
}
#newsletter{
    width: 25%;
}




.menunaviga {
  position: relative;
  animation-name: grossi;
  animation-duration:0.2s;
}
@keyframes grossi {
    from {
        font-size: 10px;
    }

    to {
        font-size: 16px;
    }
}

.textespe {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.5s ease-out;
}

#fallwinter {
    transform: translateX(100%);
    transition: all 0.9s ease-out;
}

#fontfeu {
    transform: translateX(-100%);
    transition: all 1.5s ease-out;
}

#cecilia {
    transform: translateX(100%);
    transition: all 1s ease-out;
}

#THIS {
  opacity: 0;
  transition: all 3s ease-out;
}

.textequi {
    opacity: 0;
    transform: translateY(20%);
    transition: all 2s ease-out;
}

#zadvolt {
    transform: translateX(-100%);
    transition: all 1.5s ease-out;
}

#texto {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s ease-out;
}

#love {
  opacity: 0;
  transition: all 1s ease-out;
}

#LIBERTE {
  opacity: 0;
  transition: all 1s ease-out;
}

#EMPOWERMENT {
  opacity: 0;
  transition: all 1s ease-out;
}

#EFFORTLESS {
  opacity: 0;
  transition: all 1s ease-out;
}

#imagevaleur {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s ease-out;
}

#sacamain {
    transform-origin: -100px 240px;
    transform: rotateZ(-150deg);
    transition: all 3s ease-out;
}

#montre {
    transform-origin: 500px 500px;
    transform: rotateZ(-180deg);
    transition: all 2.2s ease-out;
}

#ctct {
    margin-bottom: 90px;
    opacity: 0;
    transform: rotateZ(1440deg);
    transition: all 1s ease-out; 
}