 @import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-family: "Fira Sans", sans-serif;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    background-color: #333;
}

#page {
    width: 100%;
    background-color: #eee;
    padding: 0px;
    height: 100vh;
}

#main {
    padding: 0px;
    width: 100%;
    /*max-width: 1233px;*/
    background-color: #fff;
}
#header_home {
    width: 100%;
    /*height: 213px;*/
    height: calc(100vh * 200/926);
    background-color: white;
}
#header_home_inner {
    width: 100%;
    max-width: 1200px;
}
#contenu_home {
    width: 100%;
    /*height: 576px;*/
    height: calc(100vh * 560/926);
    background-color: #32b7bc;
}
#contenu_home_inner {
    width: 100%;
    max-width: 1200px;
    background-image: url('../images/home-fond-90.webp');
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
}
#splash {
     margin-top: 10%;
    width: 600px;
}
#logo {
    display: inline-block;
    vertical-align: top;
    /*width: 50px;*/
    margin-top: 83px;
}
#logo img {
    width: 100%;
}
#logo_data {
    width: 254px;
    padding-top: 35px;
}
#logo_data img {
    width: 100%;
}
/*#titre {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 40px;
    padding-top: 5px;
    text-transform: uppercase;
}*/
#intro {
     /*margin-top: 50px;*/
    font-weight: 400;
    font-size: 16px;
    padding-top: 75px;
    text-align: justify;
    line-height: 24px;
    color: white;
    width: 600px;
}
#pied {
    position: relative;
    margin-top: 100px;
    height: 150px;
}
#logo-cci {
    position: absolute;
    left: 0px;
    width: 250px;
}
#bouton {
    position: relative;
    width: 600px;
    
}
#entrer, #openLogin {
    background-color: white;
    width: 248px;
    height: 44px;
    border-radius: 22px;
    color: #32b8bb;
    font-weight: 700;
    font-size: 18px;
    border: 0;
}
#header_data {
    width: 100%;
    height: 120px;
    background-color: white;
}
#header_data_inner {
    width: 100%;
    max-width: 1200px;
}
#footer {
    position: relative;
    width: 100%;
    background-color: #35353d;
}
#footer_inner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    display: flex;
    height: 137px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.col1 { padding-top: 15px; flex: 3; border-right: 2px white solid; } /* 30% */
.col2 { 
    flex: 4;
    border-right: 2px white solid; 
    color: white;
    font-size: 14px;
    padding-left: 20px;
} /* 50% */
.col3 { flex: 3; } /* 20% */
#nav {
    position: relative;
    width: 100%;
    height: 39px;
    color: white;
    margin-top: -30px;
}
#nav a {
    color: black;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    text-align: center;
}
#nav a:hover {
    color: #32b8bb;
}
#nav-inner {
    /*padding: 5px;*/
    padding-left: 280px;
    padding-top: 7px;
}
#connexion {
    position: absolute;
    right: 15px;
    top: 0px;
}
#nom_connexion {
    display: inline-block;
    vertical-align: middle;
    color: #4e51f6;
}
#dropdown {
    display: inline-block;
    vertical-align: middle;
    color: #4e51f6;
}
#data_entete {
    width: 100%;
    max-width: 552px;
    height: 105px;
    background-color: white;
    border-radius: 15px;
    display: flex;
}
#data_entete_col1 {
    flex: 5;
    padding-left: 10px;
    padding-top: 15px;
}
#data_entete_col2 {
    flex: 5;
    padding-top: 10px;
    padding-right: 10px;
}

#villes {
    width: 100%;
    display: flex;
    max-width: 1200px;
}
#villes_col1 {
    flex: 5;
    padding-left: 10px;
    padding-top: 15px;
}
#villes_col2 {
    flex: 5;
    padding-top: 10px;
    padding-right: 10px;
}

/*.icon {
    position: relative;
    width: 20px;
    height: 20px;
}

.circle {
    width: 20px;
    height: 20px;
    border: 2px solid #000; /* Black color for the circle */
    /*border-radius: 50%;
    border-top-color: transparent; /* Open section of the circle */
    /*border-right-color: transparent;
}

.line {
    position: absolute;
    top: 2px; /* Adjust position to center */
    /*left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 10px;
    background-color: #000; /* Black color for the line */
    /*border-radius: 5px; /* Smooth edges for the line */
/*}*/
button {
    cursor: pointer; /* Ensure the pointer cursor */
}
#contenu {
    /*min-height: 500px;*/
    background-color: #32b8bb;
    /*height: calc(100vh - 287px);*/
    height: calc(100vh - 120px);
}
#detail_villes1 {
    margin-top: 25px;
    /*border-right: white 2px solid;*/
    margin-right: 25px;
    column-count: 2;
    line-height: 24px;
}
#detail_villes2 {
    margin-top: 25px;
    margin-left: 25px;
    column-count: 2;
    line-height: 24px;
}

@media only screen and (max-width: 1400px) {
  #logo {
     margin-top: 53px;
  }
    #logo img {
        width: 320px;
        height: auto;
    }
    #intro {
        padding-top: 40px;
    }
    #footer_inner {
        height: 85px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #contenu {
        height: calc(100vh - 120px);
    }
}

@media only screen and (max-width: 700px) {
    #intro {
        width: 90%;
        padding-top: 0px;
        padding: 5%;
    }
    #bouton {
        width: 90%;
    }
    #logo {
        padding-left: 25px;
    }
    #logo img {
        width: 250px;
    }
    #contenu_home_inner {
        /*padding: 5%;*/
    }
    #footer_inner {
        display: block;
    }
    .col1, .col2, .col3 {
        width: 90%;
        flex: none;
        display: block;
        border: none;
    }
    #contenu_home {
        height: auto;
    }
    #villes {
        display: block;
    }
    #detail_villes1 {
        border: none;
        column-count: 1;
    }
    #detail_villes2 {
        column-count: 1;
        margin-left: 0px;
    }
    #villes_col2 {
        margin-top: 25px;
    }
    #header_data {
        height: 155px;
    }
    #logo_data {
        padding-top: 10px;
        padding-left: 10px;
    }
    #nav {
        height: 70px;
    }
    #nav a {
        font-size:  16px;
    }
    #nav-inner {
        padding-left: 30px;
        margin-top: 25px;
    }
    #connexion {
        bottom: 0px;
        top:auto;
    }
    
        
}



