
/* CSS pour le préchargeur */
#preloader {
    background-color: #ffffff;
    height: 100vh !important;
    width: 100vw !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}



.description
{
    font-weight: 600;
}
.firsttest h1
{
    font-size: 6vw !important;
    font-size: 9vw;
    font-weight: 800;
}

.cartes {

    margin-top: 30px;
    position: relative;
    height: auto;
    overflow: hidden;

  /*   background-color: rgb(0, 255, 60) !important; */
    white-space: nowrap;
    display: flex;


}

.cartes-slider {

    display: flex;
    justify-content: center;
height: auto !important;

}

.carte {
    margin: 0 05px;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.cartes:before {

    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));

}

.cartes:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));

}

.cartes:before,
.cartes:after {
    position: absolute;
    top: 0;

    width: 50px;
    height: 100%;
    /*   background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255)); */
    content: "";
    z-index: 2;
}

.cartes-slider {
    animation: 1040s slide infinite linear !important;
}



.cartes:hover .cartes-slider {
    animation-play-state: paused !important;
}

.carte {
    width: 150px;
    height: 270px;
    color: #be4f00;
    font-weight:900;

   /*  text-shadow: -1.3px -1.3px 0 #ffffff,  
    1.3px -1.3px 0 #ffffff,
   -1.3px  1.3px 0 #ffffff,
    1.3px  1.3px 0 #ffffff; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgb(215, 215, 215);    
    transition: width 0.3s ease;
}


 
 
 
 
 
 
 .cartes-slider .carte::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0); /* Opacité initiale */
    transition: background-color 0.3s ease; /* Transition de l'opacité */
}

/* .cartes-slider .carte:hover::before {
    background-color: rgba(255, 255, 255, 0.5); Opacité réduite au survol

} */
.carte h2:hover{
    color: #ff7e21 !important;
    position: relative; /* Ajout d'une position relative pour contrôler l'opacité */
    z-index: 1; /* Assure que le texte reste au-dessus du pseudo-élément */
    transition: color 0.3s ease; /* Transition de la couleur du texte */
}







.contenu {
    padding: 20px;
    z-index: 2;
}

.texte-additionnel {
    position: absolute;
    bottom: 30px;
    right: 60px;
    width: 25%;
    border: 1px solid #000;
    border-radius: 50px;
    /* color: #be4f00; */
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.contenu{
    /* opacity: 0; */
    /* transition: opacity 0.3s ease; */
    display: none;
}

.carte:hover .contenu{
    
    display: flex;

}

.carte:hover {
    width: 450px;
    
}

/* .conger:hover{
    margin-left: 200px !important;
} */

.conger1:hover{
    margin-left: 150px !important;
}
.carte:hover .texte-additionnel {
    opacity: 1;
}

.carte:hover .contenu {
    opacity: 1;
}



/* section2 */

.central .card {
    width: 100vw;
    height: 100vh;
    color: white;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;

    outline: none !important;
    border: none !important;

}







a:nth-child(odd) .card .carte2 {
    background-color: rgb(0, 0, 0);
}

/* Couleur pour les deuxième et quatrième cartes */
a:nth-child(even) .card .carte2  {
    background-color: #ff7e21;
}

.view .carte2  {
    background-color: #ff7e21;
}



.central .carte2 {
    display: flex;
    flex-wrap: wrap !important;
    width: 90%;
    /* Ajustez la largeur selon vos besoins */
    height: 90%;
    border-radius: 60px;

    overflow: hidden;
    margin: 10px;
    padding: 60px;
    gap: 200px;
}


/* @media (max-width: 764px) {

    .carte2 {
        display: flex;
        flex-wrap: wrap !important;
        width: 90%;
        height: 50%;
        background-color: #ff7e21;
        border-radius: 60px;
        overflow: hidden;
        margin: 10px;
        padding: 20px !important;
        gap: 10px;
    }

    .informations p {
        font-size: 30px !important;
        text-align: left;
    }

    .carte2 .informations {
        margin-left: -10px !important;


        flex: 1;
    }

    .informations2 p {
        font-size: 30px !important;
        text-align: left;
    }

    .informations2 {
        margin-left: -70px !important;


        flex: 1;
    }

    .central .carte2 .tyu{
        width: 100% !important;
        height: 70% !important;
        margin-top: -230px !important;
       
    }

    .central .carte2 {
        display: flex;
        width: 100%;
       
        height: 90%;
        border-radius: 60px;
    
        overflow: hidden;
        margin: 10px;
        padding: 60px;
        gap: 200px;
    }

    .section3{
       height: auto !important;
    }

    .corptext{
        height: auto !important;
    }

    .retirer{
        display: none !important;
    }

    .duotext{
        margin-bottom: -100px;
    }





 

   .avant {
    padding: 10px 0 !important;
    min-height: 100px !important;
}


[data-aos] {
    transition: none !important;
    transform: none !important;
}

[data-aos-offset] {
    transition: none !important;
    transform: none !important;
}

[data-aos-easing] {
    transition: none !important;
    transform: none !important;
}

   .bodroite {
    display: flex;
    justify-content: center;
    height: 300px !important;
    width: 100% !important;
   
}

.bodroite img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 20px  20px 30px 30px !important;
 
}

.section2{
    margin-bottom: -80px !important;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    .central .carte2 .tyu{
        width: 100% !important;
        height: 70% !important;
        margin-top: -230px !important;
       
    }
    
  
 }
 */


.carte2 .informations {
    padding: 20px;
padding-top: 12%;
    flex: 1;
}

.informations2 {
    padding:  0px 20px;

display: flex;
justify-content: center;
    flex: 1;
}

.carte2 .informations1 {
    padding: 20px;

    flex: 1;
}

.carte2 .imagess {
    flex-shrink: 0;
    background-image: url(images/Website/201.png);
    border-radius: 10px;
    width: 50%;
    /* Ajustez la largeur selon vos besoins */
    z-index: 3;
    background-size: cover;
    background-position: center;
}


.carte2 .imagess2 {
    flex-shrink: 0;
    background-image: url(images/VisualIdentity/responsive_device_65-Recovered.png);
    border-radius: 10px;
    width: 50%;
    /* Ajustez la largeur selon vos besoins */
    z-index: 3;
    background-size: cover;
    background-position: center;
}
.carte2 .imagess3 {
    flex-shrink: 0;
    background-image: url(images/PrintDesign/08.png);
    border-radius: 10px;
    width: 50%;
    /* Ajustez la largeur selon vos besoins */
    z-index: 3;
    background-size: cover;
    background-position: center;
}

.carte9 .imagesse {
    flex-shrink: 0;
    background-color: #ffffff;
    /* background-image: url(images/laptop.png); */
    width: 50%;
    height: auto;
    /* Ajustez la largeur selon vos besoins */
    z-index: 3;
    background-size: cover;
    background-position: center;
}


.central .carte9 {
    display: flex;
    width: 70%;
    /* Ajustez la largeur selon vos besoins */
    height: 100%;
    border-radius: 60px;
   background-color: rgb(255, 255, 255);
    overflow: hidden;
    margin: 10px;
    padding: 40px;
    gap: 50px;
}


.carte9 .informations{
color: black;

width: 300px;
display: flex;
justify-content: center;
}
.imagess img {
    width: 100%;
}

/* Utiliser des media queries pour appliquer le style uniquement sur les écrans de taille réduite */



.carte9 .informations p{
    font-size: 20px;
    color: #ff7e21;
    text-align: left;   
}

.card .listez {
    width: 350px;
   /*  justify-content: space-around; */
    align-items: center;
    font-size: 20px;
}

.listez p{
    font-size: 20px;
}

.imagesse{
    /* background-image: url(images/image4.jpg); */
    background-image: url(images/image4.jpg);
    border-radius: 30px;
   background-size: cover;
}

.img2{
    background-image: url(images/image3.jpg);
}

.informations p {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
}


.category {
    margin-top: 30px;
}

.category p {
    font-size: 20px;
}

.inscript {
    display: flex;
justify-content: space-between;
}

/* animation caree */
.square {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
   /*  position: absolute; */
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
  }

  .square1 {
    width: 35px ;
    height: 35px;
    background-color: #ff8400;
   /*  position: absolute; */
    /* top: 50%;
    left: 50%; */
    margin-left: 25px;
    transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
  }

  .ticarre{
    padding: 10px !important;
  }

  .square23 {
    width: 20px;
    height: 20px;
    background-color: #ff8400;
   /*  position: absolute; */
    /* top: 50%;
    left: 50%; */
    margin-left: 25px;
   
    transform: translate(-50%, -50%);
    animation: rotate 5s linear infinite;
  }
  
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }

  /* .custom1{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .custom1 p{
    font-size: 70px;
  }

  .custom1 p:hover{
    background-color: #ff0000;
  }
   */


   .custom1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Pour positionner l'élément flèche */
    cursor: pointer; /* Pour afficher le curseur en mode pointer */
}

.custom1 p {
    font-size: 70px;
    transition: background-color 0.3s, color 0.3s; /* Ajout d'une transition pour une animation fluide */
    margin: 0; /* Supprimer la marge par défaut du paragraphe */
}

/* .custom1 p:hover {
    
   
} */


.informations2 {
    padding:  10px 20px;
    transition: background-color 0.5s, color 0.3Fs,border-radius .5s; ;

display: flex;
justify-content: center;
    flex: 1;
    
}


.informations2:hover{
    background-color: #ffffff;
    border-radius: 75px; 
    color: #ff7e21;
  
}





/* slide animation */


.logos23{
    position: relative;
overflow: hidden;
padding: 20px 0;
/* background-color: white; */
white-space: nowrap;
}



.logos23:before,
.logos23:after{
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0),rgb(255, 255, 255));
    content: "";
    z-index: 2;
}

.logos24:after{
    position: absolute;
    top: 0;
    
    width: 500px;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,0),rgb(255, 255, 255));
    content: "";
    z-index: 2;
}







.logos23:before{
  
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0),rgb(255, 255, 255));
    
}

.logos23:after{
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0),rgb(255, 255, 255));
    
}


@keyframes slide2{
    from{
        transform: translateX(0);
    }

    to{
        transform: translateX(-100%);
    }
}

@keyframes slide3{
    from{
        transform: translateX(-100%);
    }

    to{
        transform: translateX(0);
    }
}
.logos23:hover .logos-slider23{
    animation-play-state: paused;
}
.logos23:hover .logos-slider24{
    animation-play-state: paused;
}

.logos-slider23{
    display: flex;
     gap: 70px;
    animation: 90s slide2 infinite linear;
}
.logos-slider24{
    display: flex;
     gap: 40px;
    animation: 100s slide3 infinite linear;
}
.logos23{
    display: flex;
   
}

.text23{
    margin-right: 30px;
    transition: transform 0.3s ease;
}

/* .text23:nth-child(even):hover {
    
    color: #ff7e21;
} */


/* .text23:nth-child(odd):hover  {
   
    color: #ff8400;
} */

.section6 {
   border-radius: 0px;
    position: relative; /* Positionnement relatif */
     /* Marge égale à la hauteur de la fenêtre */
    background-color: rgb(0, 0, 0); /* Couleur de fond */
    z-index: 999;
    color: white; /* Assure que la section6 est au-dessus du contenu */
}







/* essaye */

textarea:focus {
    border-color: rgb(236, 97, 42); /* Bordure bleue lorsque focus */
    box-shadow: 0 0 0 0.2rem rgb(236, 97, 42,0.25); /* Ombre légère */
    outline: none; /* Supprimer l'effet de focus par défaut */
}

.form-control:focus {
    border-color: rgb(236, 97, 42); /* Bordure bleue lorsque focus */
    box-shadow: 0 0 0 0.2rem rgb(236, 97, 42,0.25); /* Ombre légère */
    outline: none; /* Supprimer l'effet de focus par défaut */
}

/* 
@media (max-width: 767.98px) {
    .central .carte9 {
        display: flex;
        width: 100%;
  
        height: 90%;
        border-radius: 60px;
       
        overflow: hidden;
        margin: 10px;
        padding: 40px;
        gap: 50px;
    }


    .carte9 .imagesse,
    .carte9 .informations {
        width: 100%;
        height: 50%;
        display: block;
    }
} */