@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Black.eot');
    src: url('fonts/Oswald-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Black.woff2') format('woff2'),
        url('fonts/Oswald-Black.woff') format('woff'),
        url('fonts/Oswald-Black.svg#Oswald-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Bold.eot');
    src: url('fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Bold.woff2') format('woff2'),
        url('fonts/Oswald-Bold.woff') format('woff'),
        url('fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-Regular.eot');
    src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-Regular.woff2') format('woff2'),
        url('fonts/Oswald-Regular.woff') format('woff'),
        url('fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/Oswald-ExtraLight.eot');
    src: url('fonts/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/Oswald-ExtraLight.woff2') format('woff2'),
        url('fonts/Oswald-ExtraLight.woff') format('woff'),
        url('fonts/Oswald-ExtraLight.svg#Oswald-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------CSS GLOBAL TEMPLATE-----------------------------------*/
/*-----------------------------------------------------------------------------*/

html {
  font-size: 16px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

p {
  color: #333;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282e3f;
}

h1{
    font-size: 3rem;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-weight: bold;
}

a {
  text-decoration: none;
  color: #4B66A6;
}

a:hover {
  text-decoration: none;
  color: #073150;
}

img {
  max-width: 100%;
  height: auto;
}

iframe{
    max-width: 100%;
}

.yt-iframe{
    border: none;
}

button,
a:focus {
  outline: none;
}

input[type=checkbox]{
    margin-left: 15px;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
}

.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** back to top **/
.back-to-top {
  background-color: #0050A4;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 70px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 100px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #073150;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/******************************
	topbar
*********************************/



.section-title, .section-title-s2 {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .section-title, .section-title-s2 {
    margin-bottom: 45px;
  }
}

.section-title > span, .section-title-s2 > span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0050A4;
  margin-top: -5px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
}

@media (max-width: 767px) {
  .section-title > span, .section-title-s2 > span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.section-title h2, .section-title-s2 h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  margin: 0.22em 0 0;
  padding-right: 80px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 38px;
    font-size: 2.375rem;
    padding-right: 70px;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding-right: 60px;
  }
}

.section-title h2:after, .section-title-s2 h2:after {
  content: "";
  background: #fff;
  width: 55px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 6px;
}

@media (max-width: 991px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 45px;
    height: 2px;
  }
}

@media (max-width: 767px) {
  .section-title h2:after, .section-title-s2 h2:after {
    width: 35px;
  }
}

.section-title-s2 h2 {
  color: #282e3f;
}

.section-title-s2 h2:after {
  background: #282e3f;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #c1b696;
  -webkit-box-shadow: 0 0 5px 0 #d4ccb6;
  -moz-box-shadow: 0 0 5px 0 #d4ccb6;
  -o-box-shadow: 0 0 5px 0 #d4ccb6;
  -ms-box-shadow: 0 0 5px 0 #d4ccb6;
  box-shadow: 0 0 5px 0 #d4ccb6;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

/******************************
	service sidebar
*********************************/

@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 80px;
  }
}

.service-sidebar .widget {
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .service-sidebar .widget {
    padding: 30px 20px;
  }
}

.service-sidebar .sidebar-titre{
    margin: 0 0 0.7em;
}

.service-sidebar .widget h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #0050A4;
  font-weight: 900;
  display: inline;
}

.service-sidebar .nb_def{
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #0050A4;
    display: inline;
    margin-left: 5px;
}

.service-sidebar .widget ul,
.service-sidebar .widget p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 767px) {
  .service-sidebar .widget ul,
  .service-sidebar .widget p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.service-sidebar > .widget + .widget {
  margin-top: 40px;
}

.service-sidebar .widget ul li a{
  color: #4B66A6;
  font-weight: normal;
  font-size: 0.9rem;
}

.service-sidebar .widget ul li i {
     color: #0050A4;
     font-size: 0.9rem;
}

.service-sidebar .widget ul li ul.sub-menu{
    display: none;
    margin-left: 25px;
    margin-top: 5px;
}

.service-sidebar .service-list-widget .current .sub-menu{
    display: block;
}

.service-sidebar .widget ul li i.fa-caret-right, .service-sidebar .widget ul li i.fa-caret-down {
    cursor: pointer;
}

.service-sidebar .widget ul li i.fa-angle-right {
    color: #777;
}

.service-sidebar .service-list-widget ul li {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 3px;
  margin-bottom: 3px;
  line-height: 1.2rem;
}

.service-sidebar .service-list-widget ul li a {
  display: inline;
}

.service-sidebar .service-list-widget ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.service-sidebar .service-list-widget .current .sub-menu a{
    color: #4B66A6;
    font-weight: normal;
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget .current .sub-menu .current a,
.service-sidebar .service-list-widget ul li a:hover,
.service-sidebar .service-list-widget .current .sub-menu li a:hover{
  color: #073150;
}

.service-sidebar .service-list-widget .current a,
.service-sidebar .service-list-widget .current .sub-menu .current a{
    font-weight: bold;
}

.service-sidebar .contact-widget {
  background-color: #e7e3d6;
}

.service-sidebar .contact-widget ul li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6em;
  color: #616161;
}

.service-sidebar .contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 7px;
}

.service-sidebar .contact-widget ul > li + li {
  margin-top: 20px;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 70px;
  display: inherit;
  margin-bottom: 30px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 55px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: #0050A4;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #073150;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: #fff;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #eee;
  color: #fff;
}

.site-footer p,
.site-footer li {
  font-size: 1rem;
  line-height: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
}

.site-footer .widget-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 25px;
  }
}

.site-footer .widget-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: -0.13em 0 0;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.site-header .sticky-header {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 992px) {
  .header-style-2 .sticky-header {
    background-color: #272a2d;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.header-style-3 .sticky-header {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------LISTE DES ARTICLES------------------------------*/
/*-----------------------------------------------------------------------------*/

.blog-pg-section .post .entry-media{
    max-height: 375px;
    overflow: hidden;
}

.blog-pg-section .post .entry-media img{
    width: 100%;
}

.pagination-wrapper .pg-pagination li a{
    cursor: pointer;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------CONTACT--------------------------------------*/
/*-----------------------------------------------------------------------------*/

input[type="checkbox"]{
    height: auto !important;
    margin-right: 15px;
}

.label-checkbox{
    max-width: 90%;
    vertical-align: top;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------MENU SCROLL----------------------------------*/
/*-----------------------------------------------------------------------------*/

.scroll-item {
    position: fixed;
    top: 0px;
}

.nav-icon {
    margin-right:5px;
}

.f_right{
    float:right !important;
}

@media (max-width: 1200px) { 
    
    .linkedin, .rappel{
        margin-top: 10px;
    }
    
    .f_right{float:none !important;}
}

.menu_sticky{
    position: fixed;
    z-index:999;
    top: 0;
    left: auto;
    background-color: white;
    width: 100%;
    box-shadow: 0 2px 2px -2px gray;
}

.container_menus{
    height:65px;
}

@media (max-width: 767px) { 
    .page-title h1 {
        font-size:35px;
    }
    .container_menus{
        height:0;
    }
}

.presentation_title {display:inline;}
.linkedin_home {margin-left:15px;}
.linkedin_home a img{margin-top:-7px;}


/*-----------------------------------------------------------------------------*/
/*-------------------------PASS RENOVATION PICARDIE----------------------------*/
/*-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------*/
/*---------------------------------MENU----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.container_header{
    max-width: 82%;
    padding-right: 0px;
    padding-left: 0;
    margin-right: auto;
    margin-left: 18%;
}

.padding-header{
    height: 100px;
}

.site-logo{
    position: relative;
    width: 100%;
}

.btn-contact{
    border: 2px solid #8DC63F;
    color: #8DC63F;
    border-radius: 50px;
    font-size:15px;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 15px;
    float: right;
    margin-left: 0px;
    margin-top: 25px;
    height: 50px;
    width: 100%;
    display: inline-block;
}

.btn-contact .icone-tel{
    background: #fff;
    display: flex;
    align-items: center;
    padding: 7px;
    border-radius: 150px;
}

.btn-contact img{
    max-height: 25px;
    float: right;
}

.btn-contact:hover{
    background: #8DC63F;
    color: #fff !important;
}

.btn-contact.copropriete{
    border: 2px solid #0050A4 !important;
    color: #0050A4 !important;
}

.btn-contact.copropriete:hover{
    background: #0050A4;
    color: #fff !important;
}
.container_header .form-search{
    display: inline-block; 
    align-items: center;
    height: 100%;
    width: 100%;
    margin-top: 30px;
}

.container_header .form-search form{
    width: 100%;
    position: relative;
}

#nav-fixed{
    position: relative;
    z-index: 9998;
    display: none;
}

#nav-fixed{
    position: fixed;
    height: 60px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    top: -100px;
    width: 100%;
    box-shadow: rgb(68, 68, 68) 0px 0px 5px;
    display: block;
    transition: top 0.5s;
}

#nav-fixed img{
    width: 120px;
    margin: 10px 0 0 20px;
}

#nav-fixed .row{
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin: 0 20px 0 75px;
    height: 100%;
    width: calc(100% - 250px);
    list-style: none;
    padding: 0;
}

#nav-fixed .col-fixed-menu{
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    height: 100%;
    text-align: center;
}

#nav-fixed .col-fixed-menu a{
    color: #333;
    font-size: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

#nav-fixed .col-fixed-menu:hover a,
#nav-fixed .col-fixed-menu .fixed-ssmenu li:hover a, #nav-fixed .col-fixed-menu .fixed-ssmenu li:active a, #nav-fixed .col-fixed-menu .fixed-ssmenu li:focus a{
    color: #8DC63F;
}

#nav-fixed .col-fixed-menu:hover .fixed-ssmenu, #nav-fixed .col-fixed-menu .fixed-ssmenu:hover{
    display: block;
}

#nav-fixed .col-fixed-menu.principal{
    background: #8DC63F;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: auto;
    height: auto;
}

#nav-fixed .col-fixed-menu .fixed-ssmenu{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    background: #0050A4;
}

#nav-fixed .col-fixed-menu .fixed-ssmenu li a{
    padding: 15px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
}

.container_header .search, #nav-fixed .search, .custom-search{
    width: 100%;
    border: 2px solid #8DC63F;
    padding: 10px 15px;
    color: #333;
    height: 40px;
    border-radius: 50px;
    outline: none;
}

#nav-fixed .search{
    position: fixed;
    top: -100px;
    transition: top 0.5s;
    width: 50%;
    right: 50px;
    border: none;
}

.container_header .bouton-search, #nav-fixed .bouton-search, .custom-bouton-search{
    position: absolute;
    top: 0;
    background: #8DC63F;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    left: 85%;
}

#nav-fixed .bouton-search{
    position: fixed;
    top: -100px;
    transition: top 0.5s;
}

.container_header #icone-search, #nav-fixed #fixed-icone-search, .custom-icone-search{
    margin: auto;
    color: #fff;
    font-size: 1.5rem;
    transform: rotate(90deg);
}

#bloc-suggestion, #fixed-bloc-suggestion, #bloc-suggestion-404{
    position: absolute;
    top: 100%;
    z-index: 9999;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

#bloc-suggestion .suggestion-recherche, #fixed-bloc-suggestion .suggestion-recherche, #bloc-suggestion-404 .suggestion-recherche{
    width: 100%;
    display: block;
    background: #eee;
    position: relative;
    z-index: 9999;
    padding: 10px;
    color: #333;
    font-size: 0.8rem;
}

#bloc-suggestion .suggestion-recherche:hover, #fixed-bloc-suggestion .suggestion-recherche:hover, #bloc-suggestion-404 .suggestion-recherche:hover{
    background: #8DC63F;
    color: #fff;
}

/*----------------------------MENU MOBILE--------------------------------------*/

.mobile_toggle, .mobile_toggle .close-navbar{
    display: none;
}

.mobile_toggle .navbar-header{
    position: absolute;
    right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_toggle .navbar-header button{
    background: transparent;
    border: none;
    font-size: 1.5rem;
    margin: auto;
    color: #fff;
}

/*--------------------------------MENU PAGES----------------------------------*/

.container_menus {
    margin-bottom: 5px;
}

#menu{
    background: #0050A4;
    height: 70px;
    position: relative;
    z-index: 999;
}

.bloc-menu{
    position: relative;
    height: 70px;
    display: flex;  
    align-items: center;
    cursor: pointer;
}

.bloc-menu .border-menu{
    border-left: 4px solid #8DC63F;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
}

.bloc-menu .border-menu.no-border{
    border: none;
}

.bloc-menu .bloc-menu-titre{
    color: #fff;
    margin: auto;
    text-align: center;
}

.bloc-menu a:not([href]):not([tabindex]){
    color: #fff;
}

.bloc-menu .bloc-menu-titre{
    font-size: 1.2rem;
}

.col-logo{
    max-width: 22.5%;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    position: relative;
}

.col-menu{
    -ms-flex: 0 0 15.5%;
    flex: 0 0 15.5%;
    max-width: 15.5%;
    padding: 0;
}

.bloc-menu .border-menu:hover .bloc-menu-titre, .bloc-menu .border-menu:active .bloc-menu-titre, .bloc-menu .border-menu:focus .bloc-menu-titre,
.bloc-menu .ssmenu li a:hover, .bloc-menu .ssmenu li a:focus, .bloc-menu .ssmenu li a:active{
    color: #8DC63F;
}

.bloc-menu img.logo-site, .logo-copropriete{
    position: relative;
    margin-left: 7.5%;
    max-width: 85%;
    max-height: 180px;
}

.bloc-menu.copropriete .border-menu{
    border-left: 4px solid #8DC63F;
}

.bloc-menu:nth-child(2) .border-menu{
    border: none;
}

.bloc-menu.copropriete, .bloc-menu.copropriete:hover, .bloc-menu.copropriete:active, .bloc-menu.copropriete:focus{
    background: #0050A4 !important;
}

.bloc-menu .ssmenu{
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    background: #0050A4;
}

.bloc-menu:hover .ssmenu, .bloc-menu .ssmenu:hover{
    display: block;
}

.bloc-menu .ssmenu li a{
    padding: 15px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
}

.logo-hauts-de-france.copropriete span{
    color: #0050A4;
}

.copropriete .search{
    border-color: #0050A4; 
}

.bouton-projet, .bouton-projet:hover, .bouton-projet:focus, .bouton-projet:active{
    font-family: "Oswald",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background: #8DC63F;
    margin: 0;
    height: 70px;
}

.bouton-projet.copropriete, .bouton-projet.copropriete:hover, .bouton-projet.copropriete:active, .bouton-projet.copropriete:focus,
.copropriete .bouton-search, #nav-fixed .col-fixed-menu.principal.copropriete{
    background: #0050A4;
}

.bouton-projet:hover .bloc-menu-titre, .bouton-projet:focus .bloc-menu-titre,.bouton-projet:active .bloc-menu-titre{
    color: #fff;
}

#menu-mobile, .logo-mobile{
    display: none;
}

/*------------------------------------------------------------------------------*/
/*-----------------------BOUTON FLOTTANT PROJET---------------------------------*/
/*------------------------------------------------------------------------------*/

/* Bouton Flottant */

#fixed-group{
    position: fixed;
    right: 0;
    z-index: 999;
    right: -253px;
}

.button-flottant{
    display: block;
    border-radius: 100px 0 0 100px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    right: 0;
    top: 0;
    transition: right 0.4s;
    overflow: hidden;
}

.button-flottant .centrage-img-fixe{
    display: inline-flex;
    background: #fff;
    width: 100px;
    height: 85px;
    align-items: center;
}

.button-flottant img{
    width: auto;
    max-height: 55px;
    margin: auto;
}
.button-flottant .txt-button{
    width: 250px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.button-flottant .inline-button{
    display: inline-block;
    height: 85px;
    vertical-align: top;
}
.button-flottant .txt-button-center{
    display: flex;
    height: 85px;
    align-items: center;
}
.button-flottant:hover{
    right: 253px;
}

.button-flottant.copropriete{
    border: 3px solid #0050A4 !important;
    background: #0050A4 !important;
}

.button-flottant.copropriete .txt-button{
    color: #fff !important;
}

/*------------------------------------------------------------------------------*/
/*-------------------------------PAGE D'ACCUEIL---------------------------------*/
/*------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------*/
/*--------------------------------SLIDER ZOOM-----------------------------------*/
/*------------------------------------------------------------------------------*/

.carousel{
    height: 425px;
}

.carousel-inner, .carousel-item{
    height: 100%;
}

.carousel-item.active{
    display: flex !important;
    align-items: center;
}

.slide-img{
    height: 425px;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -ms-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    -webkit-transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    transition: transform 11s cubic-bezier(0.1,0.2,.7,1);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.carousel-item.active .slide-img{
    -webkit-transform: scale(1);
    transform: scale(1);
}

#carousel-item-initial{
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.slide .conteneur-slide-texte{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.slide .slide-texte{
    opacity: 0;
    top: 75px;
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.slide .slide-texte .fond-slide-texte{
    padding: 15px;
    background: rgba(0, 80, 164, 0.6);
    border-radius: 10px;
    transition: all 0.75s;
    width: 100%;
}

.slide .slide-texte .btn-slide{
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.carousel-item.active .slide-texte{
    opacity: 1;
    top: 0;
}

#carousel-item-texte-initial{
    opacity: 0;
    top: 75px;
}

.slide .slide-texte p{
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

/* CHIFFRES */

#chiffres{
    padding: 30px 0 15px 0;
    background: #f5f5f5;
}

#chiffres .border-chiffre{
    border-radius: 200px;
    width: 225px;
    height: 225px;
    margin: auto;
}
#chiffres .bloc-chiffre{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 200px;
    width: 100%;
    height: 100%;
    margin: auto auto 15px auto;
    border: 4px solid #fff;
}
#chiffres p {
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 0;
    color: #fff;
}
#chiffres h3 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    display: inline;
    vertical-align: middle;
    color: #fff;
}

#chiffres .centrage-compteur{
    max-width: 80%;
    margin: auto;
    text-align: center;
}

#chiffres .titre-compteur{
    border-radius: 50px;
}

#chiffres img{
    height: 75px;
}

#chiffres .image-centre img{
    height: 225px;
}

#chiffres .second-compteur{
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

#chiffres .second-compteur span{
    font-size: 2.5rem;
}

/* PROFIL */

#profil{
    padding: 30px 0 0 0;
}

#profil .cercle-bleu, #profil .cercle-vert{
    width: 100px;
    height: 100px;
    margin: auto auto 10px auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

#profil .cercle-bleu i{
    color: #0050A4;
    margin: auto;
}

#profil .cercle-vert i{
    color: #8DC63F;
    margin: auto;
}

#profil .cercle-bleu{
    border: 3px solid #0050A4;
}

#profil .cercle-vert{
    border: 3px solid #8DC63F;
}

#profil .btn{
    width: 325px;
    max-width: 100%;
    padding: 15px 25px;
}

.titre-section{
    border-top: 4px solid #8DC63F;
    border-bottom: 4px solid #8DC63F;
    background: #0050A4;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    padding: 10px 0;
}

.titre-section *{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 2rem;
}

.padding-section{
    padding: 45px 10% 30px 10%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.padding-section img{
    max-width: 100%;
    height: auto !important;
}

/* TARIFS */

#tarif{
    padding: 0 0 15px 0;
}

#tarif .col-sm-4{
    text-align: center;
    margin: auto;
}

.formule{
    color: #8DC63F;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode : tb-rl;
    transform: rotate(180deg);
}

.numero-formule{
    color: #0050A4;
    font-weight: bold;
    font-size: 7rem;
    font-family: "Oswald", sans-serif;
    display: inline-block;
}

.nom-formule, .tarification .prix{
    font-family: "Oswald", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #0050A4;
    font-weight: 200;
}

.nom-formule b, .tarification .prix b{
    font-weight: bold;
}

.tarification{
    width: 300px;
    max-width: 100%;
    background: #fff;
    margin: 65px auto 15px auto;
    border-radius: 15px;
    height: auto;
    text-align: center;
    padding: 0 0 15px 0;
}

.tarification p{
    padding: 0 15px 0 15px;
}

.tarification p:nth-child(1){
    padding: 15px 15px 0 15px;
}

.tarification img{
    margin: -50px auto auto auto;
    width: 100px;
    padding: 0 0 15px 0;
}

.tarification .prix{
    font-size: 2.5rem;
}

.tarif .btn{
    width: 300px;
    max-width: 100%;
    display: block;
    margin: auto;
}

.tarif .btn:hover, .tarif .btn:active, .tarif .btn:focus{
    display: block;
}

/* ACTU */

.liste-actu .petite_actu .infos_actu{
    height: 100%;
}

#actualites .container, #suggestions .container{
    padding: 30px 0;
}

#actualites .infos_actu{
    background-color: #fff;
    border: 2px solid #8DC63F;
    border-radius: 0 10px 10px 0;
    text-align: center;
    padding: 30px 100px;
    position: relative;
}

#actualites .grande_actu .infos_actu, #actualites .moyenne_actu .infos_actu{
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

#actualites .infos_actu.copropriete{
    border: 2px solid #0050A4;
}

#actualites .moyenne_actu .infos_actu, #actualites .grande_actu .infos_actu{
    border-top: none;
}

#actualites .petite_actu .infos_actu{
    border-left: none;
}

#actualites .infos_actu i{
    background: #8DC63F;
}

#actualites .infos_actu.copropriete i{
    background: #0050A4;
}

#actualites .infos_actu .date_actu{
    color: #0050A4;
}

#actualites .infos_actu h3{
    color: #073150;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0.5rem;
}

#actualites .infos_actu p{
    color: #000;
    line-height: 1.5rem;
}

#actualites .infos_actu i{
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
}

#actualites .petite_actu{
    margin-bottom: 25px;
}

#actualites .petite_actu.no-margin{
    margin-bottom: 0;
}

#actualites .petite_actu, #actualites .moyenne_actu, #actualites .grande_actu{
    border-radius: 10px;
    overflow: hidden;
}

#actualites .petite_actu .infos_actu, #actualites .moyenne_actu .infos_actu{
    padding: 15px 15px 30px 15px;
}

#actualites .moyenne_actu .infos_actu{
    height: 200px;
}

#actualites .petite_actu img{
    height: 100%;
    width: auto;
    max-width: none;
    overflow: hidden;
    max-height: 205px;
    min-width: 100%;
}

#actualites .grande_actu .container_img{
    height: 475px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#actualites .moyenne_actu .container_img{
    height: 275px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

#actualites .grande_actu img{
    min-width: 100%;
    height: 475px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    max-width: initial;
}

#actualites .moyenne_actu img{
    min-width: 100%;
    height: 275px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    max-width: initial;
}

#actualites .petite_actu .infos_actu .date_actu, #actualites .moyenne_actu .infos_actu .date_actu{
    font-size: 0.8rem;
}

#actualites .petite_actu .infos_actu h3, #actualites .moyenne_actu .infos_actu h3{
    font-size: 16px;
}

#actualites .petite_actu .infos_actu p, #actualites .moyenne_actu .infos_actu p{
    font-size: 14px;
    line-height: 1rem;
}

#actualites .petite_actu .infos_actu i, #actualites .moyenne_actu .infos_actu i{
    bottom: 0;
    right: 0;
    padding: 10px;
}

#actualites .petite_actu .col-image-actu{
    overflow: hidden;
}

.autres-actualites{
    border-bottom: 4px solid #8DC63F;
    padding-bottom: 30px;
}

/* TEMOIGNAGE */

#temoignage .container{
    padding: 30px 0;
}

#temoignage .col-lg-4{
    padding-left: 0;
    margin-bottom: 15px;
}

#temoignage .bloc-temoignage{
    position: relative;
    background-size: cover;
    height: 275px;
    padding: 0;
    display: flex;
    align-items: center;
    filter: saturate(125%);
    background-position: center;
    border-radius: 10px;
    cursor: pointer;
}

#temoignage .titre-temoignage{
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

#temoignage .bloc-temoignage:hover .fond-temoignage{
    display: flex;
}

#temoignage .bloc-temoignage:hover .titre-temoignage{
    display: none;
}

#temoignage .filtre{
    opacity: 0.4;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
}

#temoignage .fond-temoignage{
    position: relative;
    height: 100%;
    width: 100%;
    color: #fff;
    display: none;
    align-items: center;
    border-radius: 10px;
}

#temoignage .fond-temoignage .titre-fond-temoignage{
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0 30px;
}

#temoignage .fond-temoignage .texte-temoignage{
    font-style: italic;
    font-weight: 300;
    text-align: center;
    padding: 0 15px;
}

#temoignage .fond-temoignage i{
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#temoignage .bloc-temoignage .btn{
    width: 200px;
}

#temoignage .centrage-bouton-temoignage{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

#temoignage .padding-col-temoignage{
    padding: 0 7.5px;
    margin-bottom: 15px;
}

/*-----------------------------------------------------------------------------*/
/*------------------------------CONTENU PAGE-----------------------------------*/
/*-----------------------------------------------------------------------------*/

.page-titre-img{
    width: 100%;
    height: 400px;
    background-size: cover;
    /* background-position: center; */
    display: flex;
    align-items: center;
}

#titre-page{
    position: relative;
}

#titre-page .row{
    width: 100%;
}

#titre-page .titre{
    margin: 10% auto auto 10%;
}

#titre-page h1{
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 0 45px;
}

#titre-page .container_h1_copropriete{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
}

.contenu-article{
    padding: 45px 0 30px 0;
    background: #fff;
}

hr{
    border-top: 4px solid #8DC63F;
}

.section-verte{
    background: #DCEFC8;
    padding: 60px;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------FOIRE AUX QUESTIONS-------------------------------*/
/*-----------------------------------------------------------------------------*/

.section-faq h2{
    font-size: 2.5rem;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #8DC63F;
    margin-bottom: 30px;
}

.section-faq .panel-default{
    margin-bottom: 15px;
}

.section-faq .panel-title{
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    border: 2px solid #8DC63F;
    background: #8DC63F;
    font-size: 1rem;
}

.section-faq .collapsible-item-title-link{
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.section-faq .panel-collapse{
    padding: 10px 30px;
    background: #f5f5f5;
    border: 2px solid #8DC63F;
    border-top: none;
}

.section-faq .panel-title .glyphicon{
    float: right;
    padding: 0 0px 0 10px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transition: all 0.25s;
}

.section-faq .panel-title .glyphicon:before {
    content:"\f0da";
}

/* VERSION BLANCHE */

.section-faq.blanc h2{
    font-size: 2.5rem;
    padding: 0 0 15px 0;
    border-bottom: 2px dotted #fff;
}

.section-faq.blanc .panel-title{
    background: #fff;
    border-color: #282e3f;
}

.section-faq.blanc .panel-collapse{
    border-color: #282e3f;
}

.section-faq.blanc .collapsible-item-title-link{
    color: #282e3f;
}

.section-faq.blanc .panel-title .glyphicon{
    color: #282e3f;
}

/*-----------------------------------------------------------------------------*/
/*------------------PAGE UN TEMOIGNAGE/UNE REALISATION-------------------------*/
/*-----------------------------------------------------------------------------*/

#page-temoignage .titre-temoignage h2{
    color: #8DC63F;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

#page-temoignage .copropriete .titre-temoignage h2{
    color: #0050A4;
}

.image-page-temoignage{
    padding: 75px 0 0 0;
    display: flex;
    align-items: center;
    margin-left: 5%;
    max-width: 90%;
    position: relative;
}

.haut-page-temoignage{
    padding: 0 0 45px 0;
    margin-left: 5%;
    max-width: 90%;
}

.haut-page-temoignage h3{
    color: #8DC63F;
    width: 100%;
    padding: 30px 0;
    font-size: 3rem;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

.haut-page-temoignage.copropriete h3{
    color: #0050A4;
}

.haut-page-temoignage img{
    width: 300px;
    max-height: 300px;
    margin: auto;
}

.haut-page-temoignage .bloc-haut, .haut-page-temoignage .bloc-bleu-haut{    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.haut-page-temoignage .bloc-haut p, .haut-page-temoignage .bloc-bleu-haut p{
    color: #8DC63F;
}

.haut-page-temoignage.copropriete .bloc-haut p, .haut-page-temoignage.copropriete .bloc-bleu-haut p{
    color: #0050A4;
}

.haut-page-temoignage .bloc-haut:nth-child(3){
    background: none;
}

.haut-page-temoignage .bloc-bleu-haut{
    width: 300px;
    height: 300px;
    margin: auto;
}

.haut-page-temoignage .bloc-bleu-haut p{
    font-size: 2rem;
    font-weight: bold;
    margin: auto;
    text-align: center;
    font-family: "Oswald",sans-serif;
}

.haut-page-temoignage .bloc-bleu-haut p b{
    font-weight: bold;
    font-size: 3.5rem;
}

.juxtapose .jx-arrow{
    display: none;
}

.juxtapose .jx-control{
    background: #8DC63F;
    width: 5px;
}

.juxtapose .jx-controller{
    background: #8DC63F;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 100px;
}

.copropriete .juxtapose .jx-control, .copropriete .juxtapose .jx-controller{
    background: #0050A4;
}

#bloc-avant, #bloc-apres{
    position: absolute;
    bottom: 50px;
    background: #fff;
    z-index: 9;
    left: 50px;
    width: 200px;
    height: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#bloc-apres{
    left: auto;
    right: 50px;
}

#bloc-avant p, #bloc-apres p{
    margin: auto;
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #8DC63F;
}

.copropriete #bloc-avant p, .copropriete #bloc-apres p{
    color: #0050A4;
}

#bloc-avant p b, #bloc-apres p b{
    font-size: 2.5rem;
    line-height: 4rem;
}

@media screen and (max-width: 480px) {
    .image-page-temoignage, .haut-page-temoignage{
        margin: 0;
        max-width: 100%;
    }
    .juxtapose .jx-controller{
        background: #8DC63F;
        width: 20px;
        height: 20px;
        margin-left: -10px;
        border-radius: 100px;
    }
}

#contenu-temoignage{
    padding: 30px 0;
}

#contenu-temoignage .container-photo-temoignage{
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 300px;
    margin: auto;
    overflow: hidden;
    border: 4px solid #8DC63F;
}

#contenu-temoignage.copropriete .container-photo-temoignage{
    border: 4px solid #0050A4;
}

#contenu-temoignage .photo-temoignage, .autre-temoignage .photo-temoignage{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}

#contenu-temoignage .carte-temoignage{
    height: 250px;
}

#contenu-temoignage p{
    font-style: italic;
    font-weight: bold;
    line-height: 1.3rem;
    padding: 15px;
}

#contenu-temoignage .travaux-temoignage{
    padding: 0 15px;
    font-size: 0.9rem;
    line-height: 1rem;
}

.autres-temoignages{
    background: #DCEFC8;
}

.autre-temoignage{
    background: #8DC63F;
    padding: 15px 0;
}

.autre-temoignage.copropriete{
    background: #0050A4;
}

.autre-temoignage .col-lg-3, .autre-temoignage .col-lg-6,  .autre-temoignage .col-lg-9, .autres-temoignages .col-lg-10pt{
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.autre-temoignage .container-photo-temoignage{
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 300px;
    margin: auto;
    overflow: hidden;
}

.autre-temoignage h3{
    color: #fff;
    font-size: 1.3rem;
}

.autre-temoignage .carte-temoignage{
    margin: auto;
    width: 100%;
}

.autres-temoignages .autres-plus, .autres-temoignages .autres-plus:active, 
.autres-temoignages .autres-plus:focus, .autres-temoignages .autres-plus:hover{
    margin: auto;
    color: #00AEC9;
}

#nos-realisations .section-recherche, #recherche .section-recherche{
    background: #C9DFEA;  
}

#nos-realisations .custom-input, #recherche .custom-input{
    width: 100%;
    border: 2px solid #8DC63F;
    padding: 10px 25px;
    color: #333;
    height: 40px;
    border-radius: 50px;
    outline: none;
}

#recherche .bouton-search{
    position: absolute;
    top: 5px;
    background: #8DC63F;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    right: 0;
}

#recherche .bouton-search .fa-search{
    margin: auto;
    color: #fff;
    font-size: 1.5rem;
    transform: rotate(90deg);
}

/* Liste réalisations */

#liste-realisation{
    background: #DCEFC8;
}

#liste-realisation .liste{
    overflow-y: auto;
    padding: 35px 20px;
    height: 700px;
}

#liste-realisation .realisation{
    border: 4px solid #8DC63F;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#liste-realisation .realisation.copropriete{
    border: 4px solid #0050A4;
}

#liste-realisation .realisation .description{
    padding: 15px 30px 0 30px;
    font-size: 14px;
}

#liste-realisation .realisation img{
    max-height: 250px;
    min-width: 100%;
    max-width: initial;
}

#liste-realisation .infos-realisation{
    padding: 15px 30px;
    position: relative;
}

#liste-realisation .infos-realisation .fa-home, #liste-realisation .infos-realisation .fa-building, #liste-realisation .infos-realisation .fa-plus{
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: #8DC63F;
}

#liste-realisation .realisation.copropriete .infos-realisation .fa-home, #liste-realisation .realisation.copropriete .infos-realisation .fa-building,
#liste-realisation .realisation.copropriete .infos-realisation .fa-plus{
    background: #0050A4;
}

#liste-realisation .infos-realisation .fa-map-marker-alt{
    color: #0050A4;
    margin-right: 10px;
}

#liste-realisation .infos-realisation .ville{
    display: inline;
    font-weight: bold;
    vertical-align: super;
}

#liste-realisation .infos-realisation .btn{
    padding: 3px 10px;
    margin-top: 10px;
}

#liste-realisation .infos-realisation .lien-marqueur{
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
}

.map-realisation{
    background: #DCEFC8;
    border: 2px solid #8DC63F;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.53);
    margin-bottom: 0px;
    position: relative;
}

.map-realisation.copropriete{
    border: 2px solid #0050A4;
}

#liste-realisation .map-realisation .infos-realisation .fa-home, #liste-realisation .map-realisation .infos-realisation .fa-building, 
#liste-realisation .map-realisation .infos-realisation .fa-plus{
    bottom: -5px;
    right: -5px;
}

#liste-realisation .map-realisation.copropriete .infos-realisation .fa-home, #liste-realisation .map-realisation.copropriete .infos-realisation .fa-plus,
#liste-realisation .map-realisation.copropriete .infos-realisation .fa-building{
    background: #0050A4;
}

.im-icon{
    width: 30px;
    height: 42px;
    display: block;
}

/* LISTE TÉMOIGNAGES */

.filtre-type{
    padding: 0 0 15px 0;
    text-align: right;
}

.filtre-type-realisation{
    padding: 0 15px 15px 15px;
    text-align: left;
}

.filtre-type .fa-home{
    color: #8DC63F;
    padding: 0 15px 0 0;
}

.filtre-type .fa-building{
    color: #0050A4;
    padding: 0 18px 0 0;
}

.pagination-wrapper-temoignage{
    margin-left: 7.5px;
}

.pagination-wrapper-temoignage ul{
    padding: 0;
}

/* MAPS */

#immoListing_with_map{
    padding-bottom: 00px;
    padding-right: 60%;
    position: relative;
    z-index: 2;
    margin-top: 0px;
    height: 100%;
}

.immoListing_map{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

#map-container{
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}

#map{
    height: 100%;
    margin: 0;
    width: 100%;
    z-index: 99;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------ETUDE DE FAISABILITE------------------------------*/
/*-----------------------------------------------------------------------------*/

h3.titre-progression{
    color: #8DC63F;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

#barre-progression .texte_etape{
    position: absolute;
    top: 15px;
    font-weight: bold;
    opacity: 0;
    display: none;
    transition: all 0.25s;
}

#barre-progression #texte_etape_1{
    opacity: 1;
    display: block;
}

.pourcentage_barre{
    position: relative;
    width: 100%;
    height: 1rem;
    font-weight: bold;
}

.pourcentage_barre .pourcentage_gauche{
    position: absolute;
    left: 0;
}

.pourcentage_barre .pourcentage_droite{
    position: absolute;
    right: 0;
}

#barre-progression{
    position: relative;
    bottom: 30px;
    height: 60px;
    width: 100%;
    border: 3px solid #0050A4;
    overflow: hidden;
    margin-top: 45px;
}

#barre-progression #pourcentage{
    background: #8DC63F;
    height: 60px;
    width: 0;
    transition: all 1s;
    display: inline-block;
}

#barre-progression #pourcentage_etape_actuelle{
    position: relative;
    height: 60px;
    background: rgba(141, 198, 63,0.5);
    transition: all 1s;
    display: inline-block;
}

#barre-progression #pourcentage_etape_actuelle p{
    position: absolute;
    right: 30px;
}

#barre-progression #pourcentage_etape_actuelle span{
    position: absolute;
    right: 15px;
    color: #333;
    font-weight: bold;
}

.headingStep{
    display: none;
}

#headingStep1{
    display: block;
}

.section-formulaire{
    position: relative;
    background: #8DC63F;
    padding: 45px 0 15px 0;
    min-height: 625px;
}

.numero-etape{
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.section-formulaire .background-formulaire{
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 40% auto;
}

.section-formulaire .container{
    position: relative;
    transition: all 0.5s;
    opacity: 1;
}

.section-formulaire label, .section-formulaire p{
    font-weight: bold;
}

.row-form-document label{
    font-weight: bold;
    font-size: 1.1rem;
}

.section-formulaire label.control-label, .section-formulaire input[type="text"],
.section-formulaire input[type="tel"], .section-formulaire input[type="email"], .section-formulaire input[type="number"],
.section-formulaire input[type="date"]{
    width: 100%;
}
.section-formulaire input[type="text"], .section-formulaire input[type="tel"], 
.section-formulaire input[type="email"], .section-formulaire input[type="number"],
.section-formulaire input[type="date"]{
    height: 35px;
    padding: 0 15px;
    color: #212529;
    border: 1px solid #ABADB3;
}

.section-formulaire textarea{
    width: 100%;
    padding: 15px 30px;
    color: #212529;
    border: 1px solid #ABADB3;
}

.section-formulaire select, .customSelect select{
    opacity: 0;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: calc(100% - 30px);
    height: 35px;
}

/* BOOTSTRAP-SELECT ADAPTATION */

.section-formulaire .bootstrap-select .dropdown-toggle::after, .customSelect .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #8DC63F;
    font-size: 1.3rem;
}

.section-formulaire .bootstrap-select.dropup .dropdown-toggle::after, .customSelect.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.section-formulaire .bootstrap-select:hover .dropdown-toggle::after, .section-formulaire .bootstrap-select:active .dropdown-toggle::after, 
.section-formulaire .bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after,
.customSelect:hover .dropdown-toggle::after, .customSelect:active .dropdown-toggle::after, 
.customSelect .dropdown-toggle:focus::after, .customSelect > select.mobile-device:focus + .dropdown-toggle::after {
    display: inline-block !important;
    margin-left: -.75em !important;
    vertical-align: 5px !important;
}

.section-formulaire .bootstrap-select, .customSelect {
    width: 100% !important;
}

.section-formulaire .bootstrap-select .btn, .customSelect .btn, .customSelect .btn:hover, .customSelect .btn:focus, .customSelect .btn:active{
    border: 1px solid #ABADB3;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529;
}

/* -------------------------- */

.section-formulaire .adresse{
    margin: 5rem 0 3rem 0;
    font-weight: bold;
    font-size: 1.2rem;
}

.section-formulaire .m-row{
    margin-left: -15px;
    margin-right: -15px;
}

.section-formulaire .btn-transparent{
    margin-left: 15px;
    width: 200px;
}

.section-formulaire .message-erreur, .form-rge .message-erreur{
    font-weight: bold;
    color: red;
    display: none;
}

#erreur_code_postal *:not(strong){
    font-weight: normal;
}

#erreur_code_postal strong *{
    font-weight: bold;
}

.section-formulaire .message-erreur *:not(a){
    color: red;
}

.section-formulaire .message-information, .form-rge .message-information{
    font-weight: bold;
}

.section-formulaire #message_proprietaire{
    display: none;
}

.section-formulaire #bloc_dte_date, .section-formulaire #bloc_adresse_residence, .section-formulaire #bloc_commune_residence, .section-formulaire #bloc_code_postal_residence, 
.section-formulaire #bloc_proprietaire-autre, .section-formulaire #bloc_rfr_total_3_ans, .section-formulaire #bloc_rfr_total_6_ans, 
.section-formulaire #bloc_nb_personne_foyer_3_ans, .section-formulaire #bloc_nb_personne_foyer_6_ans{
    display: none;
}


/* REWORK */

.section-formulaire .btn-transparent{
    margin-right: 15px;
    width: 200px;
}

.section-formulaire #step-1{
    display: block;
    opacity: 1;
}

.section-formulaire label.control-label{
    text-align: right;
    padding: 5px;
}

.step-image{
    height: 150px;
    border: 2px solid #8DC63F;
    border-radius: 200px;
    width: 150px;
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: flex;  
    align-items: center;
}

.step-image img{
    max-width: 75%;
    max-height: 75%;
    margin: auto;
}

.step-title{
    position: static;
    padding-left: 0;
}

.step-title h5{
    display: inline-block;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 5px 30px;
    border: 2px solid #8DC63F;
    color: #8DC63F;
    position: absolute;
    top: 33.3%;
    left: 140px;
    width: 83.3%;
}

.sans-image .step-title h5{
    width: calc(100% - (16.666667% - 140px));
    left: 0;
    top: 50px;
}

.step-title i{
    float: right;
    padding-top: 2px;
    transition: all 0.25s;
}

.step-title.active h5{
    background: #8DC63F;
    color: #fff;
}

.customSelect{
    border: 1px solid #ABADB3;
}

.section-formulaire .padding-form{
    padding: 30px 45px 30px 150px;
}

.section-formulaire .sans-image.padding-form{
    padding: 150px 45px 30px 150px;
}

.section-formulaire .col-image{
    padding: 0;
}

.section-formulaire .btn-group .btn-secondary{
    padding: 7px 15px;
    background-color: #ddd;
    color: #212529 !important;
    font-size: 1.2rem;
    font-weight: normal;
    text-transform: none;
}

.section-formulaire .btn-group .btn-secondary.focus, .section-formulaire .btn-group .btn-secondary:focus{
    box-shadow: none;
} 

.section-formulaire .btn-group .btn-secondary.active,.section-formulaire .btn-group .btn-secondary:hover, 
.section-formulaire .btn-group .btn-secondary:focus, .section-formulaire .btn-group .btn-secondary:active{
    background-color: #8DC63F !important;
    border-color: #8DC63F !important;
    color: #fff !important;
}

.section-formulaire .btn-group .btn-secondary:nth-child(2){
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

/* COPROPRIETE */

.copropriete .step-image, .copropriete .step-title h5{
    border: 2px solid #0050A4;
}

.copropriete .step-title.active h5{
    background: #0050A4;
}

.section-formulaire.copropriete  .btn-group .btn-secondary.active, .section-formulaire.copropriete .btn-group .btn-secondary:hover, 
.section-formulaire.copropriete .btn-group .btn-secondary:focus, .section-formulaire.copropriete .btn-group .btn-secondary:active{
    background-color: #0050A4 !important;
    border-color: #0050A4 !important;
}

.section-formulaire.copropriete .bootstrap-select .dropdown-toggle::after, .copropriete h3.titre-progression,
.copropriete .customSelect .dropdown-toggle::after {
    color: #0050A4;
}

.copropriete #barre-progression {
    border: 3px solid #212529;
    color: #fff;
}

.copropriete #barre-progression #pourcentage{
    background: #0050A4;
}

.copropriete #barre-progression #pourcentage_etape_actuelle{
    background: rgba(0,80,164,0.5);
}

/* REMERCIEMENTS ET TECHNICIEN */

#form-message{
    margin-bottom: 30px;
}

#form-message #success, #form-message #error{
    color: #fff;
    padding: 15px 30px;
}

.message-remerciement{
    display: flex;
    padding: 15px 0;
}

.message-remerciement img{
    height: 75px;
    margin-right: 15px;
}

.message-remerciement span{
    margin: auto;
}

#form-etude .technicien{
    background: #eee;
    padding: 15px 30px;
}

.col-technicien{
    margin: 15px auto !important;
}

.carte_identite {
    position: relative;
    width: 100%;
    min-height: 125px;
}
.carte_identite .img-technicien {
    padding: 0;
    z-index: 100;
    position: relative;
    display: flex;
    align-items: center;
}
.carte_identite .border-img-identite{
    border: 3px solid #8DC63F;
    border-radius: 300px;
    height: 125px;
    overflow: hidden;
    width: 125px;
    position: relative;
    background: #fff;
}
.carte_identite .border-img-identite img {
    min-width: 125px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 125px;
}
.carte_identite .col-sm-6{
    position: relative;
    -ms-flex: 0 0 50%;
    z-index: 101;
    padding: 0 5px 0 15px;
    margin: auto 0;
}
.carte_identite p{
    font-family: "Oswald",sans-serif;
    margin: 0;
}
.carte_identite .nom_identite{
    font-size: 1.5rem;
    font-weight: bold;
}
.carte_identite .role_identite{
    font-size: 0.8rem;
    font-weight: normal;
}
.carte_identite .contact_identite{
    font-size: 0.8rem;
}
.carte_identite i{
    color: #8DC63F;
    font-size: 1.2rem;
}
.carte_identite i.fa-phone{
    transform: rotate(90deg);
}
.carte_identite .border-identite{
    position: absolute;
    width: 91%;
    height: 100%;
    border-radius: 15px;
    left: 9%;
    min-height: 125px;
    border: 2px solid #ffffff;
    background: #ffffff;
}

.carte_identite .img-entreprise{
    display: flex;
    -ms-flex: 0 0 calc(50% - 140px);
    flex: 0 0 calc(50% - 140px);
    max-width: calc(50% - 140px);
    align-items: center;
    position: relative;
    z-index: 101;
    padding-left: 15px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.carte_identite .img-entreprise img{
    max-height: 100px;
    width: 100%;
    margin: auto;
}

/*------------------------------------------------------------------------------*/
/*-------------------------VOUS AVEZ UN PROJET ?--------------------------------*/
/*------------------------------------------------------------------------------*/

.texte-projet{
    font-size: 28px;
    line-height: 32px;
    color: #0050A4;
    text-align: justify;
}

.texte-projet b{
    font-weight: bold;
}

.marque-projet{
    margin: 30px auto 60px auto;
    height: 250px;
}

.form-group.form-group-search{
    position: relative;
}

.custom-search{
    width: 100%;   
}

.custom-bouton-search{
    left: auto;
    right: 0;
}

.search-projet{
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #8DC63F;
    font-size: 2rem;
    text-align: center;
}

/*------------------------------------------------------------------------------*/
/*-------------------------------MAPS-------------------------------------------*/
/*------------------------------------------------------------------------------*/

#immoListing_with_map .container .search_form h5 {
  font-size: 16px;
}

/*-- MAP-CSS --*/

.map-marker-container {
	position:absolute;
	margin-top:10px;
	transform:translate3d(-50%, -100%, 0);
}
.marker-container {
	position:relative;
	margin:10px auto;
	width:40px;
	height:40px;
	z-index:1;
	border-radius:8px;
	cursor:pointer;
	top:-5px;
}
#singlemap .marker-container {
	cursor:default;
}
.marker-container {
	perspective:1000;
}
.marker-card {
	width:100%;
	height:100%;
	transform-style:preserve-3d;
	transition:all 0.4s ease-in-out;
	position:absolute;
	z-index:1;
}
.marker-cluster-count {
    background-color: #00AEC9;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 18px;
}
.marker-cluster-count::before {
    animation: 2.5s ease 0s normal none infinite running cluster-animation;
    border: 7px solid #66676b;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #66676b inset;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
}
@keyframes cluster-animation {
0%, 100% {
    transform: scale(1.3) rotate(0deg);
}
50% {
    transform: scale(1.5) rotate(90deg);
}
}


.map-marker-container {
  position: absolute;
  margin-top: 10px;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  position: relative;
  margin: 10px auto;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 8px;
  cursor: pointer;
  top: -5px;
}

.marker-container {
  perspective: 1000;
}

@keyframes cluster-animation {
  0%, 100% {
    transform: scale(1.3) rotate(0deg);
  }

  50% {
    transform: scale(1.5) rotate(90deg);
  }
}

#map-container {
  height: 100%;
  left: 0;
  margin-bottom: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}

#map {
  height: 100%;
  margin: 0;
  width: 100%;
  z-index: 99;
}

.infoBox {
  border-radius: 4px;
}

.map-box {

} 
.map-box .map-post-thumb-m img {
  max-width: 100%;
}
.map-post-thumb-m {
	position:relative;
	height:100%;
	display:block;
}
.map-box p {
	padding:0;
	line-height:25px;
	margin:2px 0 0 0;
	font-size:14px;
}
.map-box ul.listing-details {
	padding:0;
	font-size:14px;
	display:none;
}
.map-box .listing-title {
	padding:16px 22px;
}
.map-box .listing-img-content {
	padding:18px 22px;
}
.map-box .listing-img-content span {
	font-size:21px;
}
.map-box .listing-img-content .listing-price i {
	font-size:15px;
	margin:-7px 0 0 0;
}

.infoBox>img {
  position: absolute!important;
  right: 0px;
  top: 0px;
}

.map-box .map-post-des-m {
  padding: 5px;
  margin:0;
}
.map-box .map-post-des-m p{
  padding: 5px;
}
.map-box .map-post-des-m h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.map-box .map-post-des-m span {
	font-size:15px;
	font-weight:300;
	display:inline-block;
}
.map-popup-close {
  -webkit-text-stroke: 1px #fff;
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  font-weight: 500;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: -11px;
  text-align: center;
  top: -11px;
  width: 28px;
  z-index: 999;
}
.map-popup-close:hover {
	color:#fff;
	background-color:#66676b;
	-webkit-text-stroke:1px #66676b;
}
.map-box-icon {
	height:38px;
	width:38px;
	position:absolute;
	bottom:0;
	right:0;
	background-color:#3685cf;
	display:block;
	color:#fff;
	font-size:12px;
	z-index:101;
	text-align:center;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	-webkit-transform:translateX(50%);
	-ms-transform:translateX(50%);
	transform:translateX(50%);
	opacity:0;
	visibility:hidden;
}
.map-box-icon:before {
	content:"\f064";
	font-family:"Font Awesome 5 Free";
        font-weight: 900;
	position:relative;
	top:7px;
	display:block;
}
.map-box-image:hover .map-box-icon {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateX(0);
}
.map-box-image {
	position:relative;
	overflow:hidden;
	display:block;
}

.infoBox {
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
}

.custom-zoom-in:before {
  content: "\f067";
}

.custom-zoom-in:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  line-height: 35px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 1px #fff;
}

.custom-zoom-in {
  background-color: #ffffff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  color: #333333;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  width: 34px;
}

.custom-zoom-out:before {
  content: "\f068";
}

.custom-zoom-out:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 100%;
  line-height: 35px;
  transition: -webkit-text-stroke 0.3s;
  -webkit-text-stroke: 1px #fff;
}

.custom-zoom-out {
  background-color: #ffffff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  color: #333333;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  width: 34px;
}

@media (min-width:992px) and (max-width:1200px) {
  h3 {
    font-size: 30px;
  }

  form input {
    font-size: 13px;
  }

  .footer_bottom p {
    font-size: 15px;
  }

  .widget_title h4 {
    font-size: 22px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .icon_div {
    top: 18px;
  }

  .immoListing_map {
    height: 400px;
    position: relative;
    width: 100%;
  }

  #immoListing_with_map {
    padding-right: 0px;
  }
}

@media (max-width:767px) {
  .icon_div {
    top: 18px;
  }

  #immoListing_with_map {
    padding-right: 0px;
  }

  .immoListing_map {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

@media (max-width:600px) {
  .icon_div {
    font-size: 60px;
    left: 10px;
    width: 70px;
  }
}

/*------------------------------------------------------------------------------*/
/*-----------------------------FORMULAIRE RGE-----------------------------------*/
/*------------------------------------------------------------------------------*/

.form-rge .nav.nav-tabs{
    border: none;
}

.form-rge .nav-item .nav-link{
    border: 2px solid #8DC63F;
    padding: 1rem 2rem;
    color: #8DC63F;
    font-weight: bold;
    margin-right: 15px;
    border-bottom: none;
}

.form-rge .nav-item .nav-link.active, .form-rge .nav-item .nav-link:hover{
    border: 2px solid #8DC63F;
    background: #8DC63F;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    border-bottom: none;
}

.form-rge .tab-content .tab-pane{
    /* margin-top: 30px; */
    padding: 30px;
    /* background: #8DC63F;
    color: #fff; */
    border: 2px solid #8DC63F;
}

.form-rge .bootstrap-select .dropdown-menu.inner{
    margin-bottom: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

.form-rge .fa-phone{
    transform: rotate(90deg);
}

.form-rge .panel-body .icone-rge, .form-rge .panel-body .icone-rge a, .form-rge .panel-body .icone-rge a:hover{
    color: #0050A4;
    font-weight: bold;
}

/*------------------------------------------------------------------------------*/
/*------------------------SECTION PERSONNALISEE RAISON--------------------------*/
/*------------------------------------------------------------------------------*/

.section-raison{
    margin: 20px 0;
}

.section-raison .section-numero{
    font-weight: bold;
    font-size: 7rem;
    font-family: "Oswald", sans-serif;
    text-align: right;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.section-raison .section-numero sup{
    top: -1.4rem;
}

.section-raison .section-bloc{
    position: relative;
    width: 100%;
    height: 100%;
}

.section-raison .section-img img{
    min-width: 100%;
    width: auto;
}

.section-raison .section-img{
    z-index: 100;
    position: relative;
    width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
}

.section-raison .section-contenu{
    padding: 15px 15px 15px 0;
    position: relative;
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    z-index: 101;
}

.section-raison .section-border{
    position: absolute;
    width: 91%;
    height: 100%;
    border-radius: 15px;
    left: 9%;
    min-height: 150px;
    background: #fff;
}






.section-raison .row-raison{
    position: relative; 
    border-radius: 15px;
}

.section-raison .img-gauche-raison{
    margin-bottom: 15px;
}

.section-raison .formule, .section-raison .section-raison-titre{
    display: inline-block;
    vertical-align: middle;
}

.formule-ou{
    display: table;
    position: relative;
    z-index: 9;
    padding: 10px 7px;
    margin: -40px 45px;
    background: #0050A4;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 150px;
    font-size: 24px;
    font-weight: bold;
}

.section-raison .section-raison-titre{
    font-weight: 200;
    margin: auto;
}
.section-raison .section-raison-titre strong{
    font-weight: 600;
}

.section-raison .section-raison-bloc-titre{
    margin: auto;
    padding: 0 0 0 10px;
}

.section-raison .section-petite-img{ 
   -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    width: 33%;
}

.section-raison .section-contenu ul{
    padding: 0;
}

.section-raison .section-petit-contenu{
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    width: 66%;
}

.section-raison .section-petite-bordure{
    width: 85%; 
    left: 15%;
}

.section-raison .section-bloc-col{
    padding: 0;
}




/* VERSION RESPONSIVE */

@media (max-width: 1200px) {
    .section-raison .section-img{
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        margin: auto;
        padding: 15px 0;
    }
    .section-raison .section-contenu{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-raison .section-border{
        width: 100%;
        left: 0;
    }
    .section-raison .section-numero{
        display: none;
    }
    .section-raison .section-bloc-col{
        padding: 0;
    }
    .section-raison .section-contenu ul{
        padding: revert;
    }
}

@media (max-width: 480px) {
    .section-raison .section-img{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .formule-ou{
        display: none;
    }
}



@media (max-width: 1200px) {
    .section-raison .formule{
        display: none;
    }
    .section-raison .section-raison-titre{
        padding: 15px 0;
        width: 100%;
    }
    .section-raison .section-numero{
        display: none;
    }
}

/*------------------------------------------------------------------------------*/
/*--------------------------------FOOTER----------------------------------------*/
/*------------------------------------------------------------------------------*/

#newsletter{
    border-top: 4px solid #8DC63F;
    border-bottom: 4px solid #8DC63F;
    background: #0050A4;
    padding: 20px 45px;
}

#newsletter .titre-newsletter{
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    text-transform: uppercase;
    text-align: center;
}

#newsletter .sous-titre-newsletter{
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}

#newsletter .texte-newsletter{
    color: #fff;
}

#newsletter .champ-newsletter{
    border: 2px solid #8DC63F;
    border-radius: 50px;
    padding: 5px 15px;
    height: 50px;
    width: 100%;
    color: #333;
    font-size: 1.2rem;
    outline: none;
}

#partners .row{
    padding: 15px 0;
}
/*
#partners .row:last-child{
    padding: 0 0 15px 0;
}
*/
#partners .partner{
    margin: auto 0;
    display: flex;  
    align-items: center;
}

#partners .partner a{
    margin: auto;
}

#partners img{
    max-height: 80px;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
}

.site-footer{
    font-size: 0.9rem;
}

.site-footer h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 15px 0; 
}

.site-footer a { 
    font-size: 1.0625rem;
}

.site-footer .widget{
    padding: 0 30px;
    height: 100%;
}

.site-footer .col-footer{
    background: #073150;
    padding: 30px 0 30px 15px;
}

.site-footer .col-footer .widget{
    border-right: 4px solid #8DC63F;
    display: flex;
    align-items: center;
}

.site-footer .col-footer:last-child .widget{
    border-right: none;
}

.site-footer .col-footer:last-child .widget{
    padding: 0 45px 0 25px;
}

.site-footer .btn, .site-footer .btn:hover, .site-footer .btn:active, .site-footer .btn:focus{
    font-size: 1.5rem;
}

.site-footer .col-footer:last-child .widget .row{
    align-items: center;
}

/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/ 

/*-----------------------------------------------------------------------------*/
/*---------------------------COULEURS GENERALES--------------------------------*/
/*-----------------------------------------------------------------------------*/

.texte-bleu, .texte-bleu:hover, .texte-bleu:focus, .texte-bleu:active{color: #0050A4;} 
.texte-bleu-clair, .texte-bleu-clair:hover, .texte-bleu-clair:focus, .texte-bleu-clair:active{color: #00AEC9;} 
.texte-bleu-fonce, .texte-bleu-fonce:hover, .texte-bleu-fonce:focus, .texte-bleu-fonce:active{color: #073150;} 
.texte-vert, .texte-vert:hover, .texte-vert:focus, .texte-vert:active{color: #8DC63F;}  
.texte-gris, .texte-gris:hover, .texte-gris:focus, .texte-gris:active{color: #333333;}  
.texte-gris-clair, .texte-gris-clair:hover, .texte-gris-clair:focus, .texte-gris-clair:active{color: #eee;} 
.texte-blanc, .texte-blanc:hover, .texte-blanc:focus, .texte-blanc:active{color: #ffffff;}  
.texte-noir, .texte-noir:hover, .texte-noir:focus, .texte-noir:active{color: #000000;}  

.background-bleu, .background-bleu:hover, .background-bleu:focus, .background-bleu:active{background:  #0050A4;} 
.background-bleu-clair, .background-bleu-clair:hover, .background-bleu-clair:focus, .background-bleu-clair:active{background: #00AEC9;}
.background-bleu-fonce, .background-bleu-fonce:hover, .background-bleu-fonce:focus, .background-bleu-fonce:active{background: #073150;}
.background-vert, .background-vert:hover, .background-vert:focus, .background-vert:active{background: #8DC63F;}
.background-vert-clair, .background-vert-clair:hover, .background-vert-clair:focus, .background-vert-clair:active{background: #DCEFC8;}
.background-gris, .background-gris:hover, .background-gris:focus, .background-gris:active{background: #333333;}
.background-gris-clair, .background-gris-clair:hover, .background-gris-clair:focus, .background-gris-clair:active{background: #eee;}
.background-blanc, .background-blanc:hover, .background-blanc:focus, .background-blanc:active{background: #ffffff;}
.background-noir, .background-noir:hover, .background-noir:focus, .background-noir:active{background: #000000;}

.border-bleu, .border-bleu:hover, .border-bleu:focus, .border-bleu:active{ border: 4px solid  #0050A4;}
.border-bleu-clair, .border-bleu-clair:hover, .border-bleu-clair:focus, .border-bleu-clair:active{ border: 4px solid #00AEC9;}
.border-bleu-fonce, .border-bleu-fonce:hover, .border-bleu-fonce:focus, .border-bleu-fonce:active{ border: 4px solid #073150;}
.border-vert, .border-vert:hover, .border-vert:focus, .border-vert:active{ border: 4px solid #8DC63F;}
.border-top-vert, .border-top-vert:hover, .border-top-vert:focus, .border-top-vert:active{ border-top: 4px solid #8DC63F;}
.border-gris, .border-gris:hover, .border-gris:focus, .border-gris:active{ border: 4px solid #333333;}
.border-gris-clair, .border-gris-clair:hover, .border-gris-clair:focus, .border-gris-clair:active{ border: 4px solid #eee;}
.border-blanc, .border-blanc:hover, .border-blanc:focus, .border-blanc:active{ border: 4px solid #ffffff;}
.border-noir, .border-noir:hover, .border-noir:focus, .border-noir:active{ border: 4px solid #000000;}

.gras{font-weight: bold;}
.no-padding, .no-padding:hover, .no-padding:focus, .no-padding:active{ padding: 0; }
.no-margin, .no-margin:hover, .no-margin:focus, .no-margin:active{ margin: 0; }
.padding-60{ padding: 60px;}
.padding-45{ padding: 45px;}
.padding-30{ padding: 30px;}
.padding-15{ padding: 15px;}
.padding-top-45{ padding-top: 45px; }
.padding-bottom-10{ padding-bottom: 10px; }
.padding-bottom-45{ padding-bottom: 45px; }
.text-underline, .text-underline:hover, .text-underline:focus, .text-underline:active{ text-decoration: underline; }
.text-uppercase{ text-transform: uppercase; }
.width-100{ width: 100%; }
.h-100{ height: 100%; }
.margin-top-15{ margin-top: 15px; }
.margin-top-30{ margin-top: 30px; }
.margin-top-45{ margin-top: 45px; }
.margin-top-60{ margin-top: 60px; }
.margin-bottom-15{ margin-bottom: 15px; }
.margin-bottom-30, .margin-bottom-30:hover, .margin-bottom-30:focus, .margin-bottom-30:active{ margin-bottom: 30px; }
.margin-bottom-60{ margin-bottom: 60px; }
.margin-left-30{ margin-left: 30px; }
.margin-left-15{ margin-left: 15px; }
.font-14{ font-size: 14px; }
.font-18{ font-size: 18px; }
.font-22{ font-size: 22px; }
.font-28{ font-size: 28px; }
.fixed{ position: fixed; }
.f-left{ float: left; }
.f-right{ float: right; }
.flex{ display: flex; align-items: center;}
.pointer{ cursor: pointer; }
.p-relative{ position: relative; }
.mobile{ display: none; }

.grecaptcha-badge{
    display: none;
}

.btn, .btn:hover, .btn:active, .btn:focus{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 25px;
    border-radius: 7px;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-size: 1.3rem;
}

.btn-transparent, .btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus{
    border: 2px solid #fff;
}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
    position: fixed;
}

#success{
    background: none repeat scroll 0 0 #96ca00;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

@media (min-width: 1200px){
    .col-lg-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: inherit;
        padding-right: 0;
    }
    
    .col-lg-80{
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        position: inherit;
    }
}

@media (min-width: 992px){
    .col-lg-30{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        position: inherit;
    }
    
    .col-lg-10pt{
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        position: inherit;
    }
}

/*-----------------------------------------------------------------------------*/
/*-------------------BANDEAU SITE EN DEVELOPPEMENT-----------------------------*/
/*-----------------------------------------------------------------------------*/

.bandeau-dev{
    position: fixed;
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    margin: 0;
}

.bandeau-dev .btn{
    font-size: 1rem;
    margin: 5px 0 0 15px;
}

/*----*/

@media (min-width:768px) {
    .col.right-arrow{
        min-height: 250px;
        padding-left: 45px;
        padding-right: 15px;
    }
}

.col .col-right-arrow{
    position: absolute;
    overflow: hidden;
    width: 75px;
    height: 85px;
    right: -75px;
    z-index: 1;
    top: 0px;
}

.col .col-right-arrow-inner{
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 125px;
    height: 70px;
    top: -13px;
    left: -85px;
    position: relative;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.col.right-arrow:nth-last-child(2){
    border: none !important;
}

.col.right-arrow:nth-last-child(2) .col-right-arrow-inner{
    display: none;
}

.col.col-bottom-arrow{
    margin-bottom: 45px;
    padding-bottom: 60px;
}

.row .bottom-arrow{
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 51px;
    bottom: -51px;
    left: calc(50% - 60px);
    top: auto;
    z-index: 9999;
}

.row .bottom-arrow .bottom-arrow-inner{
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
    top: -70px;
    left: 20px;
    position: relative;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 991px){
    .col.right-arrow{
        margin-bottom: 75px;
    }
    
    .col .col-right-arrow{
        position: absolute;
        overflow: hidden;
        width: 120px;
        height: 51px;
        bottom: -51px;
        right: auto;
        top: auto;
        left: calc(50% - 60px);
        z-index: 1;
    }
    
    .col.right-arrow:nth-last-child(2) {
        margin-bottom: 0px;
    }
    
    .col .col-right-arrow-inner{
        width: 100px;
        height: 100px;
        top: -70px;
        left: 20px;
        position: relative;
    }
    
    .col.col-bottom-arrow{
        padding-bottom: 0;
    }
}

/* POPUP */

#popupfiltre{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
}

#monpopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 80%;
    max-height: 80%;
    z-index: 100001;
    display: none;
}

#closepopup{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
}
/* FIN POPUP */

.owl-carousel .owl-item{
    text-align: center;
}

/* BANDEAU LOGOS HEADER */

.logo-hauts-de-france{
    margin: 10px 0;
    max-height: 80px;
}

.logo-hauts-de-france *{
    max-height: 80px;
}

.logo-hauts-de-france img{
    height: 100% !important;
    width: auto !important;
}

/* FORMULAIRE DOCUMENTS COMPLEMENTAIRES */


.custom-input-file-card-label{
    max-width: 200px;
    text-align: center;
    display: flex;
    font-size: 14px;
    align-items: center;
    min-height: 115px;
    justify-content: center;
}

.custom-input-file-card{
    position: relative;
    padding: 15px;
    width: 200px;
    min-height: 250px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #0050A4;
    border-radius: 30px;
}

.custom-input-file{
    cursor: pointer;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
}

.custom-input-file-card img, .custom-input-file-card .piece_jointe_nom_fichier, .custom-input-file-card .btn-supprimer{
    margin-bottom: 10px;
}

.form-etape input[type="file"], .form-etape input[type=file]::-webkit-file-upload-button{
    opacity: 0;
    position: absolute;
    bottom: 0;
    height: 50px;
    width: calc(100% - 30px);
    font-size: 0;
    z-index: 9999;
    cursor: pointer;
}

.custom-input-file-card .btn-supprimer{
    cursor: pointer;
    border-bottom: 1px solid #fff;
    display: inline;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

.custom-input-file-card input[type="file"]{
    opacity: 0;
    height: 250px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.custom-input-file-card .custom-input-button{
    margin: auto;
}

.custom-input-file-card .custom-input-button-icon{
    vertical-align: top;
    display: inline-block;
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.custom-input-file-card .custom-input-button i{
    color: #0050A4;
    font-size: 5rem;
    line-height: 150px;
}

@media (max-width: 480px){
    .row-form-document{
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    
    .custom-input-file-card-label{
        max-width: inherit;
    }
    
    .custom-input-file-card{
        display: inline-flex;
    }
}

.custom-input-file-card a, .custom-input-file-card a:hover, .custom-input-file-card a:active, .custom-input-file-card a:focus{
    color: #fff;
    font-style: normal;
    line-break: anywhere;
}

.btn-ajout-page, .btn-ajout-page:hover, .btn-ajout-page:active, .btn-ajout-page:focus{
    font-size: 14px;
}

.row-form-document .btn-modifier{
    color: #0050A4;
    font-style: normal;
    font-size: 14px;
    padding: .375rem .75rem;
}

.fa-face-grin-beam-sweat:before{
    content:"\f583"
}