/*
Theme Name: Biznet Template
Theme URI: http://underscores.me/
Author: Biznet
Author URI: http://www.biznet-emarketing.com
Description: Minimal and unstyled starter template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Biznet Template is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 General
3.0 Header
4.0 Page
5.0 Footer
6.0 Widget
10.0 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    transition: background-color 300ms ease-in-out;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2.0 General
--------------------------------------------------------------*/

@font-face {
    font-family: "timeless";
    src: url("fonts/timeless.ttf") format("ttf"),
        url("fonts/timeless.woff") format("woff"),
        url("fonts/timeless.woff2") format("woff2");
}

@font-face {
    font-family: "timeless bold";
    src: url("fonts/timeless-bold.ttf") format("ttf"),
        url("fonts/timeless-bold.woff") format("woff"),
        url("fonts/timeless-bold.woff2") format("woff2");
}


/* HTML */

html {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    color: black;
}

.entry-content a {
    font-family: 'timeless', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid white;
    color: black;
    border-bottom: 2px solid #101e89;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}

.entry-content a:hover {
    color: #101e89;
}

h1 {
    font-family: 'timeless bold', sans-serif;
    font-size: 35px;
    text-transform: uppercase;
}

h2 {
    font-family: 'timeless', sans-serif;
    font-size: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 8px 14px;
    margin: 0 auto;
    letter-spacing: 1px;
    transition: all 0.2s ease-in-out;
}

h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/title-top.png');
    width: 20px;
    height: 20px;
}

h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url('img/title-top.png');
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

h2:hover {}

h3 {
    font-family: 'timeless', sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'timeless', sans-serif;
    font-size: 19px;
}

h5 {}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 22px;
}

p strong {
    font-family: 'timeless', sans-serif;
    font-size: 18px;
}

ul {
    padding: 0;
    margin: 0;
}

#main ul {
    padding: 0 0 0 20px;
}

ol {}

li {
    list-style: none;
    padding: 0;
}

#main li {
    position: relative;
    list-style: circle;
    margin-bottom: 10px;
    line-height: 22px;
}

blockquote {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    position: relative;
    padding: 28px;
    border-bottom: 4px solid #101e89;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

blockquote p {
    font-family: 'timeless bold', sans-serif;
    font-weight: 600;
    margin: 0;
}

blockquote h3 {
    font-family: 'timeless bold', sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
    position: relative;
}


/*blockquote:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: 58px;
    height: 3px;
    background-color: #101e89;
}*/

img {}

/* WordPress */

.gallery {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.gallery figure {
    margin: 5px;
}

.gallery a {
    display: block;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Class */

.clear {
    clear: both;
}

.link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn-2 {
    font-family: 'timeless', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid white;
    color: black;
    border-bottom: 2px solid #101e89;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

/* .btn-2:hover {
    letter-spacing: 1px;
} */

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: rgba(16, 30, 137, 1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 13px 36px;
    text-transform: uppercase;
    font-family: 'timeless', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid white;
    color: white;
}

.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: black;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/* Animations */



/*--------------------------------------------------------------
MENU
--------------------------------------------------------------*/

.hover {
    opacity: 0.1;
    z-index: 9;
}

#wrapper_header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    background-color: white;
    top: 0;
}

#top_header {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 11%;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid lightgray;
}

#top_header ul {
    display: flex;
    flex-flow: row nowrap;
}

#top_header li {
    padding: 11px 20px;
    transition: all 0.3s ease-in-out;
    border-left: 1px solid lightgray;
    cursor: pointer;
}

#top_header li:hover {
    background-color: #101e89;
}

#top_header li:hover a {
    color: white;
}

#top_header li:hover img {
    filter: invert(0);
}

#top_header li a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 600;
    color: #101e89;
}

#top_header li img {
    width: 25px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
    filter: invert(100%);
}

#masthead {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 11%;
    transition: all 0.3s ease-in-out;
    height: 100px;
}

#site-navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#logo {
    transition: all 0.3s ease-in-out;
    top: 3px;
    position: relative;
    max-width: 100px;
    width: 100%;
}

#logo img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    position: relative;

}

#primary-menu {
    display: flex;
}

#primary-menu>li {
    position: relative;
}

#primary-menu li a {
    /*text-transform: uppercase;*/
    font-size: 15px;
    font-weight: 600;
    color: #101e89;

}

#primary-menu>li>a {
    display: inline-block;
    padding: 0 14px;
    transition: all 0.2s ease-in-out;
}

#primary-menu>li>a:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: -9px;
    width: 0;
    height: 3px;
    background-color: #101e89;
    transition: all 0.2s ease-in-out;
}



#primary-menu li:hover>a {
    color: black;
}

#primary-menu li:hover>a:after {
    width: 30px;
}

#primary-menu li:hover>.sub-menu {
    display: block;
}

#primary-menu .sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    left: 15px;
    padding: 0;
    min-width: 170px;
    height: auto;
    top: 100%;
    transition: all 0.2s ease-in-out;
    border-top: 20px solid transparent;
}

#primary-menu .sub-menu li {
    background-color: #101e89;
    position: relative;
    transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:hover {
    background-color: rgba(16, 30, 137, 0.8);
}

#primary-menu .sub-menu li a {
    text-align: left;
    transition: all 0.2s ease-in-out;
    font-size: 14px !important;
    justify-content: left;
    padding: 8px 16px;
    color: white;
    display: block;
    white-space: nowrap;
}

#primary-menu .sub-menu li:hover a {
    color: white;
}


#primary-menu li:hover>.sub-menu {
    display: block;
}

#primary-menu .sub-menu li .sub-menu {
    border-left: 10px solid transparent;
    top: 0;
    left: 100%;
    border-top: 0;
    z-index: 2;
}

#primary-menu .sub-menu li:hover .sub-menu {
    display: block;
}

#wrapper_header:not(.home) {
    box-shadow: 0px 0px 32px -13px rgba(31, 31, 31, 1);
}

.scrollPlus {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 32px -13px rgba(31, 31, 31, 1);
    flex-flow: row nowrap;
    justify-content: space-between;
}

.scrollPlus #masthead {
    height: 84px;
}

.scrollPlus #logo {
    top: 0;

}

.scrollPlus #logo img {
    width: 75px;
}

.scrollPlus #primary-menu li a {
    font-size: 14px;
}

.scrollPlus #top_header li a {
    font-size: 13px;
}

.scrollPlus #site-navigation {
    width: auto;
    display: block;
}

.scrollPlus #top_header li {
    padding: 7px 20px;
}

.scrollPlus #partenaires img {
    width: 33px;
    margin-left: 6px;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
#wrapper_content {
    /* height: 100vh; */
}


#bg_header_home {
    width: 100%;
    height: 750px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 160px;
    background-color: #d9dade !important;
    background-position: center -177px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    top: 0;
    transition: all 0.2s ease-in-out;
    position: relative;
}

#bg_header_home:after {
    content: "";
    position: absolute;
    border: 0;
    height: 3px;
    width: 100%;
    background-image: linear-gradient(to right, #e3e3e3, #bfbbd3, #9c95c3, #7970b2, #554ca1, #554ca1, #554ca1, #554ca1, #7970b2, #9c95c3, #bfbbd3, #e3e3e3);
    bottom: 0;
    z-index: 1;
}



#intro_home {
    text-align: center;
    margin: 0 auto;
    transform: translateY(50%);
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 860px;
    box-sizing: border-box;
    z-index: 2;
}

#intro_header {
    height: 224px;
    background-color: rgba(16, 30, 137, 0.9);
    padding: 10px 20px;
    text-align: center;
    width: 70%;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#intro_home h1 {
    color: white;
    max-width: 800px;
    margin: 0 auto 26px;
    font-family: 'timeless', sans-serif;
    font-size: 30px;
}

#pro,
#par {
    background-color: white;
    padding: 23px;
    position: relative;
    width: 100%;
    transition: all 0.2s ease-in-out;
    border: 2px solid lightgray;
}

#pro {
    border-bottom: 0px solid lightgray !important;
}

#pro:hover,
#par:hover {
    background-color: rgba(16, 30, 137, 0.9);
    border: 2px solid transparent;
}

#pro:hover p,
#pro:hover h2,
#par:hover p,
#par:hover h2 {
    color: white;
}

#pro:hover img,
#par:hover img {
    filter: invert(0);
    right: 15px;
}

#pro img,
#par img {
    position: absolute;
    right: 18px;
    bottom: 28%;
    width: 25px;
    height: 25px;
    filter: invert(1);
    transition: all 0.2s ease-in-out;
}

#pro p,
#par p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}

#pro h2,
#par h2 {
    font-size: 20px !important;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    display: block;
    padding: 0;
    margin: 9px auto;
    letter-spacing: initial;
}

#pro h2:after,
#par h2:after,
#pro h2:before,
#par h2:before {
    content: none;
}

#wrapper_content_int {
    position: relative;
    padding-top: 105px;
}

/*--------------------------------------------------------------
HOME
--------------------------------------------------------------*/

.home .entry-header {
    display: none
}

.home article {
    display: none;
}

#content {
    position: relative;
}

/*.arrow_down {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -47px;
    left: 49.2%;
    z-index: 1;
}

.arrow_down img {
    width: 100%;
}

.arrow_down {
  -moz-animation: arrow_down 2s infinite;
  -webkit-animation: arrow_down 2s infinite;
  animation: arrow_down 2s infinite;
}

@keyframes arrow_down {
  
  0% {
    transform: translateY(-10px);
  }
    
  50% {
    transform: translateY(0px);
  }
    
 100% {
    transform: translateY(-10px);
  }    
    
}*/

#partenaires {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-self: normal;
}

#partenaires>div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 152px;
    border-right: 1px solid lightgray;
}

#partenaires>div:nth-child(1) {
    padding-right: 16px;
}

#partenaires>div:nth-child(2) {
    padding-left: 0;
}

#partenaires>div p {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    color: #101e89;
    text-align: left;
    line-height: initial;
}

/*#partenaires > div p:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #101e89;
    transform: translateX(-50%);
}*/

#partenaires img {
    width: 36px;
    height: auto;
    margin-left: 6px;
}

#partenaires div:nth-child(2) img {
    width: 60px;
}

.prestation {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 30px 0;
    display: flex;
    flex-flow: column;
}

.wrapper_container {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 48px;
}

#big_container {
    height: auto;
    position: relative;
    width: 37%;
    height: 700px;
    margin: 5px;
    box-sizing: border-box;
}

#small_container {
    display: flex;
    flex-flow: row wrap;
    width: 64%;
}

#small_container>div {
    position: relative;
    width: 48%;
    margin: 5px;
}

.bg_presta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.texte_presta {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 18px;
    z-index: 1;
    position: absolute;
    padding: 24px;
    color: white;
    bottom: 0;
}

.texte_presta p {
    font-weight: 400;
    font-size: 14px;
}

.texte_presta ul {
    display: none;
    margin: 0;
    padding: 0;
}

.texte_presta li {
    transition: all 0.2s ease-in-out;
}

.texte_presta li a {
    font-size: 14px;
    color: white;
    position: relative;
    padding-left: 30px;
}

.texte_presta li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/arrow-right.png');
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
}

.texte_presta li:hover {
    padding-left: 10px;
}


#qsn_valeurs {
    max-width: 1500px;
    width: 100%;
    /* padding: 0 30px; */
    margin: 74px auto 0;
}

#certifications img {
    width: 100%;
    max-width: 460px;
    object-fit: contain;
    height: auto !important;
}

#certifications a {
    width: 20%;
    transition: all 300ms;
}

#certifications {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    max-width: 1500px;
    width: 100%;
    /* padding: 0 30px; */
    margin: 74px auto 0;
}

#certifications #certifs {
    justify-content: space-evenly;
    gap: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#certifications #certifs a:hover {
    transform: scale(1.1);
    transition: all 300ms;
}

#qsn_valeurs>div:last-child {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#qsn {
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

#qsn h2 {
    margin-bottom: 23px;
}

#valeurs {
    display: flex;
    flex-flow: row wrap;
    /* align-items: center; */
    justify-content: center;
    margin: 57px 0 16px
}

#valeurs>div {
    max-width: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 20px;
    flex-direction: column;
    text-align: center;
}

#valeurs>div img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

#form {
    width: 100%;
    padding: 63px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    margin-top: 40px;
}

#form div {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

#form div .btn {
    margin: 0 6px;
    background: transparent;
}

#bg_form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#bg_form:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#form h2,
#form p,
#wrapper_postuler h2,
#wrapper_postuler p {
    color: white;
    font-weight: 500;
}

#form h2:after,
#form h2:before,
#wrapper_postuler h2:after,
#wrapper_postuler h2:before,
.siblings h2:after,
.siblings h2:before {
    filter: invert(1);
}

.display_form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 680px;
    width: 100%;
    margin: 36px auto;
}

.wpcf7-form-control-wrap {
    width: 49%;
    margin: 0.5%;
    box-sizing: border-box;
}

.wpcf7-form-control-wrap.besoin {
    width: 100%;
}

.page-template-template-contact .propriete {
    width: 100%;
    display: flex;
}

.page-template-template-contact .wpcf7-radio {
    display: flex;
    justify-content: space-around;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select,
.page-template-template-contact .wpcf7-radio {
    border: 2px solid white;
    padding: 10px 0 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    min-height: 46px;
}

option {
    color: black;
}

.textarea-288,
.menu-213,
.service,
.datediagnostics {
    width: 99%;
    margin: 0.5%;
    box-sizing: border-box;
}

textarea {
    height: 157px;
}

input[type="submit"],
input[type="button"] {
    background-color: transparent;
    padding: 13px 36px;
    text-transform: uppercase;
    font-family: 'timeless', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 2px solid white;
    color: white;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: white;
    color: black;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

div.wpcf7-mail-sent-ok {
    border: 0;
    text-align: center;
    margin: 0;
}

::placeholder {
    color: white;
    opacity: 1;
}

.wrapper_actu>div {
    width: 32%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.bg_actu:hover:after {
    background-color: rgba(16, 30, 137, 0) !important;
}

.bg_actu {
    width: 100%;
    background-position: center;
    height: 260px;
    background-size: cover;
    transition: all 0.5s ease-in-out;
    position: relative;

}

.bg_actu:after {
    content: "";
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(16, 30, 137, 0.6) !important;
    filter: none !important;
    transition: all 0.5s ease-in-out;
}

.wrapper_actu>div h4 {
    margin: 14px 0 0;
}

.wrapper_actu>div .date {
    font-size: 13px;
    font-weight: 600;
    margin: 5px 0;
    padding-bottom: 27px;
    position: relative;
}

.wrapper_actu>div .date:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #101e89;
}

.text_actu {
    margin-top: 20px;
}

.wrapper_actu>div a {
    margin-top: 22px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.wrapper_actu>div a:after {
    content: "";
    position: absolute;
    left: 100%;
    top: -1px;
    width: 25px;
    height: 25px;
    background: url(img/arrow-right.png);
    background-position: center;
    filter: invert(1);
    background-size: cover;
    transition: all 0.2s ease-in-out;
}

.wrapper_actu>div a:hover:after {
    left: 110%;
}


#actus {
    width: 90%;
    padding: 0 30px;
    margin: 74px auto 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.wrapper_actu {
    display: flex;
    justify-content: space-between;
    flex-flow: row nowrap;
    margin: 40px 0 40px;
}

#postuler {
    width: 100%;
    position: relative;
    padding: 50px;
    margin: 40px 0;
    box-sizing: border-box;
}

#wrapper_postuler {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

#wrapper_postuler>div {
    margin: 0 35px;
}

#wrapper_postuler .btn {
    background-color: transparent;
}

#bg_postuler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#bg_postuler:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

#references {
    width: 100%;
    max-width: 1300px;
    margin: 50px auto;
    display: flex;
    flex-flow: column;
}

#ref img {
    width: 100%;
    height: auto;
    max-width: 113px;
    margin: 0 10px;
}


.siblings {
    background-image: url(img/architecte.jpg);
    padding: 58px 0 58px;
    margin-top: 40px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.siblings:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.siblings h2 {
    color: white;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
    font-weight: 500;
}

#container_siblings {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}

.wrapper_siblings {
    position: relative;
    z-index: 1;
    padding: 21px 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 5px;
    max-width: 287px;
    width: 100%;
    margin-bottom: 30px;
    min-height: 60px;
}

.wrapper_siblings:last-child {}

.title_siblings {
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    margin: 8px 0;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.wrapper_siblings .btn-2 {
    color: white;
    border: 2px solid transparent;
    border-bottom: 2px solid #101e89;
    font-weight: 500;
    position: absolute;
    opacity: 0;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.wrapper_siblings:hover .btn-2 {
    letter-spacing: 1px;
    top: 105px;
    opacity: 1;
}

.wrapper_siblings:hover {
    padding: 21px 60px;
}

/*--------------------------------------------------------------
PAGE
--------------------------------------------------------------*/
#content {
    transition: all 0.2s ease-in-out;
}



.entry-header {
    margin-top: 148px;
}

#breadcrumbs {
    text-align: center;
    padding: 12px;
    margin: 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.breadcrumb_last {
    color: #101e89;
    font-weight: 600;
}

#breadcrumbs a,
#breadcrumbs,
#breadcrumbs span {
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#breadcrumbs a:hover {
    color: #101e89;
}

.entry-title,
.blog h1,
.single h1 {
    text-align: center;
    color: white;
    padding: 40px 207px;
    margin: 0;
    background-color: #101e89;
}

.home .entry-content {
    display: none;
}

.entry-content {
    margin: 59px auto 11px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 900px;
}

.entry-content h2 {
    font-size: 24px;
}

#page_sec1 h2,
#wrapper_sec h2 {
    font-size: 32px;
}


#page_sec1 {
    background-color: #f9f9f9;
    width: 100%;
    padding: 50px 40px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 85px;
}

.img_page {
    transform: translateY(-83px);
    background-position: center;
    background-size: cover;
    margin-right: 59px;
    box-shadow: 0px 0px 32px -13px rgba(31, 31, 31, 0.2);
    height: 462px;
}

.img_page,
.content_page {
    width: 100%;
    max-width: 670px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

#wrapper_sec {
    width: 100%;
    margin: 72px auto;
    padding: 0 40px;
    max-width: 1485px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#wrapper_sec .content_page {
    box-shadow: 0px 0px 32px -13px rgba(31, 31, 31, 0.2);
    padding: 56px;
    border-left: 7px solid #101e89;
    margin-bottom: 20px;
    width: 50%;
    transition: all 200ms ease-in-out;
}

#wrapper_sec .content_page:hover {
    box-shadow: none;
}

#full {
    width: 100%;
    max-width: initial;
}

#contact_page {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#contact_page a {
    font-family: 'timeless', sans-serif;
    font-size: 21px;
    position: relative;
    background-color: #101e89;
    color: white;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
    overflow: hidden;
    padding: 66px 105px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: 600;
}

#contact_page a img {
    width: 117px;
    position: absolute;
    right: -12px;
    top: 10px;
    height: auto;
    opacity: 0.3;
    transform: rotate(-15deg);
    transition: all 0.2s ease-in-out;
}

#contact_page a:hover {
    padding: 66px 125px;
}

#contact_page a:hover img {
    transform: rotate(0deg);
}

.dl_int {
    padding: 21px;
    background-color: #f2f2f2;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    box-sizing: border-box;
    max-width: 771px;
}

.dl_int h3 {
    color: black;
    margin-bottom: 20px;
}

.dl_int a {
    text-align: left !important;
    color: #101e89;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px 0;
    border-bottom: 1px solid #101e89;
    font-weight: 600;
}

.dl_int a:hover {
    opacity: 0.5;
}

.dl_int img {
    width: 21px !important;
    vertical-align: middle;
    margin-right: 10px;
}

.dl_int a:hover img {
    opacity: 0.5;
}


::placeholder {
    opacity: 0.5;
    font-size: 14px;
}

.page-template-template-n1 .entry-content {
    text-align: center;
    position: relative;
    margin: 30px auto 11px;
}

.page-template-template-n1 .entry-content:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 36px;
    height: 3px;
    background-color: #101e89;
}

#container_child {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    margin: 18px auto 0;
    justify-content: center;
}

.wrapper_child {
    width: 31%;
    margin: 10px;
}

.wrapper_child>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: aliceblue;
    height: 300px;
    position: relative;
}

.wrapper_child>div:nth-child(2) {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 10px;
}

.wrapper_child .btn {
    background-color: transparent;
    border: 2px solid black;
    color: black;
}

.title_child {
    background-color: rgba(0, 0, 0, 0.7);
    margin: 18px;
    padding: 28px 24px;
    color: white;
    width: 100%;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.title_child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50px;
    background: url(img/arrow-right.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.bg_child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    z-index: 0;
}

.wrapper_child:hover .title_child {}

.wrapper_child:hover .title_child:after {
    right: 20px;
}

.wrapper_child:hover .title_child {
    padding: 40px 24px;
}


#content_after {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.page-template-template-equipe .entry-content {
    margin: 70px auto;
    text-align: center;
}

section.team {
    margin: 72px auto;
    max-width: 1485px;
}

.team-grp {
    text-align: center;
    margin: 35px 0;
    padding: 5px 0;
}

.members-team,
.members-expert {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team>.team-grp:first-child .member-team {
    width: 290px;
}

.team>.team-grp:first-child .member-team>div {
    height: 310px;
}

.member-team {
    width: 240px;
    margin: 0 25px;
    text-align: initial;
}

.member-team>div {
    width: 100%;
    height: 270px;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.member-team>h3 {
    position: relative;
    z-index: 3;
}

.member-team>p {
    margin: 3px 0;
}

.filter-b {
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}

.member-contact {
    width: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35px;
    z-index: 2;
    transition: 0.3s;
}

.member-contact>img {
    width: 30px;
}

.member-team:hover>div>.filter-b {
    opacity: 1;
}

.member-team:hover>div>.member-contact {
    bottom: 25px;
}

blockquote.member-expert {
    width: 230px;
    margin: 10px;
    padding: 28px 15px;
}

blockquote.member-expert p {
    font-size: 15px;
}

/*--------------------------------------------------------------
ARTICLE
--------------------------------------------------------------*/
#wrapper_article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 1500px;
    width: 100%;
    margin: 27px auto 38px;
}

.post {
    position: relative;
    box-shadow: 0px 0px 32px 0 rgba(31, 31, 31, 0.1);
    background-color: white;
    margin: 23px;
    width: 30%;
}

.title_post {
    margin: 20px 32px 0;
}

.title_post h2 {
    font-size: 32px;
}

.content_post {
    padding: 14px 32px 23px;
}

.content_post span {
    font-size: 14px;
    font-weight: 600;
    color: #101e89;
}

.img_post {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 270px;
}

.img_post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 30, 137, 0);
    transition: all 0.5s ease-in-out;
}

.dots {
    display: block;
    opacity: 0;
    border-top: 9px dotted white;
    width: 40px;
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.img_post:hover .dots {
    opacity: 1;
}

.img_post:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 30, 137, 0.6);
    transition: all 0.5s ease-in-out;
}

.single .post {
    box-shadow: none;
    width: 100%;
    background-color: none;
}

.single .entry-content {
    margin: 43px auto 10px;
    padding: 0 30px;
    max-width: 1300px;
    width: 100%;
    box-sizing: border-box;
}

.single .entry-content .btn-2 {
    margin-top: 30px;
}


#date {
    color: black;
    font-size: 14px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

#date:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: 36px;
    height: 3px;
    background-color: #101e89;
}

/*--------------------------------------------------------------
CONTACT
--------------------------------------------------------------*/

.map {
    width: 50%;
    min-height: 400px;
}

#form-selector {
    text-align: center;
}

#form-selector #contact_page {
    margin: 20px 0 50px;
}

.hide {
    display: none;
}

.page-template-template-contact .form_int {
    padding: 20px;
    width: 50%;
    min-height: 505px;
    box-sizing: border-box;
    border: 0px solid #f2f2f2;
    background: url(/wp-content/uploads/2019/08/diganostic-immobilier-92.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    position: relative;
}

.page-template-template-contact .form_int::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(16, 30, 137, 0.9);
}

.page-template-template-contact .form_int div {
    position: relative;
    z-index: 1;
}

.page-template-template-contact .form_int div h2::before,
.page-template-template-contact .form_int div h2::after {
    filter: invert(1);
}

.choix-formulaire {
    display: flex;
    height: 465px;
    flex-direction: column;
    justify-content: center;
    transition: all 200ms ease-in-out;
}

.choix-formulaire.opened {
    height: 52px;
    flex-direction: row;
    border-bottom: 2px solid white;
}

.choix-formulaire.opened h2,
.choix-formulaire.opened .btn span,
.choix-formulaire.opened .btn::after {
    display: none;
}

.choix-formulaire.opened .btn {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    background-color: #3548af;
    border-color: #3548af;
    margin: 0;
}

.choix-formulaire h2 {
    margin-bottom: 30px;
}

.choix-formulaire .btn {
    cursor: pointer;
    margin: 8px 0;
    padding: 23px 36px 23px 74px;
    background-color: transparent;
}

.choix-formulaire .btn.current {
    pointer-events: none;
    color: black;
    background-color: white;
    border-color: white;
}

.choix-formulaire .btn:hover::after {
    filter: invert(100%);
}

.choix-particulier::after {
    content: '';
    width: 40px;
    background: url(img/woman.png) no-repeat center center transparent;
    background-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}

.choix-pro::after {
    content: '';
    width: 40px;
    background: url(img/labor-man.png) no-repeat center center transparent;
    background-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}

.choix-contact::after {
    content: '';
    width: 40px;
    background: url(img/contact.png) no-repeat center center transparent;
    background-size: 40px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
}

.page-template-template-contact .form_int h3 {
    text-align: center;
}

#contact {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
    padding: 0 20px !important;
}

#contact li {
    font-size: 17px;
}

#contact #adresse img,
#contact #tel img {
    filter: invert(100%);
    width: 30px;
}

#contact #adresse,
#contact #tel,
#contact #linkedin,
#contact #facebook {
    padding: 0 15px;
}

.wrapper_bottom {
    display: flex;
    flex-flow: row nowrap;
    width: 77%;
    margin: 50px auto;
}

.error404 .entry-content {
    text-align: center;
}

.error404 .entry-content a {
    color: white;
}

.error404 .entry-content a:hover {
    color: #101e89;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
#colophon {
    background-color: rgba(16, 30, 137, 0.9);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 44px 0 10px;
    position: relative;
    overflow: hidden;
}

#bg_footer {
    position: absolute;
    background: url('img/immo_paris.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(2px);
}

#colophon a,
#colophon p,
#colophon li {
    color: white;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
    padding: 5px 0;
}

#colophon .sub-menu>li:hover,
#colophon .menu-bis ul li>a:hover {
    padding-left: 5px;
}

#colophon .menu {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1300px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

#colophon .menu>li {
    margin: 0 20px;
    max-width: 300px;
    width: 100%;
}

.menu-bis>* {
    max-width: 300px;
    width: 100%;
}

#colophon .menu-bis ul .btn {
    font-size: 13px;
    padding: 10px 20px !important;
    margin-top: 10px;
}

#colophon .menu>li>a:first-child,
.menu-bis>ul>li:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    font-family: timeless, sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.menu-bis>ul>li:first-child {
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.menu-bis>ul>li:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 30px;
    height: 2px;
    background-color: white;
}

.menu-bis {
    display: flex;
    flex-flow: row nowrap;
    max-width: 1300px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px;
    margin: 25px auto 0;
}

.menu-bis ul {
    margin: 0 20px;
}

.menu-bis ul:last-child p {
    margin: 0;
}

.menu-bis>div {
    margin-right: 10px;
}

#colophon .menu .sub-menu {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

#colophon .menu .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background-color: white;
}

#colophon .menu .sub-menu li a,
.menu-bis>ul>li {
    font-size: 14px;
}


#colophon input[type="submit"],
#colophon input[type="button"] {
    font-size: 11px;
    padding: 9px 24px;

}

#colophon input[type="text"],
#colophon input[type="tel"],
#colophon input[type="email"],
#colophon textarea {
    font-size: 12px;
}


#colophon .wpcf7-form-control-wrap {
    width: 50%;
    margin: 0;
}

#copyright {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}

#adresse,
#tel,
#linkedin,
#facebook {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 500 !important;
}

#adresse img,
#tel img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 10px;
}

#copyright,
#copyright a,
#copyright p {
    font-size: 13px !important;
}

/*--------------------------------------------------------------
6.0 Widget
--------------------------------------------------------------*/

#widget {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10;
    transition: all 200ms ease-in-out;
    padding: 10px 13px 10px 10px;
}

#widget.change {
    filter: brightness(0) invert(1);
}

#widget.scroll li {
    opacity: 0;
}

#widget img {
    background: white;
    width: 26px !important;
    height: 26px !important;
    padding: 4px 5px;
    transition: all 0.3s ease-in-out;
}

#widget div:hover img {
    transform: rotate(8deg);
}

#widget div:hover li {
    opacity: 0.5;
    border-right: 3px solid black;
}

#widget li {
    color: white;
    position: relative;
    font-size: 13px;
    /* opacity: 0; */
    transition: all 0.3s ease-in-out;
    padding: 4px 8px;
    border: 3px solid transparent;
    background-color: #101e89;
    opacity: 1;
}

#widget ul>div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

#widget a {
    display: flex;
    color: white;
}

#burger-button_u {
    display: none;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #101e89;
    cursor: pointer;
    text-transform: uppercase;
}

.burger-button {
    width: 20px;
    height: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin-right: 6px;
}

.burger-button:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #101e89;
    transform-origin: top left;
    transition: all .2s ease-in-out;
}

.burger-button:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #101e89;
    transform-origin: bottom left;
    transition: all .2s ease-in-out;
}

.burger-button span {
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #101e89;
    transition: all .2s ease-in-out;
}

body.opened .burger-button:before {
    transform: rotate(45deg);
}

body.opened .burger-button span {
    opacity: 0;
}

body.opened .burger-button:after {
    transform: rotate(-45deg);
}

#page {
    left: 0;
    height: 100vh;
    z-index: 1;
    transition: all 400ms ease-in-out;
}

.mobile-menu-bg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 70%;
    background: url(img/mobile-menu-bg.jpg) no-repeat right center;
    z-index: 1;
    opacity: 0;
    transition: all 400ms ease-in-out;
}

body.opened .mobile-menu-bg {
    left: 0;
    opacity: 1;
}

body.opened {
    background-color: #222e8b;
}

body.opened #page {
    transform: scale(0.8);
    border-radius: 6px;
    overflow: hidden;
    margin-left: 70%;
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 0.8;
    background-color: white;
}

.mobile-menu-container {
    width: 70%;
    position: fixed;
    left: -105%;
    top: 50%;
    margin: auto 0;
    opacity: 0;
    z-index: 2;
    transform: translateY(-50%);
    transition: all 500ms ease-in-out;
}

.mobile-menu-container nav {
    max-height: 50vh;
    overflow-y: auto;
}

body.opened .mobile-menu-container {
    left: 6%;
    opacity: 1;
}

.mobile-menu-container .logo {
    display: inline-block;
    margin-bottom: 30px;
}

.mobile-menu-container .logo img {
    filter: brightness(0) invert(1);
}

.mobile-menu-container .sub-menu {
    display: none;
    width: 100%;
}

.mobile-menu-container .sub-menu a {
    color: #919be6;
    padding-left: 10px;
}

.mobile-menu-container .sub-menu .more-sub {
    display: none;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
}

.mobile-menu-container .sub-menu .sub-menu {
    display: block !important;
    padding-left: 20px;
}

.mobile-menu-container nav a {
    display: block;
    font-size: 15px;
    color: white;
    padding: 5px 5px 5px 0;
}

.mobile-menu-container #top_header {
    flex-direction: column;
    border: 0;
    margin-top: 20px;
    padding: 0;
    align-items: flex-start;
}

.mobile-menu-container #top_header ul {
    flex-direction: column;
}

.mobile-menu-container #top_header ul li,
.mobile-menu-container #top_header ul li:hover {
    padding: 8px 0;
    border: 0;
    background: none;
}

.mobile-menu-container #top_header ul li a {
    color: white;
    font-weight: normal;
}

.mobile-menu-container #top_header ul li img {
    width: 20px;
    filter: none;
}

#mobile-menu>li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#mobile-menu>li>span {
    cursor: pointer;
    color: white;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-container .close {
    position: absolute;
    right: 10px;
    top: 28px;
    cursor: pointer;
}

div.wpcf7-response-output {
    border-color: transparent !important;
}

.wpcf7-validation-errors {
    border-color: white !important;
    background: #f44336 !important;
    font-size: 14px;
    text-align: center;
}

.wpcf7-mail-sent-ok {
    border-color: white !important;
    background: #4CAF50 !important;
    font-size: 14px;
    text-align: center;
}

.download-btn-container {
    margin-top: 40px;
    text-align: center;
}

.download-btn-container .btn {
    display: inline-flex;
    align-items: center;
}

.download-btn-container .btn svg {
    fill: white;
    margin-right: 10px;
}

.download-btn-container .btn:hover svg {
    fill: black;
}

.res {
    display: flex;
    border: 1px solid #ddd;
}

.res .col-1 {
    border-right: 1px solid #ddd;
    min-width: 300px;
}

.res .col-2 {
    padding: 8px;
}

.res .col-1 li {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.res .col-1 li:hover {
    background-color: #d6d7e4;
}

.res .col-2 li {
    display: none;
}

.res .col-2 li em {
    font-style: normal;
    font-weight: bold;
    color: #101e89;
}

.res li {
    list-style: none !important;
    line-height: 1em;
    padding: 10px 16px;
    margin: 0 !important;
}

.res li.current,
.res li.current:hover {
    color: white;
    background-color: #101e89;
    pointer-events: none;
}

.res li a {
    display: block;
    width: 100%;
    border: 0;
    text-align: left;
    position: relative;
    padding: 3px 0 3px 26px;
    margin: 0;
}

.res li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: url(img/arrow-right.png);
    width: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
}

.res-img {
    width: 100%;
    height: 160px;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

p.mention {
    font-size: 13px;
    color: #8085b9;
}

.mention a {
    color: white;
}



#close_cross {
    width: 25px !important;
    top: -6px !important;
    right: 6px !important;
}

.wpgmza-modern-store-locator {
    display: none !important;
}


.logos {
    display: flex;
}

#linkedin img,
#facebook img {
    width: 35px;
    height: auto;
}

.logos img {
    width: 30px;
    height: auto;
}

#linkedin a,
#facebook a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logos a {
    margin-right: 5px;
}

.sharediv {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #101e89;
}

.sharediv a {
    text-decoration: none;
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 10px;
    border: 0;
    transition: all 200ms ease-in-out;
}

.sharediv a:hover {
    background: black;
}

.sharediv a svg {
    fill: white;
}

.sharediv a.facebook {
    background: #3b5998;
}

.sharediv a.twitter {
    background: #1DA1F2;
}

.sharediv a.linkedin {
    background: #0e76a8;
}

.sharediv a.whatssap {
    background: #25D366;
}

.grecaptcha-badge {
    display: none;
}

.widget .widget-title {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.widget p {
    font-size: 14px !important;
}

.widget .widget-title::before,
.widget .widget-title::after,
.widget label {
    display: none !important;
}

.portailframecontainer iframe,
#portailFrame {
    width: 100% !important;
    height: 1000px !important;
}

.site-main-portail .entry-content {
    display: none !important;
}





/*--------------------------------------------------------------
10.0 ONLY IE
--------------------------------------------------------------*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #valeurs>div img {
        width: 50px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    #valeurs>div,
    #qsn_valeurs>div:last-child,
    #actus {
        display: block;
        text-align: center;
    }
}

/*--------------------------------------------------------------
11.0 Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1388px) {
    #burger-button_u {
        display: flex;
    }

    #masthead #site-navigation {
        display: none;
    }
}

@media screen and (max-width: 1280px) {

    #bg_header_home {
        height: 600px;
    }

    .wrapper_child {
        width: 46%;
    }

}

@media screen and (max-width: 1050px) {
    #wrapper_header #top_header {
        display: none;
    }

    #bg_header_home {
        height: 450px;
    }

    #intro_home {
        flex-wrap: wrap;
        transform: translateY(92px);
    }

    #intro_home h1 {
        font-size: 25px;
        margin: 0 auto 16px;
    }

    #pro,
    #par {
        padding: 10px 23px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #pro h2,
    #par h2 {
        display: inline-block;
        margin: 0 0 0 10px;
    }

    #pro p,
    #par p {
        display: inline-block;
    }

    #intro_header {
        width: 100%;
        height: auto;
        padding: 22px 25px 22px 30px;
    }

    #vous_etes {
        width: 100%;
    }

    #anchor_presta .wrapper_container {
        flex-wrap: wrap;
    }

    #big_container {
        width: 100%;
        height: 220px;
        margin-left: 0;
        margin-right: 0;
    }

    #small_container {
        width: 100%;
    }

    #small_container>div {
        width: 49%;
        height: 220px;
        margin: 0.5%;
    }

    .texte_presta {
        padding: 16px;
    }

    .texte_presta p {
        display: none;
    }

    .texte_presta ul {
        margin-top: 14px;
    }

    .entry-header {
        margin-top: 100px;
    }

    #wrapper_sec {
        flex-direction: column;
    }

    .img_page,
    .content_page {
        max-width: 100%;
    }

    #wrapper_sec .content_page {
        width: 100% !important;
    }

    .post {
        width: 100%;
    }

    .img_post {
        height: 120px;
    }
}

@media screen and (max-width: 900px) {

    html {
        width: 100%;
        height: 100%;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    #small_container>div {
        width: 100%;
        margin: 0.5% 0;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
    }

    .wrapper_bottom {
        width: 100%;
        flex-wrap: wrap;
    }

    .wrapper_bottom .map,
    .wrapper_bottom .form_int {
        width: 100%;
    }

    .wrapper_actu {
        flex-direction: column;
    }

    .wrapper_actu>div {
        width: 100%;
        margin-bottom: 20px;
    }

    .wrapper_actu .bg_actu {
        height: 120px;
    }

    #page_sec1 {
        flex-direction: column;
    }

    .img_page {
        max-width: 100%;
        height: 300px;
    }

    .content_page {
        max-width: 100%;
    }

    .entry-title,
    .blog h1,
    .single h1 {
        padding: 40px 20px;
    }

    .wrapper_child {
        width: 100%;
        margin: 10px 0;
    }

    .wrapper_siblings {
        padding: 10px;
    }

    .wrapper_bottom .map {
        display: none;
    }

    .wrapper_bottom .form_int {
        min-height: 10px;
    }

    .choix-formulaire {
        height: auto;
    }

    #imdw-seal,
    #imdw-rating,
    .imdw-rating .imdw-rating-widget.imdw-position-fixed {
        /* display: none !important; */
        position: inherit !important;
    }

    .homewidgets {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        margin-top: 60px;
    }

    #certifications {
        margin: 0 auto 0;
    }

    .imdw-rating .imdw-rating-widget .imdw-rating-content .imdw-rating-logo {
        display: flex !important;
        align-items: center;
        padding-top: 0 !important;
    }

    .imdw-rating .imdw-rating-widget .imdw-rating-content .imdw-rating-logo img {
        width: 60px !important;
    }

    .imdw-rating .imdw-rating-widget .imdw-rating-content .imdw-rating-rating .imdw-rating-txt {
        white-space: nowrap;
    }

    #imdw-seal {
        margin: 20px 0 0 0 !important;
        transform-origin: center top !important;
    }

    .imdw-seal-container .imdw-seal-upper .imdw-seal-star {
        display: flex !important;
    }

    .imdw-rating {
        border-right: 1px solid #ddd;
    }

}

@media screen and (max-width: 800px) {

    .page-template-template-contact #widget {
        display: none !important;
    }

    .res {
        flex-direction: column;
    }

    #widget li {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    #ref img {
        max-width: 160px !important;
    }

    #references .slick-slide {
        max-width: 160px !important;
    }

    #menu-footer-fr {
        flex-wrap: wrap !important;
    }

    .menu-bis>div {
        margin: 0 20px;
    }

    #colophon .menu>li,
    .menu-bis ul {
        margin-bottom: 10px;
    }

    #wrapper_postuler {
        flex-direction: column;
    }

    .menu-bis {
        flex-wrap: wrap !important;
    }

    h2 {
        font-size: 30px !important;
    }

    #contact_page {
        flex-direction: column;
    }

    #contact_page a:first-child {
        margin-bottom: 20px;
    }

    #contact_page a {
        padding: 20px;
    }

}

@media screen and (max-width: 780px) {

    #close_cross {
        display: block !important;
        right: -10px !important;
        width: 20px !important;
    }

    #ipp_mobile_close_tab {
        display: none !important;
    }

    #popup_content img {
        margin: 0 !important;
    }
}

@media screen and (max-width: 500px) {

    #wrapper_sec .content_page {
        box-shadow: 0px 0px 32px -13px rgba(31, 31, 31, 0.2);
        padding: 20px;
    }

    #wrapper_sec .content_page h2 {
        font-size: 21px !important;
    }

    .choix-formulaire.opened {
        height: auto;
        flex-direction: column;
    }

    #certifications #certifs {
        flex-direction: column;
    }

    #certifications a {
        width: 50%;
    }
}