/***
* MEDIC EXPAT - SITE - HEADER CSS
* 
* 
***/


/* --- CSS ROOT --- */




/* ----- GENRALS ----- */




/* ----- SITE HEADERS STYLE ----- */
.site-footer-containers {
    position: relative;
    width: 100%;

    background: linear-gradient(180deg, rgba(62,144,198,1) 1%, rgba(45,61,119,1) 50%);

    padding-top: 10px;
    padding-bottom: 10px;
}



/* - SITE FOOTER 1 STYLE - */
.site-footer-1-primary {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    /*height: var(--header-nav-1-nav-primary-height);*/

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*gap: 40px;*/
}

.site-footer-1-pri-blocs {
    flex: 1 1 auto;
}
#site-footer-1-pri-bloc-2, #site-footer-1-pri-bloc-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    gap: 0px;
}
.site-footer-1-pri-blocs h3 {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: 1px;
    color:#ffffff;
    margin-top: 10px;
    margin-bottom:20px;
}
.site-footer-1-pri-blocs p, .site-footer-1-pri-blocs a {
    text-decoration: none;
    width:fit-content;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.05em;
    font-weight: normal;
    text-align: left;
    color: rgba(255,255,255,0.9);
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: transform 300ms ease-in-out;
}
.site-footer-1-pri-blocs p { transition: transform 300ms ease-in-out; }
.site-footer-1-pri-blocs p:hover{
    transform: scale(1.02);
}

.site-footer-1-main-inputs {
    width: 100%;
    margin-top: 15px;
}

.site-footer-1-b1-logo-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: left;
    gap: 0px;
    margin-top: 40px;

    cursor: pointer;
}

#site-footer-1-logo {
    width: 60px;
    height: 60px;

    background-image: url('../../../../images/site/logos/logo_tmp_blc_2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}
.site-footer-1-b1-logo-cont h3 {
    font-size: 1.8em;
    margin-top: 15px;
    margin-bottom:0px;
    margin-left: 2%;
    font-weight: bold;
}



.site-footer-1-secondary {
    width: 100%;
    margin-top: 25px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 40px;
}

.site-footer-1-sec-blocs p, .site-footer-1-sec-blocs a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: normal;
    text-align: center;
    color: rgba(255,255,255,0.5);
    margin-top: 0px;
    margin-bottom:0px;
}











/* ---------- MEDIA QUERIES SYSTEM ------------------------------------------------------------*/
/* --- > 1200 ----------------------------------------- */
@media screen and (width > 1200px) {
}

/* --- 1200 - 1025 ----------------------------------------- */
@media screen and (width <= 1200px) and (width > 1024px) {
}

/* --- 1024 - 769 ------------------------------------------ */
@media screen and (width <= 1024px) and (width > 768px) {

    .site-footer-1-primary { flex-direction: column; }
      
    #site-footer-1-pri-bloc-2, #site-footer-1-pri-bloc-3 {  
        width:92%; 
        margin-left:0%;
    }
    .site-footer-1-pri-blocs { 
        width: 100%;
        margin-bottom: 40px;     
    }
    .site-footer-1-main-inputs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*gap: 40px;*/
    }
    .site-footer-1-b1-logo-cont { justify-content: center; }
    .site-footer-1-b1-logo-cont h3 {
        font-size: 2.2em;
        margin-top: 10px; 
    }
    .site-footer-1-pri-blocs p, .site-footer-1-pri-blocs a {
        font-size: 1.05em;
        text-align: center;
    }


}

/* --- 768 - 481 ------------------------------------------- */
@media screen and (width <= 768px) and (width > 480px) {
    
    .site-footer-1-primary { flex-direction: column; }
      
    #site-footer-1-pri-bloc-2, #site-footer-1-pri-bloc-3 {  
        width:92%; 
        margin-left:0%;
    }
    .site-footer-1-pri-blocs { 
        width: 100%;
        margin-bottom: 40px;     
    }
    .site-footer-1-main-inputs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*gap: 40px;*/
    }
    .site-footer-1-b1-logo-cont { justify-content: center; }
    .site-footer-1-b1-logo-cont h3 {
        font-size: 2.2em;
        margin-top: 10px; 
    }
    .site-footer-1-pri-blocs p, .site-footer-1-pri-blocs a {
        font-size: 1.05em;
        text-align: center;
    }

}

/* --- 480 - 321 ------------------------------------------- */
@media screen and (width <= 480px) and (width > 320px) {

    .site-footer-1-primary { flex-direction: column; }
      
    #site-footer-1-pri-bloc-2, #site-footer-1-pri-bloc-3 {  
        width:92%; 
        margin-left:0%;
    }
    .site-footer-1-pri-blocs { 
        width: 100%;
        margin-bottom: 40px;     
    }
    .site-footer-1-main-inputs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*gap: 40px;*/
    }
    .site-footer-1-b1-logo-cont { justify-content: center; }
    .site-footer-1-b1-logo-cont h3 {
        font-size: 2.2em;
        margin-top: 10px; 
    }
    .site-footer-1-pri-blocs p, .site-footer-1-pri-blocs a {
        font-size: 1.05em;
        text-align: center;
    }

}

/* --- 320  ------------------------------------------------ */
@media screen and (width <= 320px) {

    .site-footer-1-primary { flex-direction: column; }
      
    #site-footer-1-pri-bloc-2, #site-footer-1-pri-bloc-3 {  
        width:92%; 
        margin-left:0%;
    }
    .site-footer-1-pri-blocs { 
        width: 100%;
        margin-bottom: 40px;     
    }
    .site-footer-1-main-inputs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        /*gap: 40px;*/
    }
    .site-footer-1-b1-logo-cont { justify-content: center; }
    .site-footer-1-b1-logo-cont h3 {
        font-size: 2.2em;
        margin-top: 10px; 
    }
    .site-footer-1-pri-blocs p, .site-footer-1-pri-blocs a {
        font-size: 1.05em;
        text-align: center;
    }

}

