/*
Theme Name: Siatel
Theme URI: https://idizbox.com
Author: iDizBox
Author URI: https://idizbox.com
Description: Thème Siatel par iDizBox - 2022
Version: 1.00
Text Domain: idbxboostrap1
*/

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.eot');
    src: url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff'),
        url('fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Semibold.eot');
    src: url('fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Semibold.woff2') format('woff2'),
        url('fonts/Gilroy-Semibold.woff') format('woff'),
        url('fonts/Gilroy-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-white: #FFFFFF;
    --color-darkblue: #115996;
    --color-darkblue2: #2C6A9F;
    --color-mainblue: #0C59DB;
    --color-mainblue-hover: #1c71ff;
    --color-lightsky: #EDF5FD;
    --color-midsky: #6B829A;
    --color-textp: #254b5d;
    --color-texth: #002249;
}

html {
    scroll-behavior: smooth;
}

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible !important;
}

body {
    background-color: var(--color-lightsky);
    color: var(--color-textp);
    font-family: 'Gilroy';
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile_only {
    display: none;
}

:focus {
    outline: 0!important;
}

a, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.nopadding { padding: 0; }
.no-padding-left {padding-left: 0;}
.no-padding-right {padding-right: 0;}
.padding_t10 { padding-top: 10px; }
.padding_t15 { padding-top: 15px; }
.padding_t20 { padding-top: 20px; }
.padding_t25 { padding-top: 25px; }
.padding_t30 { padding-top: 30px; }
.padding_t40 { padding-top: 40px; }
.padding_t50 { padding-top: 50px; }
.padding_t60 { padding-top: 60px; }
.padding_t70 { padding-top: 70px; }
.padding_t80 { padding-top: 80px; }
.padding_t90 { padding-top: 90px; }
.padding_t100 { padding-top: 100px; }
.padding_t115 { padding-top: 115px; }
.padding_t120 { padding-top: 120px; }
.padding_t150 { padding-top: 150px; }
.padding_b10 { padding-bottom: 10px; }
.padding_b15 { padding-bottom: 15px; }
.padding_b20 { padding-bottom: 20px; }
.padding_b22 { padding-bottom: 22px; }
.padding_b30 { padding-bottom: 30px; }
.padding_b40 { padding-bottom: 40px; }
.padding_b50 { padding-bottom: 50px; }
.padding_b60 { padding-bottom: 60px; }
.padding_b70 { padding-bottom: 70px; }
.padding_b80 { padding-bottom: 80px; }
.padding_b90 { padding-bottom: 90px; }
.padding_b120 { padding-bottom: 120px; }
.padding_b150 { padding-bottom: 150px; }
.padding_b200 { padding-bottom: 200px; }
.padding_b250 { padding-bottom: 250px; }
.margin_t10 { margin-top: 10px; }
.margin_t15 { margin-top: 15px; }
.margin_t20 { margin-top: 20px; }
.margin_t30 { margin-top: 30px; }
.margin_t40 { margin-top: 40px; }
.margin_t50 { margin-top: 50px; }
.margin_t60 { margin-top: 60px; }
.margin_t70 { margin-top: 70px; }
.margin_t80 { margin-top: 80px; }
.margin_b10 { margin-bottom: 10px; }
.margin_b15 { margin-bottom: 15px; }
.margin_b20 { margin-bottom: 20px; }
.margin_b30 { margin-bottom: 30px; }
.margin_b40 { margin-bottom: 40px; }
.margin_b50 { margin-bottom: 50px; }
.margin_b60 { margin-bottom: 60px; }
.margin_b70 { margin-bottom: 70px; }
.margin_b80 { margin-bottom: 80px; }
.margin_b90 { margin-bottom: 90px; }
.mid-padding-right { padding-right: 7.5px; }
.mid-padding-left { padding-left: 7.5px; }

.page_standard {
    padding-top: 118px;
    position: relative;
}

.grecaptcha-badge {
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    font-weight: bold;
    color: var(--color-texth);
}

h1, .h1 {
    font-size: 48px;
    font-weight: bold;
}

.h2, h2 {
    font-size: 42px;
    font-weight: bold;
}

.h3, h3 {
    font-size: 28px;
    font-weight: bold;
}

.h4, h4 {
    font-size: 20px;
    font-weight: bold;
}

.h_sup {
    color: var(--color-midsky);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fw400 {
    font-weight: 400;
}

.fs14 {
    font-size: 14px;
} 

.fs15 {
    font-size: 15px;
} 

.fs16 {
    font-size: 16px;
} 

.fs18 {
    font-size: 18px;
} 

.fs20 {
    font-size: 20px;
} 

.col_flashblue {
    color: var(--color-mainblue);
}

.col_mainblue {
    color: var(--color-mainblue);
}

.border_r10 {
    border-radius: 0px;
}

.bg_lightsky {
    background-color: var(--color-lightsky);
}

.bg_white {
    background-color: var(--color-white);
}

.bg_darksky {
    background-color: var(--color-texth);
    color: var(--color-white);
}

.bg_darksky h1, .bg_darksky h2, .bg_darksky h3, .bg_darksky h4, .bg_darksky h5 {
    color: var(--color-white);
}

.bg_darksky .actu_une_auteurnamedate {
    color: var(--color-mainblue);
}

.bg_darksky .link_arrow, .bg_darksky .link_arrow:visited, .bg_darksky .link_arrow:active, .bg_darksky .link_arrow:focus {
    color: var(--color-white);
}

.bg_darksky .link_arrow svg path {
    fill: var(--color-white);
}

.btn, .btn:active, .btn:visited, .btn:focus {
    background-color: var(--color-mainblue);
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    padding: 7px 26px;
    line-height: initial;
    border-radius: 0px;
    border: 2px solid var(--color-mainblue);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn_blue, .btn_blue:active, .btn_blue:visited, .btn_blue:focus {
    background-color: var(--color-mainblue);
    color: var(--color-white);
    border: 2px solid var(--color-mainblue);
}

.btn:hover, .btn_blue:hover {
    background-color: var(--color-mainblue-hover);
    color: var(--color-white);
    border: 2px solid var(--color-mainblue-hover);
}

.btn_flashblue, .btn_flashblue:active, .btn_flashblue:visited, .btn_flashblue:focus {
    background-color: var(--color-mainblue);
    color: var(--color-white);
    border: 2px solid var(--color-mainblue);
}

.btn_flashblue:hover {
    background-color: var(--color-mainblue-hover);
    color: var(--color-white);
    border: 2px solid var(--color-mainblue-hover);
}

.btn_darkblue, .btn_darkblue:active, .btn_darkblue:visited, .btn_darkblue:focus {
    background-color: var(--color-texth);
    color: var(--color-white);
    border: 2px solid var(--color-texth);
}

.btn_darkblue:hover {
    background-color: #000812;
    color: var(--color-white);
    border: 2px solid #000812;
}

.btn_big, .btn_big:active, .btn_big:visited, .btn_big:focus {
    padding: 14px 26px;
}

.btn_smaller, .btn_smaller:active, .btn_smaller:visited, .btn_smaller:focus {
    font-size: 16px;
    padding: 7px 20px;
}

.btn_has2 {
    margin: 0 5px;
}

.link_arrow, .link_arrow:visited, .link_arrow:active, .link_arrow:focus {
    color: var(--color-mainblue);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.link_arrow:hover {
    color: var(--color-mainblue-hover);
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.link_arrow svg {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: -1px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.link_arrow svg path {
    fill: var(--color-mainblue);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.link_arrow:hover svg {
    margin-left: 15px;
    margin-right: 0px;
}

.link_arrow:hover svg path {
    fill: var(--color-mainblue-hover);
}

.row.valign {
    display: flex;
    align-items: center;
}

.row_isflexcenter {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

/****************************************/
/*************** NAVBAR *****************/
/****************************************/

.navbar-default {
    background-color: var(--color-lightsky);
    border: none;
    margin: 0;
    border-radius: 0;
    min-height: 90px;
}

.navbar-brand {
    float: left;
    height: 90px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a {
    color: var(--color-texth);
    font-weight: 500;
    font-size: 18px;
    padding: 0;
}

.navbar-nav>li {
    padding: 35px 15px;
    position: static;
}

.navbar-nav>li:first-of-type {
    padding-left: 0;
}

.navbar-default .navbar-nav>li>a svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 6px;
}

.navbar-default .navbar-nav>li>a svg path {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>li.isactive>a, .navbar-default .navbar-nav>.isactive>a:focus, .navbar-default .navbar-nav>.isactive>a:hover {
    color: var(--color-mainblue);
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus svg path, .navbar-default .navbar-nav>li>a:hover svg path, .navbar-default .navbar-nav>li.active>a svg path, .navbar-default .navbar-nav>li.isactive>a svg path, .navbar-default .navbar-nav>li.active>a:focus svg path {
    fill: var(--color-mainblue);
}

.navbar-default .navbar-nav>li>a:focus {
    color: var(--color-texth);
}

.navbar-default .navbar-nav>li>a:focus svg path {
    fill: var(--color-texth);
}

.dropdown-menu>li>a, .dropdown-menu>.active>a, .dropdown-menu>.isactive>a {
    color: #1D1D1B;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    opacity: 0.5;
}

.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover {
    color: #1D1D1B;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    opacity: 1;
}

.dropdown-menu {
    border: 0;
    top: 80%;
}

/*ul.nav li.dropdown:hover ul.dropdown-menu {*/
.navbar-nav>li.active ul.dropdown-menu {
    display: block;
    z-index: 9999;
}

#menu-menu-principal {
    position: relative;
}

.navbar-nav>li.menu-contact {
    padding: 24.5px 15px;
}

.navbar-nav>li.menu-contact a {
    color: var(--color-white);
    font-size: 18px;
    font-weight: bold;
    padding: 7px 26px;
    line-height: initial;
}

.navbar-nav>li.menu-contact a:focus, .navbar-nav>li.menu-contact a:hover {
    background-color: var(--color-mainblue-hover);
    color: var(--color-white);
    border: 2px solid var(--color-mainblue-hover);
}

.navbar-right .dropdown-menu {
    right: 0;
    left: 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0px;
    padding: 20px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 15px;
}

.submenu_title {
    color: var(--color-mainblue);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
    margin-left: 10px;
    text-decoration: none;
}

.submenu_title a, .submenu_title a:hover {
    color: var(--color-mainblue);
    text-decoration: none;
}

.submenu_title a:hover {
    color: var(--color-mainblue);
    text-decoration: none;
}

.submenu_subs .submenu_suba, .submenu_subs .submenu_suba:visited, .submenu_subs .submenu_suba:active, .submenu_subs .submenu_suba:focus {
    display: inline-block;
    color: var(--color-texth);
    font-size: 15px;
    padding: 6px 10px;
    background-color: transparent;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 500;
}

.submenu_subs .submenu_suba:hover {
    background-color: var(--color-lightsky);
    text-decoration: none;
}

.submenu_subs .submenu_subad {
    margin-bottom: 3px;
}

.submenu_cta .link_arrow, .submenu_cta .link_arrow:visited, .submenu_cta .link_arrow:active, .submenu_cta .link_arrow:focus {
    color: var(--color-mainblue);
    font-size: 16px;
    text-decoration: none;
}

.submenu_cta .link_arrow:hover {
    color: var(--color-mainblue-hover);
}

.submenu_subs .submenu_subad:last-of-type {
    margin-bottom: 0;
}

.submenu_cta {
    margin-top: 15px;
    margin-left: 10px;
}

#navbar-bg {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    background: #002340;
    z-index: 300;
    -webkit-transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    opacity: 0;
    visibility: hidden;
}

body.navbar-on {
    overflow: hidden;
}

body.navbar-on #navbar-bg {
    visibility: visible;
    opacity: .15;
    pointer-events: auto;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
    z-index: 9999;
}

nav.navbar.navbar-on, body.navbar-on nav.navbar {
    z-index: 99999!important;
}

.navbar-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #002340;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
    transition: opacity 1.5s ease-out .1s,visibility 1.5s ease-out .1s;
}

.navbar-default.navbar-on:before {
    visibility: visible;
    opacity: .15;
    pointer-events: none;
    -webkit-transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    transition-timing-function: cubic-bezier(0.19,1,0.22,1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer;
/*    z-index: 9998;*/
}

.submenu_actune {
    margin-top: 18px;
    margin-bottom: 20px;
}

a.menu_actune, a.menu_actune:active, a.menu_actune:visited, a.menu_actune:focus {
    padding: 10px;
    display: block;
    background-color: transparent;
    border-radius: 0px;
    text-decoration: none;
}

a.menu_actune:hover {
    background-color: var(--color-lightsky);
    text-decoration: none;
}

.menu_actune_date {
    color: #729DC0;
    font-size: 14px;
    margin-bottom: 7px;
}

.menu_actune_titre {
    color: var(--color-texth);
    font-size: 15px;
    font-weight: 500;
}

.sub_menu_intro {
    font-size: 15px;
    color: var(--color-darkblue);
    margin-left: 10px;
    margin-right: 10px;
}

a.submenu_suba strong {
    display: block;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-top: 26px;
    padding-right: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #002249;
    width: 28px;
    height: 3px;
    border-radius: 5px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default.navbar-on .navbar-toggle .icon-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-default.navbar-on .navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-default.navbar-on .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 90%;
    margin-top: 6px;
}

/****************************************/
/*************** ACCUEIL ****************/
/****************************************/

.page_standard.page_accueil {
    padding-top: 0;
}

#top {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0 90px 0;
}

h1.acc_h1 {
    font-size: 52px;
}

.acc_cta a:nth-of-type(2) {
    margin-left: 40px;
}

#actualite_une_home .actu_une_resume, #actualite_une_home .actu_une_auteurname, #actualite_une_home .actu_une_auteurdate {
    color: #FFFFFF;
}

/****************************************/
/************* ACTUALITES ***************/
/****************************************/

a.actu_une_a, a.actu_une_a:visited, a.actu_une_a:hover, a.actu_une_a:focus {
    color: #476A83;
    text-decoration: none;
}

a.actu_une_a:hover .link_arrow svg {
    margin-left: 15px;
    margin-right: 0px;
}

.link_arrow.actu_une_lire {
    font-size: 16px;
}

.actu_une_cat {
    margin-bottom: 15px;
}

.actu_une_cat span {
    background-color: #d2deed;
    color: var(--color-texth);
    font-weight: bold;
    font-size: 12px;
    padding: 6px 15px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 0;
    margin-bottom: 5px;
}

.actu_une_resume {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: justify;
}

.actu_une_auteurcont {
    display: flex;
    align-items: center;
    width: fit-content;
}

.actu_une_auteurimg {
    display: inline-block;
}

.actu_une_auteurimg img {
    border-radius: 100px;
}

.actu_une_auteurnamedate {
    display: inline-block;
    margin-left: 10px;
    color: var(--color-texth);
}

.actu_une_auteurname {
    font-size: 14px;
    font-weight: bold;
}

.actu_une_auteurdate {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-midsky);
}

#search_cont form {
    position: relative;
    display: block;
}

#search_cont input {
    width: 100%;
    height: 40px;
    padding: 12px 45px 12px 15px;
    background-color: var(--color-white);
    border: 2px solid var(--color-texth);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
}

#search_cont button {
    background-color: var(--color-white);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
}

#search_cont input::-webkit-input-placeholder { 
  color: var(--color-midsky);
}
#search_cont input::-moz-placeholder {
  color: var(--color-midsky);
}
#search_cont input:-ms-input-placeholder {
  color: var(--color-midsky);
}
#search_cont input:-moz-placeholder {
  color: var(--color-midsky);
}

.actu_filter {
    color: var(--color-texth);
    padding: 8px 16px;
    background-color: #d2deed;
    border-radius: 100px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.actu_filter.active, .actu_filter:hover {
    background-color: var(--color-texth);
    color: var(--color-white);
}

.actu_info_tagsolo {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-midsky);
    margin-right: 10px;
}

.actu_info_date {
    color: var(--color-midsky);
    font-size: 12px;
    text-align: right;
}

.actu_link, .actu_link:visited, .actu_link:active, .actu_link:focus, .actu_link:hover {
    color: inherit;
    text-decoration: none;
}

.actu_link img {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.actu_link:hover img {
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
}

.posts_pagination ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.posts_pagination ul li {
    display: inline-block;
    font-weight: bold;
}

a.prev.page-numbers, a.next.page-numbers, a.prev.page-numbers:hover, a.next.page-numbers:hover {
    color: var(--color-white);
    text-decoration: none;
    background-color: transparent;
    width: auto;
}

a.page-numbers {
    display: inline-block;
    background-color: var(--color-lightsky);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--color-texth);
    border-radius: 50%;
    margin: 0 5px;
}

span.page-numbers.current {
    display: inline-block;
    text-decoration: none;
    background-color: var(--color-texth);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 5px;
}

a.page-numbers:hover {
    display: inline-block;
    text-decoration: none;
    background-color: var(--color-texth);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: var(--color-lightsky);
    border-radius: 50%;
    margin: 0 5px;
}

/****************************************/
/*********** ACTUALITE SOLO *************/
/****************************************/

ul.art_solo_share {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.art_solo_share li {
    display: inline-block;
    margin: 0 5px;
}

button.share-btn {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
}

.actu_solo_auteur img {
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.actu_solo_auteur {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--color-texth);
}

.actu_solo_auteurlinkedin {
    position: relative;
    display: block;
    top: 2px;
}

.actu_solo_auteurlinkedin a {
    display: block;
}

img.alignleft {
    float: left;
    margin-right: 30px;
    border-radius: 0px;
}

img.alignright {
    float: right;
    margin-left: 30px;
    border-radius: 0px;
}

/****************************************/
/************* EVENEMENTS ***************/
/****************************************/

.event_link {
    display: block;
    background-color: var(--color-white);
    border-radius: 0px;
    overflow: hidden;
}

.event_link:hover {
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
}

.event_imgcontin {
    position: relative;
}

.event_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.event_title h4 {
    font-size: 24px;
    color: var(--color-white);
}

.event_infocont {
    padding: 30px 15px 20px 15px;
}

.event_tag {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -10px;
}

.event_tag span {
    background-color: #d1dded;
    color: var(--color-texth);
    font-size: 12px;
    font-weight: bold;
    padding: 7px 15px;
    height: 30px;
    border-radius: 0;
}

.event_date {
    color: var(--color-mainblue);
    font-weight: bold;
    font-size: 18px;
}

.event_horaire, .event_lieu {
    color: var(--color-texth);
    font-size: 18px;
    font-weight: 400;
}

.event_lieu svg {
    display: inline-block;
    margin-right: 7px;
    vertical-align: text-top;
}

.event_solotop_date {
    font-weight: bold;
}

.event_solo_infosmoreheader span, .event_solo_inscriptionsheader span {
    font-weight: bold;
    padding: 8px 15px;
    background-color: var(--color-texth);
    display: block;
    color: var(--color-white);
    font-size: 20px;
    border-radius: 0px;
}

.event_solocat span {
    font-size: 14px;
}

.input100 {
    width: 100%;
}

.inputbb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 20px;
    background-color: var(--color-white);
    border: 1px solid var(--color-texth);
    margin-bottom: 20px;
    border-radius: 0px;
}
 
.inputbb::-webkit-input-placeholder { 
  color: var(--color-midsky);
}
.inputbb::-moz-placeholder {
  color: var(--color-midsky);
}
.inputbb:-ms-input-placeholder {
  color: var(--color-midsky);
}
.inputbb:-moz-placeholder {
  color: var(--color-midsky);
}

input.pretty_checkbox[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

input.pretty_checkbox[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 25px;
    color: inherit;
    font-weight: 400;
    line-height: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: left;
    margin-bottom: 15px;
    font-size: 14px;
}

input.pretty_checkbox[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid var(--color-texth);
    position: absolute;
    left: 0;
    top: 4px;
    opacity: 1;
    border-radius: 0px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.pretty_checkbox[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label a {
    color: inherit;
}

.humans_siatel {
    display: none;
}

.event_democont {
    background-color: var(--color-texth);
    border-radius: 0;
    padding: 20px;
    color: var(--color-white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noevent_democont {
    color: var(--color-texth);
    background-color: var(--color-white);
}

.event_demotitle {
    font-size: 24px;
    font-weight: bold;
}

#past_events .event_link {
    background-color: #ecf5fd;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.eventpast_info {
    text-align: center;
    color: var(--color-white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: var(--color-texth);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#past_events .event_link:hover .eventpast_info {
    opacity: 1;
}

.page_evenement img {
    border-radius: 0px;
    width: 100%;
    height: auto;
}

.eventpast_info h4 {
    color: var(--color-white);
}

#past_events .event_date {
    color: var(--color-texth);
}

/************************+++++++++****************/
/************* TARIFS - OFFRES CLOUD *************/
/*************************************************/

.offres_gefc_cont {
    position: relative;
    margin-top: -115px;
    background-color: var(--color-white);
    border-radius: 0px;
/*
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
*/
    padding: 0px 15px 30px 15px;
}

.offres_gefc_titre h2 {
    font-size: 26px;
}

.offres_gefc_keys {
    font-size: 18px;
}

.offres_gefc_keys ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offres_gefc_keys ul li {
    display: block;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}

.offres_gefc_keys ul li:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9.46' viewBox='0 0 13 9.46'%3E%3Cg transform='translate(0.001 -55.188)'%3E%3Cpath d='M12.619,57.409,5.761,64.266a1.3,1.3,0,0,1-1.84,0l-3.54-3.54a1.3,1.3,0,0,1,1.84-1.84l2.621,2.621,5.938-5.938a1.3,1.3,0,0,1,1.84,1.84Z' fill='%230c59db'/%3E%3C/g%3E%3C/svg%3E");
    position: absolute;
    left: 0;
}

.offres_gefc_keys ul li:last-of-type {
    margin-bottom: 0;
}

.offres_gfc_keys ul li:last-of-type {
    margin-bottom: 44px;
}

.offres_gefc_keys ul li.offre_gec_pc_1 {
    font-weight: bold;
}

.offres_gefc_logo {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
}

.offres_gefc_titre {
    padding-top: 50px;
}

.rea_ico img {
    height: 60px;
    width: auto;
    margin: auto;
}

.rea_title {
    font-size: 18px;
    margin-top: 15px;
    color: var(--color-texth);
}

/****************************************/
/****** TARIFS - OFFRES ON PREMISE ******/
/****************************************/

.offre_onpremise_bloc {
    position: relative;
    background-color: var(--color-white);
    border-radius: 0px;
    cursor: pointer;
    padding: 15px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.offre_onpremise_bloc:hover {
    -webkit-box-shadow: 3px 3px 0px 0px var(--color-texth);
    -moz-box-shadow: 3px 3px 0px 0px var(--color-texth);
    box-shadow: 3px 3px 0px 0px var(--color-texth);
}

.offre_onpremise_bloc h3 {
    font-size: 18px;
}

/****************************************/
/**** TARIFS - OFFRE ESSENTIEL CLOUD ****/
/****************************************/

.toc_descont h2 {
    font-size: 34px;
}

.toc_imgcont {
    position: relative;
}

.toc_imgcont img {
/*
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
*/
    position: relative;
}

.toc_imgcont:before {
    content: "";
    position: absolute;
    background-color: var(--color-texth);
    left: 40px;
    right: 40px;
    top: -25px;
    bottom: -25px;
    border-radius: 0px;
    display: none;
}

.bg_lblue .toc_imgcont:before {
    background-color: var(--color-texth);
    display: none;
}

/****************************************/
/*************** SOLUTIONS **************/
/**** LA SUITE LOGICIELLE GARGANTUA *****/
/****************************************/

.gargantua_fonctionnalite_bloc {
    position: relative;
    background-color: var(--color-white);
    border-radius: 0px;
    padding: 36px 15px 15px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gargantua_fonctionnalite_titre h4 {
    font-size: 16px;
}

.gargantua_fonctionnalite_ico {
    position: absolute;
    width: 46px;
    height: 46px;
/*    background-color: #105995;*/
    margin: auto;
    top: -23px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0px;
    overflow: hidden;
}

/****************************************/
/*************** SOLUTIONS **************/
/****** SOLUTIONS PRETES A L'EMPLOI *****/
/****************************************/

.gargantua_app_bloc {
    position: relative;
    background-color: var(--color-white);
    border-radius: 0px;
/*
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
*/
    padding: 40px 15px 20px 15px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gargantua_app_ico {
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0px;
}

.gargantua_app_titre h3 {
    font-size: 18px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.gargantua_app_link, a.gargantua_app_link:visited, a.gargantua_app_link:focus, a.gargantua_app_link:hover {
    text-decoration: none;
    color: inherit;
}

.gargantua_app_blocin {
    z-index: 2;
}

a.gargantua_app_link:hover h3 {
    opacity: 0;
}

.gargantua_app_blocinplus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002249;
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a.gargantua_app_link:hover .gargantua_app_blocinplus {
    opacity: 1;
}

a.gargantua_app_link:hover h3.gargantua_app_plus {
    opacity: 1;
}

a.gargantua_app_link h3.gargantua_app_plus {
    font-size: 18px;
    color: #FFFFFF;
}

.bg_halfwhite {
    position: relative;
}

.bg_halfwhite:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 15px;
    right: 50%;
    background-color: var(--color-white);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section_cas_usage_solo {
    position: relative;
    background-color: var(--color-white);
    border-radius: 0px;
    cursor: pointer;
    padding: 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.section_cas_usage_solo:hover {
    -webkit-box-shadow: 3px 3px 0px 0px var(--color-texth);
    -moz-box-shadow: 3px 3px 0px 0px var(--color-texth);
    box-shadow: 3px 3px 0px 0px var(--color-texth);
}

.section_cas_usage_soloin {
    display: flex;
    align-items: center;
}

.section_cu_imgcont {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
/*    background-color: #105995;*/
    border-radius: 0px;
}

.section_cu_titre {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    max-width: calc( 100% - 62px );
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: var(--color-texth);
}

.section_cu_letsgo {
    margin-left: auto;
}

.section_cas_usage_solofull {
    display: none;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    bottom: 15px;
    background-color: white;
    border-radius: 0px;
    padding: 15px;
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    z-index: 2;
}

.section_cas_usage_solofull_header {
    display: flex;
    align-items: center;
}

.section_cufull_imgcont {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
/*    background-color: #105995;*/
    border-radius: 5px;
}

.section_cufull_titre {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    max-width: calc( 100% - 55px );
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: var(--color-texth);
}

.section_cufull_close {
    margin-left: auto;
    cursor: pointer;
}

.section_cas_usage_solofull_desc {
    margin-top: 15px;
}

.toc_descont_sectioncas {
    margin-right: 15px;
}

.section_cas_usage_solofull_desc ul {
    padding-left: 12px;
    list-style: none;
}

.section_cas_usage_solofull_desc ul li::before {
    content: "";
    background-color: var(--color-texth);
    width: 6px;
    height: 6px;
    border-radius: 50px;
    display: inline-block;
    margin-left: -12px;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.section_cas_usage_solofull_desc ul li {
    margin-bottom: 5px;
}

/****************************************/
/*************** SERVICES ***************/
/****************************************/

.service_card {
    background-color: var(--color-white);
    padding: 27px;
    position: relative;
}

.service_info_cont h2 {
    font-size: 30px;
}

.service_img_cont {
    padding-top: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 400px;
}

.text-right .service_img_cont {
    margin-right: 0;
    margin-left: auto;
}

#services_plus h3, #offres_plus h3 {
    font-size: 38px;
}

.service_info_stitrecont {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    text-align: center;
}

.service_info_stitre {
    font-size: 13px;
    font-weight: bold;
    background-color: #E2EDFB;
    padding: 7px 15px;
    line-height: initial;
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 25px;
    color: var(--color-texth);
}

.service_info_cont .link_arrow {
    font-size: 16px;
}

.sub_menu_img_services {
    width: 85px;
    height: 85px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    vertical-align: text-top;
    float: left;
    margin: 0px 15px 10px 0px;
}

.submenu_services_intro {
    line-height: 24px;
}

/****************************************/
/************* RECRUTEMENT **************/
/****************************************/

.recrutement_offrea, .recrutement_offrea:visited, .recrutement_offrea:active, .recrutement_offrea:focus {
    display: block;
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 0px;
    color: var(--color-texth);
    text-decoration: none;
}

.recrutement_offrea:hover {
    display: block;
    background-color: var(--color-white);
    -webkit-box-shadow: 3px 3px 0px 0px var(--color-texth);
    -moz-box-shadow: 3px 3px 0px 0px var(--color-texth);
    box-shadow: 3px 3px 0px 0px var(--color-texth);
    padding: 20px;
    border-radius: 0px;
    color: var(--color-texth);
    text-decoration: none;
}

.recrutement_offrecont h2 {
    font-size: 24px;
}

.recrutement_offre_type {
    font-weight: bold;
}

.recrutement_offre_lieu svg {
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}

.page_recrutementoffre h3 {
    margin-bottom: 15px;
}

.page_recrutementoffre li::marker {
    color: var(--color-mainblue);
}

.recrutementoffre_cont {
    background-color: var(--color-white);
    border-radius: 0px;
    position: relative;
    margin-top: -40px;
    padding: 50px 20px 30px 20px;
}

.recrutementoffre_info {
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
}

.modal {
    z-index: 99999999;
}

.modal-content {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-header {
    padding: 15px;
    border: none;
    background-color: var(--color-lightsky);
    border-radius: 10px 10px 0 0;
}

.close_modal {
    top: 12px;
    right: 12px;
    position: absolute;
    opacity: 0.4;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.close_modal:hover {
   opacity: 1;
}

.h_sup.modal_sup {
    margin-bottom: 5px;
}

h4.modal-title {
    font-size: 24px;
}

p.form_candidature_merci, .newsletter_merci, .demo_merci, .conference_merci, .contact_merci {
    display: none;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

p.cv_pdf_label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--color-texth);
}

.cv_pdf_cont {
    position: relative;
    margin-bottom: 20px;
}

input#cv_pdf {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.cv_pdf_cont label.label_block {
    display: inline-block;
    padding: 9px 30px;
    background: transparent;
    color: var(--color-mainblue);
    font-size: 14px;
    border: 1px solid var(--color-mainblue);
    border-radius: 0px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
}

.cv_pdf_cont label.label_block:hover {
    background: var(--color-mainblue);
    color: var(--color-white);
}

textarea#motivation, textarea#demo_message {
    border-radius: 0px;
    resize: none;
}

.demo_merci {
    margin-top: 20px;
    font-size: 18px;
}

.recrutement_siatel_logo_1 {
    position: absolute;
    top: 160px;
    right: -300px;
    z-index: -1;
    pointer-events: none;
}

.recrutement_siatel_logo_2 {
    position: absolute;
    bottom: -36px;
    left: -330px;
    z-index: -1;
    pointer-events: none;
}

/****************************************/
/***************** FAQ ******************/
/****************************************/

.faq_section h2 {
    font-size: 26px;
    margin-bottom: 30px;
}

.panelcont {
    margin-bottom: 20px;
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 0px;
}

.panel-faq {
    margin-bottom: 60px;
}

.panel-faq .panel {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.panel-faq .panel-heading {
    padding: 0;
    border-bottom: none;
}

.panel-body {
    padding: 20px 0;
}

.panel-faq a.panel-headfaq, .panel-faq a.panel-headfaq:hover {
    text-decoration: none;
}

.panel-faq .panel-heading h4.panel-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-textp);
    padding-right: 15px;
    position: relative;
}

.panel-faq .panel-heading h4.panel-title:before {
    content: '-';
    position: absolute;
    right: 0;
}

.panel-faq a.panel-headfaq.collapsed .panel-heading h4.panel-title:before {
    content: '+';
}

/****************************************/
/*************** CONTACT ****************/
/****************************************/

.contact_container {
    background-color: var(--color-white);
    border-radius: 0px;
    padding: 20px;
    margin-top: 40px;
}

.page_contact .inputbb {
    background-color: #eef3fa;
    border: none;
}

textarea#contact_message {
    border-radius: 0px;
    resize: none;
}

select.inputbb {
    background-repeat:no-repeat;
    background-position:97% 50%;
    background-size:13px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23002249' d='M481.4,137.3c-6.4-6.4-16.7-6.4-23,0L256,340.1L53.2,137.3c-6.4-6.4-16.7-6.4-23,0c-6.4,6.4-6.4,16.7,0,23 l213.9,213.9c3.2,3.2,7.1,4.8,11.5,4.8c4,0,8.3-1.6,11.5-4.8L481,160.3C487.8,154,487.8,143.7,481.4,137.3L481.4,137.3z'/%3E%3C/svg%3E");
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    padding-right:25px
}

.label_block {
        color: var(--color-texth);
}

/****************************************/
/************* A PROPOS *****************/
/****************************************/

.apropos_pres_imgbloc {
    position: relative;
    padding-top: 70%;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.apropos_clogo_imgbloc {
    padding-bottom: 50%;
    position: relative;
    position: relative;
    background-color: var(--color-white);
    border-radius: 0px;
/*
    -webkit-box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
    -moz-box-shadow: 0px 6px 8px 0px rgba(17,89,150,0.16);
    box-shadow: 0px 6px 8px 0px rgb(17 89 150 / 16%);
*/
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

img.apropos_clogo_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: contrast(0) sepia(100%) hue-rotate(183deg) brightness(0.5) saturate(1.28);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

img.apropos_clogo_img:hover {
    filter: none;
}

/****************************************/
/**************** LEGAL *****************/
/****************************************/

.page_legal a {
    color: var(--color-darkblue);
    text-decoration: underline;
}

/****************************************/
/*************** FOOTER *****************/
/****************************************/

footer {
    background-color: var(--color-mainblue);
    padding: 50px 0;
    color: var(--color-white);
}

.footer_sep {
    height: 1px;
    width: 100%;
    background-color: #3673A7;
}

.footer_siatel_intro, .footer_nl_intro {
    color: #B7CDDF;
}

.footer_title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-white);
}

ul.footer_menu, ul.footer_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer_menu li {
    margin-bottom: 8px;
}

ul.footer_menu li a, ul.footer_menu li a:active, ul.footer_menu li a:visited, ul.footer_menu li a:focus {
    color: #B7CDDF;
    text-decoration: none;
}

ul.footer_menu li a:hover {
    text-decoration: none;
    color: var(--color-white);
}

ul.footer_menu li a:hover {
    color: var(--color-white);
}

.footer_title_nl {
    margin-bottom: 0px;
}

.footer_copyrights, .footer_copyrights a, .footer_copyrights a:active, .footer_copyrights a:visited, .footer_copyrights a:focus {
    font-size: 12px;
    color: #B7CDDF;
    text-decoration: none;
}

.footer_copyrights a:hover {
    text-decoration: none;
    color: var(--color-white);
}

.footer_nl_form {
    position: relative;
}

.footer_nl_form .btn, .footer_nl_form .btn:active, .footer_nl_form .btn:visited {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 9px 30px;
    height: 40px;
}

#footer_nl input[type="email"] {
    border: none;
    padding: 9px 20px;
    width: 98%;
    border-radius: 0px;
    height: 40px;
    -webkit-appearance: none;
    color: var(--color-darkblue);
}

#footer_nl input[type="email"]::-webkit-input-placeholder { 
  color: var(--color-midsky);
}
#footer_nl input[type="email"]::-moz-placeholder {
  color: var(--color-midsky);
}
#footer_nl input[type="email"]:-ms-input-placeholder {
  color: var(--color-midsky);
}
#footer_nl input[type="email"]:-moz-placeholder {
  color: var(--color-midsky);
}

ul.footer_social li {
    display: inline-block;
    margin-right: 10px;
}

ul.footer_social li a svg path {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

ul.footer_social li a:hover svg path.path_go_flashblue {
    fill: var(--color-texth);
}

/*******************************/
/******** MEDIA QUERIES ********/
/*******************************/

@media (min-width: 1121px) and (max-width: 1199px) {
    .container {
        width: 1120px;
    }
}

@media (min-width: 1051px) and (max-width: 1121px) {
    .container {
        width: 1050px;
    }
    
    .navbar-nav>li {
        padding: 35px 10px;
    }
    
    h1.acc_h1 {
        font-size: 50px;
    }
    
}

@media (min-width: 1001px) and (max-width: 1051px) {
    .container {
        width: 1000px;
    }
    .navbar-nav>li {
        padding: 35px 8px;
    }
    .navbar-nav>li.menu-contact a {
        padding: 7px 18px;
    }
}

@media (max-width: 992px) {
    
    /* NAVBAR */
    
    .navbar-nav>li {
        float: none;
        display: block;
    }
    
    #menu-menu-principal {
        float: none!important;
        width: 100%;
    }
    
    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    
    .navbar-header {
        float: none;
        position: relative;
    }
    
    .navbar-toggle {
        display: block;
        position: absolute;
        right: 0;
    }
    
    .navbar-default.navbar-on:before {
        display: none;
    }
    
    nav.navbar.navbar-on, body.navbar-on nav.navbar {
        height: 100vh;
    }
    
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: calc( 100vh - 90px );
        border: none;
    }
    
    .navbar-collapse.in {
        overflow-y: auto;
        height: 100vh;
        overflow-x: hidden;
    }
    
    .navbar-nav>li:first-of-type {
        padding-left: 0px;
    }
    
    .navbar-nav>li {
        padding: 25px 0px;
        position: relative;
    }
    
    .navbar-nav>li>.dropdown-menu {
        position: relative;
        margin-top: 25px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        box-shadow: none;
    }
    
    ul.nav li.dropdown:hover ul.dropdown-menu {
/*        display: inherit;*/
        z-index: 9999;
    }
    
    .navbar-nav>li>.dropdown-menu {
        float: none;
        top: 0;
    }
    
    .navbar-nav>li.menu-contact {
        padding: 24.5px 0px;
    }
    
    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: var(--color-darkblue);
    }
    
    .navbar-default .navbar-nav>li>a:focus svg path, .navbar-default .navbar-nav>li>a:hover svg path {
        fill: var(--color-darkblue);
    }
    
    .navbar-default .navbar-nav>li.active>a svg path, .navbar-default .navbar-nav>li.active>a svg path {
        fill: var(--color-mainblue);
    }
    
    .navbar-default .navbar-nav>li>a svg {
        transform: rotate(-90deg);
    }
    
    .navbar-default .navbar-nav>li.active>a svg {
        transform: rotate(0deg);
    }
    
    .navbar-default .navbar-nav>li>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .navbar-default .navbar-nav>li>a.btn {
        display: block;
    }
    
    /* GLOBAL */
    
    .mobile_only {
        display: block;
    }
    
    .desktop_only {
        display: none;
    }
    
    .row.valign.mob_nova, .row.valign.mobnova {
        display: block;
    }
    
    .row_isflexcenter.mob_nova {
        display: block;
    }
    
    .mob_margin_t15 {
        margin-top: 15px;
    }
    
    .mob_margin_t30 {
        margin-top: 30px;
    }
    
    .mob_margin_b15 {
        margin-bottom: 15px;
    }
    
    .mob_margin_b30 {
        margin-bottom: 30px;
    }
    
    .mob_margin_b70 {
        margin-bottom: 70px;
    }
    
    .mob_margin_t180 {
        margin-top: 180px;
    }
    
    .mob_padding_t40 {
        padding-top: 40px;
    }
    
    .mob_padding_b40 {
        padding-bottom: 40px;
    }
    
    .mob_text_center {
        text-align: center;
    }
    
    .mob_txt_justify {
        text-align: justify;
    }
    
    h1, .h1 {
        font-size: 36px;
        font-weight: bold;
    }
    
    .h2, h2 {
        font-size: 34px;
        font-weight: bold;
    }

    img.alignright, img.alignleft {
        float: none;
        margin: auto;
        max-width: 100%;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    
    h1.acc_h1 {
        font-size: 34px;
    }
    
    #top {
        padding: 120px 0 90px 0;
    }
    
    .btn_big, .btn_big:active, .btn_big:visited, .btn_big:focus {
        padding: 10px 15px;
    }
    
    p.acc_p {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    /* ACTUALITES */ 
    
    #search_cont {
        display: none;
    }
    
    #actualite_une_home .actu_une_resume {
        font-size: 16px;
    }
    
    /* FAQ */
    
    .faq_section h2 {
        font-size: 22px;
    }
    
    /* SECTIONS */
    
    .toc_descont h2 {
        font-size: 26px;
    }
    
    .bg_halfwhite:before {
        right: 0;
        border-radius: 0;
        background-color: transparent;
    }
    
    .section_cas_usage_solofull {
        position: relative;
        left: 15px;
        right: 0;
        width: calc( 100% - 30px );
        margin-bottom: 15px;
    }
    
    .section_cas_usage_solofull_header {
        display: none;
    }
    
    .page_recrutementoffre h1 {
        font-size: 30px;
    }
    
    .page_recrutementoffre h3 {
        font-size: 24px;
    }
    
    .recrutementoffre_info {
        position: absolute;
        left: 0;
        right: 0;
        top: -32px;
    }
    
    img.apropos_clogo_img {
        padding: 0;
    }
    
    .mob_min_h2 h2 {
        font-size: 30px;
    }
    
    #services_plus h3, #offres_plus h3 {
        font-size: 30px;
    }
    
    .section_cas_usage_solo.ison svg {
        transform: rotate(90deg);
    }
    
}

/* TEST */