.elementor-4271 .elementor-element.elementor-element-2f1ed7d{--display:flex;--min-height:100vh;}.elementor-4271 .elementor-element.elementor-element-2f1ed7d:not(.elementor-motion-effects-element-type-background), .elementor-4271 .elementor-element.elementor-element-2f1ed7d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-02f76d3 */.footer_section {
    color: white;
    font-family: Montserrat;
    height: 100vh;
    min-width: 1440px;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_section h5 {
    width: 100%;
    position: relative;
    font-weight: 300;
    margin-bottom: 50px;
}

.footer_section h5::before {
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #2a5ce2;
}

.footer_main {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer_section p {
    font-size: 80px;
    line-height: 1;
}

.footer_section ul {
    text-align: right;
}

.footer_section ul li {
    font-size: 20px;
    line-height: 3;
}

.footer_section .line {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.225);
    margin-top: 10rem;
    margin-bottom: 10rem;
    position: relative;
}

.line .circle_contact {
    width: 200px;
    height: 200px;
    background-color: #2a5ce2;
    border-radius: 50%;
    position: absolute;
    right: 100px;
    transform: translate(0%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
}

.circle_contact:hover {
    opacity: 1;
}

.circle_contact p {
    font-size: 20px;
    text-align: center;
    margin: 0;
}

/* Boutons mail & phone */
    button:hover {
        cursor: pointer
    }
    
    button {
      background: transparent !important;
      outline: none;
      position: relative;
      border: 2px solid #111;
      overflow: hidden !important;
      padding: 0;
      height: fit-content;
      width: 300px;
    }

    /*button:before (attr data-hover)*/
    button:hover:before {
        opacity: 1; transform: translate(0,0);
    }
    
    button:before {
      content: attr(data-hover);
      position: absolute;
      left: 0;
      width: 100%;
      font-family: Montserrat;
      font-size: 18px;
      font-weight: 400;
      opacity: 0;
      transform: translate(-50%, 0);
      transition: all .3s ease-in-out;
    }
      /*button div (button text before hover)*/
      button:hover div {
        opacity: 0; 
        transform: translate(100%,0)
      }
      
      button div {
        transition: all .3s ease-in-out;
      }

.mail_phone {
    display: flex;
    width: 100%;
}

.buttons_mail-phone {
    padding: 15px 25px;
    transition: background-color 0.3s ease
}

.buttons_mail-phone:hover {
    background-color: #2A5CE2 !important;
    border: 1px solid #2A5CE2 !important;
}

.mail, .phone {
    border: 1px solid white !important;
    border-radius: 100px;
    margin-right: 50px;
}

.phone div, .mail div {
    color: white;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    
}

@media (max-width: 768px) {
    .footer_section {
        min-width: 100%;
        justify-content: space-between;
    }
    
    .footer_section h5 {
        margin-bottom: 20px;
        margin-top: 100px;
    }
    
    .footer_section p {
        font-size: 48px;
    }
    
    .footer_main nav {
        display: none;
    }
    
    .circle_contact p {
        font-size: 20px;
    }
    
    .footer_section .line {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .line .circle_contact {
        width: 144px;
        height: 144px;
        right: 15px;
    }
    
    .mail_phone {
        flex-direction: column;
        align-items: center;
    }
    
    .mail, .phone {
        margin: 15px 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2f1ed7d */.elementor-4271 .elementor-element.elementor-element-2f1ed7d {
    /*margin-top: -50vh;*/
    z-index: 30;
    display: flex;
    align-items: center;
    
}/* End custom CSS */