body {
    position: relative;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Karla', sans-serif;
}

h1, h2, h3, p {
    margin: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.page-banner {
    height: 250px;
    background-image: url('../img/page-banner.jpg');
    background-size: 100vw;
    background-position: center 30%;
}

.page-template-page-particulier .page-banner {
    background-image: url('../img/menu-particulier-1.jpg');
}
.page-template-page-particulier.page-id-54 .page-banner {
    background-image: url('../img/menu-particulier-2.jpg');
}
.page-template-page-pro .page-banner {
    background-image: url('../img/bg-banner-pro.jpg');
}
.page-template-page-pro.page-id-180 .page-banner {
    background-image: url('../img/bg-banner-pro2.jpg');
}

.page-banner .container {
    display: flex;
}

.page-banner .title-container {
    position: relative;
    margin: auto;
    padding: 50px 100px;
    width: calc(80% - 200px);
    min-height: calc(198px - 100px);
    max-height: calc(198px - 100px);
    font-size: 35px;
    color: #780028;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-banner .title-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/page-banner.jpg');
    background-position: center 30.4%;
    background-color: rgba(255, 255, 255, 0.6);
    background-size: 100vw;
    background-blend-mode: color;
    filter: blur(5px);
}

.page-template-page-particulier .page-banner .title-container:after {
    background-image: url('../img/menu-particulier-1.jpg');
}
.page-template-page-particulier.page-id-54 .page-banner .title-container:after {
    background-image: url('../img/menu-particulier-2.jpg');
}

.page-template-page-pro .page-banner .title-container:after {
    background-image: url('../img/bg-banner-pro.jpg');
}

.page-template-page-pro.page-id-180 .page-banner .title-container:after {
    background-image: url('../img/bg-banner-pro2.jpg');
}

.page-banner .title-container h1 {
    z-index: 1;
    /* margin-top: 15px; */
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.17em;
}

.page-banner .title-container h1:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 4px;
    background-color: black;
}

.breadcrumbs {
    font-size: 0;
    margin: 4px 0;
}

.breadcrumbs > span > a {
    position: relative;
    padding: 5px 10px;
    background-color: #54001c;
    font-size: 13px;
    color: white;
    text-decoration: none;
}
.breadcrumbs > span > a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 5px;
    border-color: transparent transparent transparent #54001c;
}

.breadcrumbs > span > span {
    padding: 5px 10px;
    background-color: #c5c5c5;
    font-size: 13px;
    color: black;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ececec+0,ffffff+100&1+50,0+98 */
    background: -moz-linear-gradient(left, rgba(236,236,236,1) 0%, rgba(246,246,246,1) 50%, rgba(255,255,255,0) 98%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(236,236,236,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(236,236,236,1) 0%,rgba(246,246,246,1) 50%,rgba(255,255,255,0) 98%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.right-links {
    z-index: 1;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    display: flex;
    flex-direction: column;
}

.right-links a {
    position: relative;
    padding: 15px;
    display: flex;
    max-width: 180px;
    background-color: #3d3d3d;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.35);
    transform: translate3d(65%, 0, 0);
    cursor: pointer;
}

.right-links a:hover {
    transform: translate3d(0, 0, 0);
}

.right-links img {
    vertical-align: middle;
	object-fit: contain;
	object-position: center;
}

.right-links span {
    margin: auto;
    margin-left: 40px;
    font-size: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.right-links .separator {
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translate3d(0, -50%, 0);;
    margin: auto;
    width: 1px;
    height: 35px;
    background-color: white;
}

.lightbox-contact {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
}

.lightbox-contact .lightbox-form {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    padding: 20px;
    width: calc(35% - 40px);
    background-color: white;
}

.lightbox-contact .lightbox-form h2 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.lightbox-form .form-content {
    width: 85%;
}

.lightbox-form .form-content + p {
    margin-top: 10px;
}

.lightbox-form br {
    display: none;
}

.lightbox-form .form-content label,
.lightbox-form .form-content span {
    font-size: 15px;
}

.home h2 {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    font-size: 23px;
    padding: 20px 0;
}

.sidebar-page {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-left: 80px;
    width: 260px;
    
}

.sidebar-page .item:first-child {
    margin-top: 0;
}
.sidebar-page .item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 10px 0;
    height: calc(115px - 40px);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-page .item:hover {
    opacity: 0.7;
}
.sidebar-page .item.produits {
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: color;
    background-image: url('../img/sidebar-produits.jpg');
}
.sidebar-page .item.catalogue {
    background-color: #780028;
}
.sidebar-page .item.temoignage {
    background-color: #fcca12;
}

.sidebar-page .item .sep-icon {
    position: relative;
}
.sidebar-page .item .sep-icon:before, .sidebar-page .item .sep-icon:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    background-color: white;
    width: 90px;
    height: 1px;
}
.sidebar-page .item .sep-icon:after {
    left: auto;
    right: 0;
}
.sidebar-page .item.produits i.fa, .sidebar-page .item.catalogue i.fa {
    color: transparent;
    -webkit-text-stroke: 1px #fcca12;
}
.sidebar-page .item.temoignage i.fa {
    color: black;
}

.sidebar-page .item span {
    line-height: 26px;
}
.sidebar-page .item span + span {
    margin-bottom: 10px;
}

.page-simple {
    display: flex;
    margin-top: 20px;
    padding-bottom: 80px;
}

.page-content {
    width: 100%;
    flex-grow: 1;
    font-size: 14px;
}

.page-content h2:first-child {
    margin-top: 10px;
}

.page-content h2 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.page-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #780028;
}

.page-content li {
    list-style: none;
}

.page-content li:before {
    content: '• ';
    vertical-align: middle;
    font-size: 30px;
    line-height: 22px;
    color: #fcca12;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content img.aligncenter {
    display: flex;
    margin: auto;
}

.page-content a {
    color: #780028;
    font-weight: 700;
}

#home-slider {
    position: relative;
    overflow: hidden;
    height: 400px;
}

.slick-list,
.slick-track,
#home-slider .slider-container {
    height: 100%;
}

#home-slider .slider-banner,
#home-slider .slider-banner .container {
    position: relative;
}

#home-slider .slider-banner .slider-txt {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    padding: 20.5px;
    padding-top: 80px;
    width: calc(317px - 30px);
    height: calc(100% - 95px);
    background-color: rgba(0, 0, 0, 0.8);
}

#home-slider .slider-txt > span {
    margin-bottom: 5px;
    display: block;
    color: white;
}

#home-slider .slider-txt .title {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

#home-slider .slider-txt .description {
    font-size: 20px;
    line-height: 30px;
}

#home-slider .slider-txt .separator {
    flex-grow: 1;
}

#home-slider .slider-txt .link-btn {
    margin: 0 5px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#home-slider .slider-banner .slider-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-slider .dots-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 1200px;
    max-width: 100%;
    height: 100%;
    pointer-events: none;
}

#home-slider .dots-container .slick-dots {
    right: 0;
    bottom: 10px;
    width: 317px;
    pointer-events: none;
}

#home-slider .slick-dots li.slick-active button {
    background: white;
    
}
#home-slider .slick-dots li.slick-active button:before {
    opacity: 0;
}
#home-slider .slick-dots li button:before {
    opacity: 0;
}
#home-slider .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    pointer-events: all;
}

#menu-produits{
    background: #ececec;
}
#menu-produits h2 {
    width: 45%;
    color: #780028;
}

#menu-produits .container {
    padding-bottom: 20px;
}

.products-container {
    display: flex;
    margin: 20px 0;
}

.products-container .product {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 1.5px;
    padding: 15px;
    width: 25%;
    height: 225px;
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: color;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.products-container .product:hover {
    background-blend-mode: initial;
}

.products-container .product:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #780028;
}

.products-container .product > span,
.products-container .product > a {
    z-index: 1;
    margin-top: calc(100% - 80px);
    font-size: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-container .product:hover > span,
.products-container .product:hover > a {
    margin-top: 0;
}

.products-container .product > span:after,
.products-container .product > a:after {
    content: '';
    display: block;
    margin: 10px 0;
    margin-bottom: 15px;
    width: 60px;
    height: 2px;
    background-color: #780028;
}

.products-container .product:hover > span:after,
.products-container .product:hover > a:after {
    background-color: white;
}

.products-container .product ul {
    z-index: 1;
    display: none;
    margin: 0;
    padding: 0;
}

.products-container .product:hover ul {
    display: block;
}

.products-container .product li {
    margin-bottom: 4px;
    list-style: none;
}

.products-container .product li a {
    font-size: 13px;
    color: white;
    text-decoration: none;
}

.products-container .product li a:hover {
    text-decoration: underline;
}

.products-container .product li:before {
    content: '• ';
    vertical-align: middle;
}

#actualite {
    background: white;
    background-image: url('../img/bg-actu.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
}

#actualite .container {
    padding-bottom: 25px;
}

#actualite h2 {
    text-align: left;
}

.actu-container {
    position: relative;
    margin: 0 auto;
    margin-left: 10%;
    margin-bottom: 130px;
    padding: 30px 40px;
    width: 60%;
    height: 195px;
    background-color: #f7f7f7;
    background-image: url('../img/bg-actu-container.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}

.actu-container .actu-content {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 70%;
}

.actu-content .actu-title {
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
}

.actu-content .actu-txt {
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
}

.actu-content a {
    margin-left: auto;
}

.actu-img  {
    position: absolute;
    top: 55px;
    right: -10px;
    transform: translate3d(45%, 0, 0);
}

.actu-img .img-container {
    margin-bottom: 25px;
    width: 320px;
    height: 225px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-right: 6px solid #fcca12;
}

.page-template-page-accueil .actu-img .img-container {
    max-width: 377px;
    width: 100%;
}

#realisations {
    background: #ececec;
}

#realisations .container {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

#realisations .container > div {
    width: 50%;
}

#realisations .left-content {
    padding-right: 20px;
}

#realisations .left-content h2 {
    color: #780028;
    text-align: left;
}

#realisations .left-content p {
    margin-bottom: 40px;
}

#realisations .left-content p a {
    font-weight: 700;
    color: #780028;
    text-decoration: underline;
}

#realisations .right-slider {
    text-align: center;
}

#realisations .slider-container {
    margin-bottom: 50px;
    height: 465px;
}

#realisations .slider-container .slide-rea {
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}

#realisations .slick-dots {
    transform: translate3d(0, 50%, 0);
}

#realisations .slick-dots li.slick-active button {
    background: #780028;
    
}
#realisations .slick-dots li.slick-active button:before {
    opacity: 0;
}
#realisations .slick-dots li button:before {
    opacity: 0;
}
#realisations .slick-dots li button {
    width: 15px;
    height: 15px;
    border: 1px solid #780028;
}

#partenaires {
    background: white;
    text-align: center;
    background-image: url('../img/bg-partenaire.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
}

#partenaires h2 {
    text-align: left;
}

#partenaires .img-list {
    width: 70%;
    text-align: left;
}

#partenaires .img-list img {
    margin: 30px 50px;
    width: 140px;
	height: auto;
    vertical-align: middle;
}

#partenaires .link-btn {
    margin: 40px 0;
}

.page-content .actu-container {
    margin-top: 40px;
    margin-bottom: 100px;
}

.page-content .img-list {
    display: flex;
    flex-wrap: wrap;
}

.page-content .img-list .img-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 35px;
    width: calc(210px - 70px);
    height: calc(140px - 70px);
    border-radius: 5px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}
.page-content .img-list .img-item:hover {
    box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.3);
}

.page-content .img-list .img-item img {
    width: 140px;
}

.page-content .img-list .img-item span {
    color: black;
    font-size: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-content .img-list .img-item:hover span {
    margin-top: 10px;
    font-weight: bold;
}

.page-content .img-list .img-item:hover span {
    font-size: 17px;
}

.page-content .img-list .img-item:hover .nolink {
    font-size: 12px;
    color: #fcca12;
}

.rea-container .rea-list {
    margin-bottom: 30px;
}

.rea-container .rea-photo {
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin: 10px 9px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.rea-container .rea-photo.in {
    animation: slideRightIn 0.4s;
}
@keyframes slideRightIn {
    from { opacity: 0; right: -25%; }
    to { opacity: 1; right: 0%; }
}
.rea-container .rea-photo:hover {
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.3);
}
.rea-container .rea-photo .photo-hover {
    height: 100%;
    width: 100%;
    background-color: #780028;
    opacity: 0;
    transition: all 0.3s ease;
}
.rea-container .rea-photo:hover .photo-hover {
    opacity: 0.5;
}
.rea-container .rea-photo:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/loupe-rea.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.rea-container .lightbox {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.rea-container .lightbox.active {
    display: flex;
}

.rea-container .lightbox .lightbox-content {
    margin: auto;
    /* width: auto;
    height: 80%; */
    max-width: 60vw;
    position: relative;
    display: flex;
    flex-direction: column;
}
.rea-container .lightbox .lightbox-content .lightbox-wrapper{
    width: auto;
    position: relative;
    display:inline-block;
    margin: 0 auto;
    
}
.rea-container .lightbox .lightbox-content .lightbox-nav-container {
    position: absolute;
    display: flex;
    right: 7px;
    /* bottom: 7px; */
    color: white;
    font-size: 30px;
}
.rea-container .lightbox .lightbox-content .lightbox-nav-container > div {
    z-index: 10;
    margin: 0 5px;
    cursor: pointer;
}
.rea-container .lightbox .lightbox-content .close {
    z-index: 10;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-left: auto;
    padding: 10px 15px;
    width: 30px;
    color: white;
    font-size: 15px;
    text-align: right;
    cursor: pointer;
}
.rea-container img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
    display: block;
}
.rea-container .lightbox .lightbox-infos {
    bottom: 0;
    display: block;
    background-color: white;
}
.rea-container .lightbox .lightbox-infos span {
    margin: auto;
    margin-left: 10px;
    padding: 15px;
    color: #4b4b4b;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}
.hidden {
    display: none !important;
}
.center {
    text-align: center;
}

.temoignages-list .temoignage-item {
    display: flex;
    font-size: 12px;
    color: #2a2d2f;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.2);
}

.temoignage-item .quote {
    font-family: 'Montserrat', sans-serif;
    font-size: 200px;
    color: #fcca12;
}

.temoignage-item .temoignage-txt {
    padding-top: 70px;
    padding-bottom: 35px;
    padding-left: 20px;
    width: 70%;
    max-height: calc(300px - 85px);
}

.temoignage-item .temoignage-txt p {
    margin-bottom: 20px;
    line-height: 20px;
}

.temoignage-item .temoignage-txt span {
    display: block;
    color: #780028;
    font-family: 'Kalam';
    font-weight: 300;
    font-style: italic;
    text-align: right;
}

.temoignage-item .temoignage-txt img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 165px;
    max-height: 110px;
}

.page-content .navigation {
    margin-top: 40px;
    font-size: 17px;
    text-align: center;
}

.page-content .navigation li:before {
    content: '';
}

.page-content .navigation li + li:before {
    content: ' | ';
    font-size: 17px;
    color: #4b4b4b;
}

.page-content .wp-paginate .current {
    border: none;
    background-color: transparent;
    color: #4b4b4b;
}

.page-content .wp-paginate a {
    border: none;
    background-color: transparent;
    color: #fcca12;
    text-decoration: underline;
}

.page-content .wp-paginate a:hover {
    color: #780028;
}

.form-content {
    margin: auto;
    width: 60%;
}

.form-content label {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    color: #2a2d2f;
}
.form-content label.focused {
    color: #fcca12;
}

.form-content label span {
    color: #fcca12;
}

.form-content input,
.form-content select,
.form-content textarea {
    margin: 5px;
    padding-left: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #e7e7e7;
}

.form-content input.focused {
    outline-color: #fcca12;
}

.form-content input[type="submit"] {
    display: block;
    margin: auto;
    width: 60%;
    height: 50px;
    font-weight: 700;
}

.form-content > span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fcca12;
    text-align: center;
}

.form-content + p {
    margin-top: 40px;
    font-size: 12px;
}

span.wpcf7-not-valid-tip {
    text-align: left;
    font-size: 14px;
}

.form-content .wpcf7-recaptcha {
    margin: 20px 0;
}
.form-content .wpcf7-recaptcha > div {
    margin: auto;
}

.lightbox-form .close {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    padding: 10px 15px;
    width: 30px;
    color: black;
    font-size: 25px;
    text-align: right;
    cursor: pointer;
}

.form-content .link-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid white;
    background-color: #780028;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.form-content .link-btn.yellow {
    background-color: #fcca12;
    color: white;
    -webkit-border-radius:0; border-radius:0;
    -webkit-appearance: none;
}
.form-content .link-btn.yellow:hover {
    border-color: #fcca12;
    background-color: white;
    color: #fcca12;
}

.page-content .social-icons {
    text-align: right;
}

.infos-container > span {
    display: block;
    padding: 25px 0;
    background-color: #780028;
    color: white;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}

.infos-container .links {
    border: 2px solid #780028;
}
.infos-container .links nav{
    display: block;
    height: 100%;
}
.infos-container .links nav>ul{
    padding: 0;
    margin: 0
    
}
.infos-container .links span nav>ul>li>a {
    position: relative;
    display: block;
    padding: 15px 0;
    padding-right: 20px;
    background-color: #eeeeee;
    color: #780028;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.infos-container .links span nav>ul>li{
    list-style: none;
}
.infos-container .links span nav>ul>li>ul{
    /* display: block; */
    padding: 20px 0;
    padding-left: 40px;
    display: none;
}
.infos-container .links span nav>ul>li>ul>li{
    padding: 5px 0;
    list-style: none;
}
.infos-container .links span nav>ul>li>ul>li>a:after{
    content: '';
    display: none;
}
.infos-container .links span nav>ul>li>ul>li>a {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

.infos-container .links span nav>ul>li>ul>li>a:hover {
    color: #780028;
}
/* .infos-container .links a:after {
    content: '\f107';
    position: absolute;
    right: 10px;
    font-family: 'FontAwesome';
    font-size: 15px;
}
.infos-container .links nav ul>li:hover a:after{
    content: '\f106';
}
*/
.infos-container .links nav>ul>li>ul>li>a:before {
    content: '\f178 ';
    margin-right: 5px;
    color: #780028;
    font-family: 'FontAwesome';
    font-size: 12px;
} 

.infos-container li {
    position: relative;
}

.infos-container li .toggle {
    z-index: 10;
    position: absolute;
    top: 3px;
    right: 0;
    display: flex;
    width: 40px;
    height: 40px;
}

.infos-container li .toggle i {
    font-size: 20px;
    color: #780028;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.infos-container .links nav > ul > li:hover > a,
.infos-container .links nav > ul > li.open > a {
    background-color: #54001c;
    color: white;
}

.infos-container li:hover > .toggle i,
.infos-container li.open > .toggle i {
    color: white;
}


.page-content .reassurance {
    display: flex;
    flex-wrap: wrap;
}

.page-content .reassurance .atout {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 40px 60px;
    align-items: center;
    text-align: center;
}

.page-content .reassurance .atout span {
    margin-top: 10px;
    font-size: 17px;
}

.page-content .reassurance .atout span + span {
    position: absolute;
    top: 100%;
    width: 190px;
    display: block;
    margin-top: 0;
    font-weight: 700;
}

.sidebar-page .item.expert {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url('../img/pro-expert.png');
    background-blend-mode: color;
}

.sidebar-page .item.huet {
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    font-size: 15px;
    text-align: left;
    background-color: #0e4e7f;
    background-image: url('../img/pro-huet.png');
}
.sidebar-page .item.huet .item-logo {
    margin-right: 15px;
}
.sidebar-page .item.huet span {
    line-height: 20px;
}

.sidebar-page h3 {
    color: #780028;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
}

.sidebar-page .products-container {
    flex-direction: column;
}

.sidebar-page .products-container .product {
    margin: 10px 0;
    width: calc(100% - 30px);
    height: calc(90px - 30px);
}

.sidebar-page .products-container .product > span,
.sidebar-page .products-container .product > a {
    margin-top: 20px;
}

.sidebar-page .products-container .product > a {
    color: white;
}

.sidebar-page .products-container .product:hover > span,
.sidebar-page .products-container .product:hover > a {
    margin-top: 0px;
}

.sidebar-page .products-container .product:hover {
    height: 225px;;
}

.sidebar-page .item.e-books {
    height: 95px;
    background-color: #2c2c2c;
    text-align: left;
    text-decoration: none;
}
.sidebar-page .item.e-books:hover {
    opacity: 0.9;
}

.sidebar-page .item.e-books div {
    display: flex;
    padding-bottom: 15px;
}

.sidebar-page .item.e-books div span {
    margin: auto;
    font-size: 20px;
}

.sidebar-page .item.e-books > span {
    display: block;
    margin: auto;
    padding: 5px 0;
    width: 100%;
    background-color: white;
    color: #780028;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.sidebar-page .item.e-books:hover > span {
    background-color: #780028;
    color: white;
}
.sidebar-page .item.e-books:hover > div > span {
    color: white;
}
.sidebar-page .item.e-books.single div span {
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
}

.page-content .e-books {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    height: auto;
    background-color: #2c2c2c;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
}
.page-content .e-books:hover {
    opacity: 0.9;
}

.page-content .e-books div {
    display: flex;
    flex-direction: column;
    padding-left: 25px;
}

.page-content .e-books div span {
    font-size: 15px;
}
.page-content .e-books:hover div span {
    color: white;
}

.page-content .e-books > span {
    display: block;
    margin-left: auto;
    padding: 7px 30px;
    background-color: white;
    color: #780028;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    transition: all 0.3s ease;
}
.page-content .e-books:hover > span {
    background-color: #780028;
    color: white;
}

.products-container.liste-produits {
    flex-wrap: wrap;
}

.products-container.liste-produits .product {
    justify-content: flex-end;
    margin: 15px;
    padding: 15px;
    width: calc(33% - 60px);
    background-color: unset;
    background-blend-mode: initial;
    text-decoration: none;
}
.products-container.liste-produits .product:hover {
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: color;
    justify-content: flex-end;
}
.products-container.liste-produits .product:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.75+95 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.75) 95%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 95%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.75) 95%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
.products-container.liste-produits .product:hover:after {
    display: none;
}

.products-container.liste-produits .product span {
    margin-bottom: -10px;
    font-size: 15px;
}
.products-container.liste-produits .product:hover span {
    margin-bottom: 0;
}
.products-container.liste-produits  .product span:after {
    background-color: white;
}

.products-container.liste-produits .product p {
    z-index: 1;
    display: none;
    font-weight: 400;
    font-size: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.products-container.liste-produits .product:hover p {
    display: initial;
    opacity: 1;
    font-size: 14px;
}

a.link-btn.grey {
    background-color: #afafaf;
    color: white;
}
a.link-btn.grey:hover {
    border-color: #afafaf;
    background-color: white;
    color: #afafaf;
}

a.link-btn.black {
    background-color: #2c2c2c;
    color: white;
}
a.link-btn.black:hover {
    border-color: #2c2c2c;
    background-color: white;
    color: #2c2c2c;
}

a.link-btn.left-icon {
    /* display: inline-flex; */
    display: flex;
    flex-grow: 1;
    padding: 0;
}
a.link-btn.left-icon > span {
    flex-grow: 1;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

a.link-btn .icon {
    display: flex;
    width: 55px;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
}
a.link-btn .icon.file {
    background-image: url('../img/btn-icon-file.png');
}
a.link-btn .icon.dir {
    background-image: url('../img/btn-icon-dir.png');
}
a.link-btn .icon.files {
    background-image: url('../img/btn-icon-files.png');
}
a.link-btn .icon.book {
    background-image: url('../img/btn-icon-book.png');
}
a.link-btn .icon i {
    margin: auto;
    color: transparent;
    font-size: 30px;
    -webkit-text-stroke: 1px white;
}

.page-content .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.page-content .btns .link-btn {
    margin-bottom: 20px;
    margin-right: 20px;
}

.page-content .flex-content {
    display: flex;
}
.page-content .left-content {
    width: 40%;
}
.page-content .right-content {
    position: relative;
    padding-left: 25px;
    width: calc(60% - 25px);
    min-height: 600px;
	padding-bottom: 70px;
}
.page-content .right-content .link-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 10px;
}

.page-content .right-content h3:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

.page-content .btn-infos {
    position: relative;
    margin: 20px 0;
    padding: 15px 0;
    background-image: url('../img/bg-banner-pro.jpg');
    background-position: center;
    color: #8c8c8c;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    color: white;
}
.page-content .btn-infos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #780028;
    opacity: 0.7;
}

.page-content .btn-infos span {
    position: relative;
}

.page-content .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
    margin-bottom: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
}

.page-content .slider-container {
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 400px;
}

.page-content .slider-main {
    display: flex;
    height: 370px;
}

.page-content .slider-main .slide img {
    margin: auto;
    height: 100%;
}

.page-content .slider-nav {
    margin: 15px 0;
    padding: 0 20px;
    display: flex;
    height: 90px;
}

.page-content .slider-nav .slide-preview {
    margin: 0 12px;
}

.page-content .slider-nav .slide-arrow {
    position: absolute;
    top: 50%;
    margin: 0 -10px;
    width: 20px;
    height: 100%;
    transform: translateY(-50%);
    cursor: pointer;
}

.page-content .slider-nav .slide-arrow.prev {
    left: 10px;
    transform: translateY(-50%) scale3d(-1, 1, 1);
}

.page-content .slider-nav .slide-arrow.next {
    right: 10px;
}

.page-content .slider-nav .slide-arrow:before,
.page-content .slider-nav .slide-arrow:after  {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background-color: #780028;
}

.page-content .slider-nav .slide-arrow:before {
    top: 50%;
    transform: rotate(30deg);
}

.page-content .slider-nav .slide-arrow:after {
    top: 35px;
    transform: translateY(-50%) rotate(-30deg);
}

.cat-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.cat-header {
    position: relative;
    display: flex;
    height: 60px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cat-header .cat-icon {
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}
.cat-header .cat-icon.garantie {
    background-image: url('../img/faq-garantie.png');
    background-size: 80%;
}
.cat-header .cat-icon.labels {
    background-image: url('../img/faq-labels.png');
}
.cat-header .cat-icon.produits {
    background-image: url('../img/faq-produits.png');
    background-size: 40%;
}
.cat-header .cat-icon.accessoires {
    background-image: url('../img/faq-accessoires.png');
}
.cat-header .cat-icon.couleurs {
    background-image: url('../img/faq-couleurs.png');
}
.cat-header .cat-icon.performances {
    background-image: url('../img/faq-performances.png');
    background-size: 70%;
}
.cat-header .cat-icon.vitrages {
    background-image: url('../img/faq-vitrages.png');
}
.cat-header .cat-icon.reglages {
    background-image: url('../img/faq-reglages.png');
    background-size: 70%;
}

.cat-header span {
    margin: auto 0;
    margin-left: 25px;
}

.cat-container i.fa {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transform: translate3d(0, -50%, 0);
    font-size: 30px;
}
.cat-header {
    background-color: #780028;
}
.opened .cat-header {
    background-color: #fcca12;
}

.cat-content,
.question-content {
    display: none;
}
.cat-container.opened .cat-header i.fa:before,
.question-container.opened span i.fa:before {
    content: '\f106';
}

.cat-content {
    flex-direction: column;
    padding: 30px 60px;
    background-color: #f4f4f4;
}

.cat-content .question-container {
    position: relative;
}

.question-container i.fa {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.cat-content .question-container span {
    position: relative;
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
}
.cat-content .question-container:first-of-type span {
    margin-top: 0;
}

.cat-content .question-container span,
.cat-content .question-container span i.fa {
    color: #780028;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.cat-content .question-container span:hover,
.cat-content .question-container span:hover i.fa  {
    color: #fcca12;
}

.cat-content .question-content {
    padding: 30px 20px;
    background-color: white;
    color: #4b4b4b;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
}

.carte-revendeur {
    position: relative;
}

.carte-revendeur polygon {
    cursor: pointer;
}
.carte-revendeur text {
    pointer-events: none;
}
.carte-revendeur .hovered {
    stroke-width: 2.5px;
}
.item.expert .sep-icon > .icon {
    
    width: 27px;
    display: block;
    height: 20px;
    margin: 0 auto;
    background: url('../img/pro-expert-icon.png') no-repeat center center;
}
.villes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.villes .ville{
    margin: 20px auto;
}
li.expert span{
    cursor: pointer;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
li.expert:hover span{
    color: #fcca12;
    text-decoration: underline;
}
.acf-map {
	width: 100%;
	height: 600px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}
.marker-title{
    color: #fcca12;
}
.link-btn.contact-expert{
    padding: 5px 10px;
    margin: 0 auto;
    display: table;
}
.email-expert, .exmail{
    display: none;
}
.alphabet{
    background: #fcca12;
    margin: 0 12px;
}
.alphabet ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-decoration: none;
    padding: 10px 10px;
    justify-content: center;
}
.alphabet > ul > li{
    text-decoration: none;
    margin: 9px;
    font-size: 20px;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
    width: 10px;
    padding: 2px 8px;
    text-align: center;
}
.alphabet > ul > li.active{
    background: white;
    border-radius: 25px;
}
.alphabet > ul > li > a{
    text-decoration: none;
    color: white;
    border-radius: 25px;
}

.alphabet > ul > li.active a{
    color: #fcca12;
    
}
.letter-i{
    font-size: 100px;
    font-family: 'Karla',sans-serif;
    text-transform: uppercase;
    color: #fcca12;
    font-weight: bold;
    margin-left: 20px;
}
.link-btn.retour-lexique{
    display: table;
    margin: 0 auto;
}
.lexique-link{
    font-size: 15;
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin-right: 100px;
}
.lexique-link:hover{
    color : #fcca12;
}
h2.titre.maj{
    text-transform: uppercase;
    margin-top: 30px;
    margin-left: 15px;
}
.search-result-container{
    position: relative;
    margin: 0 auto;
    margin-left: 10%;
    margin-bottom: 30px;
    padding: 30px 40px;
    width: 60%;
    height: 185px;
    background-color: #f7f7f7;
    background-image: url('../img/bg-actu-container.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.search-result-content{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    width: 70%;
}
.link-btn.search-result{
    margin: 0 auto;
    display: table;
}
.search-list .search-item {
    margin-bottom: 50px;
    font-size: 12px;
    color: #2a2d2f;
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.2);
}
.search-item > span {
    margin-top: 20px;
    font-size: 20px;
}

.search-item .search-txt {
    padding-bottom: 35px;
    padding-left: 20px;
    width: 70%;
    max-height: calc(300px - 85px);
}

.search-item .search-txt p {
    margin-bottom: 20px;
    line-height: 20px;
}

.search-item .search-txt a {
    display: block;
    color: #780028;
    font-family: 'Kalam';
    font-weight: 300;
    font-style: italic;
    text-align: right;
}
.wp-pagenavi{
    text-align: center;
    margin-top: 30px;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none;
    border-right: 1px solid black;
    padding: 3px 10px;
    font-size: 15px;
}
.wp-pagenavi a{
    color: #fcca12;
    
}
.wp-pagenavi a:hover{
    background: #ccc;
    color: #780028;
}
.wp-pagenavi a.last{
    border-right: none;
    text-decoration: underline;
}
.wp-pagenavi a.first{
    text-decoration: underline;
}
.carte-revendeur svg{
    min-height: 600px;
}
table{
    border-collapse: collapse;
	margin-bottom :25px;
}
table tr td{
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2;
}
table tbody>tr:first-child>td{
    color: white;
    background: #780028;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    
    
}
table tbody>tr:not(:first-child)>td:first-child{
    color: white;
    background: #780028;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    
}
table tbody>tr:not(:first-child)>td:not(:first-child){
    color: black;
    background: white;
    border: 1px solid black;
}

.page-simple .table-mobile {
    display: none;
}

.page-simple svg {
    width: 100%;
    height: 100%;
}