#imgIntro{
    display: block;
    position: relative;
    height: calc(100vh - 3vw);
    width: 100%;
    overflow: hidden;
}
#imgIntro img{
    min-width: 100%;
    display: block;
    position: absolute;
    min-height: 100%;
    max-width: 120%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#scrollBot{
    display: block;
    position: absolute;
    cursor: pointer;
    height: 3vw;
    width: 3vw;
    border-radius: 50%;
    border: 3px solid var(--yel);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.253);
    color: var(--yel);
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5vw;
}

#scrollBot span{
    top: 50%;
    display: block;
    position: relative;
    height: 1.2vw;
    left: 50%;
    width: 1.2vw;
    border-left: 3px solid var(--yel);
    border-bottom: 3px solid var(--yel);
    transform: translate(0 , -50%);
    transform-origin: center;
    animation: sc 1s infinite alternate;
    font-weight: bold;

}

@keyframes sc {
    0%{
        transform: translate(-50% , -55%) rotate(-45deg);
    }

    100%{
        transform: translate(-50% , -80%) rotate(-45deg);
    }
    
}

.siema{
    width: 30vw;
    border-radius: var(--bradius);
    height: 28vw;
    padding-bottom: 0;
    cursor: pointer;
}


.containerList{
    display: block;
    position: absolute;
    bottom: 0;
    width: 30vw;
    text-align: center;
}

.serv:nth-of-type(odd) .containerList{
    left: 15vw;

}

.serv:nth-of-type(even) .containerList{
    right: 15vw;
}

.round{
    height: 15px;
    width: 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 2vw 5px;
    transition: .5s;
    background-color: white;
    border-radius: 50%;
}

.active{
    background-color: var(--yel);
}

.siema img{
    width: 100%;
    height : 100%;
}

.serv{
    display: block;
    position: relative;
    margin-bottom: 10vw;
}

.sFlex{
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 2;
    gap: 10vw;
}

.logoI{
    display: block;
    position: absolute;
    transform-origin: center;
    width: 30vw;
    height: auto;
    right: unset;
    top: 0;
    left: 0;

}

.serv:nth-of-type(even) .sFlex{
    flex-direction: row-reverse
}

.serv:nth-of-type(even) .logoI{
    left: unset;
    right: 0;
}

.textService{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30vw;
    height: 28vw;
}



#contact{
    background-color: var(--yel);
}

#presentationM{
    text-align: center;
    padding: 10vw;
}

#presentationM h1{
    font-size: 4.5vw;
    font-weight: bold;
}

#presentationM h2{
    margin: 0 8vw;
    width: 64vw;
    font-size: 1.5vw;
    font-weight: 600;
    padding-bottom: 2vw;
}

#presentationM p{
    margin: 0 5vw;
    font-size: 1.2vw;
    width: 70vw;
}

.textService h3{
    font-weight: bold;
    font-size: 2vw;
}

.textService p{
    font-size: 1.2vw;
}

.textService h3::after,.textService p::after{
    display: block;
    content: " ";
    white-space: pre;
}


.specificite{
    margin: 10vw 15vw;
    border-radius: var(--bradius);
    position: relative;
    display: flex;
    padding : 3vw;
    justify-content: space-between;
    align-items: center;
    background-color: whitesmoke;
}



.specificite h3{
    font-weight: bold;
    font-size: 2vw;
}

.specificite h3::after{
    display: block;
    content: " ";
    white-space: pre;
    font-size: 1.2vw;
}

.specificite p{
    margin-right: 1.5vw;
    font-size: 1.2vw;
}

.spText{
    width: 60%;

}

.spTextFe{
    width: 75%;
}
.spImages{
    display: flex;
    margin-right: 4vw;
    flex-direction: row;
    width: 30%;
}

.spImages img{
    max-width: 7vw;
    max-height: 4vw;
    width: auto;
    height: auto;
    margin: 0 1vw;
}

.spGarage{
    display: flex;
    margin-right: 0;
    justify-content: center;
    flex-direction: row;
    width: 36%;
    flex-wrap: wrap !important;
}

.spGarage img{
    max-width: 40%;
    max-height: 7vw;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 1vw 1vw;
}

.spFenetre{
    display: flex;
    margin-right: 0;
    justify-content: center;
    flex-direction: row;
    height: 14.5vw;
    overflow: visible;
    width: 20%;
    flex-wrap: wrap !important;
}

.spFenetre img{
    max-width: 100%;
    height: 18vw !important;
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0vw 1vw;
    margin-top: -2.5vw;
}

.spMoustique{
    display: flex;
    margin-right: 0;
    justify-content: center;
    flex-direction: row;
    height: 14.5vw;
    margin-left: 3vw;
    overflow: visible;
    width: 50%;
    flex-wrap: wrap !important;
}

.spMoustique img{
    max-width: 100%;
    height: 100% !important;
    width: auto;
    
    display: block;
    margin: 0vw 1vw;
    margin-top: 3vw;

}




#fabricationF{
    display: block;
    position: relative;
    text-align: center;
}

#fabricationF img{
    width: 12vw;
    height: auto;
    margin: 0 .5vw;
    vertical-align: bottom;
    display: inline-block;
}


#guide{
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-top: 5vw;
    width: 100%;
}

#guide h3{
    font-weight: bold;
    font-size: 2vw;
    padding-bottom: 3vw;
}

#guide table{
    display: block;
    position: relative;
    margin: 0 15vw;
}

#guide th{
    background-color: var(--yel);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    border: 2px solid whitesmoke;
    border-top: transparent;
    border-bottom: transparent;
    padding: .5vw 1vw;
    height: 2.5vw;

}
#guide th:first-of-type{
    background-color: transparent;
    border: transparent;
}

#guide tbody tr:nth-of-type(odd){
    background-color: whitesmoke;
}
#guide tbody tr:nth-of-type(even){
    background-color: white;
}

#guide td{
    vertical-align: middle;
    width: 12vw;
    height: 2.5vw;
    border-right: 2px solid rgb(201, 201, 201);
 
    padding: .5vw 1vw;
}

#guide td:last-of-type{
    border-right: 2px solid whitesmoke;
}

#guide tbody tr td:first-of-type{
    text-align: left;
}


#partenaires{
    display: flex;
    padding: 10vw var(--marge);
    padding-top: 0;
    justify-content: center;
    align-items: center;

}
#partenaires h3{
    text-align: right;
    font-size: 2vw;
    padding-right: calc(var(--marge) / 2);
    margin-right: calc(var(--marge) / 2);
    font-weight: bold;
    border-right: 2px solid black;
}
#partenaires img{
    width: 9vw;
    margin-right: 2vw;
    height: auto;
}

#logoPart{
    display: flex;
    align-items: center;
}


@media (orientation:portrait){

    #imgIntro{
        height: fit-content;
    }

    #imgIntro img{
        min-width: unset;
        display: block;
        position: relative;
        min-height: unset;
        max-height: unset;
        max-width: unset;
        width:100%;
        height: auto;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
    }

    #scrollBot{
        display: none;
    }


    #presentationM{
        margin:15vw 6vw;
        margin-bottom: 20vw;
    }

    #presentationM h1{
        line-height: 1.2;
        font-size: 8.5vw;
    }
    
    #presentationM h2{
        margin: 0;
        width: 100%;
        line-height: 1.2;
        font-size: 4.8vw;
    }
    
    #presentationM p{
        margin: 0 ;
        font-size: 3.3vw;
        width:100%;
    }

    #presentationM p:first-of-type{
        margin-top: 5vw;
    }


#presentationM p br{
    display: none;
}

    .textService h3::before{
        display: block;
        content: " ";
        white-space: pre;
    }

    #contact h2{
        padding: 15vw 0 10vw 0;
    }

    .textService h3::after{
        display: block;
        content: " ";
        white-space: pre;
        line-height: .5;
    }


    .textService h3{
        font-weight: bold;
        font-size: 4vw;
    }
    
    .textService p{
        font-size: 3.3vw;
    }

    .logoI{
        display: none;
    }

    .siema{
        width: 90vw;
        height: auto;
        padding-bottom: 0;
        margin:0 var(--marge);
    }

    .containerList{
        display: block;
        position: absolute;
        bottom: unset;
        top: 78vw;
        width: 90vw;
        text-align: center;
    }

    .serv:nth-of-type(odd) .containerList{
        left: var(--marge);
    
    }
    
    .serv:nth-of-type(even) .containerList{
        right: unset;
        left: var(--marge);
    }

    .textService{
        display: block;
        margin: 0 var(--marge);
        width: 90vw;
        height: auto;
    }
    
    .serv{
        display: block;
        position: relative;
        margin-bottom: 10vw;
    }

    .sFlex{
        display: block;
    }

        
    .round{
        height: 10px;
        width: 10px;
        margin: 2vw 5px 2vw 0;
   
    }

    #guide h3{
        font-size: 8.5vw;
        padding-bottom: 6vw;
    }


    #guide table{

        margin: 0 5vw;
        font-size: 2vw;
    }


    #guide th{
        border: 2px solid whitesmoke;
        padding: 2vw;
        height: 2.5vw;

    }

    #guide td:last-of-type{
        border-right: 2px solid whitesmoke;
    }

    #guide td{
        vertical-align: middle;
        width: 20%;
        height: auto;
        border-right: 2px solid rgb(201, 201, 201);
    
        padding: 2vw;
    }

    .specificite{
        margin: 10vw 5vw;
        display: block;
        padding : 5vw;
    }
    
    .specificite h3{
        font-size: 4.8vw;
    }
    
    .specificite h3::after{
        font-size: 3.3vw;
    }
    
    .specificite p{
        margin-right: 0;
        font-size: 3.3vw;
    }

    .spText{
        width: 100%;
    }

    .spImages{
        padding-top: 5vw;
        justify-content: space-around;
        width: 100%;
    }

    .spFenetre{
        width: 100%;
        height: auto;
    }

    .spFenetre img {
        height: 25vw !important;

    }

    .spTextFe{
        width: 100%;
        margin-top: 5vw;
    }

    .spGarage{
        width: 100%;
    }

    .spGarage img{
        margin : 4vw;
    }

    .spImages img{
        width: 20%;
        height: auto;
        margin: 0 3vw 0 0;
        max-width: 20%;
        margin-left: 0;
        max-height: 5vh;
    }

    .spMoustique{
        height: 25vw;
        width: 100%;
    
    }

    .spMoustique img {
        margin-top : 5vw;
    }

    #fabricationF img{
        width: 23vw;
        margin: 0 1.5vw;
    }


    #partenaires{
        display: block;
        padding: 10vw var(--marge);
        padding-top: 0;
        justify-content: center;
        align-items: center;
    
    }
    #partenaires h3{
        text-align: right;
        font-size: 4.8vw;
        display: block;
        padding-right: calc(var(--marge) / 2);
        padding-bottom: 5vw;
        margin-right: calc(var(--marge) / 2);
        font-weight: bold;
        border-right: 0px solid black;
    }
    #partenaires img{
        width: 25vw;
        margin: 2vw;
        height: auto;
    }
    
    #logoPart{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
}