* {
    padding: 0;
    margin: 0;
}

#div_main{
    position: fixed;
    background-color: #344D59;
    display: flex;
    top:0%;
    box-shadow: 0 15px 10px rgba(112, 112, 112, 0.3);
}

body {
    margin-top: 80px !important; 
    background-color: #B8CBD0 !important;
}


#icon_main {
	width: 70px;
  	margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

#titre_main {
	font-family: Consolas;
    color: whitesmoke;
	font-size: 35px;
  	margin-top: 20px;
  	margin-left: 30px;
}

.nav {
	font-family: Consolas;
    color: rgb(212, 212, 212);
	font-size: 20px;
    margin-top: 20px;
  	margin-left: 1179px;
}

.nav-link {
    display: flex;
    margin-right: 33px;
    color: rgb(212, 212, 212) !important;
}

.nav-link:hover {
    color: #137C8B !important;
    text-decoration: underline; 
    text-decoration-color: #f4b942; 
    text-decoration-thickness: 2px; 
    text-underline-offset: 10px; 
}


#hero{
    background-color: #57666e;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#titre_hero{
    color: white;
}

#text_hero{
    padding-bottom: 15px;
    color: white;
}

#service{
    display: flex;
    background-color: #B8CBD0;
    margin-top: 50px;
    text-align: center;
    gap: 10px;
    margin-left: 220px;
    margin-bottom: 100px;
}

#lien_project{
    text-decoration: none;
}

#globe_1 {
    display: flex;
    margin-top: 50px;
    margin-left: 170px;
    font-size: 60px;
    color: black;
}

#globe_2 {
    display: flex;
    margin-top: 50px;
    margin-left: 170px;
    font-size: 60px;
    color: black;
}

#globe_3 {
    display: flex;
    margin-top: 50px;
    margin-left: 170px;
    font-size: 60px;
    color: black;
}

#sous_titre_service{
    text-align: center;
    margin-top: 30px;
    font-size: 25px;
    color: #949494;
}

#par_service{
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-family: Raleway;
    color: #000000;
}

#par_service_encours{
    text-align: center;
    margin-top: 25px;
    font-size: 18px;
    font-family: Raleway;
    color: #be0000;
}

#titre_service{
    text-align: center;
    background-color: #B8CBD0;
    font-weight: bold;
    color: #949494;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-decoration: underline; 
    text-decoration-color: #f4b942; 
    text-decoration-thickness: 2px; 
    text-underline-offset: 20px; 
}

#titre_a_propos{
    text-align: center;
    background-color: #B8CBD0;
    font-weight: bold;
    color: #949494;
    padding-top: 40px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-decoration: underline; 
    text-decoration-color: #f4b942; 
    text-decoration-thickness: 2px; 
    text-underline-offset: 20px; 
}

#service_box{
    text-align: center;
    background-color: #e1ecf0;
    width: 410px;
    height: 380px;
    margin-top: 15px;
    margin-left: 50px;
    border: solid #dbdbdb 1px;
    border-radius: 10px;
}

#service_box:hover{
    box-shadow: 0 4px 6px rgba(112, 112, 112, 0.3);
}

#a_propos_div{
    display: flex;
    background-color: #B8CBD0;
}

#par_a_propos{
    display: flex;
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 280px;
    margin-left: 610px;
    width: 700px;
    height: 380px;
    font-family: Raleway;
}

#footer{
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #4a5d68;
    padding: 20px;
}

#titre_footer_2{
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
    margin-top: 30px;
    text-decoration: underline; 
    text-decoration-color: #f4b942; 
    text-decoration-thickness: 2px; 
    text-underline-offset: 20px; 
}

#par_footer_2{
    display: flex;
    color: white;
    margin-top: 40px;
}

#div_copyright{
    background-color: #4a5d68;
}

#par_copyright{
    text-align: center;
    color: white;
    padding-top: 5px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#titre_contact{
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    margin-top: 15px;
    text-decoration: underline; 
    text-decoration-color: #f4b942; 
    text-decoration-thickness: 2px; 
    text-underline-offset: 20px; 
}

#text_contact{
    color: white;
    margin-top: 50px;
}

#titre_formulaire{
    display: flex;
    margin-left: 350px;
    font-weight: bold;
    color: #57666e;
    margin-top: 50px;
    padding-bottom: 15px;
}

#formulaire{
    display: flex;
    margin-left: 350px;
    margin-right: 350px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: solid #dbdbdb 1px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(112, 112, 112, 0.3);
}

#label_form{
    margin-bottom: 15px;
    margin-top: 15px;
}

#inputName{
    width: 1130px;
}

#inputEmail{
    width: 1130px;
}

#inputTel{
    width: 1130px;
}

#inputSujet{
    width: 1130px;
}

/* --------- VERSION MOBILE --------- */
@media (max-width: 768px) {

    #div_main {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 10px;
        position: static; 
    }

    #icon_main {
	    width: 70px;
        height: auto;
  	    margin-top: 15x;
        margin-bottom: 10px;
    }
    
    body {
        margin-top: 0 !important;
    }

    #titre_main {
        height: auto;
        margin-left: 0;
        font-size: 24px;
    }

    .nav {
        margin-left: 0;
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 16px;
        gap: 10px;
    }

    #hero {
        margin-left: 0;
        margin-right: 0;
        padding: 20px;
    }

    #titre_hero {
        margin-top: 15px;
        font-size: 24px;
    }

    #service {
        display: flex;
        flex-direction: column;
        margin-left: 0;
        margin-top: auto;
        align-items: center;
    }

    #service_box {
        width: 90%;
        margin-left: 15px;
        height: auto;
        padding-bottom: 20px;
    }

    #globe_1, #globe_2, #globe_3 {
        margin-left: 41%;
    }


    #table_horaire {
        width: 95%;
        margin-left: 2%;
        font-size: 14px;
    }


    #a_propos_div {
        flex-direction: column;
        text-align: center;
    }

    #img_a_propos {
        width: 50%;
        height: auto;
        margin-left: 25%;
        margin-bottom: 5%;
    }

    #par_a_propos {
        margin-top: 2%;
        font-size: 18px;
        margin-left: 10%;
        width: 80%;
        height: auto;
        margin-bottom: 25px;
    }

    #footer {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #par_footer_2 {
        display: flex;
        height: auto;
    }

    #titre_formulaire {
        margin-top: 20%;
        margin-left: 10%;
    }

    #formulaire {
        width: 90%;
        height: auto;
        margin-top: 5%;
        margin-left: 5%;
    }

    #label_form {
        margin-bottom: 5%;
        margin-top: 5%;
    }

    #inputName {
        width: 80%;
    }

    #inputEmail {
        width: 80%;
    }

    #inputTel {
        width: 80%;
    }

    #inputSujet {
        width: 80%;
    }

    #inputMessage{
        width: 80%;
    }
}
