body::-webkit-scrollbar {
    display: none; /* hide scrollbar for chrome, Safari and Opera */
}
body{
    margin: 0;
    position: relative;
    z-index: 1;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
#header{
    color: blue;
    width: 100%;
    position: fixed;
    z-index: 999;
    background-size: cover;
    transition: 0.2s;
}
img{
    background-size: cover;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border:0px;
}

.accueil-premiere-image{
    background-size: cover;
    background-image: url(/photo/di2.jpg);
    background-position:center;
    min-height: 80vh;
    max-width: 100%;
    height: auto;
}

.accueil-txt{
    position: absolute;
    width: fit-content; /* mettre -webkit-fill-available si on veut qu'il y ait un grand bandeau en gris pas juste sur l'image */
    top:15%;
    background-color: rgba(255,255,255,0.5);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.accueil-txt img{
    max-width: 100%;
    height: auto;
    width: auto;
}

.bandeau-pres-1{
    background-color: rgb(30, 170, 255);
    padding: 0px;
    margin: 0px;
    border:0px;
    display: inline-block;
}
.texte-bandeau-pres-1{
    text-indent: 10%;
    font-size: 1.5em;
    padding: 5% 7%;
    margin: 0px;
    border:0px;
    width: auto;
}

.grand{
    font-size: xxx-large;
    padding: 0px;
    margin: 0px;
    border:0px;
}

.bandeau-icone{
    flex:1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: auto;
    text-align: center;
}

.icone-div{
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 40%;
    text-align: center;
    margin: 2% 4% 0% 4%;
}

.icone{
    bottom: 10%;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.icone-img{
    height: fit-content;
    flex: 1;
    margin-top: auto;
    margin-bottom: auto;
}

.icone-h{
    height: 15%;
    text-align: left;
}

.icone-p{
    height: fit-content;
    text-align: justify;
}
.icone-text{
    font-size: smaller;
}

.icone-paragraphe{
    flex: 3;
}

.fournisseurs{
    padding-top:2%;
}

.fournisseurs-icone{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin:auto;
    width: 80%;
}

.fournisseurs>h1{
    text-align: center;
    padding-bottom: 1%;
}

.fournisseurs-div{
    display: inline-block;
    width: 50%;
    flex: 1;
}

.icone-neutronic{
    width: 80px;
    height: 80px;
}

.icone-asd{
    width: 180px;
    height: 80px;
}

.fournisseurs-div>a{
    text-decoration: none;
    color:rgb(48,55,63);
    font-size: large;
}

.bassin-mediterraneen{
    background-image: url(photo/south-of-france-map.jpg);
    background-size: cover;
    background-position: center;
    min-height: 420px;
    width: 100%;
}

.container-form-slider-icones{
    display: flex;
    flex-wrap: wrap;
}

.bloc-slider-form{
    flex:1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: initial;
    margin-top: 3%;
}

.demi-slider{
    display: block;
    width: 500px;
    height: 400px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: 2%;
    margin-top:auto;
}

.form{
    flex:1;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(48,55,63);
    width: 400px;
    margin: auto;
    margin-top:100px;
    margin-right:5%;
}

.bottom-name{
    display: inline;
    position:relative;
    height: 50px;
}

.bottom-slider{
    text-align: center;
    height: 50px;
    margin-top: -4px;
    background-color: rgb(214,222,232);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.badge{
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center;
    border-radius:50%;
    position: relative;
    top:2px;
    height:13px;
    width:13px;
    padding:0
}
.border{
    border:1px solid #ccc!important
}

.transparent{
    background-color:transparent!important
}

.white{
    color:#000!important;
    background-color:#fff!important;
}

.hover-button-slider:hover{
    color:#000!important;
    background-color:#fff!important;
}

#footer{
    width: 100%;
    text-align: center;
}

a {
    cursor: pointer;
    color:rgb(30, 170, 255);
    text-decoration: none;
    font-weight: bold;
}

p{
    text-indent: 4%;
    width: 100%;
}

.title{
    text-align: center;
    color:rgb(48,55,63);
    padding: 2% 0% 1% 0%;
    margin-bottom: 5%;
    position: relative;
}

.underline-right:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width:-webkit-fill-available;
    background: rgb(0,130,255);
}

.underline-left:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    height: 2px;
    width:-webkit-fill-available;
    background: rgb(0,130,255);
}

a:hover{
    text-decoration: underline;
}

.subtitle{
    position: relative;
    margin-top: 0%;
    text-align: center;
    margin-bottom: 5%;
    padding-bottom:1%;
}

.corps{
    padding-top: 150px;
}

.corps-80{
    margin: 0 10%;
    width: 80%;
}

.p-ml{
    margin-bottom: 8%;
}

.ul-without-bullet{
    list-style-type : none;
}

.confiance{
    width: auto;
    max-width: 1500px;
    position: relative;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
}

.confiance>h2{
    text-align: center;
}

#imd{
    position:relative; 
    overflow:hidden; 
    width: inherit; 
    height:90px;
    margin-left: auto;
    margin-right: auto;
}

#imd img{
    position:absolute;
    left:9999px;
    top:0px;
    width: 120px; 
    height:90px;
}

.img-slider{
    width:100%;
    height: 100%;
    box-shadow: 3px 0px 8px 0 rgb(0 0 0 / 20%), 7px 0 20px 0 rgb(0 0 0 / 19%);
}

.containerreal{
    width:auto;
    height: 400px;
}
.containeracc{
    width: inherit;
    height: inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sliderreal{
    height: 450px;
}

#scrollUp{
    position: fixed;
    bottom: 20px;
    right: -100px;
    z-index: 1000;
}

.bloc-slider-form .form{
    display: none;
}

@media screen and (max-width:1200px){
    .icone-div{
        width:50%;
    }

}

@media screen and (max-width:1000px){
    .icone-div{
        width:60%;
    }

}

@media screen and (max-width: 870px) {
    .sliderreal{
        height: 225px;
    }
    .containerreal{
        height: 185px;
    }

    .bottom-slider{
        height: 40px;
        font-size: smaller;
    }

    .demi-slider{
        width:300px;
        height: 200px;
    }

    .icone-div{
        width:80%;
    }
    .texte-bandeau-pres-1 {
        font-size: 1.2em;
    }

    .bloc-slider-form .form{
        width: 300px;
    }
}

@media screen and (max-width: 700px) {
    .icone-div{
        width:auto;
        margin-right:10%;
    }

    .texte-bandeau-pres-1 {
        font-size: 1em;
    }

    .grand{
        font-size: xx-large;
    }

    .icone-asd{
        width: 160px;
        height: 60px;
    }

    .icone-neutronic{
        width: 60px;
        height: 60px;
    }

    .fournisseurs >h1{
        font-size: 1.7em;
    }

    .confiance >h2{
        font-size: 1.4em;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 600px) {
    .icone-asd{
        width: 150px;
        height: 50px;
    }

    .icone-neutronic{
        width: 50px;
        height: 50px;
    }

    .confiance{
        margin-top:15%;
    }

    .container-form-slider-icones{
        flex-direction: column;
    }
    .bandeau-icone{
        flex-direction: row;
    }
    .icone-div{
        flex-basis: 40%;
        margin-left: 3%;
        margin-right: 3%;
        flex-direction: column;
    }

    .demi-slider{
        margin-right: auto;
        margin-bottom: 10%;
    }

    .bloc-slider-form .form{
        margin-right: auto;
        min-height: 250px;
    }

    .icone-text {
        font-size: 0.8em;
    }

    .bandeau-icone{
        margin-top:5%;
    }
}

@media screen and (max-width: 425px) {
    .sliderreal{
        height: 130px;
    }
    .containerreal{
        height: 100px;
    }
    .bottom-slider{
        height: 30px;
    }
    .badge{
        height:8px;
        width: 8px;
    }
    .fournisseurs >h1{
        font-size: 1.5em;
    }

    .confiance >h2{
        font-size: 1.2em;
    }
}