/*
Theme Name: Thème d'exemple Miltis
Author: Scub
Author URI: https://www.scub.net/
Version: 1.0
Description: Un exemple de thème basique avec un footer et un header, différent en fonction des tunnels de vente. Ce thème inclut <b>uniquement</b> les fonctionnalités nécessaires aux spécifications graphiques données, <b>et n'est pas destiné à la mise en production</b>.
*/
html, body {
    overflow-x: hidden;
}

.site {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 100vw;
}

.logo-miltis {
    position: absolute;
    width: 10%;
    min-width: 120px;
    top : 1vw;
    left : 5px;
}

.header {
    flex: 0 0 auto;
    position: relative;
    top: 0;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.desktop {
    position: initial;
    visibility: visible;
    width: 100%;
}

.mobile {
    position: absolute;
    visibility: hidden;
    width: 0;
}

@media (max-width: 700px) {
    .mobile {
        position: initial;
        visibility: visible;
        width: 100%;
    }
    .desktop {
        position: absolute;
        visibility: hidden;
        height: 0;
    }
}

.page {
    flex: 1 1 auto;
}

/* FOR FOOTER */
.footer {
    height: 15vh;
    width: 100%;
    background-color: #004E9B;
    margin-top: 30px;
    text-align: center;
    align-content: center;
}

.footer-extends {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Trois colonnes égales */
    grid-gap: 20px; /* Espace entre les colonnes */
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}

.footer-column {
    display: flex;
    justify-content: space-evenly;
}

.footer-link {
    margin-bottom: 10px; /* Espace entre les liens */
}

.footer-column .footer-link a {
    position: relative;
    color: #0066CC;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-column .footer-link a:hover {
    color: #d63384;
}

.footer-column .footer-link a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px; /* Ajustez ici la distance du soulignement par rapport au texte */
    width: 100%;
    height: 2px; /* Ajustez ici l'épaisseur du soulignement */
    background-color: #d63384; /* Couleur du soulignement */
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons a {
    margin: 0 10px;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.elementor-146 .elementor-element.elementor-element-1d7411b9 .elementor-social-icon {
    background-color: #FFFFFF;
}
.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%;
}
.elementor-social-icon:last-child {
    margin: 0;
}
.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}
.elementor-social-icon-facebook, .elementor-social-icon-facebook-f {
    background-color: #3b5998;
}
.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height:1;font-size:0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{
    display:inline-grid
}

.elementor-widget-social-icons .elementor-grid{
    grid-column-gap:var(--grid-column-gap,5px);
    grid-row-gap:var(--grid-row-gap,5px);
    grid-template-columns:var(--grid-template-columns);
    justify-content:var(--justify-content,center);
    justify-items:var(--justify-content,center)
}

.elementor-icon.elementor-social-icon{
    font-size:var(--icon-size,25px);
    line-height:var(--icon-size,25px);
    width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon{
    --e-social-icon-icon-color:#fff;
    display:inline-flex;
    background-color:#69727d;
    align-items:center;
    justify-content:center;
    text-align:center;
    cursor:pointer
}

.elementor-social-icon i{
    color:var(--e-social-icon-icon-color)
}

.elementor-social-icon svg{
    fill:var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child{
    margin:0
}

.elementor-social-icon:hover{
    opacity:.9;color:#fff
}

.elementor-social-icon-android{
    background-color:#a4c639
}

.elementor-social-icon-apple{
    background-color:#999
}

.elementor-social-icon-behance{
    background-color:#1769ff
}

.elementor-social-icon-bitbucket{
    background-color:#205081
}

.elementor-social-icon-codepen{
    background-color:#000
}

.elementor-grid-item a {
   background-color: #fff;
}

.elementor-social-icon:last-child {
    margin: 7px;
}

.elementor-grid-item a svg {
    width: 20px;
    height: 20px;
    fill: #004E9B;
}

.elementor-divider {
    border-bottom: 1px solid #000;
    margin: 20px auto;
    width: 70%;
}

.elementor-widget-container {
    text-align: center;
    color: #0066CC;
    font-size: 13px;
    font-weight: normal;
}

/* END FOR FOOTER */

