@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@1&family=Inconsolata&family=Lora:wght@500&family=Montserrat:wght@200&family=Mukta:wght@500&family=Roboto+Condensed:ital,wght@1,300&display=swap');

:root{
    --ecriture: #f1f1f1;
    --background-mode:#daa520;
    --violet-blue-crayola: hsla(234, 50%, 64%, 1);
    --dark-cornflower-blue_a7: hsla(214, 88%, 27%, 0.07);
    --white: hsla(0, 0%, 100%, 1);
    --white_a3: hsla(0, 0%, 100%, 0.03);
    --white_a8: hsla(0, 0%, 100%, 0.08);
    --white_a12: hsla(0, 0%, 100%, 0.12);
    --white_a70: hsla(0, 0%, 100%, 0.7);
    --cultured: hsla(220, 20%, 97%, 1);
    --lavender-web: hsla(233, 52%, 94%, 1);
    --cadet-blue-crayola: hsla(220, 12%, 70%, 1);
    --cadet-blue-crayola_a20: hsla(222, 23%, 71%, 0.2);
    --charcoal: hsla(218, 22%, 26%, 1);
    --raisin-black: hsla(216, 14%, 14%, 1);
    --light-gray: hsla(0, 0%, 79%, 1);
    --blue-crayola: hsla(219, 72%, 56%, 1);
    --black-coral: hsla(220, 12%, 43%, 1);
}

body {
     background-image: linear-gradient(to right, #e1dbca, #f3f3ed) }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

body{
    font-family: "Roboto Condensed", sans-serif;
    color: var(--background-mode);
    padding-bottom: 50px;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.menu {
    display: flex;
    list-style: none;
    
}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
header .menu {
    display: flex;
    list-style: none;
}

header .menu li {
    margin:  0 15px;
    
    
}
header .menu li a {
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
} 


.nav{
    position: static;
    background-color: white;
    color: #daa520;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}
.nav .logo1{
    width:40px;
    height:40px; 
    position: fixed;
    left: 235px;
    justify-content: left;
    align-items: left;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.nav ul{
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    color: #000;
}

.nav a{
    color: black;
    text-decoration: none;
    padding: 7px 15px;
    transition: all 0.3s ease-in-out;
}

.nav.active{
    background-color: var(--ecriture);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.nav.active a{
    color: #000;
}

.nav.active .container{
    padding: 10px 0;

}

.nav a.current,
.nav a:hover{
    color: var(--background-mode);
}


.hero{
    --background-mode:#daa520;
    background:url(../image/logosansfondecran.png),linear-gradient(to right, #fce8a0, #ffffff); 
    background-position: center;
    height: 80vh;
    display: inline;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    z-index: -2;
}

.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 4, 4, 0.5);
    z-index: -1;
}

.hero h1{
    font-size: 46px;
    margin: -20px 0 20px;
}

.hero p{
    font-size: 20px;
    letter-spacing: 1px;
}

.content h2,
.content h3{
    font-size: 150%;
    margin: 20px 0;
}

.content p {
    color: #555;
    line-height: 30px;
    letter-spacing: 1px;
}


/*.video-responsive {
    margin: 50px 80px 50px 0;
    height: 100%;
    width: 100%;
    text-align: center; 
}
  
.video-responsive iframe {
    
    position:center;
}*/


/**/
/*#a-propos {
    height: 80vh;
    margin: 0 10%;

}
#formation {
    height: 135vh;
    margin: 0 10%;

}*/
#indicateur {
        min-height: 100vh;
        margin: 0 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .tittle-section {
        text-align: center;
        margin-top: 50px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        font-size: 30px;
    }
    
    .sub-tittle-section {
        text-align: center;
        font-weight: bold;
        text-transform: capitalize;
        font-size: 20px;
    }
    
    .description-photo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
        margin-top: 50px;
    }
    
    .description-photo .desc {
        width: 60%;
    }
    
    .description-photo .desc h1 {
        font-size: 22px;
        color: #d6ad3b;
    }
    
    .description-photo .desc h2 {
        text-align: center;
        margin: 20px 20px;
        font-size: 24px;
        color: #000000;
    }
    
    .description-photo .desc p {
        padding: 1vh;
        color: black;
        line-height: 1.6;
    }
    
    .list-services {
        margin: 30px 0;
        padding: 0.5vh;
        display: flex;
        justify-content: space-around;
        gap: 20px;
        width: 100%;
    }
    
    .service {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        transition: 0.4s ease-in-out;
        cursor: pointer;
        text-align: center;
    }
    
    .service i {
        height: 50px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 2px solid #d3c37b;
        border-radius: 50%;
        color: #8d5017;
    }
    
    .service p {
        margin-top: 15px;
        font-weight: bold;
    }
    
    .service:hover {
        background-color: #d3c37b;
        transform: translateY(-5px);
    }
    
    .service:hover i {
        background-color: #fff;
    }
    
    .service:hover p {
        color: #fff;
    }
    
    .description-photo img {
        width: 30%;
        border-radius: 15px;
        object-fit: cover;
    }
    

.testimonials-section{
    background-color:linear-gradient(to right, #e1dbca, #f3f3ed);
    padding: 60px 0;
    text-align: center;
}
.section-title{
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #daa520;
}
.description-photo img {
    width: 30%;
    border-radius: 5px;
}
#gallerie {
    height: 160vh;
    width: 100%;
   
}
.liste-photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding:  0 22.5%;
   
}
.liste-photos .gallerie-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.liste-photos .gallerie-img {
    width: 40%;
    border-radius: 10px;
    overflow: scroll;
    /*overflow: scroll;*/
    position:relative;
    margin-bottom: 1%;
    cursor: pointer;
 
}
.liste-photos .gallerie-img:hover img {
    transform: scale(1.2);
}
.show-country {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.show-country p {
    font-weight: bold;
    font-size: 30px;
}
.liste-photos .gallerie-img:hover .show-country {
    opacity: 1;
}
#contact {
    height: 100vh;
    margin: 0 10%;
    width: 80%;
}
#contact  div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
}
#contact form {
    display: flex;
    flex-direction: column;
    flex-basis: 40%;
    transition: 0.5s;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 50px rgba(0,0,0,0.4);

}
#contact form:hover {
    background-color: #d3c37b;
}
label {
    padding: 5px 0;
}
form:hover label {
    color: #fff;
}
textarea,input {
    padding: 5px;
    outline: 0;
    border-radius: 6px;
    border: 2px solid #d3c37b;
    
}
textarea {
    margin-bottom: 10px;
    resize: none;
}
input[type="submit"]{
    background-color: #d3c37b;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: 0.5s;
    
}
input[type="submit"]:hover {
    border: 2px solid #fff;
}
.sociale {
    flex-basis: 10%;
    height: 100%;
}
.sociale ul {
    list-style: none;
    margin: 0 auto;
}
.sociale ul li {
    margin: 25px;
    height: 50px;
    width: 50px;
   line-height: 50px;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 2px solid #d3c37b;
   border-radius: 50%;
   cursor: pointer;
   transition: 0.5s;
}
.sociale ul li a i {
    font-size: 18px;
    color: #daa520;
}
.sociale ul li:hover {
    background-color: #d3c37b;
    transform: scale(1.2);
}

.sociale ul li:hover i {
    color: #fff;
}
.images-contact {
    flex-basis: 30%;
}
.images-contact img {
    width: 100%;
    height: 400px;
    border-radius: 20PX;
}

/*-----------------------------------*\
  #PROJECT
\*-----------------------------------*/

.project { background-color: var(--cultured); }

.project :is(.section-subtitle, .section-title) { text-align: center; }

.project .section-title { margin-block-end: 50px; }

.project-card {
  background-color: var(--white);
  border-radius: var(--radius-8);
  overflow: hidden;
  box-shadow: var(--shadow-2);
  height: 100%;
}

.project-card .card-content { padding: 30px; }

.project-card .card-title { transition: var(--transition-1); }

.project-card .card-title:is(:hover, :focus-visible) { color: var(--violet-blue-crayola); }

.project-card .card-text { margin-block: 16px 20px; }

.project-card .card-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.project-card .card-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--cadet-blue-crayola);
  font-size: var(--fs-8);
}
/**
   * PROJECTS
   */

   .project-card .card-content { padding: 40px; }


  /**
   * PROJECT
   */

   .project .grid-list { grid-template-columns: repeat(3, 1fr); }

 /* slider */

/* Conteneur principal */
.hero-slider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

/* Liste d'images */
.slider-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-container {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-item {
    min-width: 100%;
}

/* Images */
.img-cover {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Boutons de navigation */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: 0.3s;
}

.slider-btn.prev {
    left: 10px;
}

.slider-btn.next {
    right: 10px;
}

.slider-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Indicateurs de pagination */
.slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: gray;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background-color: white;
    transform: scale(1.2);
}





.paypal{
    border-radius: 20PX;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 25px;
    height: 100%;
    width: 100%;
}



/* Footer Styles */
.footer {
    background-color: #ffffff;
    color: #000000;
    padding: 50px 0;
    font-family: 'Arial', sans-serif;
}

.footer .container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer .grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-brand .logo img {
    width: 74px;
    height: 45px;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
}

.social-list {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-link {
    color: #0a0808;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #daa520; /* Couleur au survol */
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000000;
}

.footer-link {
    color: #070606;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 10px;
}

.footer-link:hover {
    color: #daa520; /* Couleur au survol */
}

.footer-list address {
    font-style: normal;
    color: #090808;
    margin-bottom: 10px;
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.input-field {
    flex: 1;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 14px;
    background-color: transparent;
    color: #0b0a0a;
}

.input-field::placeholder {
    color: #000000;
}

.submit-btn {
    padding: 10px 20px;
    background-color: #daa520;
    color: #0e0808;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #ecb529; /* Couleur au survol */
}

/* Media queries pour les écrans moyens */
@media (max-width: 1024px) {
    #flexContainer {
        flex-direction: column;
        align-items: center;
    }
    .threeCards, .threeCards2, .threeCards3 {
        width: 90%;
        margin: 10px auto;
    }
    .header, .header2, .header3 {
        font-size: 40px;
        padding: 15px;
        width: auto;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 992px) {
    header {
        flex-direction: column;
        height: auto;
        padding: 10px 0;
    }
    .nav .logo1 {
        position: static;
        margin-bottom: 10px;
    }
    .nav ul {
        flex-direction: column;
        text-align: center;
    }
    .nav ul li {
        margin: 10px 0;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .description-photo {
        flex-direction: column;
        align-items: center;
    }
    .description-photo .desc {
        width: 100%;
    }
    .list-services {
        flex-direction: column;
        align-items: center;
    }
    .service {
        width: 80%;
    }
    #flexContainer {
        flex-direction: column;
        align-items: center;
    }
    .threeCards, .threeCards2, .threeCards3 {
        width: 90%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .offre h1 {
        font-size: 24px;
    }
    .offre p {
        font-size: 16px;
    }
    .footer .grid-list {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-brand, .footer-list {
        align-items: center;
    }
    .input-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .video-responsive .container {
        padding-top: 56.25%; /* Ajuste l'aspect ratio à 16:9 */
    }
}

.video-responsive {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.video-responsive .container {
    position: relative;
    width: 100%;
    padding-top: 50%; /* Permet de garder un aspect ratio 16:9 (350/700) */
}

.video-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}