*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    color: #333;
}

h1,
h2,
h3 {
    font-family: 'Viga', sans-serif;
}

h1,
h2 {
    text-align: center;
}

h1 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.precisions {
    line-height: normal;
    padding: 2% 5%;
}

.asterisque {
    color: red;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.parallax {
    background-image: url("../images/img_para3.jpg");
    min-height: 275px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.img1 {
    position: absolute;
}


.contenu {
    flex: 1 0 auto;
    line-height: 150%;
    background-color: #0071BC;
    color: white;
    
}

.part {
    display: inline-block;
    margin: 0% 4%;
    vertical-align: top;
    padding-bottom: 3%;
}

.list-title {
    padding-top: 5%;
    
}

.list-title2 {
    padding-top: 10%;
    padding-bottom: 3%;
    font-weight: bold;
    
}

.list-title,
.list-title2 {
    list-style-type: none;

}

.liste-gauche,
.liste-milieu,
.liste-droite {
    list-style-type: circle;
}

.depannage,
.virus {
    padding-right: 4%; 
}


.vertical-line,
.vertical-line2 {
    border-left: 2px solid white;
    display: inline-block;
    height: 390px;   
}



.intervention {
    border-bottom: 5px dashed white; 
    padding-bottom: 2%;
}

.intervention h2 {
    padding-top: 5%;
    padding-bottom: 2%;
}

.intervention p {
    line-height: 200%;
    padding: 0% 5%;
}

.icon {
    float:left;
    vertical-align: middle;
}

@media screen and (max-width: 1515px){

    .contenu {
        flex-wrap: wrap;
        
    }

    .depannage,
    .virus {
        padding: 0% 0%;
    }
}

@media screen and (max-width: 1356px){

    .vertical-line2 {
        border-left: none;
    }

    .depannage,
    .virus {
        padding: 0% 5%;
    }

    .donnees {
        padding: 3% 5%;
    }
}



@media screen and (max-width: 1205px){

    .depannage,
    .virus {
        padding: 0% 3%;
    }
}



@media screen and (max-width: 1070px){

    .depannage,
    .virus {
        padding: 0% 1%;
    }
}

@media screen and (max-width: 970px){

    .depannage,
    .virus {
        padding-right: 2%;
    }
    
    .depannage,
    .virus,
    .donnees {
        width: 440px;
    }


    .depannage ul,
    .virus ul,
    .donnees ul {
        width: 450px;
    }

    .vertical-line,
    .vertical-line2 {
        border-left: 2px solid white;
        display: inline-block;
        height: 0px;
        border-left: none;   
    }

    .list-title {
        padding: 2%;
        text-align: left;
    }

    .list-title2 {
        padding: 0%;
    }

    .part {
        padding-top: 5%;
    }

    .donnees {
        padding: 5% 0%;
    }
}

@media screen and (max-width: 428px) {

    
    .depannage,
    .virus,
    .donnees {
        width: auto;
        padding: 0%;
        margin: 0%;
    }


    .depannage ul,
    .virus ul,
    .donnees ul {
        width: auto;
        margin-left: 7%;
    }

    .depannage li,
    .virus li,
    .donnees li {
        width: auto;
        padding-bottom: 2%;
    }

    .vertical-line,
    .vertical-line2 {
        border-left: 2px solid white;
        display: inline-block;
        height: 0px;
        border-left: none;   
    }

    .list-title {
        padding-left: 2%;
        padding-top: 10%;
        padding-bottom: 3%;
        text-align: left;
    }

    .list-title2 {
        padding-top: 5%;
        padding-bottom: 3%;
    }

    

}




.contenu2 {
    flex: 1 0 auto;
    line-height: 150%;
    border-bottom: 5px dashed white;
    border-top: 5px dashed white;
    width: 100%;
}

.texte-gauche {
    width: 40%;
    float: left;
    padding: 2% 5%;
    text-align: justify;
}


.liste-unique-droite {
    margin-left: 40%;
    list-style-type: circle;
}

.liste-unique-droite li{
    width: 400px;
}

@media screen and (max-width: 1020px){

    .liste-unique-droite li{
        width: 350px;
    }
}

@media screen and (max-width: 965px){

    .liste-unique-droite {
        margin-left: 30%;
    }

    .liste-unique-droite li{
        width: 200px;
    }

    .contenu2 .list-title2 {
        padding-top: 15%;
    }
}

@media screen and (max-width: 700px){

    .contenu2 {
        flex-wrap: wrap;
        padding: 0;
        margin: 0;    
    }

    .texte-gauche {
        width: 100%;
    }

    .liste-unique-droite {
        margin-left: 0%;
    }

    .liste-unique-droite li{
        width: 400px;
    }

    .contenu2 .list-title2 {
        padding-top: 0%;
    }

    
}

@media screen and (max-width: 428px) {

    
    .formations {
        width: auto;
        padding: 0%;
        margin: 0%;
    }


    .formations ul {
        width: auto;
        margin-left: 7%;
    }

    .formations li {
        width: auto;
        padding-bottom: 2%;
    }

    .vertical-line,
    .vertical-line2 {
        border-left: 2px solid white;
        display: inline-block;
        height: 0px;
        border-left: none;   
    }

    .list-title {
        padding-left: 2%;
        padding-top: 10%;
        padding-bottom: 3%;
        text-align: left;
    }

    .list-title2 {
        padding-top: 5%;
        padding-bottom: 3%;
    }

    
}









.contenu3 {
    flex: 1 0 auto;
    line-height: 150%;
    background-color: #0071BC;
    color: white;
    border-top: 5px dashed white;
    width: 100%;
    padding-bottom: 3%;

}

.texte-milieu {
    width: 40%;
    padding: 0% 5%;
    text-align: justify;
}

.liste-unique-gauche {
    height: 100%;
    vertical-align: middle;
    list-style-type: circle;
}

.list-title {
    width: 250px;
}

.montage-pc,
.texte-milieu,
.images-droite {
    display: inline-block;
    vertical-align: top;
}

.img-pc {
    max-width: 65%;
    margin-left: 10%;
}

@media screen and (max-width: 1475px){

    .texte-milieu{
        padding: 0% 0%;
        width: 30%;
    }   
}

@media screen and (max-width: 1240px){

    .img-pc {
        max-width: 350px;
    }
}

@media screen and (max-width: 1100px){

    .contenu3 {
        flex-wrap: wrap;
    }

    .liste-unique-gauche,
    .texte-milieu {
        width: 100%;
    }

    .texte-milieu {
        padding: 2% 5%;
    }

    .images-droite {
        padding: 2% 5%;
    }
    
}

@media screen and (max-width: 428px) {

    .montage-pc {
        margin-left: 6%;
    }

    .img-pc {
        max-width: 350px;
        margin-left: 0%;
    }

    .montage-pc,
    .texte-milieu,
    .images-droite {
        display: flex;
        vertical-align: top;
    }
    
}







nav {
    background: #f1f1f1;
    padding: 5px 40px;
    font-family: 'Viga', sans-serif;
    border-bottom: 1px solid #000;
}

nav ul li {
    padding: 15px 0;
    cursor: pointer;
    color: #333;
}

nav ul li.items {
    position: relative;
    width: auto;
    margin: 0 16px;
    text-align: center;
    order: 3;
}

nav ul li.items:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 5px;
    height: 2px;
    width: 100%;
    background: #0071BC;
    opacity: 0;
    transition: all 0.2s linear;
}

nav ul li.items:hover:after {
    opacity: 1;
    bottom: 8px;
}

.img-menu-site {
    width: 320px;
}

.logo{
    flex: 1;
    cursor: pointer;
    user-select: none;
}

  nav ul li a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    transition: .4s;
}
nav ul li:hover a {
    color: #0071BC;
}
  
@media all and (min-width: 1110px) {

    nav ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media all and (max-width: 1110px) {
 
    nav ul {
        list-style: none;
         
    }

    .logo {
        text-align: center;
    }
}




.btn {
    height: 80px;
    width: 80px;
    background: #f1f1f1;
    border-color: black;
    border-style: solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.icone {
    width: 50px;
}




body::-webkit-scrollbar {
    width: 0.25rem;
}

body::-webkit-scrollbar-track {
    background: #21282c;
}

body::-webkit-scrollbar-thumb {
    background: #0099ff;
}




footer {
    flex-shrink: 0;
    border-top: 1px dashed #000; 
    width: 100%;
    background: #f1f1f1;
    color: #333;
}


.titre3-footer {
    font-family: 'Viga', sans-serif;
    text-align: center;
}

h4 {
    font-family: 'Viga', sans-serif;
    padding-bottom: 20px;
}


.contenu-footer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 0 50px;
}

.bloc {
    width: 25%;
    margin: 0 10px;
}

.footer-menu h3,
.footer-contact h3,
.footer-horaires h3,
.footer-reseaux h3,
.footer-autres h3 {
    padding-bottom: 15px;
}



.liste-menu,
.liste-contact,
.liste-horaires,
.liste-reseaux,
.liste-autres {
    list-style-type: none;
}

.liste-menu .li-footer,
.liste-contact .li-footer,
.liste-horaires .li-footer,
.liste-reseaux .li-footer {
    padding: 2px 0;
}

.liste-menu a,
.liste-reseaux a,
.liste-autres a {
    text-decoration: none;
    color: #333;
}

.liste-contact .clic-contact {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.liste-menu a:hover,
.liste-horaires a:hover,
.liste-reseaux a:hover,
.liste-autres a:hover {
    color: rgb(3,3,3);
}

.liste-contact .clic-contact:hover {
    color: rgb(3,3,3);
}

.liste-reseaux img {
    width: 25px;
    margin: -3px 5px;
}

.liste-media a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
}

/*Media queries*/

@media screen and (max-width: 1300px){

    .contenu-footer {
        width: 700px;
        flex-wrap: wrap;
        font-size: 17px;
    }

    .bloc {
        width: 40%;
        margin: 0 0;
    }
    .bloc:nth-child(1),
    .bloc:nth-child(2) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px){

    .contenu-footer {
        width: 320px;
        font-size: 20px;
        
    }

    .bloc {
        width: 300px;
        margin: 30px 30px;
    }
    .bloc:nth-child(1),
    .bloc:nth-child(2) {
        margin-bottom: 30px;
    }
    .bloc:nth-child(1) {
        margin-top: 0;
    }

}


@media screen and (min-width: 1110px){

    .parallax {
        background-image: url("../images/img_para3.jpg");
        min-height: 450px;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .img1 {
        position: absolute;
        opacity: 0.90;
        top: 350px;
        left: 500%;
        transform: translate(-50%, -50%);
    }
    

}