/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
#main {
    margin-top: -80px !important;
}

.generic-title {
    font-family: 'Bouygues Speak', Arial, sans-serif !important;
    font-weight: 700;
    font-size: 40px;
    color: #00263C;
    text-align: center;
    margin-bottom: 40px;
    line-height: 48px !important;
}

.desktop-only{
    display: block !important;
}
.mobile-only{
    display: none!important;
}

.is-tri .button[class*=is-].is-hovered, .is-tri .button[class*=is-]:hover {
    opacity: 1;
    background: #BA4709 !important;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (max-width: 767px) {
    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }
}
@media (max-width: 1030px) {
    .generic-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

/*
   General Widget Class
   This class is used for the general styling of widgets.
 */

#main > .wf-wrap{
    width: unset !important;
}
.widget__background{
    background: #00263C;
}
.widget__padding{
    padding: 60px 0px;
}
@media (max-width: 767px) {
    .widget__padding{
        padding: 40px 0px;
    }
    .widget__title{
        font-size: 32px !important;
        line-height: 40px !important;
        margin-bottom: 40px !important;
    }
}

.widget__title{
    font-family: 'Bouygues Speak', Arial, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    max-width: 650px;
    margin: auto;
}
button{
    border: none;
}

ol, ul {
    margin: 0 0 10px 20px;
}

dd, dl, menu, ol, ul, .reset-wrap ul, body ul  {
    list-style: disc;
}

/*
Button  Contact Expert
 */
.beyond__btn__expert{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 4px;
    background: #CC4E0A;
    padding: 8px 16px;
    max-width: 195px;
}
.btn__style{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
}
.beyond__btn__expert:hover{
    background: #BA4709 !important;
}
.beyond__btn__expert img {
    padding-right: 8px;
}
/*
Animation widgets
 */
.animate.fade-in {
    opacity: 0;
    transform: translateY(16px); 
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.animate.slide-up {
    opacity: 0;
    transform: translateY(16px); 
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0); 
}

.is-tri .link:not([disabled]):hover {
    opacity: 1 !important;
}
.loader {
    animation: unset;
}
.loader::after, .loader::before {
    position: initial;
}
.loader::after {
    background-color: transparent;
}
.is-tri .button.is-tertiary.is-focused, .is-tri .button.is-tertiary:focus {
    box-shadow: unset;
    outline: 2px solid rgba(204, 68, 0, 0.2);
}
@media screen and (min-width: 1024px) {
    .is-tri .link:not([disabled]):not(.is-static):after {
        content: "";
        background: currentColor;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0; 
        transform-origin: left; 
    }

    .is-tri .link:not([disabled]):not(.is-static):hover:after {
        opacity: 1;
    }
}

.scroll-top.scroll-top-elementor-icon{
    background: #003A5C;
    height: 50px!important;
    width: 50px!important;
    border-radius: 50%!important;
    border: 0px !important;

}

.scroll-top::after {
    content: "\2191"; /* Unicode for ↑ */
    display: inline-block;
    font-size: 30px; /* Adjust size as needed */
    vertical-align: middle;
}
body .scroll-top:hover {
    background-color: #003A5C;
    opacity: 0.5;
}

/*
Plan de site css
 */
.wsp-container .wsp-pages-title,
.wsp-container .wsp-page_categorys-title{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    margin-bottom: 13px;
    font-size: 2.6rem;
    color: #454545;
}
.wsp-container ul.wsp-pages-list{

}
.wsp-container .wsp-pages-list li a,
.wsp-container .wsp-page_categorys-list li a{
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 25px !important;
    list-style: none !important;
    text-decoration: underline !important;
    color: #00263c !important;
}
.wsp-container .wsp-pages-list li::marker,
.wsp-container .wsp-page_categorys-list li::marker{
    display: none !important;
}
.content .wsp-container ul{
    list-style: none !important;
}
@media (max-width: 767px) {
    .wsp-container .wsp-pages-title, .wsp-container .wsp-page_categorys-title{
        font-size : 24px;
    }
}

/*
Sticky Nav
 */
@media (min-width: 1200px) and (max-width: 1290px) {
    .page-id-37608 .widget_sticky__navbar__container a{
        font-size:12px !important;
    }
    .page-id-37608 .widget_sticky__navbar__container li{
        margin-right:20px !important;
    }
}
.page-id-37608 .widget_sticky__navbar__container a{
    font-size:13px;
}
@media (min-width: 900px) and (max-width: 1030px) {
    .page-id-37608 .widget_sticky__navbar__container a{
        font-size: 10px !important;
    }
    .widget_sticky__navbar__container li{
        margin-right: 10px !important;
    }
}
.link.has-text-secondary{
    font-size: 15px !important;
}