
@font-face{
    font-family: 'Garden';
    src: url(typo/Garden\ Sans.ttf);
}

@font-face {
    font-family: 'Rockford';
    src: url(typo/RockfordSans-Light.otf);
}

/* Typo */

body{
    background-color: #fffcf3;
    padding: 0;
    margin: 0;
}

header{
    padding-bottom: 50px;
}

header img{
    width: 100%;
}

.sommaire{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100vh;
}

.titreSommaire{
    font-family: 'Garden';
    color: #0871b8;
    font-size: 150px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: #f7c962;
}

strong{
    color: #f7c962;
    font-family: 'Rockford';
    font-size: 70px;
    align-items: center;
}

.sommaire img{
    width: 25%;
    height: auto;

}

.listage{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.listage a{
    font-family:'Rockford';
    color: #0871b8;
    font-size: 70px;
    text-decoration: none;
}

.listage a:hover{
    text-decoration: underline #f7c962;
}

.p1{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url("C:\Users\Eliot\Desktop\Portfolio\images\FondP1.png");
}

.l1{
    display: flex;
    flex-direction: row;
}

.l1 img{
    width: 25%;
    opacity: 20%;
}

.qui{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.jeSuis{
    display: flex;
    flex-direction: row;
    padding-top: 50px;
    align-items: center;
}

.titre {
    display: flex;
    font-family: 'Garden';
    color: #fffcf3;
    font-size: 100px;
    background-color: #f7c962;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 20px 0 20px 0;
}

.photo{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    max-width: 700px;
}

.photo img{
    width: 40%;
}

p{
    font-family: 'Rockford';
    color: #0871b8;
    font-size: 25px;
}

.desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    margin-right: 100px;
}

.logiciels{
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
}

.logiciels img{
    width: 120px;
    padding: 25px 0 0 25px;
}

desc p strong{
    color: #f7c962;
}

p strong{
    font-size: 25px;
}

.projets{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
}

.ligne1{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.projets img{
    height: 175px;
    padding: 50px;
    border-radius: 50px;
    margin: 20px;
}

#horny{
    background: linear-gradient(to bottom, black, #515151);
}

#pascap{
    border: solid #7D0F0E 5px;
    background-image: url(images/Fond_téléphone.png);
    background-size: 300px;
}

#gospel{
    background: linear-gradient(#4A0B0A, #7B1513, #f59350);
}

#neb{
    background-image: url(images/Fond_Nebulo.png);
    background-size: 350px;
}

#fcbc{
    background-image: url(images/Célébration-équipe.jpg);
    background-size: 420px;
}

#festivloc{
    background-color: white;
    border: solid rgb(50, 85, 79) 5px;
}

#m44{
    background-color: white;
    border: solid rgb(235, 219, 1) 5px;
}

#blou{
    background-color: rgb(60, 60, 253);
}

.HornyHoney{
    background:linear-gradient(#000000, #515151) ;
    padding: 50px 0 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Horny p{
    background-color: rgba(197, 197, 197, 0.379);
    padding: 20px;
    border-radius: 50px 50px 50px 50px;
    color: white;
}

.Horny{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 100px 0 100px;
}

.Horny img{
    height: 350px;
}

.Honey{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 100px 0 100px;
    padding-top: 50px;
}

.Honey img{
    height: 300px;
}

.Honey p{
    background-color: rgba(197, 197, 197, 0.379);
    padding: 30px;
    border-radius: 50px 50px 50px 50px;
    color: white;
}

#Honey{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#Honey img{
    height: 200px;
}

.Pascap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #EEE9D1;
    padding: 0 50px 0 50px;
}

.Pas{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

.Pas strong{
    color: #e24149;
}

.Pas video{
    height: 400px;
    border-radius: 30px;
}

.Pas p{
    color: #EEE9D1;
    background-color: #7D0F0E;
    border-radius: 50px 50px 50px 50px;
    max-width: 600px;
    padding: 30px;
    margin-left: 50px;
    height: fit-content;
}

.cap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
}

.cap img{
    width: 300px;
}

.cap p{
    color: #EEE9D1;
    background-color: #7D0F0E;
    border-radius: 50px 50px 50px 50px;
    max-width: 600px;
    padding: 30px;
    margin-right: 50px;
}

.logo{
    padding: 35px;
}

.GospelTeam{
    background: linear-gradient(#4A0B0A, #7B1513, #f59350);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 50px;
}

.Gospel{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Gospel p{
    color: #f59350;
    background-color: #FCF7C2;
    border-radius: 50px 50px 50px 50px;
    max-width: 600px;
    padding: 30px;
    margin-left: 50px;
}

.Gospel img{
    height: 200px;
    margin-left: 50px;
}

.Gospel strong{
    color: #B83F2D;
    
}

.Team{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 90%;
    padding-bottom: 50px;
}

.Team img{
    height: 200px;
}

.Team p{
    color: #f59350;
    background-color: #FCF7C2;
    border-radius: 50px 50px 50px 50px;
    max-width: 700px;
    padding: 30px;
}

.format{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.format img{
    padding: 0 10px 0 10px;
}

.format p{
    color: #f59350;
}

.Nebulo{
    background-image: url(images/Fond_Nebulo.png);
    height: 200vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fleche img{
    height: 100px;
    padding: 30px;
}

.Cosmic{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #524483e7;
    border-radius: 50px;
    padding: 40px;
}

.crayonne img{
    height: 500px;
    border-radius: 20px;
}


.Odyssey{
    display: flex;
    flex-direction: row;
    max-width: 1150px;
    background-color: #524483e7;
    border-radius: 50px;
    padding: 40px;
    margin-bottom: 50px;
}

.Odyssey p{
    color: white;
}

.Odyssey strong{
        color: #E21973;
}

.beaupreau{
    background-color: #fffce3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.beaupreau p{
    color: #EEE9D1;
    max-width: 90%;
    background-color: #0871b8;
    padding: 20px;
    border-radius: 20px;
}

.beaupreau img{
    height: 200px;
    padding: 15px;
}

.beaupreau a{
    color: #f7c962;
}

.fcbcimg1{
    display: flex;
}

.fcbcimg2{
    display: flex;
    flex-direction: row;
}

.beaupreau video{
    height: 500px;
    padding-bottom: 25px;
}

.retour a{
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #4848485f;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.carousel-container {
    width: 100%;
    height: 250px; /* Hauteur fixe pour le conteneur */
    overflow: hidden; /* Masque tout ce qui dépasse */
    position: relative;
    padding: 50px 0 50px 0;
}

.carousel {
    display: flex;
    align-items: center;
    animation: scroll 25s linear infinite;
}

.carousel img {
    height: 250px; /* Ajuste les images à la hauteur du conteneur */
    object-fit: contain; /* Maintient les proportions des images */
    flex-shrink: 0; /* Empêche les images de se réduire */
    margin-right: 20px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(calc(-215%));
    }
}

#carousel.paused {
    animation-play-state: paused;
    cursor: pointer;
  }

.carousel img:hover {
    transform: scale(1.15);
}



.description-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.image-description {
    gap: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    max-width: 1200px;
}

.image-description img {
    max-height: 450px;
}

.image-description p {
    margin: 0;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Caché par défaut */
    background-color: #0871b8;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }

  .p4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 3rem;
}

.contact-form {
    display: flex;
    background-color: #fffcf3;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 6px solid #f7c962;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    gap: 2rem;
}

.form-content {
    flex: 1.5;
}

.contact-image {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-left: 2rem;
    border-left: 3px solid #f7c962;
}

.contact-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 6px solid #f7c962;
    object-fit: cover;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(247, 201, 98, 0.3);
}

.contact-image img:hover {
    transform: scale(1.05) rotate(2deg);
}

.contact-image p {
    font-family: 'Rockford';
    color: #0871b8;
    font-size: 1.1rem;
    text-align: center;
    max-width: 250px;
    line-height: 1.4;
    position: relative;
    padding: 0 1rem;
}

.contact-image p::before,
.contact-image p::after {
    content: '"';
    position: absolute;
    font-size: 2rem;
    color: #f7c962;
    opacity: 0.5;
}

.contact-image p::before {
    left: -5px;
    top: -5px;
}

.contact-image p::after {
    right: -5px;
    bottom: -5px;
}

.form-group {
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

.form-group label {
    display: block;
    margin-bottom: 0.3rem;
    color: #0871b8;
    font-family: 'Rockford';
    font-size: 0.9rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.6rem;
    border: 2px solid #f7c962;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: 'Rockford';
    color: #0871b8;
    transition: all 0.3s ease;
    background-color: #fffcf3;
    box-sizing: border-box;
}

.form-group textarea {
    min-height: 100px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #0871b8;
    box-shadow: 0 0 8px rgba(8, 113, 184, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 0.5;
    color: #0871b8;
}

.submit-btn {
    background-color: #f7c962;
    color: #0871b8;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: 'Rockford';
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    box-sizing: border-box;
}

.submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.submit-btn:hover::before {
    left: 100%;
}

.submit-btn:hover {
    background-color: #0871b8;
    color: #f7c962;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 201, 98, 0.2);
}

@media (max-width: 768px) {
    .contact-container {
        padding: 0.5rem;
        width: 96%;
    }
    
    .contact-form {
        flex-direction: column;
        padding: 1.2rem;
        border-width: 4px;
    }

    .contact-image {
        padding-left: 0;
        border-left: none;
        border-top: 3px solid #f7c962;
        padding-top: 2rem;
    }

    .contact-image img {
        width: 90px;
        height: 90px;
    }

    .contact-image p {
        font-size: 0.85rem;
    }

    .form-group label {
        font-size: 0.85rem;
    }

    .form-group input,
    .form-group textarea {
        font-size: 0.85rem;
    }

    header{
        padding-bottom:10px;
    }

    strong{
        font-size: 20px;
    }

    .listage a{
        font-size: 20px;
    }

    .titre{
        font-size: 40px;
        padding: 10px 0 10px 0;
    }

    .sommaire{
        height: 175px;
    }

    .logiciels img{
        width: 30px;
        padding: 5px;
    }

    p{
        font-size: 15px;
    }

    p strong{
        font-size: 15px;
    }

    .jeSuis{
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }

    .jeSuis p{
        margin-block-start: 0em;
        margin-block-end: 0em;
        padding: 25px;
    }

    .desc{
        margin-right: 0;
    }

    .logiciels{
        padding-bottom: 25px;
    }

    .projets img{
        height: 40px;
        padding: 10px;
        border-radius: 10px;
        margin: 5px;
    }

    #fcbc{
        background-size: 100px;
    }

    #neb{
        background-size: 100px;
    }

    #festivloc{
        background-color: white;
        border: solid rgb(50, 85, 79) 1px;
    }
    
    #m44{
        background-color: white;
        border: solid rgb(235, 219, 1) 1px;
    }

    #pascap{
        border: solid #7D0F0E 1px;
        background-size: 100px;
    }

    .carousel-container {
        width: 100%;
        height: 100px; /* Hauteur fixe pour le conteneur */
        overflow: hidden; /* Masque tout ce qui dépasse */
        position: relative;
        padding: 50px 0 50px 0;
    }
    
    .carousel {
        display: flex;
        align-items: center;
        animation: scroll 20s linear infinite;
    }
    
    .carousel img {
        height: 100px; /* Ajuste les images à la hauteur du conteneur */
        object-fit: contain; /* Maintient les proportions des images */
        flex-shrink: 0; /* Empêche les images de se réduire */
        margin-right: 20px;
        cursor: pointer;
        transition: transform 0.5s ease;}

    .beaupreau p{   
            color: #EEE9D1;
            max-width: 90%;
            background-color: #0871b8;
            padding: 15px;
            border-radius: 20px;
            font-size: 10px;
            margin: 20px;
        }
        
    .beaupreau img{
            height: 65px;
            padding: 10px;
        }
        
    .beaupreau a{
            color: #f7c962;
        }
        
    .fcbcimg{
            display: flex;
            
        }
        
    .beaupreau video{
            height: 200px;
            padding-bottom: 25px;
        }

        .HornyHoney{
            background:linear-gradient(#000000, #515151) ;
            padding: 50px 0 50px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        
        .Horny p{
            background-color: rgba(197, 197, 197, 0.379);
            padding: 20px;
            border-radius: 20px 20px 20px 20px;
            color: white;
        }
        
        .Horny{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: 0 10px 0 10px;
        }
        
        .Horny img{
            height: 150px;
        }
        
        .Honey{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            margin: 0 100px 0 100px;
            padding-top: 50px;
        }
        
        .Honey img{
            height: 150px;
        }
        
        .Honey p{
            background-color: rgba(197, 197, 197, 0.379);
            padding: 30px;
            border-radius: 20px 20px 20px 20px;
            color: white;
        }
        
        #Honey{
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 5px;
            padding: 5px;
        }
        
        #Honey img{
            height: 100px;
            padding-top: 15px;
        }
        
        
        .Pascap{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #EEE9D1;
            padding: 0 50px 0 50px;
        }
        
        .Pas{
            display: flex;
            flex-direction: column;
            align-items: center;
          }
        
        .Pas strong{
            color: #e24149;
        }
        
        .Pas video{
            height: 300px;
            border-radius: 25px;
        }
        
        .Pas p{
            color: #EEE9D1;
            background-color: #7D0F0E;
            border-radius: 20px 20px 20px 20px;
            padding: 30px;
            margin-left: 0px;
            height: fit-content;
        }
        
        .cap{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 50px;
        }
        
        .cap img{
            width: 200px;
        }
        
        .cap p{
            color: #EEE9D1;
            background-color: #7D0F0E;
            border-radius: 20px 20px 20px 20px;
            padding: 30px;
            margin-right: 0px;
        }

        .GospelTeam{
            background: linear-gradient(#4A0B0A, #7B1513, #f59350);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 0 50px 0 50px;
        }
        
        .Gospel{
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .Gospel p{
            color: #f59350;
            background-color: #FCF7C2;
            border-radius: 20px 20px 20px 20px;
            max-width: 600px;
            padding: 30px;
            margin-left: 0px;
        }
        
        .Gospel img{
            height: 100px;
            margin-left: 0px;
        }
        
        .Gospel strong{
            color: #B83F2D;
            
        }
        
        .Team{
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 90%;
            padding-bottom: 50px;
            padding-top: 20px;
        }
        
        .Team img{
            height: 150px;
        }
        
        .Team p{
            color: #f59350;
            background-color: #FCF7C2;
            border-radius: 20px 20px 20px 20px;
            max-width: 700px;
            padding: 30px;
        }
        
        .format{
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 0px;
        }
        
        .format img{
            padding: 0 10px 0 10px;
        }
        
        .format p{
            color: #f59350;
        }

        .logo{
            padding: 15px;
        }

        .Nebulo{
            background-image: url(images/Fond_Nebulo.png);
            height: 210vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .fleche img{
            height: 30px;
            padding: 40px;
            rotate: 90deg;
        }
        
        .Cosmic{
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #524483e7;
            border-radius: 20px;
            padding: 40px;
        }
        
        .crayonne img{
            height: 250px;
            border-radius: 20px;
        }
        
        
        .Odyssey{
            display: flex;
            flex-direction: row;
            max-width: 250px;
            background-color: #524483e7;
            border-radius: 20px;
            padding: 40px;
            margin-bottom: 50px;
        }
        
        .Odyssey p{
            color: white;
        }
        
        .Odyssey strong{
                color: #E21973;
        }
        
    
    
    #carousel.paused {
        animation-play-state: paused;
        cursor: pointer;
      }
    
    .carousel img:hover {
        transform: scale(1.15);
    }
    
    .description-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px;
    }
    
    .image-description {
        gap: 50px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .image-description img {
        max-height: 150px;
    }
    
    .image-description p {
        margin: 0;
        font-size: 0.85rem;
    }
    }

    #backToTop {
        opacity: 0;
      }

      @keyframes scroll {
        from {
            transform: translateX(0%);
        }
        to {
            transform: translateX(calc(-378%));
        }
    }