@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothammediumitalic-webfont.eot');
    src: url('fonts/gothammediumitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothammediumitalic-webfont.woff2') format('woff2'),
         url('fonts/gothammediumitalic-webfont.woff') format('woff'),
         url('fonts/gothammediumitalic-webfont.ttf') format('truetype'),
         url('fonts/gothammediumitalic-webfont.svg#gothammedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambold-webfont.eot');
    src: url('fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambold-webfont.woff2') format('woff2'),
         url('fonts/gothambold-webfont.woff') format('woff'),
         url('fonts/gothambold-webfont.ttf') format('truetype'),
         url('fonts/gothambold-webfont.svg#gothambold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambook-webfont.eot');
    src: url('fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambook-webfont.woff2') format('woff2'),
         url('fonts/gothambook-webfont.woff') format('woff'),
         url('fonts/gothambook-webfont.ttf') format('truetype'),
         url('fonts/gothambook-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothamlight-webfont.eot');
    src: url('fonts/gothamlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamlight-webfont.woff2') format('woff2'),
         url('fonts/gothamlight-webfont.woff') format('woff'),
         url('fonts/gothamlight-webfont.ttf') format('truetype'),
         url('fonts/gothamlight-webfont.svg#gothamlight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothamlightitalic-webfont.eot');
    src: url('fonts/gothamlightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothamlightitalic-webfont.woff2') format('woff2'),
         url('fonts/gothamlightitalic-webfont.woff') format('woff'),
         url('fonts/gothamlightitalic-webfont.ttf') format('truetype'),
         url('fonts/gothamlightitalic-webfont.svg#gothamlight_italic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.eot');
    src: url('fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Black.woff2') format('woff2'),
         url('fonts/Gotham-Black.woff') format('woff'),
         url('fonts/Gotham-Black.ttf') format('truetype'),
         url('fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambolditalic-webfont.eot');
    src: url('fonts/gothambolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambolditalic-webfont.woff2') format('woff2'),
         url('fonts/gothambolditalic-webfont.woff') format('woff'),
         url('fonts/gothambolditalic-webfont.ttf') format('truetype'),
         url('fonts/gothambolditalic-webfont.svg#gothambold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/gothambookitalic-webfont.eot');
    src: url('fonts/gothambookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambookitalic-webfont.woff2') format('woff2'),
         url('fonts/gothambookitalic-webfont.woff') format('woff'),
         url('fonts/gothambookitalic-webfont.ttf') format('truetype'),
         url('fonts/gothambookitalic-webfont.svg#gothambook_italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*-----------------------------------------------------------------------------*/
/*-----------------------------MENU DU SITE------------------------------------*/
/*-----------------------------------------------------------------------------*/

.navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: auto;
}

.navbar-nav{
    color: #333333;
}

.navbar-nav > li:after {
    left: 0;
}

.wrapper-menu{
    overflow: initial;
}

ul.dropdown-menu li a, ul.mega-menu li ul li a {
    color: inherit;
}

#primary-menu .module-social .social-icon{
    display: inline-block;
    position: relative;
    list-style: none;
}

#primary-menu .module-social .social-icon:hover i{
    color: #4291CC;
}

#primary-menu .module-social a{
    font-size: 26px;
    line-height: 1;
    color: #222222;
    position: relative;
}

#primary-menu .module-social .dropdown-list{
    position: absolute;
    top: 100%;
    right: 0;
    width: 150px;
    padding: 20px;
    background-color: #fff;
    z-index: 11;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #efefef;
}

#primary-menu .module-social .dropdown-list li{
    display: block;
    margin-left: 0;
}

#primary-menu .module-social .dropdown-list li a{
    position: relative;
    color: #555555;
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 8px 0;
}

#primary-menu .module-social .dropdown-list li a:hover {
  color: #4291CC;
}

#primary-menu .social-text-hover:hover .dropdown-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

li.has-dropdown .fa-angle-right{
    display: none;
}

.menu-item{
    cursor: pointer;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------FOOTER----------------------------------------*/
/*-----------------------------------------------------------------------------*/

.footer-2 {
    padding-right: 80px;
}

/*------------------------------------------------------------------------------*/
/*----------------------------------REALISATION---------------------------------*/
/*------------------------------------------------------------------------------*/

/*--Page--*/

.price-box-product-page span {
    font-size: 26px;
    font-family: "Gotham", sans-serif;
}

.price-regular {
    color: #4291CC;
    font-weight: bold;
}

.price-old {
    color: #999;
    padding-left: 5px;
    font-weight: 300;
}

.portfolio-masonry .portfolio-item {
    padding-right: 15px;
    padding-left: 15px;
}

.portfolio .portfolio-filter-link ul {
	margin-bottom: 0;
	line-height: 1;
}

.portfolio .portfolio-filter-link ul li {
	padding-right: 0;
	padding-left: 0;
	line-height: 1;
}

.portfolio .portfolio-filter-link {
	margin-bottom: 40px;
}

.portfolio .portfolio-filter-link a {
	color: #333;
	font-family: 'Gotham', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-right: 40px;
	padding-bottom: 10px;
	display: block;
	position: relative;
        margin-bottom: 15px;
}

.portfolio .portfolio-filter-link a span {
	color: #616161;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: -10px;
	right: -15px;
}

/*-------------COMMANDER-----------*/

.form-control{
    text-transform: inherit;
    padding: 0 15px;
}

textarea.form-control{
    border: 2px solid rgba(34, 34, 34, 0.08);
    padding: 0 15px;
}

textarea.form-control:focus{
    border: 2px solid #4291CC;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------ESPACE CLIENT--------------------------------*/
/*-----------------------------------------------------------------------------*/

.tab-content>.active {
    opacity: 1;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #4291CC;
  border-color: #4291CC;
  color: #fff;
}

.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}


/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

a{
    display: inline-block;
}

.title-heading{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
    font-family: 'Gotham', sans-serif;
    color: #222;
    font-weight: 600;
    line-height: 28px;
}

.title-heading-separator{
    position: relative;
    width: 46px;
    height: 2px;
    background-color: #282828;
    margin-top: -10px;
}

.title-heading-separator:after{
    position: absolute;
    content: "";
    width: 2px;
    height: 2px;
    background-color: #282828;
    left: 48px;
    bottom: 0;
}

.subtitle-subheading{
    color: #616161;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    margin-bottom: 10px;
}



/*-----------------------------------------------------------------------------*/
/*-----------------------------DIGITAL STORE-----------------------------------*/
/*-----------------------------------------------------------------------------*/

h2{
    font-weight: 500;
}

h3{
    font-weight: 400;
}

h4{
    font-weight: 300;
}

img{
    max-width: 100%;
    height: auto;
}

body, p{
    font-family: "Gotham", sans-serif;
    font-weight: normal;
}

.padding-section{
    padding: 50px 75px;
}

.largeur-totale{
    padding: 0;
}

.largeur-totale .row{
    margin: 0;
    align-items: center;
}

.largeur-totale .col{
    padding: 0;
}

.largeur-totale ul li{
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.indent-text-15{
    padding: 0 15px;
}

.indent-text-30{
    padding: 0 30px;
}

.indent-text-45{
    padding: 0 45px;
}

.row-2{
    margin-top: 30px;
}

.style-h3{
    font-weight: 400;
    font-size: 25px;
    line-height: 1;
    color: #222222;
    font-family: 'Gotham', sans-serif;
    margin: 0 0 20px 0;
}

.equipe{
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
}

.col-equipe{
    margin: auto auto 20px auto;
}

.col-equipe span{
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 15px;
    left: 30px;
    font-size: 16px;
    width: calc(100% - 60px);
}

.collapsible-item-title.panel-title{
    margin: 0;
    padding: 15px 0;
}

.collapsible-item-body.panel-body{
    padding: 20px 0 0 0;
}

/* TEMOIGNAGE */

.accueil-temoignage .nom-temoignage h4{
    font-size: 14px;
    font-weight: 600;
}

/*-----------------------------------------------------------------------------*/

.filtre-bleu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------TOPBAR------------------------------------------*/

.topbar{
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.copyright{
    color: #fff;
    padding: 10px 15px;
}

.topbar a{
    color: #fff;
    margin-right: 5px;
    display: inline-block;
}

.topbar i{
    margin-right: 5px;
}

.topbar .fa-phone{
    transform: rotate(90deg);
    margin-left: 15px;
}

/*------------MENU--------*/

.container_menu{
    position: fixed;
    z-index: 9990;
    width: 100%;
    top: 0;
    left: 0;
}

.navbar-brand{
    padding: 0;
}

.navbar-brand img{
    height: 80px;
}

.navbar{
    min-height: 80px;
}

.navbar-nav > li{
    height: 80px;
}

.navbar .module-container, .navbar-nav > li > a{
    line-height: 80px;
}

.menu-sticky{
    position: fixed;
}

.navbar-nav{
    padding-left: 30px;
}

.navbar-nav li a.menu-item, .navbar-nav li a.menu-item:hover, .navbar-nav li a.menu-item:active, .navbar-nav li a.menu-item:focus{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
display:block;
}

.dropdown-toggle::after{
    border: none;
}

.navbar .module-container{
    position: relative;
    text-align: center;
    width: 100%;
    margin-left: 20px;
}

.navbar .input-search{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 1px solid rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: auto;
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
    display: none;
    width: 225px;
    min-width: 225px;
    margin-top: -1px;
    height: 30px;
}

.navbar .input-search input{
    border: 2px solid #fff !important;
    color: #fff;
    padding: 0 30px 0 15px;
    border-radius: 5px;
    height: 30px;
}

.navbar .module-container .module .fa-search{
    cursor: pointer;
    font-size: 22px;
    color: #fff;
    z-index: 9;
    position: relative;
}

#form-search i{
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    z-index: 9;
    position: absolute;
    top: 7px;
    right: 10px;
}

.navbar .right-items{
    text-align: right;
    width: 100%;
}

#bloc-suggestion{
    position: absolute;
    top: calc(100% + 2px);
    z-index: 9990;
    width: 100%;
}

#primary-menu .module-social #bloc-suggestion .suggestion-recherche{
    width: 100%;
    display: block;
    position: relative;
    z-index: 9990;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#bloc-suggestion .suggestion-recherche{
    color: #333;
}

#bloc-suggestion .suggestion-recherche:hover{
    color: #fff;
}

main{
    margin-top: 110px;
}

/*------------------------------TITRE DE PAGE----------------------------------*/

.page-title{
    padding-top: 50px; 
}

.page-title .breadcrumb{
    background: transparent;
    padding: 0;
    display: inline-block;
}

.breadcrumb li{
    display: inline-block;
}

.breadcrumb li::before {
    content: ">";
}

.page-title h1{
    font-size: 42px;
    font-weight: 500;
}

.page-title::after, .separateur-bleu::after{
    display: block;
    width: 100px;
    content: "";
    height: 1px;
    margin: auto auto 30px auto;
}

.page-title .padding-section{
    padding: 25px 75px;
}

/*-----------------------------SLIDER------------------------------------------*/

.slide-img{
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    height: 500px;
}

.slide-img h1{
    margin: 0;
    font-weight: 600;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

.slide-img h2{
    font-size: 24px;
    color: #fff;
}

.slide-img, .slide-img p{
    color: #fff;
}

.slide-img .slide-select{
    display: inline-block;
    padding: 0;
    position: relative;
}

select{
    -webkit-appearance: none;
}

.slide-img select{
    opacity: 0;
    margin-bottom: 0px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 9;
}

.slide-img .slide-select-container .btn-primary{
    height: 50px;
    margin-left: -5px;
}

/*---------------------------------------PACKS---------------------------------*/


.portfolio .portfolio-filter{
    z-index: 9;
}

.portfolio .portfolio-filter a{
    font-size: 16px;
    font-weight: 500;
}

.portfolio .portfolio-filter .sous-menu{
    position: absolute;
    display: none;
    align-items: center;
    flex-direction: column;
    z-index: 9;
}

.portfolio .portfolio-filter li:hover .sous-menu{
    display: flex;
}

.portfolio .portfolio-filter .sous-menu li{
    padding: 5px 0 5px 15px;
    border: 1px solid #ddd;
}

.portfolio .portfolio-filter .sous-menu li a{
    padding-bottom: 0;
    margin-bottom: 0;
}

.portfolio .portfolio-filter .sous-menu li a::after{
    display: none;
}

.portfolio-item.pack .bloc-pack{
    min-height: 265px;
}

.portfolio-item.pack.pack-bouton .bloc-pack{
    min-height: 300px;
}

.bloc-pack{
    position: relative;
    padding: 15px;
}

.bloc-pack p{
    color: #333;
}

.bloc-pack .tarif-pack{
    padding-left: 0;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    text-align: center;
}

.related .bloc-pack .tarif-pack, .mes-projets .bloc-pack .tarif-pack{
    padding-left: 15px;
}

.bloc-pack .tarif-pack .tarif-label{
    font-size: 12px;
    margin-right: 10px;
}

.bloc-pack .tarif-pack .tarif-montant{
    font-size: 14px;
    font-weight: 500;
}

.bloc-pack .tarif-montant-barre{
    display: block;
    font-weight: bold;
    font-size: 12px;
}

.bloc-pack .titre-pack{
    text-align: center;
}

.bloc-pack .titre-pack h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.bloc-pack .sous-titre-pack p{
    margin: 10px 0 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.bloc-pack hr{
    border-color: rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-filter-link a.active-filter:after,
.portfolio .portfolio-filter-link a:hover:after {
	content: "";
	height: 2px;
	width: 22px;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}

.single-post .entry-share .share-title{
    color: #000;
    font-style: normal;
}

.portfolio-item{
    margin: auto auto 30px auto;
}

.portfolio .portfolio-img{
    height: 250px;
}

.portfolio-img{
    position: relative;
}

.portfolio-img:hover img{
    filter: brightness(75%);
}

.portfolio-img img{
    width: 100%;
}

.portfolio .portfolio-img img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.pack-image .portfolio-img{
    height: 450px;
}

.pack-image .portfolio-img iframe{
    width: 100%;
    height: 450px;
    border: none;
}

.pack-sidebar{
    padding-right: 45px;
}

.pack-description{
    padding-left: 45px;
}

.pack-sidebar h2::after{
    display: block;
    width: 40px;
    content: "";
    height: 1px;
    margin-top: 15px;
}

.pack-sidebar .tarif{
    text-align: center;
}

.pack-sidebar .tarif .price-regular{
    font-size: 24px;
    margin-bottom: 30px;
}

.pack-sidebar .tarif .price-regular del{
    font-size: 18px;
}

.pack-sidebar p{
    margin: 0;
}

/*------------------------------------------------------------------------------*/
/*-----------------------------------REALISATION--------------------------------*/
/*------------------------------------------------------------------------------*/

.realisation-accueil{
    margin: 0;
}

.realisation-accueil .realisation{
    height: 300px;
}

.realisation-accueil .realisation .invisible-plus{
    display: none;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 9;
}

.realisation-accueil .realisation:hover .invisible-plus{
    display: flex;
}

.realisation-accueil .realisation .centrage-plus{
    width: 100%;
    text-align: center;
}

.realisation-accueil .realisation .cadre-plus{
    height: 50px;
    width: 50px;
    background: #fff;
    display: inline-block;
    line-height: 50px;
    border-radius: 100px;
}

.iframe-realisation .yt-iframe{
    width: 100%;
    min-height: 450px;
    border: none;
}

.yt-iframe{
    border: none;
}

.entry{
    margin-bottom: 30px;
}

.entry .entry-featured{
    overflow: hidden;
    height: 300px;
}

.entry .entry-link{
    display: flex;
    align-items: center;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.entry img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
    width: auto;
}

.entry p{
    font-weight: 600;
}

.entry::after{
    display: block;
    width: 25px;
    content: "";
    height: 1px;
}

.entry-link .invisible-plus{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
}

.entry-link:hover .invisible-plus{
    display: flex;
}

.entry-link .invisible-plus i{
    color: #fff;
    font-size: 42px;
}

/* ÉQUIPE */

.accueil-equipe{
    padding: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #8A8A8A;
}

.accueil-equipe .container-img-equipe{
    position: relative;
    height: 175px;
    max-width: 175px;
    margin: auto auto 30px auto;
}

.accueil-equipe .img-equipe{
    height: 175px;
    overflow: hidden;
    max-width: 175px;
    border: 10px solid #fff;
    border-radius: 100px;
    position: relative;
}

.accueil-equipe .img-equipe img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.accueil-equipe .container-img-equipe .cadre-check{
    position: absolute;
    bottom: 15px;
    right: 0px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
}

.accueil-equipe .container-img-equipe .cadre-check .fa-check{
    color: #fff;
}

.accueil-equipe h3{
    text-transform: uppercase;
    text-align: center;
}

.accueil-equipe h4{
    font-style: italic;
    font-weight: 300;
    text-align: center;
}

/* SAVOIR-FAIRE */

.savoir-faire .col-md-4{
    padding: 15px;
}

.savoir-faire .col-md-4:hover{
    background: #fff;
}

.savoir-faire svg{
    height: 75px;
    max-width: 100%;
}

/* TEMOIGNAGE */

.accueil-temoignage{
    background: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 20px;
}

.accueil-temoignage:hover{
    box-shadow: 0 0 20px 0 #eee;
}

.accueil-temoignage .img-temoignage{
    height: 100px;
    overflow: hidden;
    width: 100px;
    border-radius: 100px;
    position: relative;
    margin: 0 15px 15px 0;
}

.accueil-temoignage .img-temoignage img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.accueil-temoignage .nom-temoignage{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.accueil-temoignage .nom-temoignage h3{
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.accueil-temoignage p{
    font-weight: 600;
    margin-top: 15px;
}

.accueil-temoignage i{
    font-size: 36px;
}

.col-temoignage{
    margin: 15px auto;
}

/*---------------------------------CLIENTS-------------------------------------*/

.sidebar-client .container-img-client{
    height: 75px;
    overflow: hidden;
    width: 75px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 15px auto;
}

.sidebar-client .container-img-client img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.sidebar-client .icone-menu{
    color: #3CCACE;
}

.sidebar-client .icone-menu .fa-phone{
    transform: rotate(90deg);
}

.sidebar-client ul li{
    padding: 30px 0;
}

.sidebar-client ul li span{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Gotham", sans-serif;
}

.sidebar-client ul li::after{
    position: relative;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    height: 1px;
}

.sidebar-client ul li:last-child::after{
    background: none;
}

.sidebar-client .icone-menu{
    height: 40px;
    width: 40px;
    background: #eee;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;    
    display: inline-block;
    margin-right: 15px;
}

/*------------------------------PARTENAIRES------------------------------------*/

#partners {
    padding-top: 80px;
    text-align: center !important;
    width:100%;
}

#partners {
    padding-top: 0px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.clients .owl-buttons {
    padding-top: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.owl-controls{
    display: none !important;
}

#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%;
}

.partenariat-prez{
    margin-top: 100px;
    text-align: center;
    border: 5px solid #6FC1F5;
    padding: 100px 0 70px 0;
}

.partenaire-prez{
    margin: auto auto 30px auto;
}

/* Bootstrap-select */

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #4291CC;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    vertical-align: 5px !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .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;
}

.bt-select-col img{
    max-height: 100px;
}

.bootstrap-select .dropdown-menu li a span.text{
    width: 100%;
}

.bootstrap-select.projet > .dropdown-toggle, .bootstrap-select.projet .row{
    height: 100px;
    align-items: center;
}

.bootstrap-select.projet .dropdown-menu{
    z-index: 9990;
}

.bootstrap-select.projet .filter-option-inner-inner h3, .bootstrap-select.projet .dropdown-menu li h3{
    margin: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    padding: 0 0 10px 0;
    white-space: break-spaces;
}

.bootstrap-select.projet .filter-option-inner-inner p, .bootstrap-select.projet .dropdown-menu li p{
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    max-width: 100%;
    display: block;
    white-space: normal;
    text-transform: none;
}

.bootstrap-select.projet .dropdown-menu li{
    height: 100px;
    line-height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a{
    height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a, .bootstrap-select.projet .dropdown-menu li .row{
    margin: 0;
}

.bootstrap-select.projet .dropdown-menu li:hover{
    background: #007bff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active h3, .bootstrap-select.projet .dropdown-menu .dropdown-item:active h3,
.bootstrap-select.projet .dropdown-menu li:hover h3{
    color: #fff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active p, .bootstrap-select.projet .dropdown-menu .dropdown-item:active p, 
.bootstrap-select.projet .dropdown-menu li:hover p{
    color: #fff;
}

/*-----------------------------------------------------------------------------*/
/*----------------------POP UP FORMULAIRE NEWSLETTER---------------------------*/
/*-----------------------------------------------------------------------------*/

#filtre_pop_up_newsletter, .filtre_pop_up{
    background: linear-gradient( rgba(75, 75, 75, 0.6), rgba(75, 75, 75, 0.6) );
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: all 0.5s;
    left: 0;
    top: 0;
}

#pop_up_newsletter, .pop_up{
    position: fixed;
    top: 45px;
    left: 12.5%;
    z-index: 9999;
    width: 75%;
    height: calc(100% - 90px);
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    background: rgb(252, 252, 252) none repeat scroll 0% 0%;
    box-shadow: 0 0 5px #333;
    display: flex;
    justify-content: left;
    align-items: center;
    transition: all 0.5s;
    overflow-y: auto;
}

.pop_up{
    top: 90px;
    left: 30%;
    width: 40%;
    height: calc(100% - 180px);
}

#pop_up_credit, #filtre_pop_up_credit{
    opacity: 0;
    display: none;
}

#pop_up_newsletter form, .pop_up form{
    margin: auto;
}

#pop_up_newsletter i, .pop_up i{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    z-index: 99999;
    cursor: pointer;
}

#pop_up_credit{
    align-items: inherit;
}

.border-mobile{
    display: none;
}

.icone-popup-credit{
    cursor: pointer;
    display: inline-block;
}

/*------------------------------------------------------------------------------*/
/*-----------------------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; */
    text-transform: uppercase;
    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: 90px;
    height: 75px;
    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: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.button-flottant .inline-button{
    display: inline-block;
    height: 75px;
    vertical-align: top;
}
.button-flottant .txt-button-center{
    display: flex;
    height: 75px;
    align-items: center;
}
.button-flottant:hover{
    right: 253px;
}

/*-----------------------------FOOTER------------------------------------------*/

footer p, footer h2, footer h3, footer h4, footer h5, footer ul, footer ul a{
    color: #fff;
}

.footer a{
    display: inline-block;
}

footer ul{
    padding: 0 0 25px 25px;
}

/*-------------------------------COPYRIGHT-------------------------------------*/

.copyright{
    text-align: center;
    padding: 20px 0;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------COULEURS GENERALES--------------------------------*/
/*-----------------------------------------------------------------------------*/

/*

Couleurs du projet :

Bleu normal : #4291CC
Bleu check : #3A6BAF
Bleu ciel : #3CCACE
Orange : #F17A16
Fond noir blocs : #191919
Noir footer : #191925


*/

.texte-bleu, .texte-bleu:hover, .texte-bleu:focus, .texte-bleu:active{color: #4291CC;}  
.texte-orange, .texte-orange:hover, .texte-orange:focus, .texte-orange:active{color: #F17A16 !important;}  
.texte-rouge, .texte-rouge:hover, .texte-rouge:focus, .texte-rouge:active{color: #d92550;}  
.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 !important;}  
.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: #4291CC;}
.background-rouge, .background-rouge:hover, .background-rouge:focus, .background-rouge:active{background: #d92550;}
.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;}

.bg-gray{ background-color: #f0f0f0 !important; }

.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; }
.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%; }
.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; }
.v-align-top{ vertical-align: top; }

.p-relative{
    position: relative;
}

.customCheckboxMdp{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: 38px;
    display: flex;
    align-items: center;
}

.customCheckboxMdp i{
    cursor: pointer;
    margin: auto;
}

.customCheckboxMdp i:hover, .customCheckboxMdp i:active, .customCheckboxMdp i:focus{
    color: #000;
}

.btn{
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    min-width: 180px;
    width: auto;
}

.btn-transparent{
    background: transparent;
    border: 2px solid #fff;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus{
    color: white;
}

.grecaptcha-badge{
    display: none;
}

.good-color, p:last-child.good-color{
    background-color:#a5ecb1;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.bad-color, p:last-child.bad-color{
    background-color:#fa6464;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 10000;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
    position: fixed;
}

#success_newsletter{
    background: none repeat scroll 0 0 #96ca00;
}

#error_newsletter, .message-info-mdp{
    background: none repeat scroll 0 0 #f7941d;
}

.message-info-mdp{
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

#success {
    position: fixed;
    left: 0;
    background: #96ca00;
    z-index: 999;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: opacity 2s;
    display: none;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

.form-erreur{
    font-weight: bold;
    color: red;
    display: none;
}

/*-----------------------------------------------------------------------------*/
/*-------------------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;
}

/*----*/

.btn-realisation-contact{
    padding: 10px 25px;
    height: auto;
    line-height: 24px;
}

.preloader svg{
    max-width: 50px;
    height: auto;
}