body {
    margin: 0;
    font-family: sans-serif;
}
@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);
  }
}
@media screen and (min-width:1000px){
.menu-checkbox {
    display: none;
}
.Acceuil {
    height: 200vh;
    width: 100vw;
    background-color:black;
    flex-direction:column;
    display:flex;
}

.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: underline;
    color:#9E9E9E; 
    display:flex;
    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: none;
    color:white;
    display:flex;
}   
.a2:hover,.a2:focus,.a3:active{
    text-decoration:underline;
    color:#9E9E9E;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}
.a3{
    text-decoration:none;
    color:white;
}
.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: 5%;
    align-items:center;
    position: relative;
    display:flex;
    
}
.EBBIZ{
    height:100%;
    width:100%;
    display:flex;
}
.Animation{
    height:28%;
    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;
}

.Carte{
    height:50%;
    width:80%;
    justify-content:center;
    align-items:center;
    display:flex;
    gap:5%;
}
.Carte1{
    height:35%;
    width:20%;
    background-color:blue;
    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{

}
.CarteArriere1{
transform:rotateY(180deg);
background-color: green;
border-radius:10%;
}
.Carte2{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:blue;
    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{

}
.CarteArriere2{
transform:rotateY(180deg);
background-color: green;
border-radius:10%;
}
.Carte3{
    height:35%;
    width:20%;
    border-radius:10%;
    transition: transform 0.6s;
    transform-style:preserve-3d;
    background-color:blue;
    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{

}
.CarteArriere3{
transform:rotateY(180deg);
background-color: green;
border-radius:10%;
}
.sectionA1{
    justify-content:center;
    flex-direction: column;
    font-family: sans-serif;
    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;
}
.B0C{
    height:10%;
    width:100%;
    background-color: #315391;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    display:flex;
}
}
/*iugdcieaziomuaz*/
@media screen and (max-width:1000px){
.menu-checkbox {
    display: none;
}
.menu-checkbox:checked ~ .A1A {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.Acceuil{
    height:200vh;
    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;
}
.a1{
    text-decoration:none;
    color:white; 
    display:flex;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
}
.a1:focus,.a1:active{
    color:#9E9E9E;
    text-decoration: none;
}
.a0{
    text-decoration: none;
    color:#9E9E9E;
    display:flex;
}   
.a2{
    text-decoration: none;
    color:white;
    display:flex;
}   
.a2:focus,.a3: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;
    background-color:#E6E3E3;
    display:flex;
}
.B0{
    height:97%;
    width:80%;
    flex-direction:column;
    margin-top: 5%;
    align-items:center;
    position: relative;
    display:flex;
}
.B0C{
    display:none;
}
.EBBIZ{
    height:100%;
    width:100%;
    display:flex;
}
.Animation{
    height:28%;
    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;
}

.sectionA1{
    justify-content:center;
    flex-direction: column;
    font-family: sans-serif;
    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;
}

}