/*
Theme Name: Sloe
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
html,
body,
#wrapper {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
}

* {
    font-family: "Raleway", sans-serif;
}

.container {
    max-width: 120rem !important;
}

header {
    width: 100%;
    height: 8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #ffffff;
}

.formContainer-donation {
    width: 75vw !important;
}

input[type=text] {
    outline: none;
}

.navbar {
    padding: 0.5rem 5rem;
    height: 100%;
}

.navbar-nav {
}

.navbar-nav li {
    margin: 0 1rem;
}

.navbar-nav li a {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1.8rem;
    padding: .5rem 0;
}

.navbar-nav li:last-child a {
    color: #ff6f6a;
}

.navbar-nav li:first-child a {
    width: 2.2rem;
    height: 1.8rem;
    background: url("assets/img/ico_home.svg");
    display: block;
    text-indent: -999em;
    margin-bottom: .5rem;
}


.headerNotHome .navbar-nav li:first-child a {
    background: url("assets/img/ico_home2.svg");
}

.headerNotHome.headerWhite .navbar-nav li:first-child a {
    background: url("assets/img/ico_home3.svg");
}

.navbar-nav li a.ico_home {
    display: block;
}

.navbar-nav li a:hover {
    text-decoration: none;
    color: #000000;
}

.navbar-nav li.current-menu-item a {
    color: #000000;
    border-bottom: .2rem solid #000000;
}


.headerWhite .navbar-nav li:last-child.current-menu-item a,
.headerWhite .navbar-nav li:last-child:last-child a {
    color: #ff6f6a !important;
    border-bottom-color: #ff6f6a !important;
}
.navbar-nav li:first-child.current-menu-item a,
.navbar-nav li:first-child:hover a {
    border-bottom: none;
    background: url("assets/img/ico_home_active.svg");
}

.btnHeader,
.btnContact {
    height: 4rem;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    justify-content: flex-start;
    background-color: #ff6f6a;
    border: .2rem solid #ff6f6a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.headerNotHome {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.headerNotHome .navbar-nav li a {
    color: rgba(255, 255, 255, 0.4);
}

.headerNotHome .navbar-nav li:last-child a {
    color: rgba(255, 255, 255, 0.4) !important;
}

.headerNotHome .navbar-nav li.current-menu-item a {
    color: #ffffff;
    border-bottom-color: #ffffff;
}

.headerNotHome .navbar-nav li a:hover {
    color: #ffffff;
}

.headerNotHome {
}

.headerNotHome .btnSearch .open path {
    fill: #ffffff;
}

.headerNotHome .btnSearch .close path {
    stroke: #ffffff;
}

header .dropdown {
    margin-left: 2rem;
}

header .dropdown button {
    background-color: transparent;
    border: none;
    position: relative;
}

.headerNotHome .dropdown button span {
    position: absolute;
    width: .8rem;
    height: .8rem;
    background: #ff6f6a;
    border-radius: .4rem;
    display: block;
    top: 0;
    right: .4rem;
}

header .dropdownProfile .btn {
    width: 3.6rem;
    height: 3.6rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}


header .dropdownProfile .btn::after {
    display: none;
}
header .dropdownProfile img {
    width: 100%;
    height: 100%;
    display: block;
}

.dropdownProfile > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}
.dropdownProfile:hover > .dropdown-menu {
    display: block;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    background: #000000;
}
.dropdownProfile > .dropdown-menu .dropdown-item {
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: 0.05em;
    font-family: "Raleway", sans-serif;
    padding: 1rem 1.5rem;
}
.dropdownProfile > .dropdown-menu .dropdown-item:hover {
    background-color: #ff6f6a;
}

.dropdownProfile > .dropdown-menu .dropdown-item svg {
    margin: .5rem .5rem 0 0;
}

.dropdownProfile > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.headerWhite {
    background-color: #ffffff;
}

.headerWhite .logo path {
    fill: #000000;
}

.headerWhite .navbar-nav li a {
    color: rgba(0, 0, 0, 0.3);
}

.headerWhite .navbar-nav li.current-menu-item a {
    color: #000000;
    border-bottom-color: #000000;
}

.headerWhite .navbar-nav li a:hover {
    color: #000000;
}

.headerWhite {
}

.headerWhite .btnSearch .open path {
    fill: #000000;
}

.headerWhite .btnSearch .close path {
    stroke: #000000;
}

.headerWhite .dropdown {
}

.headerWhite .dropdown button path,
.headerHome .dropdown button path {
    fill: #000000;
}

.headerWhite .dropdown.dropdownProfile button path,
.headerHome .dropdown.dropdownProfile button path {
    fill: #ffffff;
}

.btnHeader .img {
    margin-right: 1rem;
}

.btnHeader:hover,
.btnContact:hover {
    background-color: transparent;
    color: #ff6f6a;
    text-decoration: none;
}

.btnHeader .img path,
.btnContact .img path {
    transition: all 0.2s ease;
}

.btnHeader:hover .img path,
.btnContact:hover .img path {
    stroke: #ff6f6a;
}

.btnSearch {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    border: none;
    margin-left: 2rem;
    padding: 0;
    background-color: transparent;
    position: relative;
}

.btnSearch svg {
    transition: all 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.btnSearch .open {
    transform: translate(-50%, -50%) scale(1);
}

.btnSearch .close {
    transform: translate(-50%, -50%) scale(0);
}

.modal-open .btnSearch .open {
    transform: translate(-50%, -50%) scale(0);
}

.modal-open .btnSearch .close {
    transform: translate(-50%, -50%) scale(1);
}

.fullscreen {
    width: 100%;
    height: 100%;
}

#home1 {
    padding: 8rem 0 3rem;
}

#home1 h1 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 5rem;
    line-height: 3rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    margin: 5.5rem 0 3.5rem;
}

.logoHome {
    max-width: 45rem;
}

.arrowBottom {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 3vh;
}

.box {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {

#home2 {
    background: url("assets/img/img-accueil.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    height: auto;
}
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3rem);
    }
    60% {
        transform: translateY(-1.5rem);
    }
}

.texteContainer {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.texteContainer p {
    font-family: "Montserrat", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.6rem;
    line-height: 2.9rem;
    text-align: justify;
}

.texteContainer p span {
    color: #0190e8;
}

.qustionContainer {
}

.qustionContainer img {
}

.qustionContainer span {
    font-family: "Raleway", sans-serif;
    font-size: 1.1rem;
    line-height: 13px;
    text-align: right;
    letter-spacing: 0.05em;
    color: #ff6f6a;
    font-weight: bold;
    display: inline-block;
    margin-right: 1rem;
}

.qustionContainer a {
    display: block;
    margin-left: 1rem;
    width: 4rem;
    height: 4rem;
    background-color: #000000;
    border-radius: 2rem;
}

.text {
    max-width: 32.2rem;
    position: absolute;
    bottom: 20%;
    right: 20%;
}

.text2 {
    height: 100%;
    max-width: 57.5rem;
    margin: 0 auto;
    padding: 8rem 0 0;
}

.consulting .text {
    left: 20%;
    bottom: 0;
    height: 100vh;
    max-width: 50%;
}

#home4 {
    padding: 16rem 0 8rem;
    width: 100%;
}

p.desc,
.consulting .desc-consulting p {
    font-weight: 800;
    font-size: 5rem;
    line-height: 5rem;
    color: rgba(0, 0, 0, 0.1);
    padding-right: 6.5rem;
    margin-bottom: 10rem;
}
.desc-consulting {
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc-consulting .container,
.consulting .container.section3 {
    max-width: 140rem !important;
    padding: 40px;
}
.consulting .desc-consulting p {
    font-family: "Raleway", sans-serif;
    color: #000000;
    padding-right: 0;
    margin-bottom: 0;
}

.consulting .container.section3 h3 {
    font-size: 3rem;
}
p.desc span.red,
.consulting .desc-consulting p span.red {
    color: #ff6f6a;
}

p.desc span.bleu,
.consulting .desc-consulting p span.bleu {
    color: #0190e8;
}

#home4 span#demarche-unique-title, span#mimic-h1 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #000000;
    padding: 2rem 0;
}

.texteHome4 p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    font-feature-settings: "case" on;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 3.5rem;
}

.texteHome4 p span {
    color: #0190e8;
}

.logo_opinion {
    text-align: center;
    padding-top: 2rem;
    max-width: 19.8rem;
}

.logo_opinion span {
    font-family: "Raleway", sans-serif;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.3);
    margin-bottom: 1.2rem;
}

.logo_opinion img {
}

.legend {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: justify;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.8);
}

#home5 {
    background: url("assets/img/Image.png") center top no-repeat;
    background-size: 100% auto;
    padding: 10rem 0 12rem;
    background-size: cover;
}

#home5 .container {
    max-width: 91rem !important;
}

#home5 .col-md-6 {
    max-width: 40rem;
}

#home5 h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    line-height: 4.2rem;
    text-align: center;
    color: #0190e8;
}

.consulting h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: left;
    color: #ff6f6a;
    margin-bottom: 20px;
}

.consulting p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: left;
    font-feature-settings: "case" on;
    color: #000000;
}

.consulting .paragraph-justify {
    text-align: left;
}
.consulting .paragraph-justify p {
    text-align: justify;
}

#home5 p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    font-feature-settings: "case" on;
    color: #ffffff;
}

#home5 .bottomParagraph {
    margin: 6rem auto 1rem;
    text-align: center;
    max-width: 40rem;
    font-size: 1.4rem;
    line-height: 2.6rem;
}

#home5 .gras {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 2.8rem;
    line-height: 3.5rem;
    text-align: center;
    color: #ffffff;
}

.btnHome {
    max-width: 13rem;
    margin: 5rem auto;
}

.btnHome span {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.btnHome a {
    width: 43px;
    height: 43px;
    background-color: rgb(255, 111, 106);
    border-radius: 2.4rem;
    position: absolute;
    top: .6rem;
    left: .9rem;
}

.circleFill {
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    transition: all 3s;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 5.8rem;
    height: 5.8rem;
}

.btnTop {
    position: relative;
    width: 5.8rem;
    height: 5.8rem;
    margin: 1rem 0;
}

#footer {
    padding: 0 5rem 2rem;
    background-color: #000000;
    position: relative;
}

footer a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 1.1rem;
    line-height: 13px;
    letter-spacing: 0.05em;
}

.footerTop {
    height: 8rem;
}

#footer ul {
    padding: 0;
    margin: 0;
}

#footer ul li {
    list-style: none;
    margin-right: 1rem;
}

#footer ul li a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.footerTop ul li.active a {
    color: rgba(255, 255, 255, 1);
}

.social {
    padding: 0 1.5rem;
}

.social a {
    display: inline-block;
    margin: 0 .5rem;
}

.social::before,
.social::after {
    content: "";
    display: block;
    width: .2rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.15);
}

.social::before {
    margin-right: 1rem;
}

.social::after {
    margin-left: 1rem;
}

.btnFooter {
    font-family: "Raleway", sans-serif;
    width: 22rem;
    height: 8rem;
    right: 0;
    top: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    padding: 0 3rem;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    align-items: center;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ff6f6a;
    transition: all 0.2s ease;
}

.btnFooter .substract {
    margin-left: 1rem;
    display: inline-block;
}

.btnFooter .substract path {
    transition: all 0.2s ease;
}

.btnFooter:hover {
    color: #ffffff;
    background-color: #ff6f6a;
    text-decoration: none;
}

.btnFooter:hover .substract path {
    fill: rgb(255, 255, 255) !important;
}

.footerContent {
}

.footerContent .container {
    max-width: 100% !important;
    padding-right: 0;
    padding-left: 0;
}

.footerContent .logo-foot {
    margin-right: 1.5rem;
}

.footerContent .copyright {
    margin-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    width: auto;
    white-space: nowrap;
    padding-top: 2rem;
}

.footerContent .copyright a {
    font-weight: bold;
}

.menuFooter {
    padding-top: 2rem;
}

.menuFooter ul:first-child {
    display: none !important;
}
.menuFooter ul {
    margin-right: 1.5rem !important;
    max-width: 14rem;
    width: 100%;
}

.menuFooter ul li {
    margin-bottom: 1rem;
    white-space: nowrap;
}

.menuFooter ul li:last-child {
    margin-bottom: 0;
}

.topImg {
    height: 44rem;
    position: relative;
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.topImg::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0) 100%
    );
}

.topImgNews {
    height: 44rem;
    position: relative;
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: white;
}

.topImgNews::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
}

.logoContainer {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logoContainer svg {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.logoContainer::before,
.logoContainer::after {
    content: "";
    width: calc(50% + 4rem);
    background-color: #ffffff;
    height: 6.9rem;
    display: block;
    position: absolute;
    bottom: 0;
}

.logoContainer::before {
    left: -5rem;
    border-top-right-radius: 4.5rem;
    transform: skew(25deg, 0deg);
}

.logoContainer::after {
    right: -5rem;
    border-top-left-radius: 4.5rem;
    transform: skew(-25deg, 0deg);
}

.logoName {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 10rem;
    display: flex;
    align-items: center;
    text-align: center;

    color: rgba(0, 0, 0, 0.3);
}

#page,
#singlePage,
#homeList {
    min-height: calc(100vh - 185px);
}

#page .container {
    max-width: 110rem !important;
}

.objectif {
    overflow-x: hidden;
}

.objectif h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 7rem;
    line-height: 7.4rem;
    text-transform: uppercase;
    color: #000000;
}

.objectif .container2 {
    max-width: 85rem;
    margin: 4rem auto 0;
}

.objetContainer {
    max-width: 34rem;
    margin: 2rem 0;
}

.objetContainer figure {
    width: 15rem;
    height: 15rem;
    background: #ffefe5;
    margin-bottom: -3rem;
}

#page p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 2.9rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
}

#page h2 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #000000;
    margin-bottom: 3.5rem;
}

#page p span {
    color: #0190e8;
}

.principe figure {
    width: 50%;
    margin-top: 5rem;
}

.principe figure img {
    width: 100%;
}

.principeText {
    width: calc(50% - 4rem);
    margin-left: 4rem;
    max-width: 430px;
}

#page .principeText p {
    font-size: 1.4rem;
}

.slogan {

    max-width: 80rem;
    margin: 10rem 0;
}
#page .slogan p {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 5rem;
    line-height: 7rem;
    color: rgba(0, 0, 0, 0.1);
    text-align: left;
}

#page .slogan p span {
    color: #ff6f6a;
}

.vision {
}

.vision h2 {
    text-align: right;
    width: 23rem;
    margin-right: 2rem;
}

.vision .visionText {
    width: calc(100% - 25rem);
    padding-top: 43px;
}

#page .vision .visionText p {
    font-size: 1.4rem;
}

.vision .visionText .col-md-6 {
    padding: 0 2rem;
}

.demarche {
    position: relative;
    display: block;
    margin: 8rem 0 4.5rem;
}

.demarche .imgContainer {
    width: 100%;
}

.demarche .imgContainer figure {
    width: calc(100% / 3);
    height: 45rem;
    margin: 0;
    overflow: hidden;
}

.demarche .demarcheText {
    font-family: "Raleway", sans-serif;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 87rem;
    text-align: center;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.4rem;
    font-feature-settings: "case" on;
    color: #ffffff;
    width: 100%;
}

#page .demarche .demarcheText .citation {
    color: rgba(0, 0, 0, 0.8);
    display: block;
}
#page .demarche .demarcheText .citation p {
    text-align: center;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.4rem;
    font-feature-settings: "case" on;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Raleway", sans-serif;
}

.demarche .demarcheText span {
    font-family: "Montserrat", sans-serif;
    display: block;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    font-style: italic;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-feature-settings: "case" on;
}

.fondateurContainer {
}

.fondateurContainer .fondateurLeft {
    width: calc(50% - 7rem);
}

#page .fondateurContainer .fondateurLeft p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.6rem;
    line-height: 2.9rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 1.5rem;
}

.fondateurContainer .fondateurRight {
    width: calc(50% + 3rem);
}

.fondateurContainer .fondateurRight img {
    margin: 0 2rem 1rem;
}

#page .fondateurContainer .fondateurRight p {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 7rem;
    line-height: 7rem;
    color: rgba(0, 0, 0, 0.1);
    text-align: left;
}

.fondateurList {
    font-style: italic;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    font-feature-settings: "case" on;
    color: rgba(0, 0, 0, 0.8);
    margin: 5rem 0;
}

.fondateurList span {
    color: #0190e8;
}

.contactContainer {
}

.contactContainer .contactLeft,
.contactContainer .contactRight {
    width: 50%;
}

.contactContainer .contactLeft {
    background: url("assets/img/bg_contact.jpg") no-repeat;
    background-size: cover;
    padding: 30rem 0;
}

.contactContainer .contactRight {
}

.btnContact {
    width: 18.8rem;
    height: 6.6rem;
    font-size: 1.3rem;
    justify-content: center;
}

.btnContact svg {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.btnContact:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btnDonation {
    background-color: #ffefe5;
    border-color: #ffefe5;
    color: #ff6f6a;
}

.btnDonation svg {
    margin: 0 0 0 1rem;
}

.btnDonation:hover {
    color: #ffefe5;
    background-color: #ff6f6a;
    border-color: #ff6f6a;
}

.btnDonation:hover svg path {
    fill: #ffefe5 !important;
}

.btnCtc {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff6f6a;
}

.btnCtc svg {
    margin: 0 0 0 1rem;
}

.btnCtc:hover {
    color: #ffffff;
    background-color: #ff6f6a;
    border-color: #ff6f6a;
}

.btnCtc:hover svg path {
    fill: #ffffff !important;
}

.contactRight {
    height: 19.8rem;
    overflow: hidden;
}

.contactRight .sloe {
    height: 100%;
    padding: 0 2rem;
    width: 22rem;
}

#page .contactRight .sloe h2 {
    margin-bottom: 1.5rem;
}

#page .sloe p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-feature-settings: "case" on;
    color: rgba(0, 0, 0, 0.8);
}

.map {
    width: calc(100% - 22rem);
}

.topGreen {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.topGreenContainer {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
}

.bottomImg {
    position: absolute;
    width: 100%;
    height: 7.8rem;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.topGreenContainer h1 {
    font-weight: 900;
    font-size: 6rem;
    line-height: 7.4rem;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.textGreen {
    background: url("assets/img/bg_textGreen.png") top center no-repeat,
    linear-gradient(
            0deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 90%,
            rgba(0, 0, 0, 0) 20%
    );
    width: 100%;
    position: relative;
    max-width: 44rem;
    padding: 3rem 4rem 7.8rem;
}

#page .textGreen p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    font-feature-settings: "case" on;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Montserrat", sans-serif;
}

.textGreenBot {
}

.textGreenBot a {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff;
}

.textGreenBot .socialGreen {
}

.textGreenBot .socialGreen a {
    width: 3rem;
    height: 3.4rem;
    border: 1px solid #ffffff;
    border-top-width: .4rem;
    text-align: center;
}

.textGreenBot .socialGreen a svg {
    height: 1.5rem;
    display: block;
    margin: 0 auto;
    opacity: 1;
}

.textGreenBot .socialGreen a svg path {
    fill: #ffffff;
}

.textGreenBot .socialGreen a:hover {
    color: #ffffff;
    text-decoration: none;
}

.down {
    padding: 2rem 0 0;
    position: relative;
    z-index: 5;
    margin-bottom: -4rem;
}

.down .icoBot {
    margin-top: 1rem;
}

.textGreen .down {
    margin-bottom: -5rem;
}

.decouvert {
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #ff6f6a;
    display: inline-block;
    margin-bottom: 1rem;
}

.decouvert:hover {
    color: #ff6f6a;
    text-decoration: none;
}

.btnMethode {
    position: absolute;
    width: 100%;
    height: 7.8rem;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    z-index: 4;
    bottom: 0;
    left: 0;
    display: block;
}

.note {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
}

.note span {
    font-weight: 600;
    font-size: 3.2rem;
    display: flex;
    align-items: center;
    text-align: center;

    color: #ffffff;
}

.sep {
    background: url("assets/img/sep.svg") center center no-repeat;
    width: 100%;
    height: 7rem;
    margin: 2rem 0 4rem;
}

.methodeContainer {
    margin: 5rem 0;
}

#page .methodeContainer .container {
    max-width: 120rem !important;
}

.methodeContainer .col-md-6,
.methodeContainer .col-12,
.methodeContainer .col-md-4 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.methodeContainer h1, .methodeContainer h3#mimic-h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.2rem;
    text-align: center;
    color: #000000;
    margin-bottom: 4rem;
}

.methodeList {
}

.methodeList figure {
    width: 11rem;
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.methodeList figure.red {
    background-color: #ff6f6a;
}

.methodeList figure.bleu {
    background-color: #0190e8;
}

.methodeList figure.black {
    background-color: #000000;
}

#page .methodeList p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.8);
}

#page .methodeContainer .textMethod {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: justify;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 4rem;
}

.profileEntreprise {
    padding: 8rem 0 0;
    position: relative;
}

#page .profileEntreprise .container {
    max-width: 109.6rem !important;
    margin-top: 4rem;
    position: relative;
    padding-bottom: 8rem;
}

#page .profileEntreprise p {
}

.profileEntreprise {
}

.entrepriseName {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 6rem;
    line-height: 5.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    margin: 3rem 0;
}

.entrepriseDesc {
}

.entrepriseDesc span,
.commentBottom span,
.rate span {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 .5rem;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.8rem;
    font-family: "Montserrat", sans-serif;
}

.entrepriseDesc span svg,
.commentBottom span svg,
.rate span svg {
    margin-right: .5rem;
    display: block;
}

.entrepriseDesc .secteur {
    font-family: "Raleway", sans-serif;
    height: 2.2rem;
    background: #ffefe5;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #ff6f6a;
    justify-content: center;
    padding: 0 1rem;
}

.entrepriseDesc .entrepriseMessage,
.commentBottom .entrepriseMessage {
    color: #ff6f6a;
}

.entrepriseDesc .entrepriseNote,
.commentBottom .entrepriseNote,
.rate span {
    color: #0190e8;
}

.entrepriseDesc .entreprisedownload {
}

.paragraphContainer {
    width: calc(50% - 3.8rem);
}

.socialEnt {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
}

.socialEnt a {
    border: 1px solid #000000;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-width: 0;
}

.socialEnt a:last-child {
    border-right-width: 1px;
}

.socialEnt a.download {
    width: 12rem;
    background-color: #000000;
    padding: 0 1.5rem;
    justify-content: start;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.socialEnt a.download svg {
    margin-right: 1rem;
}

.lastComment {
    padding: 3rem 0;
    background-color: rgba(0, 0, 0, 0.07);
}

.articleSemblable {
    background: url("assets/img/bg_list.png") top center no-repeat,
    linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 1) 25%, rgba(239, 239, 239, 1) 57%, rgba(239, 239, 239, 1) 100%);
    position: relative;
    overflow-y: visible;
    padding: 8rem 0 4rem;
}

#page .lastComment .container {
    padding-bottom: 0;
    margin-top: 0;
}

#page .lastComment h2,
.lastComment h2 {
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 4.2rem;
    text-align: center;
    color: #000000;
}

.articleSemblable h2 {
    margin-bottom: 3rem;
}

.commentListContainer .slick-slide {
    padding: 0 1.5rem;
}

.commentListContainer .slick-dots li,
.sliderParagraph .slick-dots li {
    width: auto;
    height: auto;
}

.commentListContainer .slick-dots li button,
.sliderParagraph .slick-dots li button {
    width: .8rem;
    height: .8rem;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    border-radius: .8rem;
}

.commentListContainer .slick-dots li.slick-active button,
.sliderParagraph .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1);
}

.commentListContainer .slick-dots li button:before,
.sliderParagraph .slick-dots li button:before {
    display: none;
}

.commentList {
    background-color: #ffffff;
    padding: 1.5rem;
    display: block;
}

a:hover {
    text-decoration: none;
}

.commentList .commentTop {
    margin-bottom: 1rem;
}

.commentList .commentType,
.rightAuthor span {
    font-family: "Raleway", sans-serif;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.2rem;
    align-items: center;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 0 .5rem;
}

.commentList .commentType.bleu {
    background: rgba(1, 144, 232, 0.8);
}

.commentList .commentDate {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Montserrat", sans-serif;
}

#page .commentList h3,
.commentList h3 {
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #000000;
    font-family: "Raleway", sans-serif;
}

#page .commentList p,
.commentList p {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-feature-settings: "case" on;
    color: rgba(0, 0, 0, 0.8);
}

.classement {
    padding: 12rem 0;
    background: #ffefe5;
    position: relative;
}

.classement .down {
    margin-bottom: 0;
    position: absolute;
    bottom: -6.5rem;
    left: 0;
    width: 100%;
}

.classement2 {
    background-color: #ffffff;
    padding: 4rem 0 0;
}
.classement2 > .container {
    padding-bottom: 4rem;
}

.classement2 .bgBottom {
    background: url("assets/img/green.jpg") bottom center no-repeat;
    height: 25rem;
    width: 100%;
}
.classement2 .decouvert {
    color: #ffffff;
}
.classement2 .down {
    bottom: -5.5rem;
}
#page .classement .container {
    max-width: 120rem !important;
}

.pageClassement .methodeContainer {
    margin: 0;
    padding: 11.5rem;
    background: #ffefe5;
}

.pageClassement .topImg {
    height: 25rem;
}
.pageClassement .topImg .topProfileContainer {

}
.pageClassement .down {
    margin: -6.5rem 0 0;
}
#page .classement h1 {
    font-weight: 900;
    font-size: 3rem;
    line-height: 4.2rem;
    text-align: center;
    color: #ff6f6a;
    font-family: "Raleway", sans-serif;
    margin-bottom: 2.5rem;
}

.classement .classementTable {
}

.classement .classementTable tr {
    cursor: pointer;
}

.classement .classementTable tr th,
.classement .classementTable tr td {
    padding: 0 1.4rem;
    position: relative;
    vertical-align: middle;
}

.classement .classementTable tr th.type {
    padding: 0;
}

.classement .classementTable tr th {
    border: none;
    border-bottom: .2rem solid rgba(0, 0, 0, 0.1);
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 13px;
    letter-spacing: 0.05em;
    color: #000000;
}

.classement .classementTable tr th.sorting_asc,
.classement .classementTable tr th.sorting_desc {
    font-weight: bold;
}

.classement .classementTable tr th:first-child {
    width: 5.5rem;
    text-align: center;
    padding-right: 0;
}

.classement .classementTable tr th:last-child {
    width: 3.7rem;
}

.classement .classementTable tr td {
    border: none;
}

.classement .classementTable tr th::before,
.classement .classementTable tr td::before {
    content: "";
    width: .2rem;
    height: 2.2rem;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
}

.classement .classementTable tr th::before {
    top: auto;
    bottom: 0;
    height: 11px;
}

.classement .classementTable tr th:first-child,
.classement .classementTable tr td:first-child {
    padding: 0 .5rem;
}

.classement .classementTable tr th:first-child::before,
.classement .classementTable tr td:first-child::before {
    display: none;
}

.classement .classementTable tr th.type::after {
    display: none;
}

.classement .classementTable tr th.type select {
    width: 100%;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.classement .classementTable tr th.type select:focus {
    background-color: #000000;
    color: #ffffff;
}

.classement .classementTable tr td:first-child {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    text-align: center;
    color: #ff6f6a;
    width: 5.5rem;
}

.classement .classementTable.table2 tr td:first-child {
    color: rgba(0, 0, 0, 0.3);
}

.classement .classementTable tbody tr:hover {
    background: #ffffff;
}

.nameContainer figure {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0 1rem 0 0;
    display: block;
    background-color: #000000;
    overflow: hidden;
    border-radius: 13px;
}

.nameContainer figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.nameContainer span {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
    color: #000000;
    transition: all .2s;
}

.highlight .nameContainer span {
    color: #ff6f6a;
}

.badge {
    font-family: "Raleway", sans-serif;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.2rem;
    letter-spacing: 0.05em;

    color: #ff6f6a;
}

#searchModal.modal {
    height: calc(100% - 8rem);
    top: 8rem;
    padding-right: 0 !important;
}

#searchModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
}

#searchModal .modal-dialog .modal-content {
    border: none;
}

#searchModal .modal-dialog .modal-body {
    background-color: #000000;
    padding: 6rem;
}

.categorySearch [type="checkbox"]:not(:checked),
.categorySearch [type="checkbox"]:checked {
    position: absolute;
    left: -999.9rem;
}

.categorySearch [type="checkbox"]:not(:checked) + label,
.categorySearch [type="checkbox"]:checked + label {
    position: relative;
    padding-right: 3.5rem;
    cursor: pointer;
    height: 2.6rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 21px;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    width: 100%;
    margin-bottom: 0;
}

.categorySearch [type="checkbox"]:not(:checked) + label:before,
.categorySearch [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2.6rem;
    height: 2.6rem;
    background: url("assets/img/checkBox_off.svg") no-repeat center;
}

.categorySearch [type="checkbox"]:not(:checked) + label:after,
.categorySearch [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: -.5rem;
    right: -.8rem;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all 0.2s;
    width: 4rem;
    height: 2.6rem;
    background: url("assets/img/checkbox_on.svg") no-repeat center;
}

.categorySearch [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.categorySearch [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.categorySearch [type="checkbox"]:disabled:not(:checked) + label:before,
.categorySearch [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.categorySearch [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.categorySearch [type="checkbox"]:disabled + label {
    color: #aaa;
}

.resultContainer {
    width: 38rem;
}

.resultContainerMobile {
    width: initial;
}

#searchModal .search-form {
    width: calc(100% - 45rem);
    padding-top: 1rem;
}

.resultBloc {
    margin-bottom: 3rem;
}

.resultType {
    border-bottom: .6rem solid rgba(255, 255, 255, 0.15);
    padding: 1rem 0;
}

.typeTitle {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
}

.resultType a {
    width: auto;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0190e8;
}

.resultType a svg {
    margin: 0 0 .5rem 1rem;
}

.dataTables_filter {
    display: none;
}

.resultListContainer {
    padding: 0 1rem;
}

.resultList {
    border-bottom: .2rem solid rgba(255, 255, 255, 0.15);
    padding: .5rem 0;
    display: block;
}

.resultList p {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.resultListInfo-left {
}

.resultListInfo-left .date {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.resultListInfo-left .comment {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #ff6f6a;
    margin-left: 1rem;
    margin-bottom: 0;
}

.resultListInfo-left .comment svg {
    margin-right: .5rem;
}

.resultListInfo-left .comment:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    margin-right: 1rem;
    width: .6rem;
    height: .6rem;
    border-radius: 3px;
    display: block;
}

.resultListInfo-badge {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.8);
    font-family: "Raleway", sans-serif;
    background: rgba(255, 255, 255, 0.8);
    padding: 0 .5rem;
}

.resultPratique .resultListInfo-badge {
    background-color: #0190e8;
    color: rgba(0, 0, 0, 0.8);
}

.titleSearch {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0.05em;
    color: #0190e8;
    margin-bottom: 1rem;
}

.titleSearch svg {
    margin-right: 1.5rem;
}

.searchField {
    margin-bottom: 4rem;
}

.searchField input {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 5.9rem;
    color: white;
    border: none;
    border-radius: 0;
    background-color: transparent;
    border-bottom: .4rem solid rgba(255, 255, 255, 0.15);
    width: 100%;
}

.searchField input::placeholder {
    color: rgba(255, 255, 255, 0.15);
}

.categorySearchContainer {
    padding: 3rem 0;
}

.searchSubmit {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0190e8;
    height: 4rem;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.searchSubmit svg {
    margin-left: 1.5rem;
}

.searchSubmit:hover {
    background: rgba(255, 255, 255, 0.3);
}

.searcContainer {
    padding: 12rem;
    min-height: calc(100vh - 18.5rem);
}

.titleSearch {
}

.titleSearch h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: center;
    color: #000000;
}

.titleSearch span {
    display: inline-block;
    padding: 0 1.5rem;
    position: relative;
}

.titleSearch span::before {
    content: "";
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    height: 2rem;
    width: .2rem;
    display: block;
    top: calc(50% - 1rem);
}

.titleSearch span:first-child::before {
    display: none;
}

.resultSearch figure {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 19.5rem;
    overflow: hidden;
}

.resultSearch figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.resultSearchInfo-container {
    padding: 0 1.5rem 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: .2rem solid rgba(0, 0, 0, 0.1);
}

.resultSearch-info .secteur {
    background: rgba(0, 0, 0, 0.7);
    font-family: 'Raleway', sans-serif;
    height: 2.2rem;
    font-weight: 600;
    font-size: 1rem;
    line-height: 2.2rem;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
    padding: 0 1rem;
}

.resultSearch-info .date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
}

.searchTexte {
    margin-top: 1rem;
}

.searchTexte h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 1rem;
}

.searchTexte p {
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-feature-settings: 'case' on;
    color: rgba(0, 0, 0, 0.8);
}

.resultNumber {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 4rem 0;
}

.resultNumber span {
    font-weight: bold;
}

.searcContainer #searchText {
}

.searcContainer .searchField {
    position: relative;
}

.searcContainer .searchField input {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.3);
    font-size: 3.6rem;
    margin-left: 1rem;
    width: calc(100% - 90px);
    padding-right: 10rem;
    outline: none;
}

.searcContainer .searchField span {
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: right;
    letter-spacing: 0.05em;
    color: #0190E8;
}


.modal-auth {
    z-index: 99999;
    padding-right: 0 !important;
    width: 100vw;
    height: 100vh;
}

.modal.modal-auth .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #FF6F6A;
    margin: 0 !important;
}

.modal.modal-auth .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.modal-auth .modal-body {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-auth .close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    opacity: 1;
    z-index: 999999;
}


.formContainer .um .um-form .um-field {
    padding-top: 0 !important;
}

.formContainer .um .um-form input[type=text],
.formContainer .um .um-form input[type=search],
.formContainer .um .um-form input[type=tel],
.formContainer .um .um-form input[type=number],
.formContainer .um .um-form input[type=password],
.formContainer .wpcf7-form-control {
    width: 100% !important;
    border: none !important;
    height: 40px !important;
    padding: 0 10px !important;
    background-color: #ffe4e3 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.formContainer textarea.wpcf7-form-control {
    height: 100px !important;
}

.formContainer input:focus {
    outline: 0;
}

.formContainer input[type="submit"],
.formContainer .btnHeader,
.formContainer .wpcf7-form-control.wpcf7-submit {
    font-family: 'Raleway', sans-serif;
    background-color: #000000 !important;
    font-weight: 600;
    font-size: 1.2rem !important;
    line-height: 1.4rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6F6A;
    width: 100%;
    padding: 0;
    border: 0;
    height: 40px;
}
.formContainer .um-col-alt {
    display: none !important;
}
.formContainer .btnHeader {
    border: none;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formContainer .btnHeader svg path {
}

.loginContainer {
    width: 100%;
    max-width: 31.4rem;
}

.formContainer {
    width: 100%
}

.formContainer .um * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formContainer #um_field_37_rememberme {

}

.formContainer #um_field_37_rememberme {
}

.formContainer #um_field_37_rememberme {
}


.check [type="checkbox"]:not(:checked),
.check [type="checkbox"]:checked {
    position: absolute;
    left: -999.9rem;
}

.check [type="checkbox"]:not(:checked) + label,
.check [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    height: 1.6rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.check [type="checkbox"]:not(:checked) + label:before,
.check [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.6rem;
    height: 1.6rem;
    background: url("assets/img/check_off.svg") no-repeat center;
}

.check [type="checkbox"]:not(:checked) + label:after,
.check [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3em;
    line-height: 0.8;
    transition: all 0.2s;
    width: 1.6rem;
    height: 1.6rem;
    background: url("assets/img/check_on.svg") no-repeat center;
}

.check [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.check [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.check [type="checkbox"]:disabled:not(:checked) + label:before,
.check [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.check [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.check [type="checkbox"]:disabled + label {
    color: #aaa;
}

.botLogin {
    width: 100%;
    padding: 1.5rem 0;
}

.formContainer a {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: right;
    text-decoration-line: underline;
    color: #000000;
}


.formContainer {
    margin-top: 6rem;
}

.formContainer h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1.5rem;
}

.formContainer .btnInscription {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 40px;
    width: 100%;
    border: .2rem solid #FFFFFF;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: .5rem;
    text-decoration: none;
}

.formContainer .btnInscription:hover {
    background-color: #ffffff;
    color: #FF6F6A;
    text-decoration: none;
}

#inscription .formContainer p,
.formContainer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
    text-align: center;
    color: #000000;
    margin: 1rem 0;
}


#inscription .loginContainer {
    width: 100%;
    max-width: 100%;
}

#inscription .formContainer {
    margin-top: 1.5rem;
}

#inscription .container {
    max-width: 110.2rem !important;
}

#inscription .col-lg-4 {
    max-width: 31.4rem;
}

#inscription h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 4rem;
    line-height: 4.2rem;
    color: #000000;
}

#inscription p {
    font-family: 'Montserrat', sans-serif;
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 2.9rem;
    text-align: justify;
    color: #000000;
}


#inscription p.centerParagraph {
    margin-top: 4rem;
}

#inscription span.white {
    color: #ffffff;
    font-weight: bold;
}

.btnEntContainer {
    max-width: 300px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#inscription .btnEntContainer p.textBtn,
#login .btnEntContainer p.textBtn,
#lost_password .btnEntContainer p.textBtn {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.btnEntContainer .arrow {
    margin: 1rem 0;
}

.btnEntContainer a {
    width: 60px;
    height: 60px;
    background: #000000;
    display: block;
    border-radius: 30px;
}

.btnEntContainer span {
    color: rgba(0, 0, 0, 0.8);
}

.searchMobile {
    display: none
}

@media (max-width: 450px) {
    .topsearch .welcome span, .welcome h1#mimic-span {
        font-size: 4rem;
    }
    .demarcheContainer .demarche .imgContainer figure img {
        position: relative;
        bottom: 177px;
    }
}

@media (max-width: 992px) {

    .pageClassement .down {
        margin: -3.5rem 0 0;
    }

    .pageClassement .methodeContainer {
        margin: 0;
        padding: 1rem;
        background: #ffefe5;
    }

    .methodeContainer h1, .methodeContainer h3#mimic-h1 {
        font-family: "Raleway", sans-serif;
        font-weight: 900;
        font-size: 4rem;
        line-height: 4.2rem;
        text-align: center;
        color: #000000;
        margin-bottom: 3rem;
        margin-top: 6rem;

    }

    .searchMobile {
        display: block;
        padding: 1.5rem;
        background-color: #000000;
        overflow-y: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        width: 100%;
        background-color: #ffffff;
        top: 80px;
        left: 0;
    }

    .searcContainer {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .classement2 {
        background-color: #ffffff;
        padding: 4rem 0 0;
        top: 5rem;
    }
    #home2 {
        background-color: white;
        height: auto;
    }
}


.profilePage {
}

.profilePage .topImg {
    height: 240px;
}

.welcome {
    z-index: 2;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 2rem;
    position: relative;
}

.welcome span, .welcome h1#mimic-span {
    font-weight: 900;
    font-size: 5rem;
    display: block;
    line-height: normal;
}

.imgEntDuMois {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    margin: 2rem 0;
}
.imgEntDuMois img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.columncontent {
    column-count: 2;
    column-gap: 4rem;
}
.profileContent {
    padding: 80px 0;
}

.profileContent .container {
}

.profileContent .col-lg-8 {
    max-width: 700px;
}

.profileContent .col-lg-4 {
    max-width: 31.4rem;
}

.btnArticle {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 250px;
    height: 60px;
    background: #FF6F6A;
    margin: 0 auto 60px;
}

.btnArticle:hover {
    color: initial;
}

.btnArticle svg {
    margin-left: 1rem;
}

.titleSection {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.3);
    border-bottom: 6px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.profileContent label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: right;
    color: rgba(0, 0, 0, 0.8);
    width: 15rem;
    margin-right: 1rem;
}

.profileContent input[type=password] {
    font-family: 'Raleway', sans-serif;
    width: calc(100% - 16rem);
    border: none;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    outline: none;
    height: 5rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.1);
}

.userEmail span {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #000000;
}

.btnProfile {
    width: 100%;
    height: 50px;
    background: #FFEFE5;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF6F6A;
    font-family: 'Raleway', sans-serif;
    border: none;
}

.btnProfile.profileLeft {
    max-width: calc(100% - 16rem);
    width: 51rem;
    margin-top: 2rem;
}

.mesIntere [type="checkbox"]:not(:checked),
.mesIntere [type="checkbox"]:checked {
    position: absolute;
    left: -999.9rem;
}

.mesIntere [type="checkbox"]:not(:checked) + label,
.mesIntere [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.5rem;
    cursor: pointer;
    height: 1.6rem;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.1rem;

    /* Black */

    color: #000000;
}

.mesIntere [type="checkbox"]:not(:checked) + label:before,
.mesIntere [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background: url("assets/img/check_off2.svg") no-repeat center;
}

.mesIntere [type="checkbox"]:not(:checked) + label:after,
.mesIntere [type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3em;
    transition: all 0.2s;
    width: 3rem;
    height: 3rem;
    background: url("assets/img/check_on2.svg") no-repeat center;
}

.mesIntere [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.mesIntere [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.mesIntere [type="checkbox"]:disabled:not(:checked) + label:before,
.mesIntere [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.mesIntere [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.mesIntere [type="checkbox"]:disabled + label {
    color: #aaa;
}

.entrepriseSingle {
    padding: 11rem 0 4rem;
}

.entrepriseSingle h1 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 5.2rem;
    letter-spacing: 0.05em;
    color: #000000;
    margin-bottom: 0;
}


.figureEnt {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 2rem;
    overflow: hidden;
    position: relative;
}
.entrepriseLeft .figureEnt img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.figureEnt .classementEnt  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    font-weight: 300;
    font-size: 3.2rem;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    line-height: 2.8rem;
}

.entrepriseLeft .figureEnt .classementEnt span {
    font-weight: 600;
    font-size: 6.4rem;
}
.entrepriseSingle .author {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #0190E8;
}

.entrepriseSingle figure {

}

.entrepriseLeft figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.entrepriseLeft,
.entrepriseRight {
    width: calc(50% - 4rem);
}

.entrepriseLeft {
    position: relative;
}

.entInfoTop {
    padding-left: 4rem;
}

.entInfoTop > div {
    padding: 1.5rem 1rem;
}

.entrepriseRight {
    padding-right: 4rem;
}

.rightAuthor {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    color: rgba(0, 0, 0, 0.3);
    font-family: "Montserrat", sans-serif;
}

.rightAuthor span {
    margin-right: 10px;
}

.entrepriseLeft .socialEnt {
    right: -4rem;
    top: 0;
    height: 18rem
}

.entrepriseLeft .socialEnt a {
    border-right-width: 1px;
    border-bottom-width: 0;
}

.entrepriseLeft .socialEnt a:last-child {
    border-bottom-width: 1px;
}

.entrepriseLeft .socialEnt a.download {
    width: 4rem;
    padding: 0;
    height: 6rem
}

.entrepriseLeft .socialEnt a.download svg {
    margin-right: 0
}

.single-content {
    padding-left: 4rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    font-feature-settings: 'case' on;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: .4rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: 2rem;
}

.single-content img {
    max-width: 100%;
}

.comment {
    margin-bottom: 1rem;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list li {
    list-style: none;
}

.comment-list .comment-block {
    width: calc(calc(100% - 4.1rem));
}

.comment-list .figure-comment {
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 1rem;
}
.comment-list .figure-comment span {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -4px;
    right: -4px;
    display: block;
    background: url("assets/img/pastille.png") no-repeat;
}
.comment-list figure {
    width: 36px;
    height: 36px;
    display: block;
    margin-bottom: 0;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    margin-right: .5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.comment-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.comment-author {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.comment-author .avatar {
    border-radius: 50%;
}

.commentInfo {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000;
}

.commentInfo .date {
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
    float: none !important;
}

.comment-block p {
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: justify;
    font-feature-settings: 'case' on;
    color: rgba(0, 0, 0, 0.8);
}

#reply-title,
.logged-in-as {
    display: none;
}

.commentNumber {
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    padding: 1.5rem 0;
}

.commentNumber span {
    font-weight: bold;
}


.formCommentContainer {
    border-bottom: .4rem solid rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    top: 70px;
    position: sticky;
    background: white;
}

.formCommentContainer figure {
    width: 50px;
    height: 50px;
    border: none;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
}
.formCommentContainer figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.formCommentContainer .comment-form-comment {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.comment-block .cld-common-wrap {
    min-width: 30px
}

.formCommentContainer .comment-respond {
    width: calc(100% - 4.6rem);
}

.formCommentContainer form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.formCommentContainer .comment-form-comment {
    width: calc(100% - 2.3rem);
}

.formCommentContainer .comment-form-comment label {
    display: none;
}

.formCommentContainer .comment-form-comment textarea {
    height: 36px;
    width: 100%;
    border: none;
    appearance: none;
    font-size: 1.7em;
    outline: none;
}

.formCommentContainer input[type=submit] {
    width: 23px;
    height: 20px;
    background: url("assets/img/commentIco.svg") no-repeat;
    border: none;
    text-indent: -9999em;
}

.entrepriseLeft .breadcrumb {
    padding: 2rem 0 2rem 4rem;
    background-color: transparent;
    align-items: center;
}

.entrepriseLeft .breadcrumb .breadcrumb-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.8rem;
    text-align: justify;
    color: rgba(0, 0, 0, 0.3);
}

.entrepriseLeft .breadcrumb .breadcrumb-item a {
    color: rgba(0, 0, 0, 0.3);
}

.entrepriseLeft .breadcrumb .breadcrumb-item.active {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
}

.entrepriseLeft .breadcrumb .breadcrumb-item.home {
    margin-bottom: .5rem;
}

.entrepriseLeft .breadcrumb-item + .breadcrumb-item::before {
    content: "|";
}

.listNew {
}

.listNew .commentList {
    background-color: #ffffff;
    padding-bottom: 1rem;
    border-bottom: .2rem solid rgba(0, 0, 0, 0.1);
    height: 190px;
    display: block;
    min-height: 220px;
}

.commentList {
    height: 400px;
}

.searchPage .topsearch {
    width: 100%;
    margin-bottom: -80px;
}


.catPage .topsearch {
    margin-bottom: 0;
}

.searchPage .topImg {
    height: 500px;
    margin-bottom: 100px;
}

.homePage .topImg {}

.listNew .container {
    max-width: 1090px !important;
    width: 100%;
}

.searchPage .commentList h3 {
    height: 125px;
}

.descCat {
    padding: 3rem 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: justify;
    font-feature-settings: 'case' on;
    color: rgba(0, 0, 0, 0.8);
}

.searchItem a:hover {
    text-decoration: none;
}

.searchItem a .resultSearch {
    background-color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.searchItem a:hover .resultSearch {
    background-color: #FFEFE5;
}


#myModal {
    z-index: 99999;
    background-color: rgba(0, 0, 0, .2);
}

#myModal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

#myModal .modal-content {
    width: 660px;
    height: 370px;
    background-color: #ffffff;
    border: none;
    border-radius: 0;
    overflow: visible;
}

#myModal p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    line-height: 2.5rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 2rem 0;
}

#myModal p span {
    display: block;
    font-weight: 600;
}

.btnModalContainer {
    width: 510px;
}

.btnModalContainer a {
    width: 50%;
    border: .2rem solid #FF6F6A;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    height: 60px;
    color: #FF6F6A;
}
.entrepriseSinglePage h1 {
    margin-bottom: 2rem;
}

.classementCatContainer {
}

.classementCat {
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    color: #FF6F6A;
    font-family: "Raleway", sans-serif;
}
.classementCat span {
    font-weight: 600;
    font-size: 3.2rem;
    display: block;
}
.catEnt {
    background: #FFEFE5;
    display: inline-block;
    padding: .5rem 1rem;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    color: #FF6F6A;
    margin: 1rem 0;
}

.btnModalContainer a.btnHeader {
    border: none;
    color: #ffffff;
}
.btnModalContainer a.btnHeader:hover {
    background-color: #ff6f6a;
}
.btnModalContainer a.btnHeader:hover .img path {
    stroke: #ffffff;
}
.btnModalContainer a:hover {
    text-decoration: none
}

#myModal .btnEntContainer {
    bottom: -85px;
    max-width: 250px;
}

#myModal .btnEntContainer p {
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    color: #ff6f6a;
    margin: 0;
    padding: 0;
}


#myModal .btnEntContainer p span {
    display: inline-block;
    color: #0190E8;
}

.headerSingle {
}

.bgHeader {
    width: 100%;
    height: 100%;
    background-color: #FFEFE5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.wp-user-avatar {
    width: 36px;
    height: 36px;
}

#sloe_avatar_form h3,
#sloe_avatar_form #wpua-thumbnail-existing,
#sloe_avatar_form #wpua-add-button-existing,
#sloe_avatar_form #wpua-remove-button-existing,
#sloe_avatar_form #wpua-preview-existing .description,
#sloe_avatar_form #wpua-undo-button-existing {
    display: none !important;
}

#sloe_avatar_form .btnProfile.profileLeft {
    width: 100%;
    max-width: 100%;
    line-height: 50px;
    margin-top: 0;
    cursor: pointer;
}
#sloe_avatar_form #wpua-preview-existing {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
#sloe_avatar_form #wpua-preview-existing img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}
#sloe_avatar_form #wpua-images-existing {
    padding: 4.2rem 0;
}


.sliderParagraph {
    width: 100%;
}



#home5 .sliderParagraph .slick-list {
    padding: 0 !important;
}
.principeTop h2 {
    margin-left: 4rem;
}
@media (min-width: 992px) {
    .margin-left-40 {
        margin-left: 40px;
    }

    #menu-menu-1 {
        display: flex;
    }

    .demarche-unique-home {
        padding-left: 40px;
        padding-right: 115px;
    }

    .navbar-toggler {
        display: none !important;
    }
    #home5 .sliderParagraph .slick-track .slick-slide > div {
        max-width: 400px;
        margin-left: auto;
    }
    #home5 .sliderParagraph .slick-track .slick-slide:first-child > div {
        margin-left: 0;
        margin-right: auto;
    }
}
@media (max-width: 992px) {
    .columncontent {
        column-count: 1;
    }
    .loginContainer {
        margin-bottom: 75px;
    }
    .topImg {
        background-size: inherit;
    }
    #logo-header {
        width: 55px;
        height: 55px;
    }
    .entInfoTop {
        width: 90vw;
    }

    .formCommentContainer {
        max-width: 90vw;
    }

    .entrepriseLeft .socialEnt {
        right: 0rem;
    }

    .entrepriseLeft, entrepriseRight {
        width: 100vw;
    }

    .entrepriseLeft > .single-content {
        padding: 2em;
    }

    .entrepriseRight {
        padding: 2em;
    }

    .entrepriseRight > #comments {
        width: 100vw;
    }

    .titleSearch h1 {
        font-size: 2rem;
        line-height: 4rem;
    }
    .btnSearch {
        display: none;
    }
    .navbar-toggler {
        border: none;
        padding: 0;
        width: 60px;
        height: 60px;
        margin-left: 1rem;
    }

    .navbar-toggler[aria-expanded="true"] .burger {
        display: none
    }

    .navbar-toggler[aria-expanded="false"] .burger {
        display: block
    }

    .navbar-toggler[aria-expanded="true"] .burgerClose {
        display: block
    }

    .navbar-toggler[aria-expanded="false"] .burgerClose {
        display: none
    }

    .navbarToggler {
        position: absolute;
        left: -60px;
        top: 0;
    }

    .navbar-nav {
        height: 60px;
        justify-content: space-around !important;
    }

    .navbar {
        padding: 0 0 0 2rem;
    }

    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        top: 0;
        left: calc(-100% - 60px);
        width: calc(100% - 60px);
        height: 100%;
        display: block !important;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .navbar-expand-lg .navbar-collapse.show {
        left: 0;
    }

    header {
        height: 6rem;
    }

    .headerNotHome .navbar-nav li a {
        color: rgba(0, 0, 0, 0.3);
    }

    .searchMobile {
        height: calc(100% - 6rem);
    }

    .texteContainer {
        display: flex;
        position: static;
        flex-flow: nowrap column;
        justify-content: flex-end;
        padding: 0rem 2rem 35rem 2rem;
        align-items: center;
    }

    .texteContainer2 {
        background-color: rgba(255, 255, 255, .9);
    }

    .text {
        max-width: 44.7rem;
        position: static;
    }
    .text2 {
        text-align: center;
    }
    .profileContent .col-lg-4,
    .profileContent .col-lg-8 {
        max-width: 100%;
    }
    .btnProfile.profileLeft {
        max-width: 100%;
    }
    .sliderParagraph {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        overflow: visible;
    }
    .sliderParagraph .slick-list {
        overflow: visible;
    }
    .sliderParagraph .objetContainer {
        margin: 2rem auto;
        width: 100%;
    }

    .titleSearch {
        text-align: center;
    }

    #footer {
        padding: 0 2rem 2rem;
    }

    .social {
        display: none;
    }

    .btnFooter {
        position: static;
        width: 100%;
        height: 4rem;
    }

    .logoHome {
        max-width: 242px;
    }
    #home1 h1 {
        font-size: 4rem;
    }
    p.desc,
    .consulting .desc-consulting p {
        font-size: 3.5rem;
        line-height: 3.5rem;
        margin-bottom: 3rem;
    }
    .consulting .desc-consulting p {
        color: #000000;
    }
    #home4 span#demarche-unique-title, span#mimic-h1 {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    #home4 {
        padding: 8rem 0;
    }
    .footerTop {
        height: 5rem;
    }
    #home5 .gras {
        font-size: 2.5rem;
    }
    #footer .menuFooter {
        width: 100%;
    }
    #footer .menuFooter ul {
        max-width: calc(50% - 1rem);
        margin: 0 0 1rem 0;
    }
    #home5 {
        overflow: hidden;
    }
    #home5 .sliderParagraph {
        max-width: 550px;
    }
    #home5 .sliderParagraph .slick-track .slick-slide > div {
        max-width: 400px;
        margin: 0 auto;
    }
    .qustionContainer {
        width: 100%;
        margin-top: 2rem;
    }
    .texteHome4 p {
        margin-bottom: 1.5rem;
    }
    .sliderParagraph {
        min-width: 80%;
        width: 300px;
    }
    .sliderParagraph .slick-track .slick-slide > div {
        max-width: 80%;
    }

    .vision .visionText {
        width: 100%;
        padding-top: 0;
    }
    #page h2 {
        font-size: 3rem;
        text-align: left;
        line-height: 3.2rem;
    }
    .vision h2 {
        width: 100%;
        max-width: 30rem;
    }
    .slogan {
        font-size: 3rem;
        line-height: 3.2rem;
        margin: 4rem 0 6rem;
    }
    .principe figure {
        margin-top: 0;
    }
    .principeTop h2 {

        margin-left: 2rem;
    }
    .principeText {
        width: 100%;
        margin-left: 0;
        padding: 0 2rem;
        max-width: 100%;
    }
    .demarche .imgContainer figure {
        width: 100%;
        height: 140px;
    }
    .demarche .imgContainer figure img {
        width: 100%;
    }
    .demarcheContainer {
        max-width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .demarche .demarcheText {
        padding: 0 2rem;
        font-size: 3em;
        top: 50%;
    }
    #page .fondateurContainer .fondateurRight p {
        font-weight: 800;
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .fondateurContainer .fondateurRight img {
        width: 3rem;
    }
    #page .fondateurContainer .fondateurLeft p {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    .contactContainer .contactLeft {
        background: none;
        padding: 0;
    }
    .contactContainer .contactRight .map {
        display: none;
    }
    .contactContainer .contactbot {
        background: url(assets/img/bg_contact.jpg) no-repeat;
        width: 100%;
        height: 300px;
    }
    .contactContainer .contactbot .map {
        width: 100%;
    }

    .paragraphContainer {
        width: 100%
    }
}

@media (max-width: 768px) {
    #home5 .sliderParagraph {
        min-width: 80%;
        width: 300px;
    }
    #home5 .sliderParagraph .slick-track .slick-slide > div {
        max-width: 80%;
    }
    .classement2 {
        background-color: #ffffff;
        padding: 4rem 0 0;
        top: 5rem;
    }
}

.give-form-title, .give-goal-progress {
    display: none;
}

.pageClassement .topImg {
    min-height: 100vh;
    height: auto;
    background-size: cover;
    position: relative;
    padding: 13rem 0 25rem;
}
.pageClassement .topImg .classement2 {
    width: 100%;
    height: auto;
}
.pageClassement .topImg .down {
    position: absolute;
    bottom: -5.5rem;
}
.pageClassement .topImg .decouvert {
    color: #ffffff;
}

.source {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #0190E8;
    margin-bottom: 1rem;
}

.source span {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: underline;
}

.listNew .source {
    margin-top: 2rem;
}

#donation .donationContainer {
    width: 100%;
    height: 100%;
    overflow: auto;
}
#donation .loginContainer {
    height: auto;
}

#searchModal .modal-footer {
    padding: 0;
    border-top: none;
}
#searchModal #footer {
    width: 100%;
    padding-bottom: 0;
    background-color: #ffffff;
}
#searchModal #footer .footerTop ul li a {color: rgba(0, 0, 0, 0.3);}
#searchModal #footer .footerTop ul li.active a {color: rgba(0, 0, 0, 1);}
#searchModal #footer .social::before,
#searchModal #footer .social::after {
    background-color: rgba(0, 0, 0, 0.3);
}
#searchModal #footer .btnFooter {
    color: #000000;
}
#searchModal #footer .btnFooter:hover {
    color: #ffffff;
}

.figureEnt {
    background: black;
}

.figureEnt img {
    opacity: 0.45;
}

.resultSearchInfo-container.a_la_une {
    background-color: #FFEFE5;
}

@media (min-width: 992px) and (max-width: 1366px){
    .topImg {
        background-size: auto;
    }
}

#page .classement-paragraph {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-align: center;
}
#page .classement-paragraph p {
    color: #ffffff;
    text-align: center;
}

span.red {
    color: #ff6f6a !important;
}
span.blue {
    color: #0190e8 !important;
}
span.white {
    color: #ffffff !important;
}


.consulting .section-consulting {
    width:100%;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    height: auto;
    min-height: 100vh;
}


.consulting .text2 {
    padding-top: 0;
    max-width: 80%;
}
.consulting .text2.text-top {
    max-width: 760px;
}

.consulting .section-consulting:nth-child(1) {
    background-image:url(assets/img/bg-consulting.jpg);
}

.consulting .section-consulting:nth-child(2) {
    background-image:url(assets/img/bg-consulting2.jpg);
}

.section-consulting:nth-child(3) {
    background-image:url(assets/img/bg-consulting3.jpg);
}

.section-consulting:nth-child(4) {
    background-image:url(assets/img/bg-consulting4.jpg);
}

.section-consulting:nth-child(5) {
    background-color: #ffffff;
}

.section-consulting:nth-child(5) .text2 {
    width: 992px;
    max-width: 90%;
}

.section-consulting:nth-child(6) {
    background-image:url(assets/img/bg-consulting.jpg);
}

.consulting .box {
position:absolute;
    left:0;
    height:100%;
}

.consulting {
    width:100%;
    height:100%;
}
.client h3 {
    color: #000000;
}
.client-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.client-container a {
    flex: 1 1 calc(100% / 4);
    max-width:  calc(100% / 4);
    margin-bottom: 15px;
}
.client-container img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.communiquer p {
    margin-bottom: 0 !important;
}
.communiquer > div {
    margin-bottom: 3rem;
}

.last-section h3 {
    text-transform: none !important;
}

.consulting .section3 .text2 {
    width: 100%;
    max-width: 100%;
}

.client h3 {
    color: #000000 !important;
}

@media (max-width: 1400px) {
    .consulting .desc-consulting p {
        font-size: 4rem;
    }
}

@media (max-width: 1140px) {
    .consulting .desc-consulting p {
        font-size: 3rem;
    }
}
@media (max-width: 992px) {
    .consulting {
        height: auto;
    }
    .consulting #skrollr-body {
        background-color: rgba(255,255,255,0.9);
    }
    .consulting .texteContainer {
        padding: 40px;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .consulting .text2 {
        max-width: 100%;
    }
    .consulting h3 {
        font-size: 3rem;
        line-height: 3.2rem;
    }

    .landing-page img {
        max-width: 100% !important;
        height: auto !important;
    }
    .landing-page .title-head h1 span {
        font-size: 8vw;
    }
}