/* CUSTOM */

body {
    font-family: 'Asap', sans-serif;
    overflow-x: hidden;
}

header #wrap_informations_gammes .informations_gammes .btn {
    font-size: inherit !important;
}

#content [class*='col-'] {
    padding: 0 15px !important;
}

#content {
    font-size: 14px;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

a:hover, a:focus, a:active {
    color: inherit;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-end {
    align-items: flex-end;
}

@media screen and (min-width: 700px) {
    .wrapper #content {
        padding-top: 30px;
        margin-top: 0 !important;
    }
}

.mb-5, .my-5 {
    margin: 3rem 0 !important;
}

body.archive .wrapper #content,
body.page .wrapper #content,
body.search .wrapper #content {
    padding-top: 0;
}

section#main {
    position: relative;
}

.hide_site {
    display: none;
}

.btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 1.2em;
    cursor: pointer;
    transition: all .3s ease;
}

.btn:hover {
    text-decoration: none;
}

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

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

.btn.btn-outline-black:hover {
    background-color: #000;
    color: #fff;
}

.btn.btn-yellow {
    background: #f6cb4d;
    color: #000;
    border: 1px solid #f6cb4d; 
}

.btn.btn-yellow:hover {
    background: transparent;
    color: #f6cb4d;
}

.btn.btn-black.arrow-right,
.btn.btn-outline-black.arrow-right,
.btn.btn-yellow.arrow-right {
    padding-right: 30px !important;
}

.btn.btn-black.arrow-left,
.btn.btn-outline-black.arrow-left,
.btn.btn-yellow.arrow-left {
    padding-left: 30px !important;
}

.btn.btn-outline-black.arrow-right:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(40deg) skew(-10deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: all .3s ease;
}

.btn.btn-black.arrow-right:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(40deg) skew(-10deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: all .3s ease;
}

.btn.btn-black.arrow-left:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-140deg) skew(-10deg) translateY(-50%);
    position: absolute;
    left: 15px;
    top: 33%;
    transition: all .3s ease;
}

.btn.btn-outline-black.arrow-right:hover:after,
.btn.btn-outline-black.arrow-left:hover:after {
    border-color: #fff;
}

.btn.btn-black.arrow-left:hover:after,
.btn.btn-black.arrow-right:hover:after {
    border-color: #000;
}

.btn.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.btn.btn-outline-black.arrow-left:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-140deg) skew(-10deg) translateY(-50%);
    position: absolute;
    left: 15px;
    top: 40%;
    transition: all .3s ease;
}

.btn.btn-yellow.arrow-right:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(40deg) skew(-10deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: all .3s ease;
}

.btn.btn-yellow.arrow-right:hover:after {
    border-color: #f6cb4d;
}

#btn_go_up_float {
    z-index: 2;
}

h1 {
    font-family: 'asap' !important;
    line-height: 1.2em !important;
}

#main h2, h3, h4, h5 {
    line-height: 1em;
}

@media screen and (min-width: 700px) {
    section#main:before {
        content: '';
        display: block;
        width: 300px;
        height: 500px;
        background: url('../images/new-design/home/bg-line-yellow.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: 350px;
        left: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 700px) {
    .no-mobile-gutters {
        padding: 0 !important;
    }
}

/* HOME */

.alaune {
    position: relative;
    z-index: 1;
}

.alaune .main-post > h2,
#main .alaune .main-post > h2 {
    font-size: 38px;
    margin-bottom: 30px;
    font-family: operetta-52, serif;
    color: #000;
    text-transform: inherit;
}

.alaune .main-post .card-image > a {
    position: relative;
    z-index: 0;
}

.alaune .main-post .card-image > a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d9525a;
    position: absolute;
    top: 8px;
    left: -8px;
    z-index: 1;
}

.alaune .main-post article .card-title,
#main .alaune .main-post article .card-title {
    margin-top: 20px !important;
}

.alaune .main-post article .card-title a {
    font-size: 23px;
}

.alaune .main-post article .card-content {
    margin-top: 0;
    padding: 0 23px 23px;
}

.alaune .main-post article .card-content .profils {
    display: inline-block;
    background: #fff;
    padding: 0 6px;
    margin-left: -5px;
    position: relative;
    z-index: 1;
}

.alaune .main-post .card-image .card-info {
    left: 15px;
}

.alaune .column-post article:not(:first-child) {
    margin-top: 40px;
}

.alaune .main-post .card-image img {
    width: 100%;
    height: 487px;
}

.alaune .column-post .card-image img {
    width: 100%;
    height: 233px;
}

/* NEWSLETTER */

.block-newsletter {
    background: #fffaef;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.block-newsletter .btn {
    margin-left: 20px;
} 

.block-newsletter .content {
    padding: 50px 0;
}

.block-newsletter span {
    font-size: 20px;
}

/* PROFILS */

#profils {
    margin-top: 100px;
    background: url('../images/new-design/bg/bg-quadrillage.png') repeat-x center bottom, url('../images/new-design/bg/bg-red.png') no-repeat 5% top;
    background-size: auto, auto;
    padding-bottom: 80px;
    position: relative;
}

#profils .col-md-3 {
    padding: 0 15px;
}

/* SOCLES */

.socles {
    margin: 100px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.socles .h-100{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.socles h4 {
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.socles h4.soutenir {
    font-family: 'Beth Ellen', cursive;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 27px;
}

.socles h4.soutenir:after {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url("../images/new-design/header/coeur-soutenir.svg") no-repeat top center;
    background-size: contain;
    margin-left: 5px;
}

.socles article {
    margin-bottom: 40px;
    text-align: left;
}

.socles article .card-image img {
    width: 100%;
    height: 233px;
}

.socles article .card-content {
    min-height: 145px;
}

.socles.first-block .d-flex > div:first-of-type article:first-of-type .card-image:before {
    content: "";
    width: 25%;
    height: 45%;
    position: absolute;
    top: -10px;
    left: -10px;
    background: #f6cb4d;
    display: block;
}

.socles.first-block .d-flex > div:last-of-type article:first-of-type .card-image:before {
    content: "";
    width: 25%;
    height: 45%;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #9ac8bd;
    display: block;
}

.socles.second-block .d-flex > div:nth-child(2) article:first-of-type .card-image:before {
    content: "";
    width: 25%;
    height: 45%;
    position: absolute;
    top: -10px;
    left: -10px;
    background: #d9525a;
    display: block;
}

/* CHOIX REDAC */

#choix-redac {
    background: linear-gradient(180deg, rgba(161,201,188,1) 0%, rgba(161,201,188,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
    padding-top: 100px;
    margin-top: -10px;
    position: relative;
    z-index: 1;
}

#choix-redac article .card-content .profils {
    display: block;
}

#choix-redac .content {
    position: relative;
    z-index: 1;
}

#choix-redac h5 {
    margin-bottom: 40px;
}

#choix-redac h5 span {
    font-size: 24px;
}

#choix-redac h5 span:first-child {
    font-size: 38px;
    margin-bottom: 10px;
}

#choix-redac article {
    display: flex;
    align-items: stretch;
    box-shadow: 0 0 15px 0px rgba(0,0,0,.30);
}

#choix-redac article .card-content {
    background: #fff;
    flex: 1;
    margin-top: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    transition: all .3s ease;
}

#choix-redac article:hover .card-content {
    background: #f1f1f1;
}

#choix-redac article .profils {
    margin: 10px 0;
}

#choix-redac .btn {
    margin-top: 15px;
}

#choix-redac article .card-image img,
.archive .block-choix-redac article .card-image img,
.single .block-choix-redac article .card-image img {
    max-width: 100%;
    height: auto;
}

/* INITIATIVES COEUR */

section.coeur {
    padding: 100px 0;
    position: relative;
    background: url('../images/new-design/bg/bg-quadrillage.png') repeat;
}

section.coeur h6 {
    margin-bottom: 20px;
}

section.coeur h6 span {
    font-size: 34px;
}

section.coeur h6 span:first-child {
    font-size: 24px;
    margin-bottom: 10px;
}

section.coeur .bg-yellow {
    background: #f6cb4d;
    font-size: 30px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 50px;
}

section.coeur span.title {
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

section.coeur span.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

section.coeur .d-flex {
    flex-wrap: wrap;
    margin-top: 10px;
}

section.coeur a.bg-red {
    background: #d9525a;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
    margin: 5px 5px 5px 0;
    color: #fff;
    border: 1px solid #d9525a;
    transition: all .3s ease;
}

section.coeur a.bg-red:hover {
    background: #fff;
    color: #d9525a;
    text-decoration: none;
}

#instagram {
    margin: 70px 0;
}

#instagram h2 {
    font-size: 38px;
    text-align: center;
    text-transform: inherit;
    margin-top: 0;
}

#instagram .title span {
    font-size: 20px;
    display: block;
    margin-left: 10px;
}

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

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

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

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

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

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

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

#instagram .hashtag {
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}

#instagram .hashtag + p{
    font-size: 20px;
}

#instagram .share a {
    background: #000;
    height: 43px;
    line-height: 43px;
    margin: 0 5px;
    transition: all .3s ease-in;
    width: 43px;
    z-index: 1;
}

#instagram .share a svg {
    fill: #fff;
    height: 25px;
    position: relative;
    vertical-align: middle;
}

#instagram .share a.facebook:hover {
    background: #3b5998;
}

#instagram .share a.instagram svg {
    z-index: 2;
}

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

#instagram .share a.instagram:hover:after {
    opacity: 1;
}

#instagram .share a.youtube:hover {
    background: #c4302b;
}

@media screen and (min-width: 700px) {
    section.coeur:before {
        content: '';
        display: block;
        width: 238px;
        height: 371px;
        background: url('../images/new-design/home/bg-line-red-coeur.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-85%);
        z-index: 0;
    }
    
    .block-newsletter:before {
        content: '';
        display: block;
        width: 180px;
        height: 182px;
        background: url('../images/new-design/home/bg-green.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    #profils:before {
        content: '';
        display: block;
        width: 300px;
        height: 330px;
        background: url('../images/new-design/bg/bg-line-yellow.png') no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateY(70%);
    }

    #choix-redac:before {
        content: '';
        display: block;
        width: 300px;
        height: 330px;
        background: url('../images/new-design/home/bg-red-choix-redac.png') no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-30%);
    }

    #choix-redac:after {
        content: '';
        display: block;
        width: 480px;
        height: 249px;
        background: url('../images/new-design/home/bg-line-yellow-choix-redac.png') no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(60%, 42%);
        z-index: 0;
    }

    #choix-redac article .card-image {
        width: 50%;
        height: auto;
    }
}

@media screen and (max-width: 700px) {
    .alaune h2.operetta {
        text-align: center;
    }
    .alaune .main-post article .card-content {
        padding: 0 18px;
    }
    .alaune .main-post .card-image .card-info {
        left: 10px;
    }
    .alaune .main-post article {
        margin-bottom: 40px;
    }
    .alaune .main-post .card-image img {
        height: auto;
    }
    .alaune .main-post article .card-title a {
        font-size: 18px;
    }
    .block-newsletter .content {
        padding: 20px 0;
    }
    .block-newsletter .d-flex {
        flex-direction: column;
    }
    .block-newsletter .beth-ellen {
        display: block;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .block-newsletter .btn.btn-black {
        margin-left: 0;
        margin-top: 20px;
    }
    #profils {
        margin-top: 0;
        background: url('../images/new-design/bg/bg-quadrillage.png') repeat-y left center;
        background-size: auto;
        padding-bottom: 30px;
    }
    .block-profil .children,
    .block-profil .plus {
        display: none;
    }
    #profils .content > .d-flex {
        flex-direction: column;
    }
    .block-profil .cadre-vert {
        margin-top: 60px;
        height: auto;
    }
    .socles {
        margin: 50px 0;
    }
    .socles .btn {
        margin-bottom: 50px;
    }
    .socles .d-flex {
        flex-direction: column;
    }
    .socles article {
        margin-bottom: 20px;
    }
    .socles article:not(:first-of-type) {
        display: none;
    }
    .socles article .card-content {
        height: auto;
    }
    .socles .h-100 {
        margin-bottom: 0;
        height: auto;
    }
    #choix-redac {
        background: linear-gradient(180deg, rgba(161,201,188,1) 0%, rgba(161,201,188,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
        margin-top: 0;
        padding-top: 50px;
    }
    #choix-redac h5 span:first-child {
        font-size: 30px;
    }
    #choix-redac h5 span {
        font-size: 18px;
    }
    #choix-redac article {
        flex-direction: column;
        margin: 0 15px;
        box-shadow: none;
    }
    #choix-redac article .card-content {
        padding: 15px 0 15px 0;
    }
    #choix-redac article .btn.btn-black {
        margin-top: 10px;
    }
    section.coeur {
        padding: 50px 0;
    }
    section.coeur h6 span:first-child {
        font-size: 22px;
    }
    section.coeur h6 span.operetta {
        font-size: 25px;
    }
    section.coeur img {
        margin-bottom: 40px;
    }
    #instagram {
        margin: 30px 0;
    }
    #instagram h2 {
        margin-bottom: 20px;
        font-size: 30px;
    }  
    #instagram .wall .bx-prev {
        left: 5px;
    }
    #instagram .wall .bx-next {
        right: 5px;
    }
}

/* ARCHIVE */

.block-top {
    background: #9ac8bd;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.block-top.coeur {
    background: #d9525a;
    color: #fff;
    margin-bottom: 30px;
}

.block-top.coeur img {
    margin-right: -15px;
    margin-bottom: -60px;
}

.block-top h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: inherit !important;
}

.block-top h1 .regular {
    font-weight: 400;
}

.block-top h1 .medium {
    font-weight: 500;
}

.block-top .taxonomy-description {
    font-size: 18px;
}

.archive .block-profil {
    margin-bottom: 60px;
}

.archive .wrapper-article-category {
    margin-top: 100px;
    margin-bottom: 30px;
}

.archive .wrapper-article-category h4 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.archive .wrapper-article-category article {
    margin-bottom: 20px;
}

.archive .wrapper-article-category article:not(:first-of-type) {
    margin-top: 20px;
}

.archive .wrapper-article-category hr {
    border: 0 !important;
    background: #e4e4e4;
    height: 1px;
}

.archive .wrapper-article-category article .card-content {
    flex: 1 0 50%;
    margin: 0;
}

.archive .wrapper-article-category article .card-title {
    margin: 0;
}

.archive .wrapper-article-category .btn.btn-black {
    font-size: 13px;
}

.archive .wrapper-article-category .block-article {
    margin-top: 70px;
}

.archive .wrapper-article-category .block-article .btn {
    margin-top: 20px;
}

.archive .wrapper-article-category .block-article:nth-of-type(1),
.archive .wrapper-article-category .block-article:nth-of-type(2) {
    margin-top: 0;
}

.archive .block-article .h-100 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.archive .block-init-coeur {
    margin: 60px 0 80px 0;
    padding: 30px 0;
    background: #d9525a;
    position: relative;
}

.archive .block-init-coeur:before {
    content: "";
    background: #d9525a;
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
}

.archive .block-init-coeur img {
    margin-bottom: -60px;
    max-width: 100%;
    height: auto;
}

.archive .block-init-coeur .beth-ellen {
    font-size: 24px;
    color: #fff
}

.archive .block-init-coeur .operetta {
    font-size: 38px;
    margin-top: 5px;
    color: #fff
}

.archive .block-init-coeur p {
    font-size: 15px;
    margin: 20px 0;
    line-height: 1.3em;
}

.archive .block-choix-redac {
    background: #9ac8bd;
    margin-bottom: 80px;
    padding: 30px;
    position: relative;
}

.archive .block-choix-redac:after {
    content: "";
    background: #9ac8bd;
    position: absolute;
    width: 100vw;
    height: 100%;
    right: -100vw;
    top: 0;
}

.archive .block-choix-redac article,
.single .block-choix-redac article {
    box-shadow: 0 0 15px 0px rgba(0,0,0,.30);
    margin-bottom: 0;
    margin-top: 15px;
    padding-right: 0;
}

.archive .block-choix-redac .operetta {
    font-size: 25px;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

.archive .block-choix-redac article .card-content {
    background: #fff;
}

.archive .block-choix-redac article .card-content .card-title {
    margin-top: 10px;
}

.wrapper-multi-article {
    padding-top: 30px;
    margin-bottom: 50px !important;
}

.wrapper-multi-article article {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.archive .block-choix-redac article .card-content p,
.archive .block-choix-redac article .card-content .btn,
.single #article-aside .block-choix-redac article .card-content p,
.single #article-aside .block-choix-redac article .card-content .btn {
    display: none;
}

@media screen and (min-width: 700px) {
    .wrapper-multi-article .col-xs-12:nth-child(3n + 1) {
        padding-left: 0;
    }

    .wrapper-multi-article .col-xs-12:nth-child(3n) {
        padding-right: 0;
    }
}

/* PAGINATION */

.wp-pagenavi {
    z-index: 1;
    position: relative;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 5px 7px;
    text-decoration: none;
    transition: all .3s ease;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
    background: #fff;
    color: #000;
}

@media screen and (min-width: 700px) {
    .block-top.coeur {
        padding-top: 15px;
    }

    .archive .wrapper-article-category {
        background: url('../images/new-design/bg/bg-red.png') no-repeat 5% top, url('../images/new-design/bg/bg-line-yellow.png') no-repeat 100% 10%;
        background-size: auto;
    }

    .archive .wrapper-article-category:before {
        content: "";
        left: 0;
        width: 100%;
        height: 100px;
        position: absolute;
        background: url('../images/new-design/bg/bg-quadrillage.png') repeat-x left top;
        background-size: auto;
        transform: translateY(-50%);
        z-index: 0;
    }
}

@media screen and (max-width: 700px) {
    .wrapper-multi-article article {
        max-width: 350px;
    }

    .block-top {
        position: relative;
        margin-top: 3px;
        padding: 25px 0 15px 0;
    }

    .block-top::after {
        top: 0;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .archive .wrapper-article-category {
        margin-top: 50px;
        background: url('../images/new-design/bg/bg-quadrillage-mobile.png') repeat-x top center;
        background-size: auto;
    }

    .archive .wrapper-article-category .block-article {
        margin-top: 30px !important;
    }

    .archive .block-init-coeur {
        flex-direction: column;
        margin: 100px 0 30px 0;
    }

    .archive .block-init-coeur::before {
        content: none;
    }

    .archive .block-init-coeur img {
        margin-bottom: 20px;
        margin-top: -80px;
    }
    
    .archive .block-choix-redac {
        padding: 15px 15px 30px 30px;
        margin-left: -15px;
        margin-bottom: 0;
    }
}

/* PAGE ARTICLE */

body:not(.search-results) article:not(.type-page) .entry-content {
    float: none;
    width: auto;
}

.single h1 {
    font-weight: 600 !important;
    font-size: 44px !important;
    margin: 30px 0;
    line-height: 1.3em;
    color: #000 !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
}

.single .btn.btn-black.arrow-left {
    margin-right: 10px;
}

.single .btn.btn-black.arrow-right {
    margin-left: 10px;
}

.single .profils {
    margin-bottom: 40px;
}

.single .wrapper-article {
    line-height: 1.3em;
    margin-bottom: 20px;
}

.single .wrapper-article .card-image {
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.single .wrapper-article .card-image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #d9525a;
    position: absolute;
    top: 8px;
    left: -8px;
    z-index: 1;
}

.single #article-aside {
    border-left: 1px solid #ddd;
}

.single #article-aside h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.single #article-aside h4.operetta {
    font-size: 22px;
}

.single #article-aside h4:not(.operetta) {
    font-weight: 500;
    text-transform: uppercase;
}

.single #article-aside h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
    font-weight: 500;
}

.single #article-aside .themes,
.single #article-aside .profils,
.single #article-aside .block-choix-redac,
.single #article-aside .ressources {
    margin-bottom: 30px;
}

.single #article-aside .themes a {
    position: relative;
    display: block;
    margin: 5px 0;
    line-height: 1.3em;
    font-size: 16px;
    transition: all .3s ease;
}

.single #article-aside .themes a:hover {
    font-weight: bold;
    text-decoration: none;
}

.single #article-aside .themes a:after {
    content: "";
    display: inline-block;
    font-size: 2px;
    width: 2em;
    height: 2em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(50deg) skew(10deg);
    position: absolute;
    bottom: 7px;
    margin-left: 5px;
}

.single #article-aside .ressources a {
    background: #d9525a;
    border: 1px solid #d9525a;
    font-size: 15px;
    padding: 3px 5px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.single #article-aside .ressources a:hover {
    color: #d9525a;
    background: #fff;
}

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

.single .footer-article {
    margin: 50px 0;
}

.single .wrapper-related-post {
    padding-top: 50px;
}

.single .wrapper-related-post h4 {
    font-size: 37px;
    text-align: center;
    margin-bottom: 50px;
}

.single .crp-list {
    display: flex;
    justify-content: center;
}

.single .crp-list .crp-list-item {
    margin: 0 15px;
    flex: 1 1 0;
    max-width: 255px;
}

.single .crp-list .crp-list-item:first-of-type {
    margin-left: 0;
}

.single .crp-list .crp-list-item:last-of-type {
    margin-right: 0;
}

.single .crp-list .crp-list-item-image a {
    display: block;
    font-size: 0;
    position: relative;
}

.single .crp-list .crp-list-item-image a {
    position: relative;
    z-index: 0;
}

.single .crp-list .crp-list-item-image a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    display: block;
    opacity: 0;
    transition: all .3s ease;
}

.single .crp-list .crp-list-item-image a:hover:after {
    opacity: 0.15;
}

.single .crp-list .crp-list-item-image a img {
    max-width: 100% !important;
    height: auto !important;
    background: #fff;
}

.single .crp-list .crp-list-item-title {
    margin-top: 10px;
    padding: 0 15px;
    background: #fff;
}

.single .crp-list .crp-list-item-title a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3em;
}

.single .wrapper-related-post {
    background: url('../images/new-design/bg/bg-quadrillage.png') repeat-x top center;
    margin-bottom: 50px;
}

.single .supsystic-social-sharing a {
    margin: 0 5px;
}

@media screen and (min-width: 700px) {
    .single article {
        padding-right: 10px;
    }
}

@media screen and (max-width: 700px) {
    .single h1 {
        font-size: 26px !important;
    }
    
    .single .crp-list {
        flex-direction: column;
        align-items: center;
    }

    .single .crp-list .crp-list-item:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .single article .entry-content div.tiercol,
    .single article .entry-content div.demicol {
        width: 100%;
        display: block;
        padding: 0;
    }
}

/* ARTICLE  */

article {
    position: relative;
    z-index: 1;
}

article table {
    border: 1px solid #ccc;
}

article table td, article table th {
    padding: 10px;
    border: 1px solid #ccc;
}

article:not(.page, .post) {
    background: #fff;
    transition: all .3s ease;
}

a.post-thumbnail:hover, a.post-thumbnail:focus {
    opacity: 1;
}

article .card-content .card-info .socle,
article .card-content .card-info .thematique {
    text-transform: uppercase;
    line-height: 1.3em;
}

article .card-content .card-info .socle {
    font-weight: 700;
}

article .card-content .profils {
    display: none;
}

article .card-content .profils a {
    font-size: 12px;
}

article a:hover,
article a:focus {
    text-decoration: none;
    color: inherit;
}

article .card-content {
    margin-top: 10px;
    padding: 0 18px 18px;
}

article .card-image > a img {
    background: #fff;
}

article .card-image > a {
    display: inline-block;
    font-size: 0;
    position: relative;
    z-index: 0;
}

article .card-image > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 1;
    display: block;
    opacity: 0;
    transition: all .3s ease;
}

article:not(.post):hover .card-image > a:before {
    opacity: 0.06;
}

article:not(.post):hover {
    background: #f1f1f1;
}

/* article .card-title a,
article p {
    transition: all .3s ease;
}

article:not(.post):hover .card-title a,
article:not(.post):hover p {
    color: #888;
} */

/* Galleries */

.gallery {
	margin: 0 -1.1666667%;
	padding: 0;
}

.gallery .gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 10px 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
    box-sizing: border-box;
}

.gallery-columns-1 .gallery-item {
	max-width: 100% !important;
}

.gallery-columns-2 .gallery-item {
	max-width: 50% !important;
}

.gallery-columns-3 .gallery-item {
	max-width: 33% !important;
}

.gallery-columns-4 .gallery-item {
	max-width: 25% !important;
}

.gallery-columns-5 .gallery-item {
	max-width: 20% !important;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66% !important;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28% !important;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5% !important;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11% !important;
}

.gallery .gallery-caption {
	font-size: 0.85em;
	margin: 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

article .card-image > a:hover:before {
    opacity: 0.15;
}

article .card-image {
    position: relative;
    text-align: center;
    font-size: 0;
}

article .card-image .card-info {
    background: #fff;
    display: inline-block;
    padding: 8px;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 1;
    text-align: left;
    font-size: 14px;
}

article .card-image .card-info .socle a,
article .card-image .card-info .thematique a {
    text-transform: uppercase;
    line-height: 1.3em;
}

article .card-image .card-info .socle a,
article .card-header .socle a {
    font-weight: 700;
}

.profils a {
    color: #7d7d7d;
    padding: 5px;
    border: 1px solid #7d7d7d;
    display: inline-block;
    font-size: 12px;
    transition: all .3s ease;
    margin: 0 5px 5px 0;
}

.profils a:hover {
    background: #7d7d7d;
    color: #fff;
    text-decoration: none;
}

article .card-header .profils a:not(:first-child) {
    margin-left: 5px;
}

article .card-title {
    margin: 10px 0 !important;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

#main article .card-title {
    margin: 10px 0 !important;
    font-family: inherit;
    text-transform: inherit;
    font-size: inherit;
    letter-spacing: inherit;
}

article .card-title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
}

article .card-content p a {
    line-height: 1.3em;
}

#main article .entry-content,
article .entry-content,
article .entry-content p,
#main article .entry-content p {
    font-size: 18px;
    line-height: 1.4em;
}

article .entry-content div.demicol{
    display: table-cell;
    padding: 1em;
    vertical-align: top;
    position: relative;
    width: 47%;
}

article .entry-content div.tiercol{
    display: table-cell;
    padding: 1em;
    vertical-align: top;
    position: relative;
    width: 30%;
}

article .entry-content p {
    margin: 0 0 18px;
    text-align: justify !important;
}

article .entry-content p.chapeau {
    font-weight: 600;
    font-style: italic;
}

article .entry-content p.legende {
    font-size: 12px;
}

article .entry-content p.encadre {
    background: white;
    border: 2px solid #f0c93c;
    border-radius: 10px;
    clear: both;
    color: #333333;
    overflow: hidden;
    padding: 0.7em 0.8em;
    margin-bottom: 0 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

article .entry-content span.surbrillance {
    background-color: #f0c93c;
    padding: 2px 5px;
}


article .entry-content p.monbouton {
    text-align: center !important;
    transition: all .2s ease-in;
}
article .entry-content .monbouton a {

    background-color: #fe5165;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    line-height: 1.2em;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}



article .entry-content q:before,
article .entry-content blockquote:before {
    display: block;
    content: "\201C";
    font-size: 110px;
    position: absolute;
    left: 0;
    top: 0;
    color: #f0c93c;
    font-family: Georgia, serif;
    font-style: normal;
}

article .entry-content q:after,
article .entry-content blockquote:after {
    display: block;
    content: "\201D";
    font-size: 110px;
    position: absolute;
    right: 0;
    color: #f0c93c;
    font-family: Georgia, serif;
    font-style: normal;
    margin-top: 10px;
}

article .entry-content blockquote {
    position: relative;
    color: #333;
    padding: 0 25px;
    margin: 3em 0;
    margin-left: 1em;
    font-size: 16px;
    font-style: italic;
}

article .entry-content ul,
article .entry-content ol {
    margin: 0;
    margin-bottom: 12px;
    padding-left: 40px;
    font-family: inherit !important;
    font-size: inherit !important;
}

article .entry-content ul li {
    list-style: disc;
}

article .entry-content ol li {
    list-style: decimal;
}

#main article .entry-content ul li,
#main article .entry-content ol li {
    margin: 0 !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

#main article .entry-content h2,
article .entry-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    text-transform: inherit;
    color: #000;
    letter-spacing: inherit;
    font-family: inherit;
}

article .entry-content h2 * {
    font-size: 32px;
    font-weight: 600;
}

article .entry-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 12px;
}

article .entry-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
}

article .entry-content a {
    color: #333;
    text-decoration: underline;
    transition: all .3s ease;
}

article .entry-content a:hover, article .entry-content a:focus {
    color: #000;
    font-weight: 600;
}

article .entry-content .alignright {
    float: right;
    margin-left: 20px;
}

article .entry-content .alignright::after,
article .entry-content .alignleft::after {
    content: "";
    display: block;
    clear: both;
}

article .entry-content .alignleft {
    float: left;
    margin-right: 20px;
}

article .entry-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

article .entry-content figcaption {
    font-size: 14px;
    text-align: center;
}

article .entry-content sub {
    top: 0.25em;
}

article .entry-content sup {
    top: -0.5em;
}

article .entry-content sup, article .entry-content sub {
    font-size: 60%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

article .entry-content hr {
    border: 0 !important;
    background-color: #d1d1d1;
    height: 1px !important;
    margin: 0 0 1.75em !important;
    width: 100% !important;
}

article .entry-content figure {
    max-width: 100% !important;
}

.block-choix-redac article .card-content {
    padding: 18px;
}

/* BLOCK PROFIL */

.block-profil h3,
#main .block-profil h3 {
    font-size: 25px;
    margin: -30px 0 0 0;
    line-height: 2.3em;
}

.block-profil h3 a,
#main .block-profil h3 a {
    transition: all .3s ease;
}

.block-profil h3 a:hover,
#main .block-profil h3 a:hover {
    color: #9ac8bd;
    text-decoration: none;
}

.block-profil h3 span {
    display: inline-block;
    text-decoration: none;
}

.block-profil h3 span:not(:first-child) {
    margin-top: -20px;
    display: block;
}

.block-profil h3 span:first-child {
    background: #fff;
    padding: 0 10px 10px 10px;
}

.block-profil .children {
    margin-top: 30px;
}

.block-profil .children a {
    font-size: 14px;
    margin: 20px 0;
    display: block;
    position: relative;
    line-height: 1.3em;
}

.block-profil .children a:first-child {
    margin-top: 0;
}

.block-profil .children a:after {
    content: "";
    border: 1px solid #f6cb4d;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -36px;
    background: #fff;
    transform: translateY(-50%);
    top: 50%;
    z-index: 0;
    transition: all .3s ease;
}

.block-profil .children a:before {
    content: "";
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 2px;
    width: 4em;
    height: 4em;
    top: 50%;
    border-top: 1px solid #f6cb4d;
    border-right: 1px solid #f6cb4d;
    right: -22px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease;
}

.block-profil .children a {
    transition: all .3s ease;
}

.block-profil .children a:hover {
    text-decoration: none;
    font-weight: 600;
}

.block-profil .children a:hover:after {
    background: #f6cb4d;
}

.block-profil .children a:hover:before {
    border-color: #fff;
}

.block-profil .cadre-vert {
    border: 2px solid #9ac8bd;
    padding: 0 20px 10px 20px;
    height: 100%;
    background: #fff;
    position: relative;
}

.block-profil .plus {
    color: #9ac8bd;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    position: relative;
}

.block-profil .plus:after {
    content: "";
    position: absolute;
    overflow: hidden;
    display: inline-block;
    font-size: 2px;
    width: 4em;
    height: 4em;
    top: 50%;
    border-top: 1px solid #9ac8bd;
    border-right: 1px solid #9ac8bd;
    right: -10px;
    z-index: 1;
    transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 700px) {
    .block-profil .cadre-vert {
        margin-right: 20px;
    }

    .block-profil .cadre-vert:before {
        content: "";
        position: absolute;
        overflow: hidden;
        display: inline-block;
        font-size: 3px;
        width: 4em;
        height: 4em;
        top: 50%;
        border-top: 1px solid #f6cb4d;
        border-right: 1px solid #f6cb4d;
        right: -2px;
        z-index: 1;
        transform: translateY(-50%) rotate(45deg);
    }

    .block-profil .cadre-vert:after {
        content: "";
        border: 1px solid #f6cb4d;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: block;
        position: absolute;
        right: -15px;
        background: #fff;
        transform: translateY(-50%);
        top: 50%;
        z-index: 0;
    }
}

/* PAGE */

.fildariane {
    margin: 20px 0;
    position: relative;
}

html body .supsystic-social-sharing {
    margin-top: 30px;
}

/* 404 */

@media screen and (min-width: 700px) {
    .page-404 {
        min-height: 250px;
        margin-top: 40px;
    }
}

.page-404 h1 {
    margin-bottom: 30px;
    font-size: 36px !important;
    text-transform: inherit !important;
    font-weight: bold !important;
}

.page-404 p {
    font-size: 20px !important;
}

/* SEARCH */

.search .block-top span {
    font-size: 20px;
}

.search .search-form {
    display: inline-block;
    /* margin-left: 20px; */
}

.search .search-form .search-submit {
    background: #000;
    color: #fff;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px 10px 15px;
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 1.2em;
    cursor: pointer;
    transition: all .3s ease;
    font-family: 'Asap';
    margin-left: 15px;
    border: 1px solid #000;
}

.search .search-form .search-submit:after {
    content: "";
    overflow: hidden;
    display: inline-block;
    font-size: 3px;
    width: 2.5em;
    height: 2.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(40deg) skew(-10deg) translateY(-50%);
    position: absolute;
    right: 15px;
    top: 45%;
    transition: all .3s ease;
}

.search .search-form .search-submit:hover:after {
    border-color: #000;
}

.search .search-form .search-submit:hover {
    background: #fff;
    color: #000;
}

.search label > .screen-reader-text {
    display: none;
}

.search .search-form .screen-reader-text {
    position: relative;
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    width: auto;
    height: auto;
    text-transform: uppercase;
}

.search .search-field {
    border: 1px solid #ccc;
    padding: 11px;
    font-size: 16px;
    min-width: 250px;
}

.search .search-title {
    font-size: 18px;
}

@media screen and (max-width: 700px) {
    .search .search-field {
        width: 100%;
    }
    .search .search-form .search-submit {
        margin-left: 0;
        margin-top: 15px;
    }
}