/*# sourceMappingURL=main.css.map */
html {
    box-sizing: border-box;
}

/*Scroll bar settings */

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #005679;
    border-radius: 0;
}

/* End Scroll bar settings */

h1 {
    text-transform: uppercase !important;
}

p {
    text-align: justify;
}

/*Forms style***********************/
.sw-newslatter-container {
    position: relative;
    height: 50px;
}

.sw-newslatter-container p input {
    outline: none !important;
    padding: 5px 20px !important;
    border-radius: 0 !important;
    height: 50px !important;
    border: 1px solid #005679;
    background-color: white !important;
    color: #5B5B5F;
}

.sw-newslatter-container p input:focus {
    outline: none !important;
}

.sw-newslatter-container p button {
    padding: 5px 15px !important;
    border-radius: 0 !important;
    border: 1px solid #005679 !important;
    background-color: #00577900 !important;
    color: #005679;
    height: 40px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translate(-5px, -50%) !important;
    transition: all 0.3s ease-in-out;
}

.sw-newslatter-container p button:hover {
    background-color: #005679 !important;
    color: white;
}

/*END NEWSLETTER FORM /*

/*START FOOTER MENU STYLE*/
.sw-main-footer ul {
    margin: 0 0 10px 10px !important;
    /* text-transform: uppercase !important; */
    font-size: 1rem !important;
}

.sw-main-footer ul li {
    list-style-type: none !important;
    color: rgb(216, 216, 216);
}

.sw-main-footer ul>li {
    color: rgb(173, 173, 173) !important;
}

.sw-main-footer ul li ul li:hover,
.sw-main-footer ul li ul li a:hover, .sw-main-footer ul li a:hover {
    color: white !important;
}

.sw-main-footer ul li ul li {
    margin: 0 0 0 5px !important;
}

.sw-main-footer.sw-horizontal ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem !important;
}

/* FOOTER MOBILE STYLE ********/


.inner-toggle-wrap {
    padding-top: 0px !important;
}

.sw-footer-menu-first-el>a {
    color: white !important;
    font-size: 1.2rem !important;
}

.sw-main-footer.sw-mobile-cgu {}

.sw-mobile-cgu ul li,
.sw-mobile-accordeon ul li {
    text-align: center !important;
}

.sw-main-footer {
    margin: 0 !important;
}

.sw-desktop-block {
    display: block !important;
}

.sw-mobile-block {
    display: none !important;
}

@media screen and (max-width: 768px) {

    .sw-footer-menu-first-el>a {
        display: none !important;
    }

    .sw-desktop-block {
        display: none !important;
    }

    .sw-mobile-block {
        display: block !important;
    }
}