/*
*
* Theme Name: Master iGLOO 2018
* Version: 1.4
* Author: iGLOO Communication
*
*/

/*--------------------------------------------------------------
>>> SOMMAIRE:
----------------------------------------------------------------
/* 0. Normalize
/* 1. Balises générales
/* 2. Classes générales
/* 3. Typographies
/* 4. Boutons
/* 5. Cookies
/* 6. Header
/* 7. Footer
/* 8. Home
/* 9. Page interne
/* 10. Page contact
/* 11. Le blog
/* 12. 404
/* 13. Media Queries
--------------------------------------------------------------*/

/***
** 0. Normalize
***/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}
.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    width: 100%;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}
.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
.gallery-item {
    max-width: 25%;
}
.gallery-columns-1 .gallery-item {
    max-width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}


/***
/* 1. Balises générales
***/

body{
    background: #fff;
    font-variant-ligatures: no-common-ligatures;
    overflow-x: hidden;
}
#primary ul{
    margin-top: -13px;
    line-height: 34px;
}
table{
    width: 100%;
    margin-bottom: 35px;
}
table tbody tr:first-child td:not(:first-child),
table tbody tr td:first-child{
    color: #363636;
    font-weight: 700;
}
table tbody tr:first-child td:not(:first-child),
table tbody tr:nth-child(2) td:first-child,
table tbody tr:nth-child(4) td:first-child,
table tbody tr:nth-child(6) td:first-child{
    background: #d6e185;
}
table tbody tr:nth-child(2),
table tbody tr:nth-child(4),
table tbody tr:nth-child(6){
    background: #eff0e8;
}
table tbody tr td:nth-child(2),
table tbody tr td:nth-child(3){
    border-right: 1px solid #e5e8d3;
}
table tbody tr:first-child td:not(:first-child){
    text-align: center;
    padding: 14px 10px 13px;
}
table tbody tr:not(:first-child) td{
    padding: 10px 10px 9px;
}
table tbody tr td:first-child{
    text-align: right;
    padding-right: 38px;
    width: 310px;
}
table tbody tr:nth-child(3) td:first-child,
table tbody tr:nth-child(5) td:first-child,
table tbody tr:nth-child(7) td:first-child{
    background: #e4eda2;
}
table tbody tr td:last-child{
    width: 50%;
}


/***
/* 2. Classes générales
***/

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.alignleft{
    float: left;
    margin: 0 20px 20px 0;
}
.aligncenter{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.external-link:after {
    content: '';
    display: inline-block;
    background: url(assets/images/external-link-small.png);
    width: 14px;
    height: 12px;
    margin-left: 6px;
    top: -4px;
    position: relative;
}
.green{
    color: #a6bd0c;
}
.dark,
.dark a{
    color: #514f2f;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.shadows{
    box-shadow:
        0 1px 3px rgba(0, 0, 0, .06),
        0 1px 3px rgba(0, 0, 0, .08),
        0 6px 10px rgba(0, 0, 0, .11);
}


/***
/* 3. Typographies
***/


body,
p,
.widget,
.site-info,
.hero-content .btn-main span,
.bloc-infos h3{
    font-family: Roboto;
}
body,
p,
.widget,
.site-info{
    font-size: 18px;
    color: #4a4a4a;
}
h1, h2, h3,
.btn-main,
.site-title,
.baseline a,
.hero-content .first,
.bloc-link,
.title-page .title,
.title-page .surtitre,
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit],
.name-form{
    font-family: Oswald;
}
h1, h2, h3,
.btn-main,
.baseline a{
    font-weight: 700;
    text-transform: uppercase;
}
h1, h2, h3{
    color: #363636;
}
.not-home h2,
.home h3,
.bloc-infos h2,
.bloc-infos h3,
.title-page .surtitre{
    font-size: 24px;
}
a{
    color: #92a516;
    transition: ease-out all .2s;
}
a:hover,
.baseline a:hover,
a:hover h3,
a:hover h2,
.content-header-top p a:hover{
    color: #f79124;
    text-decoration: none;
}
p{
    line-height: 28px;
}
p, li{
    letter-spacing: 0.2px;
}
.content-header-top p,
.footer-top p,
.footer-bottom p,
.content-les-plus .widget h3,
.taux-standard p{
    margin-bottom: 0;
}
.content-header-top p,
.content-header-top p a{
    font-size: 16px;
    color: #dadad1;
}
.site-title,
.menu-item a{
    color: #514f2f;
}
.site-title{
    text-transform: none;
    font-size: 32px;
    margin: 0;
    line-height: 1.2;
}
.baseline a{
    font-size: 14px;
    color: #a6bd0c;
    position: relative;
}
.baseline a:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 32px;
    background: #a6bd0c;
    left: -38px;
}
.menu-item a{
    font-weight: 700;
    font-size: 20px;
}
.bloc-infos h2{
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    position: relative;
    top: -16px;
}
.bloc-infos h3{
    text-transform: none;
    margin-bottom: 20px;
}
.footer-main p,
.footer-main li,
.footer-main a{
    color: #dadad1;
    font-weight: 400;
}
.footer-main li a{
    font-size: 16px;
}
.footer-main a:hover,
.footer-bottom a:hover{
    color: #ffffff;
}
.footer-main h3{
    font-size: 20px;
    color: #fff;
}
.footer-main h3,
.footer-nav{
    text-align: right;
}
.bloc-link{
    font-size: 16px;
}
.footer-menu,
.footer-bottom a{
    text-decoration: underline;
}
.footer-menu{
    line-height: 32px;
    margin-top: 15px;
}
.footer-bottom p,
.footer-bottom a{
    font-size: 14px;
    color: #b5b5aa;
}
#copyright{
    text-align: left;
}
.legals{
    text-align: right;
}
.legals span{
    font-weight: 700;
}
.hero-content p{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .07);
    line-height: 30px;
}
.hero-content .first{
    font-size: 22px;
}
.hero-content .btn-main{
    line-height: 17px;
    padding: 11px 46px 5px;
    margin-top: 16px;
}
.hero-content .btn-main span{
    font-size: 12px;
    text-transform: none;
    color: #e1e1d5;
    font-weight: 400;
    display: block;
}
.home-title{
    text-align: center;
    margin-bottom: 54px;
}
.home-title h2{
    display: inline-block;
    font-size: 30px;
    position: relative;
    z-index: 1;
}
.home-title h2:before{
    content: '';
    width: 89px;
    height: 42px;
    position: absolute;
    top: -3px;
    left: -63px;
    z-index: -1;
}
.home h3,
.archive h2,
.single h3{
    transition: ease-out all .2s;
}
.section-home.light .home-title h2:before{
    background: #d8e67b;
}
.section-home.color .home-title h2:before{
    background: #ffffff;
}
.label-btn{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.content-les-plus .widget h3{
    background-color: #43453c;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 12px 5px;
}
.content-les-plus .widget:nth-child(1) h3{
    padding-left: 54px;
}
.content-les-plus .widget:nth-child(2) h3{
    padding-left: 50px;
}
.content-les-plus .widget:nth-child(3) h3{
    padding-left: 71px;
}
.content-les-plus .widget h3:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
}
.content-les-plus .widget:nth-child(1) h3:before{
    background: url(assets/images/icon-perso2.png) no-repeat;
    width: 35px;
    height: 41px;
}
.content-les-plus .widget:nth-child(2) h3:before{
    background: url(assets/images/icon-checklist.png) no-repeat;
    width: 32px;
    height: 40px;
}
.content-les-plus .widget:nth-child(3) h3:before{
    background: url(assets/images/icon-price.png) no-repeat;
    width: 53px;
    height: 43px;
}
.desc-projet{
    margin-bottom: 50px;
}
.bloc-projet h3{
    text-align: center;
    margin: 15px 0 24px;
}
.bloc-projet a:hover{
    text-decoration: none;
}
#section-les-taux h3{
    font-size: 20px;
    position: relative;
}
#section-les-taux h3:before,
#section-les-taux h3:after{
    content: '';
    position: absolute;
    width: 31px;
    height: 2px;
    background: #363636;
    top: 50%;
    transform: translateY(-50%);
}
#section-les-taux h3:before{
    left: 28px;
}
#section-les-taux h3:after{
    right: 28px;
}
#section-les-taux .taux-mini{
    font-weight: 700;
    margin-top: 24px;
}
#section-les-taux .taux-mini p{
    font-size: 22px;
}
.taux-mini .taux{
    font-size: 36px;
    position: relative;
    margin-left: 28px;
    padding-top: 3px;
}
.taux-mini .taux:after{
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-radius: 50%;
    width: 132px;
    height: 132px;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}
.content-taux .widget:nth-child(1) .taux:after{
    border-left-color: #e7f0b0;
    border-top-color: #e7f0b0;
    border-bottom-color: #e7f0b0;
}

.content-taux .widget:nth-child(2) .taux:after{
    border-left-color: #d4dca5;
    border-top-color: #d4dca5;
    border-bottom-color: #d4dca5;
}

.content-taux .widget:nth-child(3) .taux:after{
    border-left-color: #d6e88f;
    border-top-color: #d6e88f;
    border-bottom-color: #d6e88f;
}

.content-taux .widget:nth-child(4) .taux:after{
    border-left-color: #c2d670;
    border-top-color: #c2d670;
    border-bottom-color: #c2d670;
}
.taux-mini .percent{
    font-size: 62px;
    font-weight: 700;
    position: relative;
    top: 8px;
    left: 5px;
}
.content-taux .widget:nth-child(1) .percent{
    color: #e7f0b0;
}
.content-taux .widget:nth-child(2) .percent{
    color: #d4dca5;
}
.content-taux .widget:nth-child(3) .percent{
    color: #d6e88f;
}
.content-taux .widget:nth-child(4) .percent{
    color: #c2d670;
}
.taux-standard p,
.taux-standard span{
    font-size: 20px;
}
.taux-standard span{
    font-weight: 700;
}
.bloc-article h3,
.archive .bloc-article h2{
    display: inline-block;
    background: #f0f1ec;
    padding: 16px 27px;
}
.bloc-article p,
.bloc-article .post-content{
    margin: 18px 26px;
}
.site-main.not-home{
    margin-bottom: 120px;
}
.site-main.not-home h2{
    margin: 50px 0 28px 28px;
    position: relative;
}
.site-main.not-home h2:before{
    content: '';
    width: 48px;
    height: 31px;
    position: absolute;
    top: 0px;
    left: -28px;
    z-index: -1;
    background: #ecefd6;
}
.title-page .title{
    background: rgba(33, 27, 21, 0.9);
    padding: 11px 110px 13px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 41px;
    margin: 0;
}
.title-page .surtitre{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .32);
    margin-bottom: 6px;
}
.archive .site-main.not-home h2{
    margin: 0;
}
.archive .site-main.not-home h2:before{
    display: none;
}
.single h1 {
    position: relative;
    margin-left: 58px;
}
.single h1:before{
    content: '';
    width: 89px;
    height: 42px;
    position: absolute;
    top: 2px;
    left: -58px;
    z-index: -1;
    background: #D8E67B;
}
.pagination h2{
    display: none;
}


/***
/* 4. Boutons
***/

.btn-main,
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit]{
    font-size: 18px;
    color: #fff;
    background-color: #ed7f01;
    background-image: linear-gradient( to right, #e76401, rgba(255,255,255,0));
    transition: background-color .3s;
    padding: 10px 30px;
    border: 0;
    border-radius: 0;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, .28),
        0 3px 7px rgba(0, 0, 0, .15);
    transition: ease-out all .3s;
    white-space: normal;
}
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit]{
    text-transform: uppercase;
    cursor: pointer;
    line-height: 28px;
}
.btn-main:hover,
input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type=submit]:hover{
    color: #fff;
    background-color: #f5aa01;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.1),
        0 4px 4px rgba(00,0,0,0.1),
        0 8px 8px rgba(0,0,0,0.1),
        0 18px 18px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.post-password-form input[type="submit"]{
    position: relative;
    top: 1px;
    padding: 5px 30px 5px;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button{
    padding: 10px 30px !important;
}


/***
/* 5. Cookies
***/

#cookie-notice #cn-accept-cookie{
    font-size: 16px !important;
    background: #e76401 !important;
    color: #fff !important;
}
#cookie-notice #cn-more-info{
    background: none !important;
    color: #fff !important;
}
#cookie-notice .button.wp-default {
    padding: 6px 24px !important;
    text-shadow: none !important;
    border-radius: 0 !important;
    border-width: 0 !important;
}


/***
/* 6. Header
***/

.site-header{
    border-bottom: 2px solid #dae575;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, .06),
        0 3px 12px rgba(0, 0, 0, .12);
    position: relative;
}
.header-top{
    background: #34342f;
}
.header-top .btn-main,
.header-top .btn-main:hover{
    box-shadow: none;
}
.header-top .card-front:hover{
    transform: none;
}
.content-header-top{
    display: flex;
    justify-content: space-between;
    padding: 10px 40px 9px 15px;
}
.content-header-top p:nth-child(2),
.content-header-top p:last-child{
    margin-top: -6px;
}
.icon-sylvain,
.icon-localisation{
    display: inline-block;
    position: relative;
    margin-right: 6px;
    top: 7px;
}
.icon-sylvain{
    background: url(assets/images/icon-person.png) no-repeat;
    width: 24px;
    height: 25px;
}
.icon-localisation{
    background: url(assets/images/icon-marker.png) no-repeat;
    width: 24px;
    height: 25px;
}
.content-header-top p,
.menu-conseillers-financiers-container,
.conseillers-menu .menu-item {
	display: inline-block;
}
.conseillers-menu {
	display: inline-block;
	margin-bottom: 0;
	position: relative;
}
.conseillers-menu::before {
	background: url(assets/images/icon-marker.png) no-repeat;
	width: 24px;
	height: 25px;
	content: "";
	position: absolute;
    left: 5px;
}
.conseillers-menu li a {
	font-size: 16px;
	color: #dadad1;
	font-weight: 400;
}
.conseillers-menu li a:hover {
	text-decoration: underline;
}
.conseillers-menu li::after {
	content: " -";
	color: #dadad1;
	font-size: 16px;
	font-weight: 400;
}
.conseillers-menu li:last-child::after {
	content: "";
}

.header-top .card-front,
.header-top .card-back{
    width: 100%;
    padding: 10px 0;
}
.header-main{
    margin-top: 30px;
}
.site-header-main .old-logo{
    position: absolute;
    z-index: -1;
    animation-name: opacity;
    animation-delay: 1.5s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
.site-header-main .old-logo span{
    margin-left: 5px;
}
.site-header-main .logo-site{
    width: 424px;
}
.site-header-main .logo-animation{
    transform: translateX(282px);
    animation-name: translate;
    animation-delay: 1.7s;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}
@keyframes opacity{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
@keyframes translate{
    0%{
    }
    100%{
        transform: translateX(0);
    }
}
.baseline{
    margin-right: 50px;
    text-align: right;
}
.block-menu{
    margin-top: 30px;
    border-top: 1px solid #e3e3da;
}
.primary-menu{
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    margin: 0;
}
.menu-item{
    list-style: none;
}
.primary-menu .menu-item a{
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    display: block;
    padding: 18px 0;
}
.primary-menu .menu-item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #d8e67b;
    height: 4px;
    transform: translateY(-4px);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.primary-menu .menu-item a:hover,
.primary-menu .menu-item a:focus,
.primary-menu .menu-item a:active{
    text-decoration: none;
}
.primary-menu .menu-item a:hover:before,
.primary-menu .menu-item a:focus:before,
.primary-menu .menu-item a:active:before{
    transform: translateY(0);
}
.sub-menu{
    display: none;
}
.current-menu-item .sub-menu,
.current-menu-ancestor .sub-menu{
    display: flex;
    position: absolute;
    width: 1290px;
    padding-left: 0;
    margin: 0 15px;
    background: #43403d;
    left: -15px;
    justify-content: space-around;
    box-shadow:
        0 1px 3px rgb(0, 0, 0, .06),
        0 3px 3px rgb(0, 0, 0, .12);
}
.sub-menu .menu-item a {
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
    overflow: visible;
}
.sub-menu .menu-item a:hover {
    color: #ea6e13;
}
.sub-menu .menu-item a:before{
    display: none;
}
.sub-menu .menu-item a:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #383634;
    right: -46px;
    top: 0;
}
.sub-menu .menu-item:last-child a:after{
    display: none;
}
.menu-item-has-children.current-menu-item > a:after,
.current-page-parent > a:after{
    content: '';
    position: absolute;
    height: 0;
    width: 36px;
    border-bottom: 11px solid #43403d;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



/***
/* 7. Footer
***/

.prefooter{
    margin: 87px 0;
}
.bloc-infos{
    width: 705px;
    margin: 0 auto;
    border: 2px solid #4a4a4a;
    text-align: center;
    padding-bottom: 48px;
}
.prefooter .btn-main {
    margin: 15px 0 50px;
    padding: 10px 60px;
}
.contact-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-icons span{
    display: inline-block;
    margin: 0 10px;
}
.contact-icons .phone{
    background: url(assets/images/icon-phone.png);
    width: 30px;
    height: 30px;
}
.contact-icons .address{
    background: url(assets/images/icon-marker2.png);
    width: 24px;
    height: 31px;
}
.contact-icons .mail{
    background: url(assets/images/icon-mail.png);
    width: 29px;
    height: 21px;
}
.footer-top{
    background: #e3e4de;
    text-align: center;
    padding: 40px 0;
}
.footer-main{
    padding: 38px 0;
    border-top: 7px solid #f0faaf;
    background: #34342f;
    box-shadow:
        0 -2px 4px rgba(0, 0, 0, .06),
        0 -10px 14px rgba(0, 0, 0, .06);
}
.bloc-link{
    background: #272723;
    text-transform: uppercase;
    border: 1px solid #dadad1;
    position: relative;
    margin-bottom: 22px;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 5px 4px 5px 15px;
    transition: ease-out all .2s;
}
.blocs-link a:hover{
    text-decoration: none;
}
.blocs-link a:hover .bloc-link{
    border: 1px solid #ffffff;
}
.bloc-link-3{
    margin-bottom: 0;
}
.bloc-link:before{
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 16px;
}
.bloc-link-1:before{
    background: url(assets/images/icon-partner.png);
    width: 55px;
    height: 56px;
}
.bloc-link-2:before{
    background: url(assets/images/icon-folder.png);
    width: 46px;
    height: 46px;
}
.bloc-link-3:before{
    background: url(assets/images/icon-linkedin.png);
    width: 49px;
    height: 48px;
}
.footer-bottom{
    background: #292925;
    padding: 8px 0;
}


/***
/* 8. Home
***/

.hero{
    background: url(assets/images/hero.jpg) center center no-repeat;
    background-size: cover;
}
.hero-content{
    background-image: linear-gradient( 47deg, rgba(167, 185, 47, 0.9), rgba(214, 224, 71, 0.9));
    box-shadow: 0 10px 18px rgba(0, 0, 0, .1);
    width: 495px;
    padding: 84px 67px;
    margin-left: auto;
}
.section-home{
    padding: 100px 0 110px;
}
.section-home.color{
    background: #dceb75;
    border-top: 1px solid #cad775;
    border-bottom: 1px solid #cad775;
}
.bloc-btn{
    margin-top: 54px;
}
.section-home .center .btn-main{
    margin-top: 62px;
}
.content-les-plus{
    display: flex;
    margin-right: -30px;
}
.content-les-plus .widget {
    margin-right: 30px;
    padding: 8px;
    width: calc(100% / 3 - 30px);
    background: #fff;
}
.content-les-plus .textwidget{
    padding: 32px 32px 12px;
}
#section-4-blocs {
	background-color: #f8f9f2;
}
#section-4-blocs .row {
	display: flex;
 	flex-wrap: wrap;
}
#section-4-blocs .one-project {
	display: flex;
	 width: 100%;
}

#section-4-blocs .bloc-menu {
	background: #fff;
	margin-bottom: 25px;
	padding: 8px;
	padding-bottom: calc(55px + 1rem);
	width: 100%;
	position: relative;
}
#section-4-blocs .bloc-menu .widget_media_image{
    width: 100%;
    overflow: hidden;
}
#section-4-blocs .bloc-menu .widget_media_image img {
    transition: all .3s;
	width: 100%;
}
#section-4-blocs .bloc-menu .widget_media_image img:hover {
    transform: scale(1.1);
}
#section-4-blocs .bloc-menu h3 {
	text-align: center;
    margin: 15px 0 24px;
	color: #363636;
}
#section-4-blocs .bloc-menu h3 a {
	color: #363636;
}
#section-4-blocs .bloc-menu h3 a:hover {
	color: #f79124;
}
#section-4-blocs .bloc-text {
    padding: 0 12px;
}
#section-4-blocs .bloc-btn {
    text-align: center;
	margin-top: 1rem;
	position: absolute;
	bottom: 8px;
	margin: auto;
	width: calc(100% - 16px);
}

#section-mon-projet,
#section-les-dossiers,
.archive .site-main{
    background: #f8f9f2;
}
#section-mon-projet .one-project{
    display: flex;
}
.bloc-projet{
    display: flex;
    background: #fff;
    margin-bottom: 25px;
    padding: 8px;
    width: 100%;
}
.bloc-projet .bloc-thumbnail{
    width: 35%;
    overflow: hidden;
}
.bloc-projet .thumbnail{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: ease-out all .3s;
    height: 100%;
}
.bloc-projet .thumbnail:hover{
    transform: scale(1.1);
}
.right-project {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.right-project .btn-main{
    float: right;
    font-size: 16px;
}
.content-project{
    padding: 0 20px;
    width: 100%;
}
#section-les-avis{
    position: relative;
}
#section-les-avis .visuel {
    width: 460px;
    background: url(assets/images/couple-key-house.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#section-les-avis .container{
    padding-left: 300px;
}
.content-avis{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
}
#section-les-avis .widget{
    width: calc(100% / 2 - 20px);
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 34px 0;
    border-bottom: 8px solid #e9ebdb;
}
#section-les-avis .btn-main{
    float: right;
    margin-top: 40px;
}
.content-taux{
    display: flex;
    margin-right: -30px;
}
#section-les-taux .widget{
    width: calc(100% / 4 - 30px);
    margin-right: 30px;
    text-align: center;
}
.taux-standard{
    margin-top: 66px;
}
#section-les-taux .center .btn-main{
    margin-top: 10px;
}
.content-les-banques{
    background: #fff;
    display: flex;
    padding: 8px;
}
.content-les-banques .visuel{
    width: 100%;
    max-width: 358px;
    background: url(assets/images/bank-invest.jpg) center center no-repeat;
    background-size: cover;
}
.content-les-banques .widget{
    padding-left: 27px;
    padding: 22px 5px 8px 27px;
    flex: 1;
}
#section-les-dossiers,
.archive .site-main{
    border-bottom: 1px solid #ebedde;
}
.bloc-article {
    background: #fff;
    margin-bottom: 58px;
    border-bottom: 8px solid #e9ebdb;
}
.main-article{
    border-bottom: 8px solid #d8e67b;
    margin: 0 -30px 58px;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, .06),
        0 3px 8px rgba(0, 0, 0, .08),
        0 8px 30px rgba(0, 0, 0, .14);
}
.bloc-article .btn-main{
    margin: 23px 23px 15px;
}
.archive .bloc-article .btn-main {
    margin: 23px 0 0;
}


/***
/* 9. Page interne
***/

#page{
    overflow-x: hidden;
}
.hero-page{
    height: 338px;
}
.hero-page.not-thumbnail,
.page-parent .hero-page.not-thumbnail,
.page-child .hero-page.not-thumbnail{
    height: auto;
}
.hero-page.not-thumbnail{
    margin-top: 50px;
}
.page-parent .hero-page.not-thumbnail,
.page-child .hero-page.not-thumbnail{
    margin-top: 100px;
}
.page-parent .hero-page,
.page-child .hero-page{
    height: 382px;
}
.hero-page .container{
    height: 100%;
}
.title-page{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title-page.not-thumbnail{
    margin-top: 60px;
}
.archive .title-page {
    height: auto;
    margin-bottom: 50px;
}
#primary .page{
    margin-top: 80px;
}
.info-private{
    display: none;
}
.post-password-form{
    text-align: center;
}
.post-password-form #pwbox-97{
    margin: 0 5px;
}

/***
/*  Archive Agences
***/

.archive article.type-agences h2 {
    width: 100%;
    text-align: center;
}
.archive article.type-agences .btn-main {
    margin: 23px 0;
}
.post-type-archive-agences .site-main.not-home {
    margin-bottom: 0;
}
.archive article.type-agences .name-conseiller {
	margin-bottom: 0;
}

/***
/*  Page Agences
***/

/* .single-agences main {
	background-color: #f8f9f2;
} */
.single-agences .hero-page {
	background-image: none;
	margin-bottom: 50px;
}
.single-agences #schedule-agency {
	margin-top: 1.5rem;
}
.single-agences h3 {
	font-size: 1.25rem;
}

.single-agences .img-agent img {
	max-width: 290px;
	width: 100%;
	margin-left: auto;
}

.single-agences table {
	color: #363636;
	font-size: 1.1rem;
	line-height: 1.1rem;
	margin-bottom: 1rem;
}
.single-agences table tbody tr:first-child td:not(:first-child),
.single-agences table tbody tr td:first-child{
    font-weight: 400;
}
.single-agences table tbody tr {
    background: transparent;
}

.single-agences table tbody tr td {
    border-right: none;
}
.single-agences table tbody tr:first-child td:not(:first-child) {
    text-align: left;
    padding: .2rem 0;
}
.single-agences table tbody tr:not(:first-child) td{
    padding: .2rem 0;
}
.single-agences table tbody tr td:first-child{
    text-align: right;
    padding-right: 1rem;
    width: auto;
}
.single-agences table tbody tr:first-child td:not(:first-child),
.single-agences table tbody tr:nth-child(2) td:first-child,
.single-agences table tbody tr:nth-child(3) td:first-child,
.single-agences table tbody tr:nth-child(4) td:first-child,
.single-agences table tbody tr:nth-child(4) td:first-child,
.single-agences table tbody tr:nth-child(5) td:first-child,
.single-agences table tbody tr:nth-child(6) td:first-child,
.single-agences table tbody tr:nth-child(7) td:first-child{
    background: transparent;
}
.single-agences table tbody tr td:last-child{
    width: auto;
}

.single-agences table .today-in-bold {
	font-weight: bold;
}

.single-agences .phone-card {
	display: flex;
	justify-content: center;
}
.single-agences .card-back {
	top: auto;
	right: auto;
}

/***
/* 10. Page contact
***/

.not-home .contact-phone:after {
    content: '';
    position: relative;
    float: left;
    background: url(assets/images/icon-phone.png);
    width: 30px;
    height: 30px;
    left: 7px;
    margin-right: 16px;
}
.not-home .contact-mail:after {
    content: '';
    position: relative;
    float: left;
    background: url(assets/images/icon-mail.png);
    width: 29px;
    height: 21px;
    left: 5px;
    margin-right: 14px;
    top: 5px;
}
.bloc-map{
    display: flex;
    margin-top: 60px;
    border-top: 1px solid #ebedde;
    border-bottom: 1px solid #ebedde;
}
.bloc-map .map{
    width: 70%;
}
.bloc-map iframe{
    width: 100%;
    height: 100%;
}
.bloc-map .address{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f9f2;
    padding: 120px 30px 110px;
    text-align: center;
    position: relative;
}
.bloc-map .address:after {
    content: '';
    position: absolute;
    background: url(assets/images/icon-marker2.png);
    width: 24px;
    height: 31px;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
}
.phone-card{
    position: relative;
    cursor: pointer;
    text-align: center;
}
.card-front,
.card-back{
    width: 250px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}
.phone-card .external-link:after{
    display: none;
}
.card-front{
    transform: rotateY(0);
}
.card-back{
    position: absolute;
    top: 0;
    right: 0;
    transform: rotateY(180deg);
}
.page .site-main .card-back{
    right: 50%;
    transform: rotateY(180deg) translateX(50%);
}
.card-back a{
    color: #fff;
}
.flipped .card-front{
    transform: rotateY(-180deg);
}
.flipped .card-back{
    transform: rotateY(0);
}
.page .site-main .flipped .card-back{
    transform: rotateY(0) translateX(50%);
}
.two-column_wrapper{
    margin-top: 50px;
}
.gform_wrapper .two-column .gform_body {
    display: flex;
}
.gform_wrapper.two-column_wrapper ul.gform_fields {
    display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
    display: block;
    width: calc(100% / 2);
    padding: 0 50px;
}
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection{
    display: none;
}
.name-form{
    text-transform: uppercase;
    font-size: 20px;
}
.gform_wrapper label.gfield_label {
    margin-bottom: 0;
    margin-top: 8px;
}
#gform_fields_1 #field_1_7 > .gfield_label,
#gform_fields_1 #field_1_12 > .gfield_label,
#gform_fields_1 #field_1_14 > .gfield_label{
    display: none;
}
.ginput_complex input{
    margin-top: 6px;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label{
    font-weight: 700;
    font-size: 1em !important;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper ul.gform_fields li.gfield select,
.gform_wrapper textarea{
    padding: 8px 4px !important;
    border: 1px solid #d0d0c1;
}
.gform_wrapper ul.gfield_radio,
.gform_wrapper ul.gfield_checkbox{
    display: flex;
    margin-bottom: 0 !important;
}
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input[type="checkbox"]{
    position: absolute;
    opacity: 0;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label{
    font-weight: 400 !important;
}
.gform_wrapper .gfield_radio li input[type="radio"] + label:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:before{
    content: "";
    background: #ffffff;
    border: 1px solid #d0d0c1;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: relative;
    top: 2px;
    margin-right: 7px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.gform_wrapper .gfield_radio li input[type="radio"] + label:before {
    border-radius: 100%;
}
.gform_wrapper .gfield_radio li input[type="radio"]:checked + label:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label:before {
    background-color: #a7be0f;
    box-shadow: inset 0 0 0 4px #ffffff;
}
.gform_wrapper .gfield_radio li input[type="radio"]:focus + label:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"]:focus + label:before {
    outline: none;
}
.gform_wrapper .gfield_radio li input[type="radio"]:disabled + label:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"]:disabled + label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.gform_wrapper .gfield_radio li input[type="radio"] + label:empty:before,
.gform_wrapper .gfield_checkbox li input[type="checkbox"] + label:empty:before {
    margin-right: 0;
}
.gform_wrapper #field_1_11 ul.gfield_checkbox li{
    width: 160px;
    margin-bottom: 0;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    max-width: 100% !important;
}
.gform_wrapper #gform_fields_1 .gfield_checkbox li #label_1_12_1{
    padding-left: 30px;
}
.gform_wrapper #gform_fields_1 .gfield_checkbox li input[type="checkbox"] + #label_1_12_1:before {
    position: absolute;
    left: 0;
}
#gform_fields_1 #field_1_13{
    font-size: 16px;
}
.gform_wrapper .gform_footer {
    text-align: right;
}
.gform_wrapper .two-column .gform_footer input[type=submit]{
    margin-right: 66px;
}

/* Message erreur */
.gform_wrapper div.validation_error{
    color: #D12819 !important;
    border-top: none !important;
    border-bottom: none !important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    background-color: transparent !important;
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description{
    padding-top: 0 !important;
}
.gform_wrapper .validation_message{
    color: #D12819 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
    border: 1px solid #D12819 !important;
}

/* Confirmation */
.page-template-template-confirmation .prefooter{
    display: none;
}


/***
/* 11. Le blog
***/

.archive .site-main{
    padding: 60px 0;
}
.single .post{
    margin-top: 70px;
}
.pagination{
    border: none;
    margin: 0 auto;
    display: block;
}
.pagination:before,
.pagination:after{
    display: none;
}
.pagination .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
.pagination .prev,
.pagination .next{
    background: #e76401;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .18);
    position: relative;
    transition: ease-out all .3s;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, .28),
        0 3px 7px rgba(0, 0, 0, .15);
}
.pagination .prev{
    margin-right: 18px;
    right: 0;
}
.pagination .next{
    margin-left: 18px;
}
.pagination .next:before{content: '';
    background: url(assets/images/arrow.png) no-repeat;
    width: 14px;
    height: 22px;
    transition: ease-out all .3s;
    display: block;
    position: relative;
    top: 9px;
    right: 12px;
}
.pagination .next:hover:before,
.pagination .next:focus:before,
.pagination .next:active:before{
    transform: translateX(4px);
}
.pagination .prev:before{
    content: '';
    background: url(assets/images/arrow.png) no-repeat;
    width: 14px;
    height: 22px;
    transform: scaleX(-1);
    transition: ease-out all .3s;
    display: block;
    position: relative;
    top: 9px;
    left: 12px;
}
.pagination .next:hover,
.pagination .prev:hover{
    background: #ed7f01;
}
.pagination .prev:hover:before,
.pagination .prev:focus:before,
.pagination .prev:active:before{
    transform: scaleX(-1) translateX(4px);
}
.pagination .current{
    font-weight: 700;
}
.page-numbers {
    margin: 0 6px;
}
.post-navigation {
    margin: 60px 0 0;
    border-top: 1px solid #e3e3da;
    padding-top: 20px;
}
.post-navigation p{
    margin-bottom: 0;
}
.post-navigation h3{
    font-size: 20px;
}
.prev,
.next{
    display: flex;
    flex-direction: column;
}
.next{
    align-items: flex-end;
    text-align: right;
}


/***
/* 12. 404
***/

.error404 #primary{
    text-align: center;
}

/***
/* 13. Media Queries
***/

/** Image x2 pour écran mobile **/
@media all and (min-resolution: 144dpi) {
    .content-les-plus .widget:nth-child(1) h3:before{
        background: url(assets/images/icon-perso2-x2.png) no-repeat;
        background-size: 100%;
    }
    .content-les-plus .widget:nth-child(2) h3:before{
        background: url(assets/images/icon-checklist-x2.png) no-repeat;
        background-size: 100%;
    }
    .content-les-plus .widget:nth-child(3) h3:before{
        background: url(assets/images/icon-price-x2.png) no-repeat;
        background-size: 100%;
    }
    .icon-sylvain{
        background: url(assets/images/icon-person-x2.png) no-repeat;
        background-size: 100%;
    }
    .icon-localisation{
        background: url(assets/images/icon-marker-x2.png) no-repeat;
        background-size: 100%;
    }
    .contact-icons .phone{
        background: url(assets/images/icon-phone-x2.png);
        background-size: 100%;
        height: 31px;
    }
    .contact-icons .address{
        background: url(assets/images/icon-marker2-x2.png);
        background-size: 100%;
    }
    .contact-icons .mail{
        background: url(assets/images/icon-mail-x2.png);
        background-size: 100%;
    }
    .bloc-link-1:before{
        background: url(assets/images/icon-partner-x2.png);
        background-size: 100%;
    }
    .bloc-link-2:before{
        background: url(assets/images/icon-folder-x2.png);
        background-size: 100%;
    }
    .bloc-link-3:before{
        background: url(assets/images/icon-linkedin-x2.png);
        background-size: 100%;
    }
    .bloc-map .address:after {
        background: url(assets/images/icon-marker2-x2.png);
        background-size: 100%;
    }
    .not-home .contact-phone:after {
        background: url(assets/images/icon-phone-x2.png);
        background-size: 100%;
    }
    .not-home .contact-mail:after {
        background: url(assets/images/icon-mail-x2.png);
        background-size: 100%;
    }
}

/** > 1290px **/
@media (min-width: 1290px){
    .container{
        max-width: 1290px;
    }
}

@media (max-width: 1289px){
    .content-header-top {
        padding: 10px 15px 9px 15px;
    }
    .content-header-top p{
        font-size: 14px;
    }
    .site-header-main .old-logo {
        top: 10px;
    }
    .site-header-main .old-logo img{
        width: 155px;
    }
    .site-header-main .logo-animation {
        transform: translateX(234px);
    }
    .baseline {
        margin-right: 0;
    }
    .current-menu-item .sub-menu,
    .current-menu-ancestor .sub-menu {
        width: 1140px;
    }
    .sub-menu .menu-item a:after {
        right: -29px;
    }
    #section-les-avis .container {
        padding-left: 450px;
    }
    #section-les-avis .home-title{
        text-align: left;
    }
    .content-avis {
        margin-right: 0;
    }
    #section-les-avis .widget {
        width: 100%;
        margin-right: 0;
    }
    #section-les-taux h3:before {
        left: 14px;
    }
    #section-les-taux h3:after {
        right: 14px;
    }
}
/** 1200px **/
@media (max-width: 1200px){
    table tbody tr td:last-child {
        width: 46%;
    }
    .content-header-top {
        padding: 10px 15px 9px 15px;
        flex-direction: column;
    }
    .header-top .phone-card {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .header-top .card-back{
        top: 50%;
        transform: rotateY(180deg) translateY(-50%);
    }
    .header-top .flipped .card-back{
        transform: rotateY(0) translateY(-50%);
    }
    .site-header-main .old-logo{
        display: none;
    }
    .site-header-main .logo-animation{
        transform: translateX(0);
    }
    .primary-menu {
        justify-content: space-between;
    }
    .menu-item a {
        font-size: 18px;
    }
    .current-menu-item .sub-menu,
    .current-menu-ancestor .sub-menu {
        width: 960px;
    }
    .sub-menu .menu-item a {
        font-size: 16px;
    }
    .sub-menu .menu-item a:after {
        right: -18px;
    }
    .bloc-link {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .bloc-link:before {
        margin-right: 12px;
    }
    .bloc-link-1:before {
        width: 42px;
        height: 43px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bloc-link-2:before {
        width: 46px;
        height: 37px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .bloc-link-3:before {
        width: 38px;
        height: 37px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .hero-content {
        width: 420px;
        padding: 56px 44px;
    }
    .home .content-les-plus h3{
        font-size: 20px;
    }
    #section-les-taux h3:before, #section-les-taux h3:after {
        width: 24px;
    }
    #section-les-taux h3:after {
        right: 2px;
    }
    #section-les-taux h3:before {
        left: 2px;
    }
    .bloc-map .map {
        width: 60%;
    }
}

/** >992px **/
@media (min-width: 992px){
    #menu-toggle,
    .btn-mobile,
    .hidden-desktop{
        display: none;
    }
}

/** 991px **/
@media (max-width: 991px){
    table tbody tr td:first-child {
        padding-right: 15px;
    }
    .content-header-top{
        display: none;
    }
    .btn-mobile{
        cursor: pointer;
        font-family: Oswald;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        padding-top: 10px;
        background: url(assets/images/icon-card-x2.png);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center;
        height: 47px;
    }
    .header-main {
        margin-bottom: 15px;
    }
    .baseline {
        margin-right: 0;
    }
    .site-title {
        font-size: 24px;
    }
    .block-menu {
        border-top: 0;
    }
    #active-block-menu{
        background: transparent;
        position: fixed;
        z-index: -999;
        width: 100%;
        height: 100%;
        transition: ease-out background .3s;
    }
    #active-block-menu.on{
        background: rgba(0, 0, 0, .7);
        z-index: 2;
    }
    .block-menu{
        position: inherit;
    }
    .main-navigation{
        display: block;
        position: fixed;
        background: #fff;
        z-index: 2;
        border: 1px solid #eee;
        right: -300px;
        top: 0;
        width: 300px;
        padding: 0 14px;
        transition: ease-out all .3s;
        margin-top: 0;
        height: 100%;
    }
    .main-navigation.open{
        right: 0px;
    }
    .primary-menu{
        flex-direction: column;
    }
    .primary-menu .menu-item {
        margin: 10px 0;
    }
    .primary-menu .menu-item a{
        padding: 10px 10px;
        display: block;
    }
    .primary-menu .menu-item a:before {
        bottom: 0;
        top: auto;
        transform: translateY(4px);
    }
    .menu-item-has-children.current-menu-item > a:after,
    .current-page-parent > a:after{
        display: none;
    }
    .current-menu-item .sub-menu,
    .current-menu-ancestor .sub-menu{
        position: fixed;
        width: 100%;
        flex-direction: column;
        bottom: 0;
        text-align: center;
        transform: translateY(calc(100% - 44px));
        transition: ease-out all .3s;
        box-shadow:
            0 -1px 3px rgba(0, 0, 0, .06),
            0 -3px 8px rgba(0, 0, 0, .06);
    }
    .current-menu-item .sub-menu.open,
    .current-menu-ancestor .sub-menu.open{
        transform: translateY(0);
    }
    .current-menu-item .sub-menu:before,
    .current-menu-ancestor .sub-menu:before{
        content: 'Tout sur le prêt immobilier';
        position: relative;
        display: block;
        font-size: 16px;
        padding: 10px 0;
        font-weight: 700;
        color: #514f2f;
        background: #a7be0f;
        background-image: linear-gradient(to right, #b4ca24 0%, #cbe03e 100%);
        cursor: pointer;
    }
    .primary-menu .sub-menu .menu-item {
        padding: 10px 0;
        border-bottom: 1px solid #c2cb6c;
        margin: 0;
    }
    .hamburger-menu{
        height: 40px;
        cursor: pointer;
        float: right;
        margin-top: -29px;
        background: rgba(255,255,255,.8);
        border: none;
        position: fixed;
        right: 24px;
        z-index: 3;
        transition: ease-out all .3s;
    }
    .hamburger-menu.active{
        transform: translate(-276px, -133px) !important;
    }
    .bar,
    .bar:after,
    .bar:before{
        width: 30px;
        height: 3px;
    }
    .bar{
        position: relative;
        background: #ed7e01;
        transition: all 0ms 300ms;
        display: block;
    }
    .bar:before{
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px;
        background: #ed7e01;
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar:after{
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background: #ed7e01;
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .bar.animate{
        background: rgba(255, 255, 255, 0);
    }
    .bar.animate:after{
        top: 0;
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        background: #ed7e01;
    }
    .bar.animate:before{
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        background: #ed7e01;
    }
    .bloc-infos {
        width: 100%;
    }
    .footer-main {
        padding: 28px 0;
    }
    .fb_iframe_widget{
        display: block !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .blocs-link{
        margin-bottom: 20px;
    }
    .bloc-link-2:before {
        width: 37px;
    }
    .footer-main h3,
    .footer-nav {
        text-align: center;
    }
    .footer-menu{
        padding-left: 0;
    }
    .page-id-26 .footer-bottom,
    .parent-pageid-26 .footer-bottom,
	.current-menu-item .footer-bottom,
    .current-menu-ancestor .footer-bottom {
        padding: 8px 0 52px;
    }
    .hero{
        background: url(assets/images/hero-992px.jpg) center center no-repeat;
        background-size: cover;
    }
    .section-home {
        padding: 60px 0 70px;
    }
    .section-home .center .btn-main {
        margin-top: 30px;
    }
    .home-title {
        margin-bottom: 30px;
    }
    .hero-content {
        padding: 32px 34px;
    }
    .content-les-plus {
        margin-right: 0;
        flex-direction: column;
    }
    .content-les-plus .widget {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    #section-les-avis .visuel {
        display: none;
    }
    #section-les-avis .container {
        padding-left: 15px;
    }
    #section-les-avis .home-title {
        text-align: center;
    }
    #section-les-avis .btn-main {
        float: none;
    }
    #section-les-taux h3:before,
    #section-les-taux h3:after{
        display: none;
    }
    .content-les-banques .visuel {
        max-width: 100%;
        height: 250px;
        order: 2;
    }
    .content-les-banques {
        flex-direction: column;
    }
    .content-les-banques .widget{
        flex: auto;
    }
    .hero-page,
    .page-parent .hero-page,
    .page-child .hero-page{
        height: 280px;
    }
    .title-page .title {
        padding: 11px 70px 13px;
    }
    .bloc-map .map {
        width: 50%;
    }
    .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
        padding: 0;
    }
    .gform_wrapper .two-column .gform_footer input[type="submit"] {
        margin-right: 0;
    }
}

/** 767px **/
@media (max-width: 767px){
    table tbody tr td:last-child {
        width: auto;
    }
    #cookie-notice .button.wp-default {
        display: block !important;
    }
    .btn-mobile,
    .btn-main {
        font-size: 16px;
    }
    .header-top .container{
        max-width: 100%;
        padding: 0;
    }
    .header-top .row{
        margin: 0;
    }
    .header-top .col-md-6{
        padding: 0;
    }
    .btn-mobile{
        height: 34px;
    }
    .site-header-main{
        text-align: center;
    }
    .site-header-main .logo-site {
        width: 320px;
    }
    .baseline {
        margin: 20px 0 0;
        text-align: center;
    }
    .baseline a{
        display: none;
    }
    .hamburger-menu.active {
        transform: translate(-276px, -209px) !important;
    }
    .prefooter {
        margin: 40px 0;
    }
    .footer-bottom,
    .legals{
        text-align: center;
    }
    .footer-bottom .row .col-md-6:first-child{
        order: 2;
    }
    .home-title h2 {
        font-size: 26px;
    }
    .home-title h2:before {
        width: 66px;
        left: -26px;
    }
    .hero {
        padding: 10px;
    }
    .hero-content {
        width: 100%;
        padding: 18px 20px;
    }
    .hero-content p {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-content .btn-main {
        padding: 11px 20px 5px;
        width: 100%;
    }
    .bloc-projet {
        flex-direction: column;
    }
    .bloc-projet .bloc-thumbnail {
        width: 100%;
        height: 120px;
    }
    .right-project {
        width: 100%;
    }
    .right-project .btn-main {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .content-taux {
        flex-wrap: wrap;
    }
    #section-les-taux .widget {
        width: calc(100% / 2 - 30px);
        margin-bottom: 55px;
    }
    .bloc-btn {
        margin-top: 0;
    }
    .main-article {
        margin: 0 0 30px;
    }
    .bloc-article {
        margin-bottom: 30px;
    }
    .hero-page, .page-parent .hero-page,
    .page-child .hero-page {
        height: 200px;
    }
    .site-main.not-home {
        margin-bottom: 60px;
    }
    #primary .page {
        margin-top: 40px;
    }
    .title-page .title,
    .not-home h1{
        font-size: 28px;
    }
    .title-page .title {
        padding: 11px 40px 13px;
        line-height: 32px;
    }
    .title-page .surtitre {
        font-size: 18px;
    }
    .bloc-map{
        flex-direction: column;
    }
    .bloc-map .map {
        width: 100%;
        margin-bottom: -8px;
    }
    .bloc-map iframe {
        width: 100%;
        height: 200px;
    }
    .bloc-map .address {
        padding: 60px 30px 40px;
        flex: auto;
    }
    .bloc-map .address:after {
        top: 20px;
    }
    .gform_wrapper .two-column .gform_body {
        flex-wrap: wrap;
    }
    .gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
        width: 100%;
        margin-top: 30px !important;
    } input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    .gform_wrapper ul.gform_fields li.gfield select, .gform_wrapper textarea
    .archive .site-main {
        line-height: 1 !important;
    }
    .archive .title-page {
        margin-bottom: 30px;
    }
    .single .post {
        margin-top: 40px;
    }
    .single h1 {
        margin-left: 37px;
    }
    .single h1:before {
        width: 63px;
        height: 34px;
        top: 0px;
        left: -37px;
    }
    .prev,
    .next {
        flex: 0 0 100%;
        text-align: center;
    }
    .next {
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }
    .post-password-protected .info-private{
        display: block;
        font-style: italic;
    }
}

/** 575px **/
@media (max-width: 575px){
    .gallery-item{
        width: 100%;
    }
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item{
        max-width: 100%;
    }
    .home h3,
    .bloc-infos h2,
    .bloc-infos h3{
        font-size: 20px;
    }
    .footer-top {
        padding: 20px 15px;
    }
    .hero{
        background: url(assets/images/hero-575px.jpg) center center no-repeat;
        background-size: cover;
    }
    .content-les-plus .textwidget {
        padding: 15px 15px 0;
    }
    .title-page .title {
        padding: 11px 20px 13px;
        font-size: 24px;
        line-height: 28px;
    }
    .title-page .surtitre {
        font-size: 16px;
    }
    .site-main.not-home h2 {
        margin: 40px 0 16px 28px;
        font-size: 20px;
    }
    .site-main.not-home h2:before {
        top: -3px;
    }
    .post-navigation {
        margin: 30px 0 0;
    }
    .post-navigation h3 {
        font-size: 18px;
    }
    .post-password-form p:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .post-password-form #pwbox-97 {
        margin: 0 0 10px;
    }
}

/** 480px **/
@media (max-width: 480px){
    .bloc-table{
        overflow-x: scroll;
    }
}

/** 480px **/
@media (max-width: 420px){
    .hero{
        background: url(assets/images/hero-420px.jpg) center center no-repeat;
        background-size: cover;
    }
}
