/*
font-family: 'Open Sans', sans-serif;
*/
::-moz-selection {
    color: #fff;
    background: #ef495d;
}

::selection {
    color: #fff;
    background: #ef495d;
}

::-moz-selection {
    color: #fff;
    background: #ef495d;
}

.mred {
    color: #ef495d;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.bakash {
    overflow: hidden;
}

/*==Global css starts==*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    color: #000;
    font-weight: 400;
    line-height: normal;
    outline: none;
    margin-top: 0;
}

.marg--auto {
    margin: 0 auto;
}

h1 {
    font-size: 48.04px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    outline: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

input,
textarea {
    outline: none;
    resize: none;
}

img {
    max-width: 100%;
}

ul,
ol {
    padding-left: 20px;
}

ul li,
ol li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*paddings*/
.pt-ten {
    padding-top: 10px;
}

/*paddings end*/
a {
    color: #ef495d;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #bf0017;
}

.btn,
.btn-primary,
.cta-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
}

.cta-btn {
    overflow: hidden;
    min-width: 150px;
}

.btn-primary {
    background: #000;
    color: #fff;
    border: solid 1px #000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.cta-btn:hover,
.cta-btn:active,
.cta-btn:focus {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #ef495d;
    border-color: #ef495d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

/* Sweep To Right */
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ef495d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #fff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.container {
    width: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

input:not([type="submit"]),
textarea {
    border: solid 1px #fcd6cc;
    border-radius: 7px;
    font-size: 14px;
    height: 45px;
    color: rgba(0, 0, 0, 0.7);
}

input:not([type="submit"]):focus,
textarea:focus {
    /*    border-color: rgba(112, 112, 112, 0.7);*/
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

/*==global css ends==*/
/*==header starts==*/
.main-header {}

.main-header .header-top {
    background: #fff;
}

.main-header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.main-header .navbar-nav li {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.main-header .navbar-nav li ul li a.nav-link {
    padding: 10px 12px;
}

.main-header .navbar-nav .nav-link {
    color: #fff;
    font-size: 15.25px;
    font-weight: 600;
    padding: 20px 15px;
    vertical-align: middle;
    text-transform: uppercase;
}

i.fab.fa-facebook, i.fab.fa-instagram, i.fab.fa-twitter, i.fab.fa-linkedin  {
    margin-top: 9px;
}
i.fab.fa-instagram {
    margin-top: 9px;
}

.main-header .navbar-nav ul li a.active,
.main-header .navbar-nav li.current-menu-parent,
.main-header .navbar-nav li.current-menu-item,
.main-header .navbar-nav ul li:hover a,
.main-header .navbar-nav .nav-item:hover .nav-link {
    background: #000;
}

.main-header .navbar-nav .dropdown-menu {
    top: 97%;
    border-radius: 0;
    min-width: 220px;
    background: #000;
    border-radius: 0;
}

.main-header .navbar-nav .dropdown-menu .dropdown-menu {
    top: 0;
    left: 100%;
}

.main-header .navbar-nav li:hover .dropdown-menu,
.main-header .navbar-nav .nav-link:focus {
    background: #000;
}

.main-header .navbar-nav li a {
    font-size: 14px;
    color: #ef495d;
    font-weight: 400;
    position: relative;
    padding: 10px 15px;
    display: block;
}

.main-header .navbar-nav li ul li a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 12px;
    opacity: 0;
    margin-left: 10px;
    background: url(../images/drop-arrow.png) 0 0 no-repeat;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: 6%;
}

.main-header .navbar-nav li ul li a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-header .navbar-nav .dropdown-item:hover,
.main-header .navbar-nav .dropdown-item a:hover,
.main-header .navbar-nav li ul li:hover a,
.main-header .navbar-nav li ul li a:hover {
    color: #ef495d;
    background: #000 !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.main-header .header-btm {
    background: #ef495d;
}

.main-header .navbar-nav li ul li ul li a {
    font-size: 12px;
}

.main-header .navbar-nav li ul li ul li a:after {
    content: "";
    display: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.main-header .header-top .header-right {
    padding-top: 20px;
}


ul.quitremove a.remove img {
    margin-top: -19px;
}

.main-header .header-top .header-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-header .header-top .header-right ul li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    float: right;
    width: 150px;
}

.main-header .header-top .header-right ul li:last-child {
    margin-bottom: 0;
}

.main-header .header-top .header-right ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #ef495d;
    text-align: right;line-height:15px;
}

.main-header .header-top .header-right ul li a span,
.leave-quit ul li a span {
    display: inline-block;
    display: inline-block;
    color: #ef485d;
}

.main-header .header-top .header-right ul li a img,
.leave-quit ul li a img {
    max-width: 35px;
}

.main-header .header-top .header-right ul.social {
    margin-top: 20px;
}

.main-header .header-top .header-right ul.social li {
    display: inline-block;
    margin-right: 0px;
}

.main-header .header-top .header-right ul.social li:last-child {
    margin-right: 0;
}

.main-header .header-top .header-right ul.social li a {
    color: #000;
    text-transform: uppercase;
}

.main-header .header-top .header-right ul.social li:hover a {
    color: #ef495d;
}

/*==header ends==*/
/*==footer starts==*/
.main-footer {
    background: #000;
    padding: 35px 0 100px 0;
}

.main-footer h2 {
    font-size: 15px;
    font-weight: 700;
    color: #ef495d;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-footer ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.main-footer ul li span {
    display: block;
    font-weight: 700;
}

.main-footer ul li a {
    color: #ef495d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.main-footer ul.social li a {
    font-size: 28px;
}

/*==footer ends==*/
/*==banner starts==*/
.banner-wrap {}

.banner-wrap .banner {}

.banner-wrap .banner .item {
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    height: 550px;
}

/*==banner ends==*/
/*==two-col-wrap starts==*/
.two-col-wrap {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap .img {
    position: relative;
    width: 50%;
}

.two-col-wrap .img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 175px;
    height: 100%;
    background: rgba(239, 73, 93, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap .img-right:after {
    right: auto;
    left: 0;
}

.two-col-wrap .img-link {
    width: 50%;
    background: rgba(239, 73, 93, 0.5);
    vertical-align: middle;
    padding-left: 4%;
    padding-right: 4%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap .img-link a {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.two-col-wrap .img-link a span {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.two-col-wrap .img-link a span:before {
    content: "|";
    position: absolute;
    left: -15px;
    color: #fff;
    font-size: 50px;
    top: 18px;
}

.two-col-wrap:hover .img:after,
.two-col-wrap:hover .img-link {
    background: rgba(239, 73, 93, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap .flex-row-reverse .img-link {
    padding-right: 0;
    position: relative;
}

.two-col-wrap .flex-row-reverse .img-link a {
    text-align: right;
    margin-right: -15%;
}

/*==two-col-wrap ends==*/
/*==newsletter-wrap starts==*/
.newsletter-wrap {
    background: #fff;
    padding: 150px 0 75px 0;
    text-align: center;
}

.newsletter-wrap h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ef495d;
    margin-bottom: 25px;
}

.newsletter-wrap .newsletter-form {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-wrap .newsletter-form input:not([type="submit"]),
.newsletter-wrap #mc_embed_signup input{
    background: #fbc5b7;
    border-radius: 7px;
    padding: 8px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: auto;
    border: none;
    
}

.newsletter-wrap .newsletter-form input[type="submit"],
.newsletter-wrap .newsletter-form button[type="submit"],
.newsletter-wrap #mc_embed_signup .button{
    width: 300px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    background: #000;
    border-radius: 7px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    height: auto;
    line-height: 25px;
}
.newsletter-wrap #mc_embed_signup .button:hover{
        background: #ef495d;
}

section.maison-info.frontpage {
    padding: 7rem 0;
}

/*==newsletter-wrap ends==*/
/*==service-wrap starts==*/


.service-wrap .title {
    padding: 30px 0;
    background: #ef495d;
    text-align: center;
}

.service-wrap .title h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
}

.service-wrap .col-item {
    position: relative;
}

.service-wrap .col-item .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.34);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service-wrap .col-item .overlay .thel-right,
.service-wrap .col-item .overlay .thel-left,
.service-wrap .col-item .overlay .thel-mid {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-18%, -50%);
}

.service-wrap .col-item .overlay .thel-left {
    right: auto;
    left: 10%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.service-wrap .col-item {}

.service-wrap .col-item a {
    font-size: 29px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}

.service-wrap .col-item a span {
    position: relative;
    display: inline-block;
}

.service-wrap .col-item a span.c-text {
    line-height: 32px;
}

.service-wrap .col-item a span.c-icon {
    top: -13px;
    height: 100%;
    padding: 15px 10px;
}

.service-wrap .col-item a span.c-icon:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.service-wrap .col-item a span i {
    font-size: 30px;
    color: #fff;
}

.service-wrap .col-item:hover .overlay {
    background: rgba(239, 73, 93, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.service-wrap .col-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*==service-wrap ends==*/
/*====*/
.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 10px;
    background: #ef495d;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: 60px;
    height: 60px;
    padding: 20px;
    cursor: pointer;
    z-index: 100;
}

.scrollTop a {
    outline: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #fff;
}

/**/
.leave-quit {
    position: fixed;
    top: 50%;
    right: 0;
    width: 160px;
    z-index: 1001;
}

.leave-quit ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.leave-quit ul li {
    display: block;
    margin-bottom: 10px;
    background: #000;
}

.leave-quit ul li a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #ef495d;
    padding: 10px;
    text-align: right;
	line-height:18px;
}

.maison-info {
    padding: 150px 0;
    text-align: center;
}

.maison-info h2 {
    font-size: 40px;
    color: #e83c54;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 20px;
}

.maison-info p {
    font-size: 18px;
    font-weight: 400;
}


.service-wrap.inner .title.inner {
    background: #feefec;
}

.service-wrap.inner .title.inner h2 {
    font-size: 125px;
    font-weight: 600;
    color: #ef495d;
}


.halfbg {
    text-align: center;
    padding: 30px 0 90px;
}

.halfbg h2 {
    color: #ef495d;
    font-size: 50px;
    display: inline-block;
    text-align: center;
    position: relative;
    background: #fde2db;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 9;
    margin-bottom: 0;
}

.halfbg h2:before {
    content: attr(data-content);
    display: block;
    position: absolute;
    height: 50%;
    width: 100%;
    background: #fff;
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
}

.mediabox {
    border-bottom: 1px solid #ef495d;
    padding: 30px 0 10px 0;
}

section.maison-infoiner.project--evo {
    padding: 30px 0;
}

.mediabox span.date {
    font-size: 24px;
}

.mediabox p,
.mediabox h2 {
    font-size: 21px;
    padding: 15px 0;
    line-height: 1.3em;
}

a.btn.btn-primary.rounded.consulter {
    padding: 6px 30px;
    margin: 24px 0 0 0;
}

.yellowbar {
    background: #fde2db;
    text-align: center;
    margin: 150px 0;
	display:none;
}

.yellowbar a {
    color: #ef495d;
    font-size: 24px;
    font-weight: bold;
    padding: 45px 20px;
    display: inline-block;

}

.yellowbar a:hover {
    background: #ef495d;
    color: #fff;
}


section.rapports {
    min-height: 800px;
    padding: 0 200px;
	margin-top:150px;
}

.rappot_title {
    text-align: center;
    margin: -55px 0 100px 0;
}


.rappot_title h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
}


.yarchive {
    background: #fbc5b7;
    padding: 30px;
    margin: 40px 0;
}

.yarchive h4 {
    font-size: 118px;
    line-height: 80px;
}

/* Style buttons */
.download--button {
    text-align: center;
}

.download--button .btn {
    background-color: #000000;
    border: none;
    color: #ef495d;
    padding: 10px 50px;
    cursor: pointer;
    font-size: 20px;
}

.download--button .btn i {
    padding-left: 5px;
}

/* Darker background on mouse-over */
.download--button .btn:hover {
    background-color: #fff;
}

/*memoire section*/
.venir {
    padding-top: 130px;
    border-bottom: 1px solid #ef495d;
}


/* Savoir Page */
.info-block h2 {
    font-size: 18px;
    color: #ef495d;
    font-weight: bold;
    margin-bottom: 9px;
}

.info-block h2 {
    font-size: 21px;
    color: #ef495d;
    font-weight: bold;
    margin-bottom: 6px;
}

.mythe-block {
    padding: 20px 0;
}

.mythe-block h2 {
    font-size: 132px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -1px -1px 0 #fbc5b7, 1px -1px 0 #fbc5b7, -1px 1px 0 #fbc5b7, 1px 1px 0 #fbc5b7;
}

.mythe-block h2 span {
    color: #fbc5b7;
    text-shadow: -1px -1px 0 #fbc5b7, 1px -1px 0 #fbc5b7, -1px 1px 0 #fbc5b7, 1px 1px 0 #fbc5b7;
}

.mythe-hold {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(253, 225, 219, 1)), to(rgba(253, 225, 219, 1)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(253, 225, 219, 1) 50%, rgba(253, 225, 219, 1) 100%);
    margin-bottom: 66px;
}

.mythe-point {
    border: 2px solid #fbc5b7;
    padding: 5rem 0;
}

.mythe-point h3,
.mission-number h3 {
    font-size: 9rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1em;
    color: #ffffff;
    text-shadow: -1px -1px 0 #fbc5b7, 1px -1px 0 #fbc5b7, -1px 1px 0 #fbc5b7, 1px 1px 0 #fbc5b7;
}

.mythe-point h4,
.mission-number h4 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.mythe-details {
    padding: 5rem 27px;
}

.references h2 {
    font-size: 15px;
    font-weight: bold;
    color: #ef495d;
    margin-bottom: 5px;
}

.references ol {
    margin: 0;
}

.references ol li {
    font-size: 14px;
    margin-bottom: 0;
}

.hist--image {
    position: relative;
}

/*propos page*/
.leftpink--holder {
    background: rgb(255, 255, 255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 240, 237, 1)), color-stop(50%, rgba(254, 240, 237, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(90deg, rgba(254, 240, 237, 1) 0%, rgba(254, 240, 237, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 100px;
    position: relative;
}

.pinkimage {
  position: absolute;
  left: -15px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pink--block {
    background-color: rgba(254, 240, 237, 0.5);
    position: relative;
    padding: 5% 0 15% 0;
}

.hist--content p {
    font-size: 16px;
    text-align: left;
	padding:10px 0px 0px 10px;
}

/*propos page ends*/

/*propos mission page*/
.maison-info.mission p {
    text-align: left;
    line-height: 25px;
}

.mission--list {}

.mission-number {
    padding: 65px 0;
}

.mission-number h3 {

    font-size: 160px;
}

.mission-number h4 {
    color: #ef495d;
    padding-top: 25px;
    font-size: 36px;
}

.mission .mission-number p {
    padding-top: 15px;
    font-size: 21px;
    text-align: center;
    line-height: 28px;
}

.two-col-wrap.beforeimg-cta .img-link {
    width: 50%;
    background: rgba(239, 73, 93, 0.5);
    vertical-align: middle;
    padding-left: 5%;
    padding-right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap.beforeimg-cta:hover .img:after,
.two-col-wrap:hover .img-link {
    background: rgba(239, 73, 93, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap.beforeimg-cta .img-link a {
    /* font-size: 66.25px;
    font-weight: 700;
    color: #fff;
    text-transform: none; */
}

.two-col-wrap.beforeimg-cta .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background: rgba(239, 73, 93, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.two-col-wrap.beforeimg-cta .img:after {
    content: none;

}

/*propos mission page ends*/

/*propos position page starts*/

.maison-info.position h2 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -8px;
}

.full-pink {
    background-color: #fde2db;

    background-image: url('../images/propos/girl.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: right;
    background-size: auto;
}

.position-content {
    padding: 180px 0;
    text-align: left;
}

.position-content h4 {
    font-size: 18px;
    color: #ef495d;
    text-transform: uppercase;
    font-weight: 600;
}

.position-content p {
    font-size: 18px;

}

/*propos position page ends*/

/*propos equipe page starts*/
.equipe-lists {
    margin: 0 auto 0 20%;
    text-align: left;
    width: 60%;
}

.equipe-lists h4 {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    line-height: 5px;
    margin-bottom: 15px;

}

.equipe-lists h5 {
    color: #ef495d;
    font-size: 18px;
    text-transform: uppercase;
	    margin-bottom: 15px;

}

.equipe-lists span {
    padding-top: 20px;
}

.equipe-lists span a {
    font-size: 16px;
    color: #ef495d;
}

.equipe-lists span a:hover {
    color: #000;
}

.equipe-lists .item {
    padding: 80px 0;
}

/*propos equipe page ends*/

/*testimonial page*/
.test-feat-img {
    background-image: url('../images/savior/test-feat.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative
}

.test-feat-img::after {
    content: "";
    background-color: #fef7f5;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 100%;
}

.test-tabs {
    background-color: #fef7f5;
    padding-top: 50px;
}

.tab--menus .nav-tabs .nav-item.show .nav-link,
.tab--menus .nav-tabs .nav-link.active,
.tab--menus .nav-tabs .nav-link:focus,
.tab--menus .nav-tabs .nav-link:hover,
.tab--menus .nav-tabs {
    border: none;
}

.tab--menus ul li {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
}

.tab--menus .nav-link {
    display: block;
    padding-top: 1rem;
    padding-bottom: 3rem;
    color: #282828;
    text-align: left;
    border-radius: 0;
}

.tab--menus .nav-tabs .nav-link.active,
.tab--menus .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #ef495d;
}

.tab--content .card {
    border: none;
}

.tab--content h4 {
    font-size: 18px;
    color: #ef495d;
    text-transform: uppercase;
    font-weight: 600;
}

.tab--content p {
    font-size: 18px;
    color: #000;
    line-height: 22px;
}


.tab--menus .nav-tabs .nav-link {
    width: 50%;
    margin: 0 22%;
}

/*testimonial page ends*/


/*resources page starts*/
.resources-block {
    padding: 50px 0;
}

.resources-block h3 {
    font-size: 26px;
    color: #ef495d;
    font-weight: 600;
    text-transform: uppercase;
}

.resources-block ul {
    padding: 0;
}

.resources-block ul li {
    list-style: none;
    padding: 25px 0;
    border-bottom: 1px solid #f69ea9;
}

.resources-block ul li:last-child {
    border: none;
}

.resources-block ul li a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 15px 0;
}

.resources-block ul li a i {
    float: right;
}

.resources-block ul li a:hover {
    background-color: #feefec;
    border-radius: 10px;

}

.resources-block ul li span {
    color: #ef495d;
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
    display: block;
}

/*resources page ends*/

/*project page starts*/
.info-block {
    padding: 60px 0;
}

.info-block h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info-block p {
    font-size: 18px;
    line-height: 22px;
}

.flower--pic {
    background-image:
        -webkit-gradient(linear, left bottom, left top, from(rgba(254, 240, 237, 0.6)), to(rgba(254, 240, 237, 0.6))),
        url('../images/heberg/girls-boys.jpg');
    background-image:
        linear-gradient(0deg, rgba(254, 240, 237, 0.6), rgba(254, 240, 237, 0.6)),
        url('../images/heberg/girls-boys.jpg');
    min-height: 800px;
    background-size: cover;
}

.project--evo .info-block h2 {

    text-transform: none;
    font-size: 28px;
    font-weight: normal;

}

.service--lists .item .icon {
    padding: 50px 0;
    text-align: center;
}

.service--lists .item p {
    font-size: 18px;
    line-height: 22px;

}

.service--lists .item span {
    color: #ef495d;
    text-transform: uppercase;
    font-weight: 700;
}

.info-block.service h2 {
    text-align: center;
    line-height: 35px;
}


img.evlnbg {
    position: absolute;
    top: 10%;
    right: -10%;
    width: 70%;
    z-index: -1;
    position: absolute;
    top: 20%;
    right: -10%;
    width: 70%;
    z-index: -1;
}

/*project page ends*/


/*comments page starts*/

.savior--comments {
    background-image:
        -webkit-gradient(linear, left bottom, left top, from(rgba(254, 240, 237, 0.4)), to(rgba(254, 240, 237, 0.4))),
        url('../images/savior/comment-bg.jpg');
    background-image:
        linear-gradient(0deg, rgba(254, 240, 237, 0.4), rgba(254, 240, 237, 0.4)),
        url('../images/savior/comment-bg.jpg');
    min-height: 400px;
    background-size: cover;
    padding: 60px 0;
}

.savior--comments .comment--inner {
    padding-bottom: 80px;
}

.savior--comments h4 {
    font-size: 22px;
    color: #ef495d;
    font-weight: 700;
    text-transform: uppercase;
}

.savior--comments .informer {
    padding: 60px 0;
}

.savior--comments h3 {
    color: #ef495d;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase
}

.savior--comments .informer p {
    padding: 15px 0;
}

.savior--comments p {
    font-size: 18px;
    line-height: 22px;
}

.savior--comments .list--content h5 {
    font-size: 18px;
    font-weight: bolder;
    color: #ef495d;
    text-transform: uppercase;
}

.savior--comments .list--content ul {
    padding: 10px 0;
}

.savior--comments .list--content ul li ul {
    padding: 20px 20px 0px;
}

.savior--comments .list--content ul li {
    font-size: 18px;
    list-style: none;
    padding-bottom: 15px;
    line-height: 22px;
    font-weight: 600;
}

.savior--comments .list--content ul li::before {
    content: "+";
    color: #ef495d;
    font-weight: bold;
    padding-right: 5px;
}

.savior--comments .list--content ul li ul li::before {
    content: "-";
}

.savior--comments .list--content ul li a {
    color: #e83c54;
    text-decoration: underline;
}

.savior--comments .c--icon {
    margin-top: 120px;
}

.dark--pink {
    background-color: rgba(238, 183, 188, 0.6);
    padding: 50px 0;
}

.dark--pink h3 {
    color: #fff;
}

.dark--pink .c--icon {
    margin-top: 40px;
}



/*email subscriber css*/
.es-field-wrap label {
    width: 100%;
}

/*============================
//new css for 2 pages starts//
============================*/
.info-block-in {}

.info-block-in p {
    line-height: normal;
}

.info-block-in p a {
    text-decoration: underline;
}

.info-block-in p a:hover {
    text-decoration: none;
}

.partners-block-wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.partners-block-wrap p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.partners-block-wrap h4 {
    font-size: 24px;
    color: #ef495d;
    font-weight: 900;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.partners-block-wrap h4 span {
    font-size: 24px;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.partners-block-wrap .partner-row {
    margin-bottom: 60px;
}

.partners-block-wrap h5 {
    font-size: 24px;
    color: #ef495d;
    font-weight: 900;
    text-transform: uppercase;
	margin-top:50px;
}

.get-involved-form {
    padding: 0px 0 100px 0;
}

.get-involved-form p {
    font-size: 18px;
    font-weight: 600;
    color: #ef495d;
    margin-top: 20px;
    margin-bottom: 40px;
}

.get-involved-form .form-group {
    margin-bottom: 30px;
}

.get-involved-form label {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.get-involved-form input,
.get-involved-form textarea {
    width: 100%;
    height: 40px;
    color: #939598;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 12px;
    background: #fbc5b7;
    border: solid 1px #fbc5b7;
}

.get-involved-form textarea {
    height: 92px;
}

.get-involved-form input:focus,
.get-involved-form textarea:focus {
    border-color: #7d5044;
    background: #fbc5b7;
}

.get-involved-form input[type="submit"],
.get-involved-form .submit {
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    border-radius: 6px;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-color: #000;
}

.get-involved-form input[type="submit"]:hover,
.get-involved-form .submit:hover {
    background: #ef495d;
    border-color: #ef495d;
}

.get-involved-form ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939598;
    opacity: 1;
    /* Firefox */
}

.get-involved-form :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939598;
    opacity: 1;
    /* Firefox */
}

.get-involved-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #939598;
    opacity: 1;
    /* Firefox */
}

.get-involved-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #939598;
}

.get-involved-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #939598;
}

.get-involved-form .custom-control-label::before {
    background: #fbc5b7;
    border-color: #fbc5b7;
}

.get-involved-form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none !important;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -1.3rem;
    top: .45rem;
}

.get-involved-form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fbc5b7;
    background-color: #fbc5b7;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.accordion-wrap {
    margin-bottom: 100px;
}

.accordion-wrap .card {
    border: none;
    border-radius: 0;
}

.accordion-wrap .card-header {
    border-bottom: none;
    background: #fef7f5;
    padding: 0;
    margin-bottom: 10px;
}

.accordion-wrap .card-header h5 button.btn-link,
.accordion-wrap .card-header h5 button.btn-link.collapsed {
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    background: #ef495d;
    color: #fff;
    text-decoration: none;
}

.accordion-wrap .card-header h5 button.btn-link.collapsed {
    background: #fef7f5;
    color: #ef495d;
}

.accordion-wrap .card-body {
    font-size: 18px;
    line-height: normal;
    color: #000;
    font-weight: 400;
}

@media(max-width:768px) {

    .get-involved-form input,
    .get-involved-form textarea,
    .get-involved-form label,
    .get-involved-form input[type="submit"],
    .get-involved-form .submit,
    .get-involved-form p {
        font-size: 16px;
    }

    .get-involved-form .form-group {
        margin-bottom: 15px;
    }

    .accordion-wrap .card-header h5 button.btn-link {
        font-size: 20px;
    }
}


@media(max-width:650px) {

    .accordion-wrap .card-header h5 button.btn-link,
    .accordion-wrap .card-header h5 button.btn-link.collapsed {
        font-size: 18px;
    }

    .accordion-wrap .card-body {
        font-size: 16px;
    }
}

@media(max-width:575px) {

    .accordion-wrap .card-header h5 button.btn-link,
    .accordion-wrap .card-header h5 button.btn-link.collapsed {
        font-size: 16px;
    }

    .accordion-wrap .card-body {
        font-size: 14px;
    }
}

/*============================
//new css for 2 pages ends//
============================*/


.newsletter-wrap,
.maison-info,
section.maison-infoiner,
section.maison-infoiner.project--evo{
    padding: 60px 0;
}
.service-wrap.inner .title.inner h2 {
    font-size: 62px;
    
}
.equipe-lists .item {
    padding: 40px 0;
}
.halfbg {
    padding: 30px 0 50px;
}
.info-block {
    padding: 30px 0;
}
.mission-number {
    padding: 35px 0;
}


.mission .mission-number p{
    font-size: 21px;
}
.maison-info.position h2 {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: -15px;
}
.tab--content {
    padding-bottom: 80px;
}
.resources-block {
    padding: 20px 0;
}
.resources-block ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #f69ea9;
}
section.references {
    padding-bottom: 80px;
}
.mythe-block{
    padding-top: 0;
}

i.fab.fa-facebook, i.fab.fa-instagram, i.fab.fa-twitter, i.fab.fa-linkedin {
    margin-top: 9px;
    font-size: 20px;
}

i.fab.fa-instagram {
    margin-top: 9px;
    font-size: 20px !important;
}

i.fab.fa-twitter {
    margin-top: 9px;
    font-size: 20px;
}

.pt-100{
    padding-top: 100px;
}

.maison-info.frontpage h2 {
    font-size: 40px;
    color: #e83c54;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 20px;
}
.maison-info.frontpage p {
    text-align: left;
    line-height: 25px;
        margin-top: 40px;
}

.halfbg h2{
    line-height: 70px;
}

.mission-number h4,
.mission-number p{
    padding-top: 10px;
}

section.maison-info.position {
    padding: 150px 0;
}

.position-content {
    padding: 100px 0;
    text-align: left;
    padding-right: 50px;
}
.position-content p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.savior--comments .informer p {
    padding: initial;
}
.savior--comments p,
.savior--comments .list--content ul li{
    font-size: 16px;
    line-height: 24px;
}

.mythe-point{
    border-right:none;
}
.resources-block ul li a:hover{
    padding: 15px 10px;
}

.info-block p,
.service--lists .item p,
.tab--content p,
.hist--content p{
    font-size: 16px;
    line-height: 24px;
}
.pink--block .info-block{
        padding-bottom: 80px;
}

.pink--block.evolution{
    margin-bottom: 300px;
}

img.evlnbg{
    top:5%;
}


.pink--block.avenue {
    padding-bottom: 0;
    margin-bottom: 50px;
}
.page-template-savior-resources section.two-col-wrap.beforeimg-cta {
    margin-top: 80px;
}

/*Faire un don template*/
.big--img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
}

.full-bg-text{
    text-align: center;
   background: #fef7f5;
   margin-bottom: 50px; 
}
.full-bg-text h2{
     font-size: 22px;
    color: #ef495d;
    text-transform: uppercase;
    font-weight: bold;
    padding: 30px 0;
}




.info-block{
    font-weight: normal;
}
.info-block h3{
   font-size: 20px;
    color: #ef495d;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.info-block strong,
.info-block u,
.info-block b{
    color: #ef495d;
}

.info-block span,
.info-block samp{
    color: #ef4d60;
    font-family: "Open Sans", sans-serif;
}

 

ul.list--content {
    padding: 10px 0;
}
ul.list--content li {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    list-style: none;
    padding-bottom: 10px;
}
ul.list--content li b{
        margin-left: 5px;
}
ul.list--content li::before {
    content: "+";
    color: #ef495d;
    font-weight: bold;
    padding-right: 5px;
}

.card-body ul{
    padding-left: 10px;
}
.card-body ul li{
    list-style: none;
}

.main-header .header-top .header-right ul li.fblink {
    width: 20px;
}


/*contact page css*/
.contact--page{
    text-align: left;
}
.contact--details p,
.contact--details p a{
    font-size: 16px;
    color:#000;
}
.contact--details p strong,
.contact--details p:hover a{
    color:#ef495d;
}
.contact--page h2{
    color: #ef495d;
    font-size: 20px;
    font-weight: bold;
}
.contact--page .form-control{
    background: #fbc5b7;
    border: none;
    border-radius: 5px;
}
.contact--page [type=submit]{
    background: #000000;
    font-size: 20px;
    color: #fff;
    padding: 5px 50px;
    border-radius: 5px;
}
.contact--page form{
    text-align: center;
}
.contact--page [type=submit]:hover{
    background: #ef495d;
}
.contact--details {
    margin-bottom: 80px;
}
.contact--page .form-group{
    margin-bottom: 30px;
}

body.page-id-308 .info-block.service h4, body.page-id-308  .service--lists strong {
    color: #ef485d;
}

#mc_embed_signup .mc-field-group {
    margin-bottom: 0.6em;
}