body {
    margin: 0;
    font-family: sans-serif;
}
@media screen and (min-width:1000px){
.Accueil {
    height: 250vh;
    width: 100vw;
    background-color:black;
    flex-direction:column;
    display:flex;
}
.menu-checkbox {
    display: none;
}
.TM{
    display: none;
}
.A{
    height:6%;
    width: 100%;
    background-color:#315391;
    gap:3%;
    z-index: 2;
    display:flex;
    position: fixed;
   
}
.A0{
    height:100%;
    width:20%;
    display:flex;

}
.A1{
    height: 100%;
    width:80%;
    justify-content: space-between;
    gap:3%;
    display:flex;
}
.A1A0{
    width:1%;
    display: none;
}
.A1A{
    width:90%;
    display:flex;
}
.A10{
    height:100%;
    width:15%;
    justify-content:center;
    align-items: center;
    display:flex;
}

.A11{
    height:100%;
    width:30%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.A100{
    height:100%;
    width:35%;
    justify-content: center;
    align-items:center;
    display:flex;
}
.A101{
    height:100%;
    width:31%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.a0{
    text-decoration: none;
    color:white; 
    display:flex;
}
.a0:hover,.a0:focus,.a0:active{
    text-decoration: underline;
    color:#9E9E9E;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.a1{
    text-decoration: none;
    color:white;
    display:flex;
}   
.a1:hover,.a1:focus,.a1:active{
    text-decoration:underline;
    color:#9E9E9E;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}
.a2{
    text-decoration: underline;
    color:#9E9E9E;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    display:flex;
}   

.a3{
    text-decoration: none;
    color:white;
    display:flex;
}   
.a3:hover,.a3:focus,.a3:active{
    text-decoration:underline;
    color:#9E9E9E;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.B{
    height:100%;
    width:100%;
    justify-content:center;
    background-color:#E6E3E3;
    display:flex;
}
.B0{
    height:97%;
    width:80%;
    flex-direction:column;
    margin-top: 3%;
    align-items:center;
    position: relative;
    display:flex;
    
}
.EBBIZ{
    height:100%;
    width:100%;
    display:flex;
}
.Animation{
    height:24%;
    width:60%;
    overflow:hidden;
    display:flex;
}
.Imagedefilante{
    height:100%;
    width:500%;
    background-color:aqua;
    animation: slide-image 24s infinite;
    display:flex;
}
.Imagedefilante img{
    height:100%;
    width:100%;
    object-fit:fill;
    flex-shrink: 0;
}
@keyframes slide-image {
  0%, 20% {
    transform: translate3d(0,0,0);
  }
  20%, 40% {
    transform: translate3d(-100%,0,0);
  }
  40%, 60% {
    transform: translate3d(-200%,0,0);
  }
  60%, 80% {
    transform: translate3d(-300%,0,0);
  }
  80%, 100%{
  transform: translate3d(-400%,0,0);
  }
}
.Carte{
    height:50%;
    width:80%;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    display:flex;
    gap:5%;
}
.Carte1{
    height:35%;
    width:20%;
    background-color:#315391;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    display:flex;
}
.Carte1:hover{
transform: rotateY(180deg);

}
.CarteDevant1, .CarteArriere1{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant1{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere1{
transform:rotateY(180deg);
border-radius:10%;
background-color: #315391;
justify-content: center;
align-items:center;
display:flex;

}
.TelBoutton{
    height: 15%;
    width: 15%;
    display: flex;
}
.Carte2{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte2:hover{
    transform: rotateY(180deg);
}
.CarteDevant2, .CarteArriere2{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant2{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere2{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.Carte4{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte4:hover{
    transform: rotateY(180deg);
}
.CarteDevant4, .CarteArriere4{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant4{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere4{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.Carte5{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte5:hover{
    transform: rotateY(180deg);
}
.CarteDevant5, .CarteArriere5{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant5{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere5{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.Carte6{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte6:hover{
    transform: rotateY(180deg);
}
.CarteDevant6, .CarteArriere6{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant6{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere6{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.Carte7{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte7:hover{
    transform: rotateY(180deg);
}
.CarteDevant7, .CarteArriere7{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant7{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere7{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.Carte3{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:#315391;
    border-radius:10%;
    display:flex;
}
.Carte3:hover{
    transform: rotateY(180deg);
}
.CarteDevant3, .CarteArriere3{
    height:100%;
    width:100%;
    position:absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
}
.CarteDevant3{
    height:100%;
    width:100%;
    position: relative;
    align-items: center;
    display: flex;
}
.CarteArriere3{
transform:rotateY(180deg);
background-color: #315391;
border-radius:10%;
justify-content: center;
align-items: center;
display: flex;
}
.h1section1{
justify-content: center;
display:flex;
}
.h2section2{
    margin-top:5%;
    justify-content:center;
    display:flex;
}
.h2section3{
    justify-content:center;
    display:flex;
}
.h2section4{
    justify-content:center;
    display:flex;
}
}
.TM{
    display:none;
}
/*µeziaugfcuilagfiugizgugfiag*/
@media screen and (max-width:1000px){
.menu-checkbox {
    display: none;
}
.Carte{
    display:none;
}
.menu-checkbox:checked ~ .A1A {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.Acceuil{
    height: 250vh;
    width: 100vw;
    background-color:black;
    flex-direction:column;
    display:flex;
}
.A{
    height:6%;
    width: 100%;
    background-color:#315391;
    justify-content: space-between;
    z-index: 2;
    display:flex;
    position: fixed;
}
.A0{
    height:100%;
    width:20%;
    display:flex;

}
.A1{
    height: 350%;
    width:20%;
    align-items: center;
    flex-direction:column;
    display:flex;
    
}
.A1A0{
    height: 20%;
    justify-content:center;
    display:flex;
}
.A1A {
    height: auto;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    gap:5%;
    background-color: #315391;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: flex;
    padding: 10px 0;
}
.A10{
    width:100%;
    justify-content:center;
    display:flex;
}

.A11{
    width:100%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.A100{
    width:100%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.A101{
    width:100%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.a2{
    text-decoration:none;
    color:#9E9E9E; 
    display:flex;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}

.a1{
    text-decoration: none;
    color:white;
    display:flex;
}   
.a1:focus,.a3:active{
    color:#9E9E9E;
    text-decoration: none;
}
.a0{
    text-decoration: none;
    color:white;
    display:flex;
}   
.a0:focus,.a0:active{
    color:#9E9E9E;
    text-decoration:none;
}
.a3{
    text-decoration:none;
    color:white;
    display: flex;
}
.a3:focus, .a3:active{
    color:#9E9E9E;
    text-decoration:none;
}

.B{
    height:100%;
    width:100%;
    justify-content:center;
    align-items: center;
    flex-direction:column;
    background-color:#E6E3E3;
    display:flex;
}
.B0{
    height:97%;
    width:80%;
    flex-direction:column;
    margin-top: 5%;
    align-items:center;
    position: relative;
    display:flex;
    
}

.EBBIZ{
    height:100%;
    width:100%;
    display:flex;
}
.T1{
    display:flex;
    text-decoration: none;
    border-radius:5%; 
    justify-content: center;
}
.T2{
    
    display: flex;
    text-decoration: none;
    border-radius:5%; 
    justify-content: center;
}
.T15{
    text-decoration: none;
    border-radius:5%; 
    display:flex;
    justify-content: center;
}
.T16{
    text-decoration: none;
    border-radius:5%; 
    display: flex;
    justify-content: center;
}
.T17{
    text-decoration: none;
    border-radius:5%; 
    display: flex;
    justify-content: center;
}
.T18{
    text-decoration: none;
    border-radius:5%; 
    display: flex;
    justify-content: center;
}
.T19{
    text-decoration: none;
    border-radius:5%; 
    display: flex;
    justify-content: center;
}

.TM{
    height:10%;
    width:100%;
    gap:3%;
    align-items: center;
    flex-direction: column;
    display:flex;
}

}
