/* @import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&display=swap'); */
/*font-family: 'Prompt', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');*/
/*font-family: 'Manrope', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');*/
@media (min-width: 1500px) {
    .container{
        max-width: 1482px;
    }
}
strong {
  font-weight: 700;
}
body{
    background: #cbd5dd;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
a { color: #000; }
.main-content .header {
    padding-top: 25px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all ease .3s;
}
.main-content .header.fixed {
  position: fixed;
  background: #000;
  padding-top: 15px;
}
.header .logo-img {
    transition: all ease .3s;
}
.header.fixed .logo-img {
    height: 40px;
	width: auto;
}
#header-inner{
    /*width: 90%;*/
    margin: auto;
    align-items: center;
    max-width: 1800px;
    padding: 0 20px;
}
#header-inner > .col-md-9{
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0;
}
#header-inner > .col-md-1{
    flex: 0 0 12.333333%;
    max-width: 12.333333%;
    padding: 0;
}
#header-inner .nav ul{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 25px;
    border-bottom: 4px solid #000;
    justify-content: space-around;
}
#header-inner .nav ul li{
    margin: 0px 20px;
}
#header-inner .nav ul li a{
    color: #FFFFFF;
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    letter-spacing: 0.88px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
#header-inner #header-tel{
    padding-bottom: 25px;
    border-bottom: 4px solid #FFF;
    font-family: 'Prompt', sans-serif;
    font-size: 22px;
    letter-spacing: 1.38px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 22px;
}
.header #header-inner .sub-menu {
  display: none;
  position: absolute;
  color: #fff;
  background: #000;
  padding-top: 13px;
}
.header #menu-main-menu li {
  position: relative;
}
.header #menu-main-menu li:hover .sub-menu {
  display: block;
  width: auto;
z-index: 22;
min-width: 250px;
}
.header #menu-main-menu li:hover .sub-menu a {
 text-transform: none;
 font-weight: 300;
}
.col-logo { width: 174px; }
.go-top {
    position: fixed;
    bottom: 316px;
    right: 2em;
    color: #FFFFFF;
    padding-top: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    height: 44px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    border-radius: 7px;
    background: linear-gradient(180deg, #000 0%, #000 100%);
}

.nav-float {
  display: none;
    position: fixed;
    /*right: 0;*/
    right: -55px;
    width: 292px;
    height: 318px;
    bottom: 0;
    z-index: 160000;
    background: url(../img/float.png) no-repeat center;
    font-size: 18px;
  line-height: 21px;
  color: #3F505B;
    padding: 50px 25px 0 50px;
}
.nav-float.show {
  display: none !important;
}
.nav-float .go {
    color: #fff;
    font-size: 16px;
  font-weight: bold;
  line-height: 29px;
  height: 31px;
  width: 76px;
  border-radius: 9px;
  background-color: #A4B7C2;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.23);
  display: inline-block;
  text-align: center;
    transition: all ease .3s;
    margin-top: 7px;
}
.nav-float .go:hover {
  background-color: #3F505B;
  text-decoration: none;
}
.nav-float i {
    color: #A4B7C2;
    font-size: 26px
}
.nav-float .content-nav-float-1 {
    margin-left: 27px;
}
.nav-float .content-nav-float-2 {
    text-align: right;
    margin-right: 45px;
}

.footer{
    background: #000;
    padding: 40px 0;
    color: #fff;
}
#footer-inner {
    /*width: 90%;*/
    margin: auto;
    align-items: center;
    max-width: 1800px;
    padding: 0 20px;
}
.footer .row{
    align-items: center;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul a{
    color: #fff;
}
.footer #social ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 24px;
}
.footer #social{
    padding-left: 20px;
}
#logo-foot{
    text-align: right;
}
.section-titre{
    color: #000000;
    font-family: 'Prompt', sans-serif;
    font-size: 52px;
    letter-spacing: 0;
    font-weight: 500;
}
.section-titre.with-bar:after{
    height: 1px;
    width: 130px;
    border: 2px solid #000000;
    content: '';
    display: block;
    margin-top: 10px;
}
.btn.medium{
    border-radius: 4px;
    background-color: rgba(230,233,236,0.72);
    box-shadow: 2px -2px 5px 0 rgba(255,255,255,0.51), 10px -10px 25px 0 rgba(255,255,255,0.71), -2px 2px 6px 0 rgba(17,48,104,0.44), -10px 10px 25px 0 rgba(0,40,81,0.25);
    color: #000;
    font-size: 22px;
    font-weight: 700;
    padding: 14px 20px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
}
a.btn.medium {
  text-decoration: underline;
}
.btn.medium:after {
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
}
hr.blanc{
    border: 1px solid #fff;
    margin: 40px 0;
}
#social .btn{
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #E6E9EC;
    box-shadow: 2px -2px 5px 0 rgba(255,255,255,0.51), -2px 2px 6px 0 rgba(17,48,104,0.44), -10px 10px 25px 0 rgba(0,40,81,0.25);
}
#social .btn:after{
    display:none;
}
main > section {
  max-width: 1900px;
  margin-right: auto;
  margin-left: auto;
}


/**
**      MOBILE MENU
**/
.bloc-nav-mobile {
    position: absolute;
    right: 10px;
    top: 0px;
}
#mobile-menu {
    margin: auto;
    border-top: 1px solid #fff;
    /*position: relative;*/
    position: absolute;
    top: 85px;
    z-index: 200;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    overflow: auto;
}
#mobile-menu > nav > ul {
    list-style: none;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    width: 100%;
    padding-left: 0;
    background: #fff;
    font-weight: 500;
}
#mobile-menu a {
  color: #000;
}
#mobile-menu > nav > ul li {
  padding-bottom: 15px;
  border-bottom: 2px solid #ccc;
  margin-left: 15px;
  margin-right: 15px;
}
#mobile-menu ul.sub-menu {
  padding-left: 0;
    list-style: none;
    font-weight: 300;
    margin-top: 13px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-left: 15px;
    margin-right: 15px;
    background: #f4f4f4;
}
#mobile-menu > nav ul.sub-menu li {
  border-bottom: 1px solid #ccc;
  margin-left: 0;
    margin-right: 0;
}
#mobile-menu ul li {
  margin-bottom: 15px;
}
#mobile-menu > nav ul.sub-menu li:last-child,
#mobile-menu ul li:last-child {
  border-bottom: none;
}





#source-modal-news .modal-header,
#source-modal .modal-header {
    border: none;
}
#source-modal a {
    color: #fff;
}
#source-modal-news .modal-content,
#source-modal .modal-content {
    background: #000;
    color: #fff;
}
#source-modal .modal-content a {
    text-decoration: underline;
}
#source-modal-news .modal-bod,
#source-modal .modal-body {
    padding: 15px 47px 47px;
}
#source-modal-news .close,
#source-modal .close {
    color: #fff;
    text-shadow: none;
    font-size: 40px;
}
#source-modal-news .modal-dialog {
    max-width: 612px !important;
}
#source-modal .modal-dialog {
    max-width: 696px !important;
}

#source-modal-news .close:not(:disabled):not(.disabled):focus,
#source-modal .close:not(:disabled):not(.disabled):focus, #source-modal .close:not(:disabled):not(.disabled):hover {
    opacity: 1
}
#source-modal-news .modal-dialog input[type="email"],
.content-nl-post input[type="email"] {
  text-indent: 15px;
  height:   40px;
margin-bottom: 25px;
width: 100% !important;
border: 1px solid #DAE1E7;
border-radius: 0;
background-color: rgba(230,233,236,.9);
box-shadow: inset 2px -2px 5px 0 rgba(255,255,255,0.23), inset 10px -9px 10px 0 rgba(255,255,255,0.19), inset -5px 5px 5px 0 rgba(17,48,104,0.04), inset -2px 2px 5px 0 rgba(17,48,104,0.18);
}
.content-nl-post [type="submit"],
#source-modal-news .modal-dialog [type="submit"] {
border-radius: 0;
background: rgba(230,233,236,0.72);
font-size: 22px;
font-weight: 500;
padding: 5px 20px 4px 20px;
display: inline-block;
text-decoration: none;
border: none;
}
.content-nl-post {
  max-width: 1220px;
  background: linear-gradient(315.13deg, rgba(0,11,27,0.5) 0%, #000000 100%, #FFFFFF 100%);
  color: #fff;
  margin: 0 auto;
}
.content-nl-post .wrapper-nl-post {
  padding: 60px 10%;
}
.content-nl-post label {
  width: 100%;
}

main [data-toggle="modal"]:hover {
    text-decoration: underline;
}
.lwptoc_header{
	font-weight: bold;
}


/* ---- 404 ----*/

.error404 article#post-404 {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 245px);
}
.error404 article#post-404 h2 {
	margin: 50px 0 0;
}
.error404 article#post-404 h2 a{
	text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #000;
    padding: 15px 22px;
}
.error404 article#post-404 h2 a:hover{
	background: #fff;
	color: #000;
	border: 2px solid #000;
	padding: 13px 20px;
}
.error404 form.search {
	display: none;
}


#st-cmp-v2 .st-cmp-app.st-cmp-github-light-blue .st-cmp-settings {
  right: -88px !important;
}

@media only screen and (max-width: 1596px){
  #header-inner .nav ul {
    padding-bottom: 3px;
  }
}
@media only screen and (max-width: 1800px){
}
@media only screen and (max-width: 1399px){
  .nav-float {
      display: none !important;
  }
}
@media only screen and (max-width: 1199px){
    header{
      position: relative !important;
      padding-top: 10px;
      background: #000;
    }
    header .logo-img{
      max-height: 60px;
      width: auto;
    }
    #header-inner #header-tel{
      padding-bottom: 10px;
    }
    header .nav-icon1{
      margin-top: 35px;
    }
    .col-tel {
      display: none;
    }
}
@media only screen and (max-width: 767px){

    .section-titre{
      font-size: 38px;
      line-height: 42px;
    }
    .footer #social {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .footer #social .col-5 {
      text-align: right;
    }
    #listes-approche .listes-approche-item {
      max-width: 100%;
      flex: 100%;
    }
    .article-container{
      display: block !important;
    }
    .footer #menu ul li{
      padding: 0 0 18px;
    }
    .footer #social ul li {
        display: inline-block;
        margin-right: 22px;
        font-size: 24px;
    }
}
@media only screen and (max-width:1400px) {
  #header-inner .nav ul li a {
    letter-spacing: 0;
  }
  #header-inner .nav ul li {
      margin: 0px 10px;
  }
  .section-titre {
    font-size: 40px;
  }
  .go-top {
    bottom: 25px;
  }
}
@media only screen and (max-width:1199px) {
    #menu-mobile-menu {
        margin-bottom: 0;
        text-align: center;
        list-style: none;
        padding: 15px 0;
        background: #fff;
    }
    #menu-mobile-menu li {
        margin: 0 15px 0;
        border-bottom: 1px solid #ccc;
    }
    #menu-mobile-menu li:last-child {
        border-bottom: none;
    }
    #menu-mobile-menu ul {
        list-style: none;
        padding: 0;
    }
    #menu-mobile-menu li a {
        padding: 15px 0;
        color: #000;
        font-family: 'Roboto';
        font-weight: 600;
        font-size: 19px;
        display: block;
        transition: all ease .3s;
    }
    #menu-mobile-menu li a:hover {
        background: #EAAEAE;
        text-decoration: none;
        color: #fff;
    }
    .nav-icon1{
      width: 40px;
      height: 26px;
      position: relative;
      margin: 20px 15px 22px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      border: none;
        background: none;
    }

    .nav-icon1 span{
      display: block;
      position: absolute;
      height: 1px;
      width: 100%;
      background: #FFF;
      border-radius: 9px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }

    .nav-icon1 span:nth-child(1) {
      top: 4px;
    }

    .nav-icon1 span:nth-child(2) {
      top: 15px;
    }

    .nav-icon1 span:nth-child(3) {
      top: 26px;
    }

    .nav-icon1.open span:nth-child(1) {
      top: 18px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
    }

    .nav-icon1.open span:nth-child(2) {
      opacity: 0;
      left: -60px;
    }

    .nav-icon1.open span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .ctt-btn-close {
        border-top: 1px solid #FFF;
        text-align: center;
    }
    .ctt-btn-close button span{
        background: #FFF;
    }
    .boder-btn-close {
        border: 1px solid #FFF;
        border-width: 0 1px;
        display: inline-block;
    }
}


@media (max-width: 1024px) {
  .nav-float {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .section-titre {
    font-size: 27px;
  }
}



.bg-black {
  background: linear-gradient(315.13deg, rgba(0,11,27,0.5) 0%, #000000 100%, #FFFFFF 100%) !important;
  color: #fff;
}
.outer-wrapper-width {
  max-width: 1767px;
  margin-left: auto;
  margin-right: auto;
}
.content-image {
    text-align: center;
}

#st-cmp-v2 .st-cmp-app .st-cmp-content h1 {
    font-size: 30px !important;
}
@media (max-height: 1000px) {
#st-cmp-v2 .st-cmp-app .st-cmp-content {
     max-width: 800px;
}
}

#st-cmp-v2 .st-cmp-app .st-cmp-content { width:50% !important; }

body.archive.category .main-content .header{
  position: relative;
  background: #000;
}
body.archive.tag .main-content .header{
  position: relative;
  background: #000;
}
.article-container {
  display: grid;
  grid-template-columns: 50% 50%;
}
.article-container article {
  margin: 2rem;
  background: #fff;
  padding: 15px;
  box-shadow: 10px 10px 10px #0002;
}
main.archive-categorie h1 {
  text-align: center;
  margin: 60px 0;
  font-size: 36px;
}
.archive.tag main h1 {
  text-align: center;
  margin: 60px 0;
  font-size: 36px;
}
.archive.tag article {
	display: block;
    background: #fff;
    max-width: 1160px;
    margin: 30px auto;
    padding: 40px;
}
.archive.tag article h2 {
	padding-top: 15px;
}
.archive.tag article p {
	margin-bottom: 35px;
}
.archive.tag article a.post-edit-link {
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
    padding: 10px 15px;
    border-radius: 3px;
    background-color: #E6E9EC;
    box-shadow: 2px -2px 5px 0 rgba(255,255,255,0.51), -2px 2px 6px 0 rgba(17,48,104,0.44), -10px 10px 25px 0 rgba(0,40,81,0.25);
}
.archive.tag form.search {
	margin: 38px 0 38px 15px;
}
.archive.tag input.search-input {
	border: none;
    outline: none;
    padding: 10px 7px;
    width: 251px;
}
.archive.tag button.search-submit {
	border: none;
    font-size: 16px;
    color: #fff;
    background: #000;
    font-weight: 800;
	margin: 0 -4px;
    outline: none;
    padding: 10px 7px;
}
main.archive-categorie .pagination {
  display: flex;
  justify-content: center;
  margin: 50px 0 60px 0;
}
main.archive-categorie .pagination a, main.archive-categorie .pagination span {
  font-size: 24px;
  margin: 0 1rem;
  font-weight: 400;
}
.article-container article p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.article-container article h2 {
  margin: 2rem 0;
}
.article-container article h2 a {
  font-size: 22px;
}
.article-container article span.date {
  color: #000;
  font-size: 20px;
  display: block;
  font-weight: 400;
}

@media (min-width: 1024px) {
  #home-banner{
    height: 100vh;
  }
  video#video {
    height: 100vh !important;
    object-fit: cover !important;
  }
}

@media (max-width: 767px) {
    .blogSingleContent table{
        max-width:100%
    }
    .blogSingleContent table td{
        display: block;
    }
	.error404 article#post-404 {
		height: calc(100vh - 586px);
	}
}
button#nav-icon1:focus {
  box-shadow: none;
  outline: none;
}
