.no-flexbox .message_navigateur {
    background: #fe5165;
    color: #fff;
    display: inline-block!important;
    font-size: 15px;
    height: 200px;
    line-height: 200px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 100%;
    z-index: 1000;
}

.no-flexbox .message_navigateur > div {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.no-flexbox .message_navigateur > div a {
    margin-right: 10px;
}

/* MAIN SLIDER */
#main #wrapper-slide,
#main #wrapper-slide .bx-viewport {
    height: 100%;
    position: relative;
    max-height: 600px;
}

#main #wrapper-slide .fixed-block {
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 382px;
    height: auto;
    text-align: center;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#main #wrapper-slide .fixed-block + img {
    position: relative;
    z-index: 0;
}

#main #wrapper-slide .fixed-block a {
    display: block;
}

#main #wrapper-slide .fixed-block.questionnaire {
    background-color: rgba(254, 216, 30, 0.8);
    min-height: 200px;
}

#main #wrapper-slide .fixed-block.questionnaire > div {
    padding: 10px;
}

#main #wrapper-slide .fixed-block > img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}

#main #wrapper-slide .fixed-block.image span,
#bloc_questionnaire > span {
    display: inline-block;
    margin: -3px auto 0;
    padding: 10px 0;
    width: 100%;
    background-color: #426fb3;
    color: #fff;
    font-size: 18px;
}

#main #wrapper-slide .fixed-block.image.coeur span {
    background: #e5002b;
}

#main #wrapper-slide .fixed-block.image span i {
    font-size: 22px;
    margin-left: 15px;
}

#main #wrapper-slide #slider {
    box-shadow: inset 0 0 10px #ccc;
    height: 100%;
    z-index: 0;
    position: relative;
}

#main #wrapper-slide #slider .bx-wrapper .bx-pager {
    background: transparent;
}

#main #wrapper-slide  #slider .bx-wrapper .bx-pager {
    bottom: 25px;
}

#main #wrapper-slide #slider .bx-wrapper .bx-pager .bx-pager-item {
    margin: 0 5px;
}

#main #wrapper-slide #slider .bx-wrapper .bx-controls-direction {
    display: none;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(250, 250, 250, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(250, 250, 250);
}

#main #wrapper-slide .bxslider-home {
    z-index: 0;
}

@media screen and (max-width: 700px) {
    #main #wrapper-slide {
        height: 350px;
    }
    #main #wrapper-slide #slider {
        max-height: 340px;
    }
    #main #wrapper-slide .bxslider-home li picture > img {
        width: auto;
        height: 340px;
    }
    #main #wrapper-slide .bxslider-home li .fixed-block picture img {
        max-width: 100%;
        height: auto;
    }
    #main #wrapper-slide .fixed-block {
        max-width: 70%;
    }
    #main #wrapper-slide #slider .bx-wrapper .bx-controls {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    #main #wrapper-slide {
        height: 280px;
    }

    #main #wrapper-slide #slider {
        max-height: 260px;
    }
    #main #wrapper-slide .bxslider-home li > img {
        width: auto;
        height: 260px;
    }
}

#bloc_questionnaire #choix_radio {
    margin-top: 15px;
}

#bloc_questionnaire button {
    background-color: rgba(254, 81, 101, 1);
}

#bloc_questionnaire button:hover {
    background-color: rgba(254, 81, 10, 0.6);
}

#bloc_questionnaire button .texte {
    padding: 0 10px;
}

#bloc_questionnaire button .fleche {
    border-left-color: rgba(254, 216, 30, 0.9);
}

.popin_fond {
    background-color:rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: absolute;
    width: 100vw;
    z-index: 101;
}

.popin_collecte_solidaire {
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
}

.popin_collecte_solidaire .bouton {
    align-items: center;
    background-color: #de2828;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.250em;
    justify-content: space-between;
    line-height: 1.2em;
    padding: 10px 15px; 
    text-align: left;
    transition: all .2s ease-in;
}

.popin_collecte_solidaire .bouton:hover {
    background-color: #de2828;
    text-decoration: none;
}

.popin_collecte_solidaire .bouton .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 30px;
    
}

.popin_collecte_solidaire .cross_popin {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 102;
}

/* REASSURANCE */

#main #rassurances .picto {
    position: relative;
    top: 0;
    margin-bottom: 10px;
}

#main #rassurances .picto:after,
#main #rassurances .picto:before {
    content: "";
    width: 42%;
    position: absolute;
    top: 10px;
    height: 1px;
    background-color: #000;
}

@media screen and (max-width: 700px) {
    #main #rassurances .picto:after,
    #main #rassurances .picto:before {
        width: 35%;
    }
}

#main #rassurances .picto:after {
    right: 0;
}

#main #rassurances .picto:before {
    left: 0;
}

#main #rassurances .titre {
    margin-top: 10px;
}

#main #rassurances .etoile {
    margin-right: 2px;
}

@media screen and (max-width: 700px) {
    #main #rassurances .etoile {
        height: 10px;
        margin-right: 1px;
    }
}

#main #rassurances .etoile:last-child {
    margin-right: 0;
}

/* SLIDER ACTION */

#main #wrapper-slider-action {
    margin: auto;
    overflow: hidden;
    max-width: 1970px;
    width: 100%;
}

#main .slider-action {
    height: 330px;
    width: 700px;
    margin: auto;
    overflow: visible;
}

#main .slider-action .slick-list,
#main .slider-action .slick-track {
    height: 100%;
}

#main .slider-action .wrapper-img {
    position: relative;
    background-color: #000;
}

#main .slider-action .wrapper-text {
    color: #fff;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#main .slider-action .wrapper-text .block-info {
    margin: 5px -15px;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#main .slider-action .wrapper-text .button.large:hover .fleche, .button.large.plein .fleche {
    padding-top: 3px;
    padding-bottom: 3px;
}

#main .slider-action .wrapper-text .block-info .block-img {
    flex: none;
    width: 50px;
}

#main .slider-action .wrapper-text .block-info .block-img img {
    margin: auto;
}

#main .slider-action .wrapper-text .block-info span {
    margin-left: 10px;
} 

#main .slider-action .wrapper-text .description {
    margin: 30px 0;
}

#main .slider-action .wrapper-text .description.m-20 {
    margin: 20px 0;
}

#main .slider-action .wrapper-text .description.m-15 {
    margin: 15px 0;
}

#main .slider-action .wrapper-text .description.m-10 {
    margin: 10px 0;
}

#main .slider-action .wrapper-text .description.m-5 {
    margin: 5px 0;
}

#main .slider-action .arrow-left {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent;
    position: absolute;
    left: -19px;
    top: 10%;
}

#main .slider-action .slick-slide:hover {
    text-decoration: none;
}

#main .slider-action .wrapper {
    display: flex;
}

#main .slider-action .wrapper .button {
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
}

#main .slider-action .wrapper .button .texte {
    padding: 0 10px;
}

#main .slider-action .wrapper .button .texte.p-5 {
    padding: 0 5px !important;
}

#main .slider-action .wrapper .button .texte.p-4 {
    padding: 0 4px !important;
}

#main .slider-action .wrapper .button:hover {
    background-color: rgba(250,250,250, 0.9);
}

#main .slider-action .slick-prev,
#main .slider-action .slick-next {
    height: 70px;
    width: 60px;
    background: rgba(250,250,250, 0.9);
    z-index: 1;
    color: #000;
}

#main .slider-action .slick-next {
    right: -60px;
}

#main .slider-action .slick-prev {
    left: -60px;
}

#main .slider-action .slick-list {
    overflow: visible;
}

#main .slider-action .slick-next:before,
#main .slider-action .slick-prev:before {
    display: inline-block;
    font-size: 7px;
    width: 4em;
	height: 4em;
    content: "";
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

#main .slider-action .slick-next:before {
    transform: rotate(54deg) skew(20deg);
    margin-right: 1.8em;
}

#main .slider-action .slick-prev:before {
    transform: rotate(-128deg) skew(20deg);
    margin-left: 1em;
}

#main .slider-action .slick-slide .wrapper {
    width: 700px !important;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    margin: auto;
}

#main .slider-action .slick-slide:not(.slick-current) .wrapper {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0.5;
}

#main .slider-action .slick-slide {
    margin-right: -30px;
}

#main .slider-action .wrapper-text .gommette {
    position: absolute;
    top: 180px;
    right: 20px;
    width: 45px;
    height: 43px;
}

#main .slider-action .wrapper-text .cotillons {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}

#main .slider-action .wrapper-text .coeur {
    position: absolute;
    top: 80px;
    right: 10px;
    width: 50px;
}

#main .slider-action .wrapper-text .coche{
    width: 20px;
    padding-right: 2px;
}

@media screen and (max-width: 700px) {
    #main .slider-action .wrapper-text .gommette {
        right: 20px;
    }

    .popin_collecte_solidaire {
        width: 100%;
    }

    #main .slider-action .wrapper-text .description {
        margin: 20px 0;
    }
    #main .slider-action .slick-slide .wrapper {
        width: 320px !important;
        margin: auto;
        flex-direction: column;
    }
    #main .slider-action .slick-slide {
        margin-right: -15px;
    }
    #main .slider-action .wrapper-text {
        text-align: center;
        height: 300px;
        padding: 15px;
    }
    #main .slider-action .wrapper-text .block-info {
        justify-content: center;
    }
    #main .slider-action .wrapper .wrapper-img img {
        width: 100%;
    }
    #main .slider-action .arrow-top {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent;
        position: absolute;
        top: -10px;
    }
    #main .slider-action {
        height: auto;
        width: 100%;
    }
    #main .slider-action .button {
        margin: auto;
    }
    #main .slider-action .slick-prev,
    #main .slider-action .slick-next {
        height: 40px;
        width: 30px;
        top: 20%;
    }
    #main .slider-action .slick-next::before,
    #main .slider-action .slick-prev::before {
        font-size: 3px;
    }
    #main .slider-action .slick-next {
        right: 0;
    }
    #main .slider-action .slick-prev {
        left: 0;
    }
}

/* ACTU */

#main #actu .wrapper {
    display: flex;
    justify-content: center;
    position: relative;
}

#main #actu .wrapper .button div.texte {
    padding: 0 10px;
}

#main #actu .wrapper-img {
    flex: 0 0 auto;
    position: relative;
    z-index: 0;
    font-size: 0;
}

#main #actu .wrapper-text {
    color: #000;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-color:#f3f3f3;
}

#main #actu .wrapper-text .button {
    margin-top: 10px;
}

#main #actu .arrow-left {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent;
    position: absolute;
    left: -20px;
    border-right-color: #f3f3f3;
    top: 50%;
    transform: translateY(-50%);
}

#main #actu .button.large {
    background: #000;
    margin: 10px auto 0 auto;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
}

#main #actu .button.large:hover {
    background: rgba(0,0,0, 0.7);
}

#main #actu a:hover,
#main #actu a:active,
#main #actu a:focus {
    text-decoration: none;
}

#main #actu .button.large:hover .fleche,
#main #actu .button.large.plein .fleche {
    padding-bottom: 5px;
    padding-top: 5px;
}

@media screen and (max-width: 700px) {
    #main #actu .wrapper {
        flex-direction: column;
        max-width: 310px;
        margin: auto;
    }
    #main #actu .arrow-top {
        height: 0;
        width: 0;
        top: -40px;
        left: 50%;
        border: solid transparent;
        position: absolute;
        border-bottom-color: #f3f3f3;
        border-width: 20px;
        transform: translateX(-50%);
    } 
    
    /*#main #actu .wrapper-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: rgba(243, 243, 243, .9);
        width: 55%;
        padding: 15px 25px;
    }*/

    #main #actu .wrapper-text img {
        margin: auto;
    }
}

/* PRESENTATION */

#main #presentation .wrapper {
    background: #f9f9f9;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}

#main #presentation .arrow-top {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #f9f9f9 transparent;
    position: absolute;
    top: -19px;
    right: 15px;
}

@media screen and (min-width: 701px) {

    #main #presentation figure {
        position: relative;
        overflow: hidden;
        min-width: 360px;
        max-height: 360px;
        width: 48%;
        height: auto;
        background: #000;
        text-align: center;
        cursor: pointer;
    }

    #main #presentation figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.9;
    }

    #main #presentation figure figcaption {
        color: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    #main #presentation figure figcaption span {
        display: block;
    }

    #main #presentation figure figcaption::before,
    #main #presentation figure figcaption::after {
        pointer-events: none;
    }

    #main #presentation figure figcaption,
    #main #presentation figure figcaption > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #main #presentation figure figcaption > a {
        z-index: 1;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    #main #presentation figure figcaption::after,
    #main #presentation figure img,
    #main #presentation figure p {
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    #main #presentation figure figcaption::after {
        position: absolute;
        bottom: 5%;
        left: 5%;
        width: 30%;
        height: 30%;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    #main #presentation figure figcaption::before {
        position: absolute;
        top: 5%;
        right: 5%;
        width: 30%;
        height: 30%;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
        opacity: 0;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    #main #presentation figure .title,
    #main #presentation figure .button {
        opacity: 0;
        -webkit-transform: scale3d(0.8,0.8,1);
        transform: scale3d(0.8,0.8,1);
    }

    #main #presentation figure .title {
        padding: 26% 20px 0 20px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    #main #presentation figure .title.double {
        padding: 16% 20px 0 20px;
    }

    #main #presentation figure .button {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

    #main #presentation figure:hover img {
        opacity: 0.7;
        -webkit-transform: scale3d(1.05,1.05,1);
        transform: scale3d(1.05,1.05,1);
    }

    #main #presentation figure:hover figcaption::after,
    #main #presentation figure:hover figcaption::before {
        opacity: 1;
    }

    #main #presentation figure:hover .title,
    #main #presentation figure:hover .button {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    #main #presentation figure .button {
        margin: 40px auto 0 auto;
    }

    #main #presentation figure .button .fleche {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 700px) {
    #main #presentation .col-4 {
        padding: 0;
    }

    #main #presentation figure {
        position: relative;
        padding: 10px;
        overflow: hidden;
        background: #000;
        margin-top: 2px;
        cursor: pointer;
    }

    #main #presentation figure::after {
        content: '';
        display: inline-block;
        font-size: 5px;
        width: 4em;
        height: 4em;
        content: "";
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        right: 8%;
        top: 20%;
        transform: rotate(135deg) skew(5deg) translateY(-50%);
    }

    #main #presentation figure.active::after {
        transform: rotate(-43deg) skew(5deg) translateY(-50%);
        top: 55%;
        right: 2.5%;
    }

    #main #presentation figure img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        z-index: 0;
        opacity: 0.7;
        width: 100%;
        height: auto;
    }

    #main #presentation figure figcaption {
        position: relative;
        z-index: 1;
    }

    #main #presentation figure figcaption .title {
        color: #fff;
        text-align: left;
    }

    #main #presentation figure figcaption .title span {
        display: block;
        font-size: 1.8em;
    }

    #main #presentation .wrapper {
        text-align: left;
        display: none;
    }

    #main #presentation .wrapper .button .fleche {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #main #presentation .wrapper .button {
        margin-top: 10px;
    }
}

/* INITIATIVES COEUR */

#main #initiatives-coeur .arrow-top {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
}

#main #initiatives-coeur #rond-kit {
    right: 25%;
    position: absolute;
    text-align: center;
    top: 80px;
}

#main #initiatives-coeur #rond-kit p {
    line-height: 1.2;
    padding-left: 80px;
}

#main #initiatives-coeur .text-aventure {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

#main #initiatives-coeur .content {
    padding: 40px 0;
}

#main #initiatives-coeur .btn-kit {
    background-color: #e5002b;
    display: block;
    position: relative;
    padding-left: 100px;
}

#main #initiatives-coeur .btn-kit > span {
    padding: 8px 20px 12px 20px;
    z-index: 0;
}

#main #initiatives-coeur .btn-kit,
#main #initiatives-coeur .btn {
    text-decoration: none;
}

#main #initiatives-coeur .btn > span > span,
#main #initiatives-coeur .btn div > span:last-child > span {
    margin-top: 3px;
}

#main #initiatives-coeur .btn-kit img {
    left: 0;
    position: absolute;
    top: -15px;
}

#main #initiatives-coeur .btn svg,
#main #initiatives-coeur .btn img {
    margin-right: 20px;
}

#main #initiatives-coeur .btn {
    border-top: 1px solid #fff;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
}

#main #initiatives-coeur .vendee_globe {
    border-bottom: none;
}

#main #initiatives-coeur .btn .arrow-right,
#main #initiatives-coeur .btn-kit .arrow-right {
    display: inline-block;
    font-size: 6px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(54deg) skew(20deg);
    -webkit-transform: rotate(48deg) skew(4deg);
    -moz-transform: rotate(48deg) skew(4deg);
}

#main #initiatives-coeur .btn.course {
    background: #e5002b;
    border: 0;
    margin-bottom: 10px;
    max-height: 165px;
    overflow: hidden;
    padding: 0 20px 0 0;
}

#main #initiatives-coeur .white-hover.btn:hover {
    background: rgba(250, 250, 250, 0.9);
}

#main #initiatives-coeur .white-hover.btn:hover span {
    color: #1c4061;
}

#main #initiatives-coeur .white-hover.btn:hover .arrow-right {
    border-top: 3px solid #1c4061;
    border-right: 3px solid #1c4061;
}


#main #initiatives-coeur .white-hover.btn:hover .btn-title {
    color: #fff;
    background-color: #e5002b;
}

#main #initiatives-coeur .white-hover.btn:hover svg polygon,
#main #initiatives-coeur .white-hover.btn:hover svg path,
#main #initiatives-coeur .white-hover.btn:hover svg line,
#main #initiatives-coeur .white-hover.btn:hover svg polyline {
    stroke: #1c4061 !important;
}

#main #initiatives-coeur .white-hover.btn:hover svg.fill polygon,
#main #initiatives-coeur .white-hover.btn:hover svg.fill path,
#main #initiatives-coeur .white-hover.btn:hover svg.fill line,
#main #initiatives-coeur .white-hover.btn:hover svg.fill polyline {
    stroke: #1c4061 !important;
    fill: #1c4061 !important;
}

#main #initiatives-coeur .btn,
#main #initiatives-coeur .btn svg polygon,
#main #initiatives-coeur .btn svg path,
#main #initiatives-coeur .btn svg line,
#main #initiatives-coeur .btn svg polyline,
#main #initiatives-coeur .btn .arrow-right,
#main #initiatives-coeur .btn span,
#main #initiatives-coeur .btn .btn-title {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

.webp #initiatives-coeur {
    background: url("/imgs/initiatives/new-home/initiatives-coeur/bg-initiatives-coeur.webp") no-repeat center/auto 100%;
    position: relative;
}

.nowebp #initiatives-coeur {
    background: url("/imgs/initiatives/new-home/initiatives-coeur/bg-initiatives-coeur.jpg") no-repeat center/auto 100%;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .webp #initiatives-coeur {
        background: url("/imgs/initiatives/new-home/initiatives-coeur/bg-initiatives-coeur@2x.webp") no-repeat center/auto 100%;
    }

    .nowebp #initiatives-coeur {
        background: url("/imgs/initiatives/new-home/initiatives-coeur/bg-initiatives-coeur@2x.jpg") no-repeat center/auto 100%;
    }
}


@media screen and (min-width: 701px) {
    #main #initiatives-coeur .btn .btn-title {
        display: inline-block;
        background: #fff;
        color: #e5002b;
        padding: 2px 5px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 700px) {
    #main #wrapper-slide .fixed-block.image span,
    #bloc_questionnaire > span {
        font-size: 16px;
    }
    #main #wrapper-slide .fixed-block.image span i {
        font-size: 20px;
    }
    #main #initiatives-coeur {
        background-position: 50% 0;
        background-size: 300%;
        position: relative;
    }

    #main #initiatives-coeur .btn-kit {
        margin: 2px -10px 1px;
        padding: 15px 10px 15px 10px;
    }

    #main #initiatives-coeur .btn-kit > span {
        float: none;
        margin-left: 0;
        padding: 0;
    }

    #main #initiatives-coeur .vendee_globe {
        margin-bottom: 0;
    }

    #main #initiatives-coeur p {
        width: 70%;
    }

    #main #initiatives-coeur .btn {
        background-color: #1a2e42;
        width: 100%;
        margin-left: -10px;
        margin-right: -10px;
        padding: 15px 10px 15px 10px;
    }
    #main #initiatives-coeur .btn .btn-title {
        color: #e5002b;
    }
    #main #initiatives-coeur .content {
        padding-bottom: 0;
    }
}

/* SOCIAL NETWORK */

#social-network .bg-noir {
    padding: 5px 10px;
    line-height: 1.1em;
}

#social-network .width2 {
    width: 2px;
}

#social-network .youtube,
#social-network .facebook,
#social-network .instagram:after {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

#social-network .instagram {
    background-color:#000;
    position: relative;
}

#social-network .instagram img {
    position: relative;
    z-index: 2;
}

#social-network .instagram:after {
    content: "";
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

#social-network .instagram:hover:after {
    opacity: 1;
}

#social-network .facebook:hover {
    background-color: #3b5998;
}

#social-network .youtube:hover {
    background-color: #c4302b;
}

#reseaux_wall .wall {
    display:flex;
    justify-content: center;
    height: 218px;
    margin-bottom: 45px;
    text-align: center;
    overflow: hidden;
}

#reseaux_wall .wall img {
    height: 218px;
    width: 218px;
}

#reseaux_wall .wall .author {
    background-color: #fff;
    bottom: 0;
    color: #000;
    margin-bottom: 0;
    opacity: .8;
    padding: 2px;
    position: absolute;
    right: 0;
}

#reseaux_wall .wall .bx-next,
#reseaux_wall .wall .bx-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#reseaux_wall .wall .bx-next .fa,
#reseaux_wall .wall .bx-prev .fa {
    color: #000;
    font-size: 80px;
    font-weight: 600;
}

#reseaux_wall .wall .bx-prev {
    left: 50px;
}

#reseaux_wall .wall .bx-next {
    right: 50px;
}

@media screen and (max-width:577px) {
    #reseaux_wall .wall .bx-prev {
        left: 5px;
    }
    #reseaux_wall .wall .bx-next {
        right: 5px;
    }
}


/* COMUNITY */

#main #comunity {
    padding: 30px 0 50px 0;
}

#main #comunity .wrapper-over {
    position: relative;
    overflow: hidden;
}

#main #comunity a {
    box-shadow: 0 0 4px 0 rgba(0,0,0, 0.1)
}

#main #comunity a:hover,
#main #comunity a:active,
#main #comunity a:focus {
    text-decoration: none;
}

#main #comunity a:hover .wrapper-over img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

#main #comunity .wrapper-over .arrow-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

#main #comunity .wrapper-over img {
    position: relative;
    z-index: 0;
    display: block;
    max-width: 100%;
    transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
}

#main #comunity .wrapper-text {
    padding: 25px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
}

#main #comunity .block-blog .wrapper-over > div > span:first-child,
#main #comunity .block-blog .wrapper-text div.link {
    color: #ff5f14;
    text-transform: uppercase;
}

#main #comunity .block-facebook .wrapper-over > div > span:first-child,
#main #comunity .block-facebook .wrapper-text div.link {
    color: #2d79cd;
    text-transform: uppercase;
}

#main #comunity .wrapper-text .link .arrow-line-right {
    transform: rotate(54deg) skew(20deg);
    -webkit-transform: rotate(54deg) skew(20deg);
    -moz-transform: rotate(54deg) skew(20deg);
    overflow: hidden;
    display: inline-block;
    font-size: 2px;
    width: 3em;
    height: 3em;
    margin-left: 5px;
    margin-top: 6px;
    vertical-align: top;
}

#main #comunity .block-blog .wrapper-text .link .arrow-line-right {
    border-top: 1px solid #ff5f14;
    border-right: 1px solid #ff5f14;
}

#main #comunity .block-facebook .wrapper-text .link .arrow-line-right {
    border-top: 1px solid #2d79cd;
    border-right: 1px solid #2d79cd;
}

@media screen and (min-width: 701px) {
    #main #comunity .wrapper-over > div:not(.arrow-bottom) {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        padding: 10px 10px 20px 10px;
        display: block;
        background: rgba(250, 250, 250, 0.8);
        width: 70%;
    }
}

@media screen and (max-width: 700px) {
    #main #comunity .wrapper-over {
        text-align: left;
    }
    #main #comunity .wrapper-over > div:not(.arrow-bottom) {
        padding: 10px 10px 20px 10px;
        display: block;
        background: rgba(250, 250, 250);
    }
    #main #comunity .wrapper-over > div:not(.arrow-bottom) {
        padding: 15px 20px;
    }
    #main #comunity .wrapper-over > div:not(.arrow-bottom):after {
        content: "";
        position: absolute;
        right: 20px;
        top: 25px;
        font-size: 6px;
        width: 20px;
        height: 20px;
        border-top: 3px solid #000;
        border-right: 3px solid #000;
        transform: rotate(54deg) skew(20deg);
        -webkit-transform: rotate(48deg) skew(4deg);
        -moz-transform: rotate(48deg) skew(4deg);
    }
}

/* MORE INITIATIVES */

#main #more-initiatives figure figcaption {
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}

#main #more-initiatives figure figcaption,
#main #more-initiatives figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main #more-initiatives figure figcaption > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#main #more-initiatives figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 700px) {
    #main #more-initiatives figure {
        background: #00c9bf;
    }

    #main #more-initiatives figure img {
        position: relative;
        display: block;
        width: -webkit-calc(100% + 50px);
        width: calc(100% + 50px);
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-40px,0, 0);
        transform: translate3d(-40px,0,0);
    }

    #main #more-initiatives figure figcaption::before,
    #main #more-initiatives figure figcaption::after {
        pointer-events: none;
    }

    #main #more-initiatives figure .title,
    #main #more-initiatives figure p,
    #main #more-initiatives figure .button {
        -webkit-transform: translate3d(0,160px,0);
        transform: translate3d(0,160px,0);
    }

    #main #more-initiatives figure .title {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        line-height: 1em;
    }

    #main #more-initiatives figure p,
    #main #more-initiatives figure .button {
        opacity: 0;
        -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
        transition: opacity 0.2s, transform 0.35s;
    }

    #main #more-initiatives figure:hover p,
    #main #more-initiatives figure:hover .button {
        opacity: 1;
    }

    #main #more-initiatives figure:hover img {
        opacity: 0.5;
    }

    #main #more-initiatives figure:hover img,
    #main #more-initiatives figure:hover .title,
    #main #more-initiatives figure:hover p,
    #main #more-initiatives figure:hover .button {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    #main #more-initiatives figure:hover p,
    #main #more-initiatives figure:hover .button {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
    }

    #main #more-initiatives .button.large:hover .texte,
    #main #more-initiatives .button.large.plein .texte {
        padding: 5px 10px;
    }


    #main #more-initiatives figure .button {
        margin: 40px auto 0 auto;
    }
}

#main #more-initiatives figure figcaption > a {
    z-index: 1;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
    opacity: 0;
}

@media screen and (max-width: 700px) {
    #bloc_questionnaire > span {
        display: none;
    }
    #main #more-initiatives figure img {
        width: 110%;
        height: auto;
    }
    #main #more-initiatives figure p,
    #main #more-initiatives figure .button {
        display: none;
    }
    #main #more-initiatives .col-xs-12,
    #main #more-initiatives .col-12 {
        padding: 0;
    }
    #main #more-initiatives .enquete {
        padding: 5px 10px;
        color: #fff;
        background-color: #fe5165;
    }
}

@media screen and (max-width: 500px) {
    #main #more-initiatives figure img {
        height: auto;
        width: 115%;
    }

}