/*
Theme Name: Réole électricité
Theme URI: https://www.comtogether.fr/
Author: Agence Comtogether
Author URI: https://www.comtogether.fr/
Description: Réole électricité
Requires at least: WordPress 5.0
Version: 1.0
*/

body {
    font-size: 13px;
    font-family: 'Poppins', Arial;
    font-weight:400;
}
body.admin-bar .fixed-top {top:30px;}

/***************** ROOT *****************/

:root {
    --main-bg-orange:#ff5252;
    --main-bg-blue: #2c2c54;
    --main-bg-dark: #20203a;
    --main-bg-gray: #F1F1F4;
}

/***************** SETTINGS *****************/

.grecaptcha-badge {
    display:none;
}
.px-6 {
    padding-left:4rem;
    padding-right:4rem;
}
.color-blue {
    color:var(--main-bg-blue)!important;
    } 
.color-orange {
    color:var(--main-bg-orange)!important;
} 
.color-white {
    color:white!important;
}
.bg-blue {
    background-color:var(--main-bg-blue)!important;
} 
.bg-orange {
    background-color:var(--main-bg-orange)!important;
}
a{
    text-decoration:none!important; 
    color: var(--main-bg-orange:#FD8700);
}
a.btn {
    border: 2px solid white;
    padding: 10px 15px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 50px;
    position:relative;
    overflow:hidden;
    z-index:1;
    font-size:14px;
}
a.btn::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:white;
    transform: translateX(-101%);
    z-index:-1;
    transition: all .3s ease-out;
}
a.btn:hover::before {
   transform: translateX(0); 
}
a.btn:hover {
    color: var(--main-bg-blue);
}
a.btn.blue {
    border-color: var(--main-bg-blue);
    color: var(--main-bg-blue);
}
a.btn.blue::before {
    background:var(--main-bg-blue);
}
a.btn.blue:hover {
    color: white;
}
a.btn.orange {
    border-color: var(--main-bg-orange);
    color: var(--main-bg-orange);
}
a.btn.orange::before {
    background:var(--main-bg-orange);
}
a.btn.orange:hover {
    color: white;
}
button:active, button:focus { outline:none; }

/***************** HEADER *****************/

header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header.scrolled {
    background:var(--main-bg-dark);
}
header.scrolled .sub_header ul.infos_contact li a { font-size:11px; }
.dropdown-submenu{
    position:relative;
}
@media only screen and (min-width:992px) {
    .dropdown:hover > .dropdown-menu {
     display: block;
    }
}
.dropdown-submenu > .dropdown-menu{
    top:0;left:100%;
    -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}
@media only screen and (min-width:992px) {
    .dropdown-submenu:active > .dropdown-menu, .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-submenu:active > a:after{
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left{
    float:none;
}
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.sub_header {
    padding: 0.5rem;
}
.sub_header ul.infos_contact {
    padding-left:0;
    margin-bottom:0;
}
.sub_header ul.infos_contact li {
    display:inline-block;
    vertical-align: middle;
    margin: 5px;
}
.sub_header ul.infos_contact li::before {
    width:30px;
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.sub_header ul.infos_contact li.mail::before {
    content: url('img/email.svg');
}
.sub_header ul.infos_contact li.telephone::before {
    content: url('img/telephone.svg');
}
.sub_header ul.infos_contact li a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    line-height: initial;
    font-size: 15px;
    font-weight: 500;
}
.sub_header ul.infos_contact li a {color:white;font-size:13px;}
.navbar-brand {font-weight:800;}
header .navbar-dark .navbar-nav .nav-link {
    color:white;
}
.navbarhttp://devcomtogether.fr/bazas/electricite/particuliers/-toggler {
    filter:invert(1);
}
.dropdown-toggle::after {
    content: url('img/chevron.svg');
    border: none;
    vertical-align: middle;
    margin-left: 5px;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    border-top: 4px solid var(--main-bg-orange);
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding:10px;
    font-size:13px;
}
button.navbar-toggler { transform: scale(0.8); transform-origin: center; }


@media only screen and (max-width: 1600px) {
    .dropdown-submenu > ul.dropdown-menu {
        left: -14rem;
        top: 0;
        right: 100%;
    }
}
/***************** HOMEPAGE > MISSIONS *****************/

section#missions {
    width: 100%;
    height: 68vh;
}
section#missions h1::after {
    content: ' ';
    width: 40px;
    height: 5px;
    background: white;
    display: block;
    border-radius: 10px;
    margin: 10px 0;
}
section#missions .missions_content {
    width: 100%;
    height: 65vh;
        min-height: 550px;
    background-size: cover;
    background-position: center;
    position:relative;
    padding-top:180px;
    color:white;
}
section#missions .missions_content::before {
    content: '';
    display: block;
    background: rgba(44, 44, 84, 1); 
    background: -moz-linear-gradient(0deg, rgba(44, 44, 84, 0) 0%, rgba(44, 44, 84, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(44, 44, 84, 0) 0%, rgba(44, 44, 84, 1) 100%);
    background: linear-gradient(0deg, rgba(44, 44, 84, 0) -50%, rgba(44, 44, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#243b55",endColorstr="#000540",GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
}
section#missions .bc_orange {
    background: var(--main-bg-orange);
    transform: translateY(10vh);
    padding: 40px;
    text-align: center;
}
section#missions .bc_orange ul {
    padding-left:0;
}
section#missions .bc_orange ul.bc_missions_liste {
    list-style-type:none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}
section#missions .bc_orange ul.bc_missions_liste li {
    width:calc((100% - 90px) / 3);
    margin: 14px;
    background:white;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    padding: 20px 5px;
}
section#missions .bc_orange ul.bc_missions_liste li * {
    display:block;
    margin:auto;
}
section#missions .bc_orange ul.bc_missions_liste li .bc_missions_titre {
    margin-top:15px;
    line-height:15px;
    color:var(--main-bg-blue);
}
section#missions .bc_orange ul.bc_missions_liste li svg, section#missions .bc_orange ul.bc_missions_liste li img {
	width:auto;
	height:50px;
}

section#missions div.boutons{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 260px;
}

section#missions div.boutons a.btn{
    background-color: var(--main-bg-orange);
    border: none;
    width: 250px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 20px 50px;
}

section#missions div.boutons a.btn:not(:last-child){
    margin-bottom: 20px;
}

section#missions div.boutons a.btn:first-child::after{
    content: url('./img/account.svg');
    width: 20px;
    height: 20px;
    margin-right: 10px;
    filter: invert(1);
}

section#missions div.boutons a.btn:nth-child(2)::after{
    content: url('./img/eclair.svg');
    width: 40px;
    margin-right: 10px;
    filter: invert(1);
}

section#missions div.boutons a.btn:first-child:hover::after,
section#missions div.boutons a.btn:nth-child(2):hover::after{
    filter:  invert(0);
}

section#missions div.boutons a.btn:nth-child(3){
    display: none;
}

/***************** HOMEPAGE > ENGAGEMENTS *****************/

section#engagements {
    
}
section#engagements .owl-engagements {
    margin-top:50px;
}
section#engagements .owl-engagements .owl-stage-outer{
    padding-bottom: 20px;
}
section#engagements .owl-engagements .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
}
section#engagements .owl-engagements .owl-item {
    opacity:.25;
    transition:opacity .4s ease-in-out;
} 
section#engagements .owl-engagements .item {
    background:white;
     -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    padding: 15px 5px;
    height:215px;
    display:block;
    padding-top: 5vh !important;
}
section#engagements .owl-engagements .item * {
    display:block;
    margin:auto;
} 
section#engagements .owl-engagements .owl-item.active {
    opacity:1;
}
section#engagements .owl-engagements .item span.bc_engagements_titre {
    font-size: 14px;
    line-height: 15px;
}
section#engagements .owl-engagements .item img, section#engagements .owl-engagements .item svg {
    height: 50px;
}

section#engagements .owl-engagements .owl-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section#engagements .owl-engagements .owl-nav .owl-next {
    transform: rotate(180deg);
}

/***************** HOMEPAGE > CHIFFRES *****************/

section#chiffres {
    position:relative;
    margin: 100px 0 0;
}
section#chiffres::before {
   /* content: url('img/style1_blue_top.svg');
    width:100%;
    display:block;
    background:white;*/
    content: '';
    display: block;
    background: var(--main-bg-blue);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    z-index: -1;
    margin: 0;
    transform: rotate(0deg) skew(0deg, -3deg);
}
section#chiffres .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
section#chiffres::after {
    /*content: url('img/style1_blue_bottom.svg');
    width:100%;
    display:block;
    background:white;*/
    content: '';
    display: block;
    background: var(--main-bg-blue);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    margin: 0;
    transform: rotate(0deg) skew(0deg, -3deg);
}
section#chiffres ul.chiffres {
    list-style-type: none;
    padding-left:0;
    display:inline-flex;
    flex-wrap:wrap;
}
section#chiffres ul.chiffres li {
    width: calc((100% - 60px) / 2);
    margin: 15px;
    text-align: center;
}
section#chiffres p {
    display:block;
}
section#chiffres span {
    font-size:35px;
}

/***************** HOMEPAGE > ACTUALITES *****************/

section#actualites .container {
    /*background-image: url('img/lines.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;*/
}
section#actualites h2 {
    font-weight: 800;
    font-size: 80px;
    line-height: 75px;
    color: rgba(0, 0, 0, 0.1);
}
section#actualites .post, section#actualites .post a {
    font-size:13px;
}
section#actualites .post .date, .single-post #page .date {
    border: 4px solid var(--main-bg-blue);
    display: inline-block;
    padding: 5px;
    margin-right:5px;
    text-align: center;
}
section#actualites .post .date span, .single-post #page .date span {
    display: block;
    color: var(--main-bg-blue);
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
}
section#actualites .post .date span.date_dd::after, .single-post #page .date span.date_dd::after {
    content: ' ';
    width: 100%;
    height: 4px;
    background: var(--main-bg-orange);
    display: block;
    border-radius: 15px;
    margin: 5px 0;
}
section#actualites .post .title_categories {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 55px);
}
section#actualites .post .title_categories h3 {
    font-size: 18px;
    line-height: 20px;
    color: var(--main-bg-orange);
    font-weight: bold;
    margin-bottom:0;
}
section#actualites .post .title_categories ul, .single-post #page ul.categories {
    padding-left:0;
    margin-bottom:0;
    margin-top: 5px;
}
section#actualites .post .title_categories ul::before, .single-post #page ul.categories::before {
    content: url('img/category.svg');
    display:inline-block;
    width:15px;
    vertical-align: middle;
    margin-right:5px;
}
section#actualites .post .title_categories ul li, .single-post #page ul.categories li {
    display: inline-block;
    vertical-align: middle;
    color: #000540;
    font-size: 0.8rem;
}
section#actualites .post .excerpt {
    color: var(--main-bg-blue);
    font-size: 13px;
    line-height: 1rem;
    display: block;
    margin: 35px 0;
}
section#actualites .post.small h3 {
    font-size: 16px;
    line-height: 18px;
}
section#actualites .post.small img {
    margin-bottom:15px;
}
section#actualites .post.small .excerpt {
    margin: 20px 0;
}
footer {
    background-color: var(--main-bg-blue);
    padding:70px 0;
    color:white;
}
footer a.navbar-brand {
    color:white;
    text-transform: uppercase;
}
footer ul {
    list-style-type:none;
    padding-left:0;
}
footer ul ul.sub-menu {
    padding-left:15px;
}
footer ul li a {
    color:white;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
    color: var(--main-bg-orange);
}
ul.contact {
    list-style-type:none;
    padding-left:0;
}
ul.contact li {
    margin: 10px 0;
}
ul.contact li::before {
    width:30px;
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
}
ul.contact li.horaires::before {
    content: url('img/time.svg');
}
ul.contact li.address::before {
    content: url('img/location.svg');
}
ul.contact li.mail::before {
    content: url('img/email.svg');
}
ul.contact li.phone::before {
    content: url('img/telephone.svg');
}
ul.contact li a {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    line-height: initial;
    font-size: 12px;
    font-weight: 500;
}
.sub_footer {
    background-color: var(--main-bg-dark);
    padding-top:15px;
    padding-bottom:15px;
    color:white;
    font-size:13px;
}
.sub_footer a {
    color:white;
}

/***************** PAGE *****************/

#page .heading {
    height: 45vh;
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    position:relative;
    margin-bottom:60px;
    background-color: var(--main-bg-blue);
}
#page .heading::before {
    content: '';
    display: block;
    background: rgba(44, 44, 84, 1); 
    background: -moz-linear-gradient(0deg, rgba(44, 44, 84, 0) 0%, rgba(44, 44, 84, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(44, 44, 84, 0) 0%, rgba(44, 44, 84, 1) 100%);
    background: linear-gradient(0deg, rgba(44, 44, 84, 0) -50%, rgba(44, 44, 84, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#243b55",endColorstr="#000540",GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
}
#page .heading .heading__content {
    z-index: 1;
}
#page .constructor .bloc h2, #page .constructor .bloc h3 {
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    color: var(--main-bg-orange);
    text-transform: uppercase;
    margin-bottom: 20px;
}
#page .constructor .bloc h3 { 
    font-size: 25px;
    line-height: 25px;
}
#page .constructor .bloc {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-align-last: center;
}
#page .constructor .bloc:first-child {
    padding-top:0;
}
#page .constructor .bloc-image-contenu:nth-of-type(even) .contenu_texte {
    order:2;
}
#page .constructor .bloc-image-contenu:nth-of-type(even) .contenu_image {
    order:1;
}
#page .constructor .bloc.fond-presentation-produits {
}
#page .constructor .fond-presentation-produits-content {
    background: var(--main-bg-blue);
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
    margin-top:100px; 
}
#page .constructor .bloc .fond-presentation-produits-content::before {
   /* content: url('img/style1_blue_top.svg');
    width:100%;
    display:block;
    background:white; */
    content: '';
    display: block;
    background: var(--main-bg-blue);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -50px;
    z-index: -1;
    margin: 0;
    transform: rotate(0deg) skew(0deg, -3deg);
}
#page .constructor .fond-presentation-produits-content h2, #page .constructor .fond-presentation-produits-content h3, #page .constructor .fond-presentation-produits-content h4 {
    color:white;
    margin-bottom:3rem;
}
#page .constructor .fond-presentation-produits-content .item {
    background:white;
    height:100%;
} 
#page .constructor .fond-presentation-produits-content .item svg, #page .constructor .fond-presentation-produits-content .item img{
    height: 50px;
    width:auto;
    margin-bottom: 15px;
}
#page .constructor .fond-presentation-produits-content .produits .item h3 {
    font-size:24px;
}
#page .constructor .bloc:last-child.fond-presentation-produits {
    padding-bottom:0;
}
#page .constructor .bloc.accordeon .item_header {
    background: var(--main-bg-gray);
    color:var(--main-bg-blue); 
    padding: 15px 5px;
}
#page .constructor .bloc.accordeon .item_content {
    border: 1px solid var(--main-bg-orange);
    padding:15px;
}
#page .constructor .bloc.accordeon .item_content p:last-child {
    margin-bottom:0;
}
#page .constructor .accordion {
    padding: 0;
    list-style: none; 
}
#page .constructor .accordion .accordion-item {
    position:relative;
}
#page .constructor .accordion .accordion-item .accordion-title {
    display: block;
    margin: 0;
    padding: 15px 40px;
    text-decoration: none;
    cursor: pointer;
    background: var(--main-bg-gray);  
    color: var(--main-bg-blue); 
    text-align: center;
    font-weight: bold;
}
#page .constructor .accordion .accordion-item .accordion-title:hover {
    background: var(--main-bg-orange);
    color:white;
}
#page .constructor .accordion .accordion-item .accordion-content {
    padding: 15px;
    border: 1px solid var(--main-bg-orange); 
}
#page .constructor .accordion .accordion-item.active .accordion-title {
    background: var(--main-bg-orange);  
    color:white;
}
#page .constructor .accordion .accordion-item .accordion-content p:last-child {
    margin-bottom:0;
}
#page .constructor .accordion .accordion-item::after {
    content: '+';
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right: 30px;
}
#page .constructor .accordion .accordion-item.active::after {
    content:'-';
    color:white;
}

#page .constructor .bloc-liste-numerotee svg, #page .constructor .bloc-liste-numerotee img {
    display:block;
    margin:15px auto;
}
#page .constructor .bloc-liste-numerotee span.number {
    font-size: 45px;
    font-weight: bold;
    color: var(--main-bg-blue);
}
#page .constructor .bloc-liste-numerotee span.title {
    font-weight: bold;
    display: block;
    font-size: 32px;
    line-height: 30px;
    color: var(--main-bg-orange);
    margin-bottom: 15px;
}
#page .constructor .bloc-liste-numerotee .left span.number::before {
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #fd8700;
    vertical-align: middle;
    margin-right: 15px;
}
#page .constructor .bloc-liste-numerotee .right span.number::after {
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #fd8700;
    vertical-align: middle;
    margin-left: 15px;
}
#page .constructor .bloc-liste-numerotee .content {
    border: 4px solid var(--main-bg-blue);
    padding:30px 15px;
}
#page .constructor .bloc-liste-numerotee .content p:last-child {
    margin-bottom:0;
}
#page .constructor .bloc-liste-numerotee .left .content {
    background: var(--main-bg-blue);
    color:white;
}

/***************** ACTUALITES *****************/

.blog header {
    background:var(--main-bg-dark);
}
.blog #archive {
    margin-top:110px;
}
.blog #archive .nav-posts a {
    background: var(--main-bg-orange);
    padding: 10px;
    color: white;
    font-size: 12px;
}

/***************** CONTACT *****************/

#contact h2 {
    color: var(--main-bg-orange);
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
}
#contact ul.contact li a, #contact span {
    color: var(--main-bg-dark);
    font-size:12px;
}
#contact form input, #contact form textarea {
    border-color: var(--main-bg-orange);
}
#contact form .rgpd .wpcf7-list-item-label {
    color: #d0d0d0;
    font-size: 11px;
}
#contact form input[type="submit"] {
    width: 100%;
    background: var(--main-bg-orange);
    padding: 10px 0;
    color: white;
    transition: all .3s ease-in-out;
    border: none;
}
#contact form input[type="submit"]:disabled {
    opacity: 0.5;
}
#contact div.wpcf7-validation-errors, #contact div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background: #f7e700;
    text-align: center;
    padding: 15px;
    margin: 0;
}
#contact span.wpcf7-not-valid-tip {
    color: red!important;
    font-weight: bold;
}

/***************** PAGE 404 *****************/

body.error404 #page .heading {
    height:70vh;
    background-image: url('https://electricite-sud-reole.fr/wp-content/uploads/2020/06/bazas.jpg'); 
    background-size:cover; 
}

/***************** SINGLE POST *****************/

.single-post #page .heading__content {
    margin: auto auto 0 auto;
    background: white;
    padding: 30px 30px 0 30px;
    width: 100%;
}
.single-post #page .heading__content  h1 {
    font-size: 25px;
}
.single-post #page .date {
    display: inline-block;
}
.single-post #page .date span {
    display: inline-block;
    vertical-align: middle;
}
.single-post #page .date span.date_dd::after {
    width: 4px;
    height: 19px;
    display: inline-block;
    margin: 0 1px 0 5px;
    vertical-align: middle;
}

/***************** TEMPLATE *****************/

#page .item-child {
    margin-bottom:30px;
}
#page .item-child a {
    width: 100%;
    display: block;
    height: 350px;
    background-size: cover;
    background-position: center;
    display:flex;
    flex-wrap:wrap;
    position:relative;
    overflow:hidden;
}
#page .item-child a::before {
    content: '';
    display: block;
    background: rgba(255, 82, 82, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition:all .6s ease-in-out;
}
#page .item-child a::after {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    transform: scale(0);
    transition:all .3s ease-in-out;
}
#page .item-child a:hover::after {
    transform: scale(1.5);
}
#page .item-child a:hover::before {
    opacity:0;
}
#page .item-child a h2 {
    margin:auto;
    z-index:1;
    text-align: center;
    color: white; 
    font-weight: bold;
    padding: 35px;
    font-size: 25px;
    transition:all .3s ease-in-out;
}
#page .item-child a:hover h2 {
    color: var(--main-bg-blue);
}

/***************** ARIANE *****************/

p#breadcrumbs a, p#breadcrumbs span {
    color: var(--main-bg-orange);
}
p#breadcrumbs a:hover {
    color:white;
}
p#breadcrumbs span.breadcrumb_last {
        font-weight: bold;
}
@media only screen and (max-width: 992px) {

    header {
        background: var(--main-bg-dark);
    }
    .fixed-top {
        position:inherit!important;
    }
    section#missions .missions_content {
        padding-top:40px;
        height:auto;
    }
    section#missions h1::after { 
        margin: 10px auto;
    }
    
    section#missions .bc_orange {
        transform:translateX(0);
        margin: 50px 0 -100px;
    }
    section#engagements {
        margin-top: 50%;
        padding: 50px 0;
    }

    section#engagements img{
        display: none;
    }
    #page .constructor .bloc-image-contenu .contenu_texte {
        order:2;
    }
    #page .constructor .bloc-image-contenu .contenu_image {
        order:1;
    }
    footer {
        padding:30px 0;
    }
    ul.contact li::before {
        display:block;
        margin:10px auto;
    }
    footer ul, footer ul ul.sub-menu {
        padding-left:0;
    }
    #page .constructor .bloc h2 {
        font-size: 25px;
    }
    section#actualites h2 {
        font-size:50px;
    }
    section#actualites .container #filtres ul {
        flex-wrap: wrap;
    }
    section#actualites .container #filtres ul li {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) { 
    .sub_header {
        display:none;
    }
    #page .heading {
        height: 350px;
    }
    /*section#missions .missions_content {
        padding-top:120px;
    }*/
    section#missions .bc_orange ul.bc_missions_liste li {
        width:100%;
        padding:40px 5px;
    }
    section#engagements .owl-engagements .item {
        padding:40px 5px;
    }
    section#chiffres ul.chiffres {
        margin-top:50px;
    }
    section#chiffres ul.chiffres li {
        width:100%;
    }
    section#actualites .post a.btn {
        display:block;
    }
}


section#engagements .bc_orange {
    background: var(--main-bg-orange);
    
    padding: 40px;
    text-align: left;
    color: white;
}
section#engagements .bc_orange ul {
    padding-left:0;
}
section#engagements .bc_orange ul.bc_missions_liste {
    list-style-type:none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap:wrap;
}
section#engagements .bc_orange ul.bc_missions_liste li {
  
    margin: 14px;
    background:white;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.2);
    padding: 20px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
section#engagements .bc_orange ul.bc_missions_liste li * {
    display:block;
    margin:auto;
}
section#engagements .bc_orange ul.bc_missions_liste li .bc_missions_titre {
    margin-top:15px;
    line-height:15px;
    color:#2c2c54;
}

section#engagements .bc_orange p{
    font-size: 16px;
   
}

.bc_missions_sous_titre{
    color: #ff5252;
    
}



.navbar-brand{
    font-size: 1.1rem !important;
}

footer a.navbar-brand{
    white-space: break-spaces !important;
}

.engagementsResponsive p {
    text-align: center !important;
}


.frontPageRow{
    left: 0; position: absolute; background-color:#ff5252;width: 33%; padding-left: 100px; padding-top: 20px;
    padding-bottom: 20px;
}


@media only screen and (max-width: 992px) {
  .frontPageRow{
    padding:15px;
    position: relative;
    background-color: #ff5252;
    width: auto;
    flex-wrap: wrap;
    flex-direction: column;
  } 
  section#missions{
    height: auto;
  }


  section#engagements{
    margin:auto;
  }
  .engagementsResponsive{
    line-height: inherit !important;
  }
  .bc_orange{
    text-align: center !important;
    /*margin:15px 0px 0px 15px;*/
  }

  .bc_orange p{
    margin-right: inherit !important;
  }


section#engagements .bc_orange ul.bc_missions_liste li {
    margin-right: auto !important;
    margin-left: auto !important;
    width: 100%;
}

section#missions img{
	margin-left: auto;
    object-fit: cover;
    width: 9rem;
    margin-right: auto;
    margin-top: -11rem;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: white !important;
}

section#engagements .bc_orange ul.bc_missions_liste{
    display: block;
}

}




section#engagements{
	margin-right: 0;
}


section#engagements .bc_orange ul.bc_missions_liste li a svg {
	height: 100px;
}
section#engagements .bc_orange ul.bc_missions_liste li a img {
	height: 100px;
}

section#actualites div.boutons a.btn{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 20px 50px;
}

@media screen and (max-width: 1200px){
    section#actualites div.boutons a.btn:not(:last-child){
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px){
    section#actualites div.boutons a.btn{
       width: 100%;
    }
}


section#actualites div.boutons a.btn:first-child::after,
section#actualites div.boutons a.btn:nth-child(2)::after,
section#actualites div.boutons a.btn:nth-child(3)::after{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    filter: invert(0);
}

section#actualites div.boutons a.btn:first-child::after{
    content: url('./img/account.svg');
}

section#actualites div.boutons a.btn:nth-child(2)::after{
    content: url('./img/eclair.svg');
}

section#actualites div.boutons a.btn:nth-child(3)::after{
    content: url('./img/mediateur.svg');
}

section#actualites div.boutons a.btn:first-child:hover::after,
section#actualites div.boutons a.btn:nth-child(2):hover::after,
section#actualites div.boutons a.btn:nth-child(3):hover::after{
    filter:  invert(1);
}


section#actualites .container #filtres ul{
    list-style: none;
    display: inline-flex;
}
section#actualites .container #filtres ul li{
    padding:1rem;
    cursor: pointer;
}

section#actualites .container #filtres{
    text-align: center;
}

section#actualites .container #filtres ul .active{
    text-decoration: underline;
}



@media screen and (min-width: 994px) and (max-width: 1610px) {
    .frontPageRow{
        width: 40% !important;
    }
   }
   @media screen and (min-width: 994px) and (max-width: 1330px) {
    .frontPageRow{
        width: 50% !important;
    }
   }


@media screen and (max-width: 992px){
    section#missions div.boutons{
    flex-direction: row; 
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
    height: unset;
    }

    section#missions div.boutons a.btn{
        width: auto;
    }

    section#missions div.boutons a.btn:nth-child(2)::after{
        width: 20px;
        height: 20px;
    }

    section#missions img{
        margin-top: 0;
    }
}

@media screen and (max-width: 768px){
    section#missions div.boutons{
        flex-direction: column; 
    }
}



.responsivepadding img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}