main{
    margin-top: 125px;
}

#slider > .container{
    width: 100%;
    position: relative;
    flex-direction: column;
}

#slider .blue-stripe{
    background-color: var(--main-blue);
}

#slider .blue-stripe .container{
    margin: auto auto;
    justify-content: center;
    position: relative;
}

#slider .blue-stripe img.logo{
    width: 30%;
    opacity: 0.50;
    background-color: unset;
}

#slider .blue-stripe picture{
    width: 60%;
}


h1{
    position: relative;
    width: 90%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4em;
    margin: auto auto;
}

h1 span{
    color: var(--main-blue);
    display: block;
}

.section1{
    margin-bottom: 50px;
}

.section1 > .container{
    margin: auto auto;
    flex-direction: column;
}

.section1 .flex{
    width: 100%;
}

.section1 h2{
    margin: 50px 0;
    font-size: 2em;
}

.section1 a{
    display: flex;
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info a{
    margin: 5px;
    text-decoration: none;
    color: var(--main-blue);
}

.contact-info img{
    width: 25px;
    margin-right: 8px;
}

form{
    width: 100%;
}

label{
    border: 1px solid var(--main-blue);
    padding: 15px;
    display: block;
    width: 100%;
    color: var(--main-blue);
    font-weight: bold;
    display: flex;
    margin: 10px 0;
    cursor: pointer;
    user-select: none;
}

label span{
    width: 125px;
}

label input, textarea{
    width: calc(100% - 125px);
}

form div{
    display: flex;
    align-items: center;
}

form div.choix-vehicule{
    margin-left: 15px;
}

form div div.checkbox{
    width: 15px;
    height: 15px;
    border: 1px solid var(--main-blue);
    margin-right: 8px;
}

form div div.checkbox.active{
    background-color: var(--main-blue);
}

form div input{
    display: none;
}

form p{
    color: var(--main-blue);
    margin-top: 25px;
}

label[for=auto], label[for=suv], label[for=suv_camion_7_places], label[for=camion], label[for=plusquun]{
    width: auto;
    border: none;
}

div.plans-container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#nos-plans, #a-la-carte{
    position: relative;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    width: 46%;
    cursor: pointer;
    transition: all ease 0.5s;
}

#nos-plans .select-title{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background-color: black;
}

#nos-plans select, #a-la-carte select{
    
    width: 100%;
    background-color: black;
    overflow: hidden;
    color: var(--main-blue);
    border: 1px solid var(--main-blue);
    text-transform: uppercase;
    padding: 8px;
    /* display: none; */
}



.select-title{
    width: 100%;
}



#nos-plans:hover, #a-la-carte:hover{
    background-color: white;
}

input, textarea {
    border: none;
    background-color: black;
    color: white;
}

form div{
    color: var(--main-blue);
}

button{
    cursor: pointer;
    transition: all ease 0.5s;
}

button:hover{
    background-color: white;
    color: var(--main-blue);
}

.sommaire-prix > .container{
    width: 100%;
    flex-direction: column;
}

.sommaire-prix h2{
    font-size: 1em;
    color: var(--main-blue);
}

.sommaire-prix h3{
    margin-bottom: 35px;
}

.plans-services{
    margin-bottom: 25px;
    font-size: 0.8em;
}

.plans-services p{
    color: var(--main-blue);
}

.white-text{
    font-size: 0.9em;
}


@media only screen and (min-width: 768px) {
    main{
        margin-top: 238px;
    }

    h1{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        align-items: center;
        font-size: 2em;
    }

}

    

@media only screen and (min-width: 1150px) {
    .section1 > .container{
        margin: auto auto;
        flex-direction: row;
    }

    .section1 .flex{
        width: 45%;
    }

    #slider .blue-stripe picture{
        margin-top: -100px;
    }

    .sommaire-prix > .container{
        flex-direction: row;
    }

    .contact-info{
        flex-direction: row;
    }
    
    .contact-info a{
        margin-right: 25px;
    }
    
}



@media only screen and (min-width: 1288px) {

}



@media only screen and (min-width: 1500px) {


}



@media only screen and (min-width: 1920px) {

    

}