@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);
    font-family: "Roboto Condensed", sans-serif;
    padding-bottom: 50px;
 }
 *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}

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;
}


/* texte presentation */
.preparation {
    
    line-height: 6vh;
    text-align: center;
}

/*.offre{
    text-align: center;
    line-height: 6vh;
    padding: 4rem;
    margin: 0;
    white-space: 15vh;
}

.offre h1{
    font-size: 50px;
    line-height: 6vh;
}

.offre p{
    padding: 2rem;
    font-size: 25px;
    line-height: 2vh;
}*/

.offre {
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: 40px auto;
}

.offre h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.offre p {
    font-size: 18px;
    margin: 10px 0;
    line-height: 1.5;
}

/* formule prix */

/* debut forfait formation*/
#flexContainer {
    margin: auto;
    width:100%;
    /*height: 90vh;*/
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    gap: 20px;
    /*flex-wrap: nowrap;*/
    max-width: 1500px;
  
  }


  
/* 629€ et 1099€ */  
.threeCards {
    width: 300px;
    height: 520px;
    margin: 30px;
    position: relative;
    transition:  0.2s ease-in;
    box-shadow:0px 10px 30px black;
    
}



.threeCards:hover {
    transform: scale(1.1);
    box-shadow:
    0 0 8px #fff,
    inset 0 0 8px #fff,
    0 0 16px #c6e2ff,
    inset 0 0 16px #c6e2ff,
    0 0 32px #c6e2ff,
    inset 0 0 32px #c6e2ff;
}



.header {
    height: 200px;
    width: 300px;
    position: relative;
    background: #caaf64;
     
}

.header h2 {
      margin: 0;
      position: relative;
      top: 130px;
      text-align: center;
      font-family: 'Lato';
      font-size: 15px;
}

#spanPrix {
    font-size: 40px;
    color: black;
}

/* formule 1 pro */

.threeCards2 {
    width: 300px;
    height: 520px;
    margin: 30px;
    position: relative;
    transition:  0.2s ease-in;
    box-shadow:0px 10px 30px black;
    
}
.threeCards2:hover {
    transform: scale(1.1);
    box-shadow:
    0 0 8px #afe4e0,
    inset 0 0 8px #afe4e0,
    0 0 16px #c6e2ff,
    inset 0 0 16px #afe4e0,
    0 0 32px #afe4e0,
    inset 0 0 32px #afe4e0;
}


.header2 {
    height: 200px;
    width: 300px;
    position: relative;
    background-image: linear-gradient(to right, #afe4e0, #c0c0c0);
    filter: drop-shadow(0 0 0.75rem #afe4e0);
     
}

 
.header2 h2 {
      margin: 0;
      position: relative;
      top: 130px;
      text-align: center;
      font-family: 'Lato';
      font-size: 15px;
}


#spanPrix2 {
    font-size: 40px;
    color: black;
    
}

/* formule 2 elite */

.threeCards3 {
    width: 300px;
    height: 520px;
    margin: 30px;
    position: relative;
    transition:  0.2s ease-in;
    box-shadow:0px 10px 30px black;
    
}
  
.threeCards3:hover {
    transform: scale(1.1);
    box-shadow:
    0 0 8px #9b9b9b,
    inset 0 0 8px #ebdc7c,
    0 0 16px #f2e373,
    inset 0 0 16px #ebdc7c,
    0 0 32px #ebdc7c,
    inset 0 0 32px #e4e4e4;
  }
  
.header3 {
    height: 200px;
    width: 300px;
    position: relative;
    background-image: linear-gradient(to right, #ebdc7c, #f0efd6);
    filter: drop-shadow(0 0 0.75rem #ebdc7c);

     
}

.header3 h2 {
      margin: 0;
      position: relative;
      top: 130px;
      text-align: center;
      font-family: 'Lato';
      font-size: 15px;
}


#spanPrix3 {
    font-size: 40px;
    color: black;
}


  
.price {
    height: 120px;
    width: 300px;
    background: white;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    position: absolute;
    top: 0;
  }
  
.price h1 {
    margin: 0;
    text-align: center;
  font-family: 'Francois One';
  font-size: 30px;
  position: relative;
  top: 30px;
  }
.price p{
    margin: 0;
    text-align: center;
    font-family: 'Francois One';
    font-size: 18px;
    position: relative;
    top: 30px;
}
  
  
  
  
.details {
    background: white;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-family: 'Lato';
    transition: all 0.2s ease-in;
  }
.details:hover {
   background: rgba(181, 208, 230,0.1);
  }
  
  
#btn {
    background: white;
    height: 80px;
    
  }
  
#btn a {
    text-decoration: none;
    font-family: 'lato';
    height: 50px;
    width: 120px;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 50px;
    position: relative;
    top: 10px;
    border-radius: 30px;
    border:1px solid #070706;
    transition: all 0.2s ease-in;
  }
  
  
#btn a:hover   {
    background: #daa520;
    color: white;
  }

/* fin forfait */

/* info formation */


#formation {
    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;
}


/* fin info formation */


/* footer */

.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 */
}



/* footer */

.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 queries pour les très petits écrans (mobiles compacts) */
@media (max-width: 480px) {
    .threeCards, .threeCards2, .threeCards3 {
        width: 98%;
    }
    .header, .header2, .header3 {
        font-size: 30px;
    }
    .price h1 {
        font-size: 18px;
    }
    .price p {
        font-size: 13px;
    }
    .details {
        font-size: 12px;
    }
    #btn a {
        padding: 8px 16px;
        font-size: 12px;
    }

}