﻿/*#region container graygrid responsive */

@media (min-width: 992px) {
    .GrayGrid > div {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .GrayGrid > div {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .GrayGrid > div {
        max-width: 540px;
    }
}

/*#endregion */

/*#region TRAD */

body {
    padding-top: 50px;
    font-family: Myriad, 'Myriad Pro', Roboto, Calibri,'Lucida Sans Unicode', 'Century Gothic', sans-serif !important;
    line-height: 1.8 !important;
    overflow-x: hidden;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 100%;
}

a {
    color: #0051ba !important;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

input, select {
    max-width: 100% !important;
    height: 50px;
    font-size: 15px !important;
}

.col-md-2 .col-md-3 .col-md-4 {
    display: inline-block;
}

select {
    height: 35px;
    width: 100%;
    border-radius: 5px;
}

textarea {
    height: 100px;
}


/*#endregion */
.panel-deroulant {
    border-bottom: 8px solid rgb(103, 174, 234);
    padding: 1%;
    margin-bottom: 50px;
}

/*#region TAB */

.td_grey_tab {
    background: none;
    margin: 0px;
    padding: 15px 0px;
    outline: 0px;
    border: 0px #9aa8bc;
    vertical-align: middle;
    box-sizing: inherit;
}

.tr_grey_tab {
    background: #f9f9f9;
    margin: 0px;
    padding: 0px;
    outline: 0px;
    border: 0px #9aa8bc;
    color: #949494;
    vertical-align: baseline;
    box-sizing: inherit;
}

.grey_tab {
    background: #ffffff;
    margin: 0px 0px 20px;
    padding: 0px;
    outline: 0px;
    border: 0px #9aa8bc;
    text-align: center;
    color: #000000;
    text-transform: none;
    text-indent: 0px;
    letter-spacing: normal;
    vertical-align: baseline;
    border-collapse: separate;
    box-sizing: inherit;
    border-spacing: 2px;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    text-decoration-style: initial;
    text-decoration-color: initial;
    width: 1500px;
    height: 560px;
}

/*#endregion */

.line_separation {
    margin-bottom: 20px;
    border-top: 1px solid #c1c0c0;
    max-width: 10%;
}

.line_separation_white {
    margin: 20px 0px;
    border-top: 1px solid white;
    max-width: 150px !important;
}

.block {
    margin: 0px 14%;
    text-align: center;
    width: 70%;
}
.column > div {
    font-size: 16px;
}

/*#region img */

.p_img {
    border: 1px solid #0051ba;
    padding: 10px;
    margin: 10px;
}

.pc_image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}


/*#endregion */

.four_icon_home > div {
        margin-bottom: 22px;
        border: 1px solid #0051ba;
    }

.four_icon_home > h3 {
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: none;
    color: #0051ba;
    text-align: center;
}

.logo_nav {
    max-width: 125px;
    padding: 10px;
    margin-left: 25px
}

/*#region NAVIGATION */

ul.childUL {
    display: none;
    list-style-type: none;
    position: absolute;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    text-align: left;
    background-color: #ffffff;
    border-left: 3px solid #0051ba;
}
ul.childUL li {
    margin: 5px;
    padding-left: 15px;
    margin-right: 25px;        
}
li > a {
    font-size: 15px !important;
    padding-bottom: 18px !important;
    padding-top: 18px !important;
}
.nav-item{
    text-align: center;
}
.sticky-top {
    position: fixed !important;
    width:100%;
    position: sticky !important;
    position:-webkit-sticky;
    top: 0 !important;
}

.nav-item:hover ul.childUL {
    display: block;
}

.nav-item ul.childUL li a:hover {
    text-decoration: underline;
}

.navbar-collapse {
    height: 80px !important;
}

.nav {
    height: 100% !important;
}

    .nav > li {
        height: 100%;
        padding: 5px;
    }

        .nav > li > a:hover, .nav > li > a:focus {
            background-color: transparent !important;
            color: white !important;
        }

        .nav > li:hover {
            background-color: #6384bc !important;
        }

.navBottom > p > a {
    color: white !important;
    margin-right: 50px;
}
.navBottom {
    column-count: 2;
    white-space: nowrap;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181 !important;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 36px;
    }
footer {
    background-color: #575556;
    color: white;
    padding: 20px;
    bottom: 0;
    width: 100%;
    clear: both;
    position: relative;
    z-index: 10;
}

/*#endregion */

/*#region SLICK */
#horizontal-setup > .slick-list > .slick-track:before {
    position: absolute;
    left: 80px;
    display: block;
    width: 85%;
    height: 0;
    border-top: 1px dashed #bbb;
    content: "";
    top: 80px;
}
.setup-slick-next {
    line-height: 29px;
    background: rgba(255, 255, 255, 1);
    border: 3px solid #00BCD4;
    color: #00BCD4;
    font-size: 19px;
    height: 35px;
    width: 35px;
    z-index: 3;
}
.setup-slick-prev {
    line-height: 29px;
   background: rgba(255, 255, 255, 1);
    border: 3px solid #00BCD4;
    color: #00BCD4;
    font-size: 19px;
    height: 35px;
    width: 35px;
    z-index: 3;
}
    .center_img {
        display: flex;
        height: 150px;
        align-items: center;
    }

.slick-track {
    display: inline-flex !important;
    align-items: center !important;
    padding-top: 10px;
}

.quoteSlick > .slick-list > .slick-track {
    display: block !important;
    align-items: inherit !important;
}

.quoteSlick > .slick-list {
    padding: 0px 20px;
}

    .quoteSlick > .slick-list > .slick-track > .slick-active {
        visibility: visible !important;
    }

.slick-slide {
    text-align: center;
    color: #419be0;
    background: white;
    display: flex;
    align-items: center;
}

.slick-initialized .slick-slide {
    /*float: inherit;*/
    display: inline-block !important;
    vertical-align: middle;
}

.slick-button-prev {
    line-height: 0;
    position: absolute;
    top: 50%;
    left:-15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none !important;
    background: transparent;
    -webkit-appearance: button;
}
.slick-button-prev > i {
    outline:none;
}
.slick-button-next {
    line-height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: button;
}
.slick-button-next > i {
    outline: none;
}
#process-slider-lifestyle > .slick-list > .slick-track:before {
    position: absolute;
    left: 80px;
    display: block;
    width: 85%;
    height: 0;
    border-top: 1px dashed #bbb;
    content: "";
    top: 80px;
}
/*#endregion */

/*#region FONT */
@font-face {
    font-family: 'RobotoLight';
    src: url('../Umbraco/assets/fonts/Roboto/Roboto-Light.ttf') format('truetype'), url('../Umbraco/assets/fonts/Roboto/Roboto-Light.eot'), url('../Umbraco/assets/fonts/Roboto/Roboto-Light.woff') format('woff'), url('../Umbraco/assets/fonts/Roboto/Roboto-Light.svg') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('../Umbraco/assets/fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Myriad';
    src: url('../fonts/Myriad Pro Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.svg') format('svg'), url('../fonts/MyriadPro-Regular.eot');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../Umbraco/assets/fonts/opensans/OpenSans-Regular.ttf');
}

/*#endregion */

/*#region H* && TITLE */
.title_five_icon {
    margin-top: 50px;
    font-size: 25px;
    letter-spacing: 0px;
    color: #0051ba;
    line-height: 30px;
    text-align: center;
}

.title_article {
    font-weight: bold;
    letter-spacing: 0px;
    text-transform: none;
    color: #0051ba;
    text-align: center;
    font-size: 20px;
}

.new-title {
    color: black;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}
.h2_header {
    font-family: RobotoLight, Myriad !important;
}

.h1_header {
    font-family: Roboto, Myriad !important;
}

h4 {
    font-weight: 900 !important;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none;
    color: #0051ba !important;
}

.title_resources {
    padding: 8% 10%;
    font-weight: 900;
    font-size: 54px !important;
}

h3 > a {
    color: black;
    text-transform: uppercase;
    font-stretch: condensed;
    font-weight: bold;
}
/*#endregion */

/*#region HEADERS */
.logo_header {
    display: inline-block;
    background-color: white;
}

.ui-widget-header {
    background-color: white !important;
    color: rgb(40, 40, 40) !important;
}
.header_div > div > .column {
    padding: 0px;
}

.header {
    color: white;
    padding: 70px;
    margin-right: 20%;
}

.header_img_home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    /*margin-bottom: 50px;*/
}
.header_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: white;
    margin-bottom: 30px;
}
.header_div_color_grey > div {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.header_div_color {
    box-shadow: inset 0 0 0 1000px rgba(0,81,186,0.4);
}

    .header_div_color > div {
        padding: 10% 10% 2% 10%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

        .header_div_color > div > .col-md-3 {
            padding: 0px;
        }

.header_div_color_70 > div {
    background-color: rgba(0,81,186,0.8) !important;
}
.header_div_color_60 > div {
    background-color: rgba(0,81,186,0.6) !important;
}
.header_div_color_40 {
    box-shadow: inset 0 0 0 1000px rgba(0,81,186,0.4);
}

    .header_div_color_40 > div {
        padding: 5% 10%;
    }

.header_div > div {
    padding-top: 10%;
    padding-left: 15%;
}

.header_article_div > div {
    padding: 4% 0% 5% 20%;
}
.header-home {
    padding: 0px !important;
    max-width: 1200px !important;
}
.header_whowa_paragraphe {
    line-height: 1.4 !important;
    margin: 0 32% 10px 0 !important;
}
.paragraphe_header {
    font-size: 20px !important;
    line-height: 22px;
    text-align: left;
    margin: 0 45% 10px 0;
}

.header-home > div {
    padding-top: 15%;
}
.header_ourScope {
    box-shadow: inset 0 0 0 1000px rgba(0,81,186,0.6);
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
    .header_ourScope > div {
        padding: 5% 0px!important;
    }
/*#endregion */

/*#region ARTICLE */
.article > h1 {
    font-size: 34px !important;
    text-align: left !important;
    padding-left: 15% !important;
}


.article > h2 {
    text-align: center;
    font-weight: bold;
    margin-top: 5%;
    margin-bottom: 3%;
}

.article {
    text-align: justify;
    margin-top: 30px;
    font-size: 20px !important;
    /*font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
}

    .article > div {
        margin-left: 20% !important;
    }

/*#endregion */

/*#region BUTTON */

.btn-color-green {
    background-color: forestgreen !important;
    color: white !important;
}

.btn-classic {
    background-color: transparent !important;
    color: white !important;
    margin-top: 20px;
    border-radius: 0px;
    padding: 15px 32px;
    border: 1px solid white !important;
}

    .btn-classic:hover {
        background-color: white !important;
        color: #0051ba !important;
        border: 1px solid white !important;
        cursor: pointer;
    }


.btn-classic-blue {
    background-color: transparent !important;
    color: #0051ba !important;
    margin: 20px !important;
    border-radius: 0px !important;
    padding: 15px 32px !important;
    border: 1px solid #0051ba !important;
}


    .btn-classic-blue:hover {
        background-color: #0051ba !important;
        color: white !important;
        border: 1px solid #0051ba !important;
        cursor: pointer;
    }

.btn-classic-danger {
    background-color: transparent !important;
    color: #ca0606 !important;
    margin: 20px !important;
    border-radius: 0px !important;
    padding: 15px 32px !important;
    border: 1px solid #ca0606 !important;
}


    .btn-classic-danger:hover {
        background-color: #ca0606 !important;
        color: white !important;
        border: 1px solid #ca0606 !important;
        cursor: pointer;
    }
.btn-login {
    width: 75%;
    background-color: #0051ba !important;
    border: none !important;
    padding: 5% 6% !important;
    text-align: center;
    font-size: 15px;
}

#myBtn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    display: none;
    float: right;
    max-width: 50px;
    width: 100%;
    max-height: 50px;
    height: 100%;
    text-align: center;
    padding: 12px;
    border-radius: 25px;
    color: white;
    z-index: 1000;
}
    /*On Hover Color Change*/
    #myBtn:hover {
        background-color: #7dbbf1;
    }
.button_control_slider 
{
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #00bcf0;
    border:none;
}

.alert-success-input > button {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-info-input > button {
    color: #0c5460 !important;
    background-color: #d1ecf1 !important;
    border-color: #bee5eb !important;
}

.alert-error-input > button {
    color: #155724 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
/*#endregion */

/*#region GRID CONTENT */
.ressource_item {
    padding: 20px 10px;
    /*margin-bottom: 100px;*/
    display: inline-flex;
    align-items: center;
}
.border_our_scope {
    border-right: 1px solid;
    padding-right: 20px;
}
.margin-bottom{
    margin-bottom:0px;
}
.doublegrid_Image {
    background-size: cover;
    background-position: center center;
}

.Double_grid {
    background-color: #00bcf0 !important;
    color: white !important;
    padding: 0px !important;
}

.Double_grid_dark {
    margin: 2% 0px;
    background-color: #5064a0 !important;
    color: white !important;
    background-size: cover;
    background-position: center center;
}

    .Double_grid_dark > div > col-lg-6 {
        border-right: 1px solid white;
    }

.BlueDark {
    color:white;
    background-color: #0051ba;
    padding:2% 0px;
}
.BlueDark > a {
    color: white!important;
    font-weight:bold;
}

.BlueDark3 {
    color: white;
    background-color: #0051ba;
    padding: 3% 0px;
}

    .BlueDark3 > a {
        color: white !important;
        font-weight: bold;
    }

.TextContentDoubleGrid {
    color: white;
    padding: 0px;
}
.TextContentDoubleGridOurScope {
    color: white;
    padding: 0px;
}
.marginContent {
    margin: 8%;
}
.GrayGrid 
{
    background-color: #f1f1f1;
    padding: 2% 0px;
}
.BlueGrid {
    background-color: #0a4285;
}

.Double_grid_dark > div {
    margin: -20px;
    padding: 2% 450px;
}
.DoubleGrid {
    margin:50px;
    padding:50px;
}

.ThreeGridMargin {
    margin-left: 15%;
    margin-right: 15%;
    padding: 3% 0%;
}

.columnFourth {
    padding: 60px 35px;
    color: black;
    text-align: center;
}

.grayBackg {
    background-color: rgba(255,255,255,0.8) !important;
}

.whiteBackg {
    background-color: rgba(255,255,255,1) !important;
}

.separation_border {
    border-bottom: 8px solid #0051ba;
}
.separation_border_top {
    border-top: 8px solid #0051ba;
}
.citation {
    text-align: left;
    width: 90%;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    font-style: italic !important;
    color: black !important;
}
.author_citation {
    color: #01BCF1;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Roboto;
}

.GrayGrid > div {
    margin: auto;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/*#endregion */

/*#region CONTACT FORM */

.contactForm {
    color: white;
}

    .contactForm > p > input {
        width: 90%;
        max-width: none
    }

    .contactForm > p > textarea {
        width: 90%;
        max-width: none
    }


/*#endregion */

/*#region ICON */

.icon_social {
    padding: 10px;
    color: white !important;
    border-radius: 20px;
}

.socialIcon {
    font-size:20px !important;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    padding: 7px;
    line-height: 1;
    background-color: gray;
    color: white !important;
    text-align:center;
}
.socialIcon:before {
    vertical-align:middle;

}
.icon_div > div > div 
{
    min-width:20%;
}
.setup_icon {
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 2px #00BCD4;
    border-radius: 50%;
    position: relative;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #7d7d7d;
}
.setup_icon > i {
    color: #7d7d7d;
}
.lifestyle_icon {
    width: 140px;
    height: 140px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 0 2px #bbb;
    border-radius: 50%;
    position: relative;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.lifestyle_icon:hover {
    box-shadow: 0 0 0 5px #d8d8d8;
}
.title_lifestyle_icon {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}
    .title_lifestyle_icon:hover {
        color: #34caf3 !important;
        text-decoration:none !important;
    }
.label_placeholder {
    font-weight: bold;
    line-height: 0.9;
    width: 100%;
    height: 100%;
    display: table;
}
    .label_placeholder > a {
        color: #7d7d7d !important;
    }
.line_lifestyle {
    margin-left: 80px !important;
    margin: 15px;
    position: absolute;
    display: block;
    top: 355px;
    width: 45%;
    height: 0;
    border-top: 1px dashed #bbb;
}
/*#endregion */

/*#region BLOG */

.blogposts{
    margin-top:4%;
    margin-left:10%;
}

.blog-title {
    color: #0051BA !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight:bold;
    font-stretch:condensed;
}
.blog-date {
    color: dimgrey;
    text-transform: uppercase;
    font-family: Myriad, 'Myriad Pro';
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}
.blogpost-date > h3 {
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
}

.blogpost-date > h2 {
    font-size: 27px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

.blogpost-date {
    padding-right: 20px;
    border-right: 1px solid white;
    display: inline-block;
}

.blogpost-title {
    padding-left: 20px;
    font-size: 50px !important;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: 0.5px;
    display: inline-block;
}

/*#endregion */

/*#region LOGIN REGISTER */

.login_block {
    background-color: rgba(255,255,255,0.8);
    padding: 5%;
    margin: 20% 35% 0% 0%;
    float: right;
    width: 318px;
}

.register_view {
    background-color: rgba(0, 81, 186, 0.80);
    padding: 5% 10% 5% 18% !important;
    color: white;
}

.sign {
    background-color: #0051BA !important;
}

    .sign > a {
        color: white !important;
    }

/*#endregion */

/*#region UPLOAD DOWNLOAD */

.download_icon {
    background-color: #0051ba;
    border-radius: 50px;
    float: right;
}

    .download_icon > a {
        padding: 0px 10px;
        color: white !important;
    }


div.file-upload {
    border: 1px dashed #0051ba;
    border-radius: 10px;
    padding: 10px;
}

    div.file-upload:hover {
        background-color: #acabab;
        cursor: pointer;
    }


/*#endregion */

/*#region CONTACT STEP FORM*/
.ui-dialog {
    padding: 0px !important;
}

.ui-dialog-buttonset > button {
    margin: 5px 10px !important;
}
.ui-dialog-title {
    font-family: Myriad;
}
#container2 
{
    font-family: Myriad;
}
#dialog {
    padding-top: 0;
}

.inputInvalid {
    border: 1px solid red !important;
    color: red;
}

.contactCard {
    max-width: 49% !important;
    margin: 15px 5px;
    display: inline-block;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid rgba(189, 189, 189, 0.6);
}

.contactCardHeader {
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    color: grey;
}

/*#endregion */

@media (min-width: 1025px) {
    .hidden-lg{
        visibility:hidden;
    }
    h1 {
        font-size: 75px !important;
    }
    h2{font-size: 45px !important;}
    body { font-size: 20px !important;}
    .article > h2 {
        margin: 0px 35%;
    }
    .comm_h2 {
        padding:75px;
        font-size:52px;
        font-weight:900;
    }
    .minHeight {
        min-height: 730px;
    }
    .header_right_title {
        margin:10% 55%;
    }
    .columnFourth {
        height: 310px;
    }
    .header_div_color > div {
        max-width: 1140px;
    }

    .five_icons > div > .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 641px) and (max-width: 1025px) {
    .line_lifestyle {
        width:70%;
    }
    h1 { font-size: 49px !important; }
    h2 { font-size: 29px !important; }

    .header_div_color > div {
        max-width: 960px;
    }
    .paragraphe_header {
        line-height: 20px;
        margin-right: 10% !important;
    }
    body {
        font-size: 16px !important;
    }
    .logo_header {
        width: 50%;
        height: auto;
    }
    .title_five_icon {
        font-size: 20px;
    }
    .minHeight {
        min-height: 420px;
    }
    .columnFourth {
        height: 350px;
    }
    .five_icons { padding:0px;}
    .five_icons > div > .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .article > h2 {
        margin: auto;
        width: 50%;
    }
    .h2_header {
        padding-bottom: 0px;
    }
}

@media (max-width: 641px) {
    .blogpost-title {
        font-size: 30px !important;
    }
        ul .childUL {
        background-color: #1b1b1b;
    }
    .h3_ressource {
        font-size: 16px !important;
    }

    .title_resources {
        font-size: 40px !important;
    }

    .ressource_item {
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

    .ressource_item_padding {
        padding-left: 0px !important;
    }

    .border_our_scope {
        border-right: none;
        padding-right: 0px;
    }

    .slick-button-next {
        position: absolute;
        right: 10px;
        top: 70px;
        border: none;
        background: none;
        width: unset;
        height: unset;
        transform: none;
    }

    .line_lifestyle {
        visibility: hidden;
    }

    .four_icon_home {
        text-align: center;
        width: 50%;
        margin: auto;
    }

    .pc_image {
        visibility: hidden
    }

    .logo_nav {
        margin-left: 0px !important;
    }

    /*#region HEADER */
    .header-home {
        padding: 0px !important;
    }

        .header-home > div {
            padding-top: 40% !important;
        }

    .logo_header {
        width: 50%;
        height: auto;
    }
    .header_div_color_40 > div {
        padding-top: 150px !important;
    }
    .header_div_color_60 > div {
        padding-top: 150px !important;
    }
    .header_div_color_70 > div {
        padding-top: 150px !important;
    }
    .header_div_color_grey > div 
    {
        padding-top: 150px !important;
    }
    .paragraphe_header {
        font-size: 15px !important;
        line-height: 12px;
        margin-right: 10% !important;
    }

    .header_div_color > div {
        padding: 10px;
        max-width: 540px;
        padding-top: 150px !important;
    }

    .header_div {
        padding: 0px;
    }

        .header_div > div {
            padding: 0px;
        }

    .header_article_div > div {
        padding: 60px 0px;
    }

    /*#endregion */
    .footer_item {
        margin-right: 0px;
        display: inline-block;
		/*float:left;*/
    }

        .footer_item > a {
            margin-right: 0px !important;
        }
    /*#region TITLE */

    h1 {
        font-size: 29px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    .h1_header {
        font-size: 23px !important;
    }

    .h2_header {
        font-size: 13px !important;
    }

    .title_five_icon {
        font-size: 20px;
    }

    .header {
        padding: 5px;
    }
    /*#endregion */
    .column {
        margin: 10px
    }

    body {
        font-size: 10px !important;
    }

    .p_img {
        margin: 10px 50px;
    }

    .columnFourth {
        margin: 0px 10px 0px 10px !important;
        height: 200px;
    padding: 30px 5px !important;
}

    .DoubleGrid {
        margin:0px;
        padding:0px;
    }
    .minHeight {min-height: 400px;}
    .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}

    .navBottom > p > a {
        margin: 0px !important;
    }
    .navBottom { column-count:1}

    #ThreeLastNews > div > div {
        padding-left:0px;
    }
}

/*#region TIMELINE */
div#timeline {
    background-color: #00BCD7;
    margin-bottom: 100px;
    margin-top: 20px;
    height: 3px;
    width: 100%;
    position: relative;
}

    div#timeline > .inside {
        position: absolute;
        height: 4px;
        background-color: #fff;
        width: 0%;
        top: 3px;
        left: 0;
    }

.dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    cursor: pointer;
}

    .dot:nth-child(1) {
        left: 15%;
        border: 2px solid rgb(238,238,238);
        background-color: white;
    }

    .dot:nth-child(2) {
        left: 30%;
        background-color: white;
        border: 2px solid rgb(238,238,238);
    }

    .dot:nth-child(3) {
        left: 45%;
        background-color: white;
        border: 2px solid rgb(238,238,238);
    }

    .dot:nth-child(4) {
        left: 60%;
        background-color: white;
        border: 2px solid rgb(238,238,238);
    }
    .dot:nth-child(5) {
        left: 75%;
        background-color: white;
        border: 2px solid rgb(238,238,238);
    }

    .dot:nth-child(6) {
        left: 90%;
        background-color: white;
        border: 2px solid rgb(238,238,238);
    }
    .dot:hover {
        transform: scale(1.2);
    }

    .dot > p {
        font-family: roboto;
        font-size: 1.1rem;
        display: block;
        position: relative;
        top: -60px;
        text-align: center;
    }

    .dot > span {
        display: inline-block;
        color: rgb(125,125,125);
        position: relative;
    }
    .dot > div {
        margin-top: -20px;
    }
.check {
    border-color: #00BCD4 !important;
}
.check > span{
    color: #00BCD4;
}
.activeTimeline {
    background-color: #00BCD4 !important;
    border-color: #00BCD4 !important;
}
.activeTimeline > span {
    color: white;
}
    .activeTimeline > div {
        display: block !important;
    }
/*#endregion */


/* J.Reverso -> Ajouts pour Diana (mise en forme Headline/Doublergid) */

.doubleGridContainer{
    padding: 2% 0;
}

.doubleGridContainer > div {
    margin: auto;
    max-width: 1140px;
    width: 100%;
}
.backgroundGray {
    background-color: #f1f1f1;
}
.backgroundBlue {
    background-color: #00bcf0;
    color: white;
}
.backgroundBlueDark {
    background-color: #0051ba;
    color: white;
}

.backgroundGray a, backgroundBlue a, .backgroundBlueDark a {
    font-weight: bold;
}

.customHomeBg {
    background-size: contain;
    width:1920px;
    height:839px;
    margin:0px auto;
}