

.bouton {
    font-size: 18px;
    color: #fff;
    padding: 13px 30px 11px 30px;
    text-decoration: none;
    position: relative;
    transition: all 250ms ease 0s;
    letter-spacing: .5px;
    font-size: 15px;
    display: inline-block;
    line-height: 1.2;
    font-size: 17px;
    font-weight: 800;
    border: 3px solid
}
@media only screen and (max-width : 760px) {
    .bouton {
        padding: 13px 20px 11px 20px;
        font-size: 15px
    }
}
.bouton.rouge {
    border-color: #f04935;
    background: #f04935;
    color: #fff
}
.bouton.vert {
    background: #70BE54;
    border-color: #70BE54;
    color: #fff
}
.bouton.bleu {
    background: #00529C;
    border-color: #00529C;
    color: #fff
}
.bouton.bleuPale {
    background: #0572CC;
    border-color: #0572CC;
    color: #fff
}
.bouton:hover.bleu, .bouton:focus.bleu {
    background: #0572CC;
    border-color: #0572CC
}
.bouton:hover.bleuPale, .bouton:focus.bleuPale {
    background: #00529C;
    border-color: #00529C
}
.bouton:hover.o_rouge, .bouton:focus.o_rouge {
    background: #f04935;
    border-color: #f04935;
    color: #fff
}
.bouton:hover.vert, .bouton:focus.vert {
    background: #a0d68d;
    border-color: #a0d68d;
    color: #fffe e
}
.bouton.gros {
    padding: 19px 76px 17px 76px;
    font-size: 15px;
    letter-spacing: .5px
}
@media only screen and (max-width : 760px) {
    .bouton.gros {
        padding: 18px 76px 17px 76px
    }
}
.bouton.tresGros {
    padding: 32px 36px 30px 36px;
    font-size: 15px;
    letter-spacing: .5px
}
@media only screen and (max-width : 760px) {
    .bouton.tresGros {
        padding: 31px 36px 30px 36px
    }
}
.bouton.outline {
    border-color: #fff !important
}
.bouton.petit {
    padding: 2px 40px;
    font-size: 12px;
    letter-spacing: .4px
}
.bouton.petit.outline {
    border: 2px
}
.bouton.fleche {
    padding: 8px 35px 8px 15px;
    font-size: 16px;
    font-weight: 600
}
.bouton.fleche:after {
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(-135deg);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
    margin-top: -4px;
    top: 50%;
    right: 10px;
    position: absolute
}
h1 {
    color: #00529C;
    font-size: 50px;
    line-height: .9;
    margin-top: 0;
    padding-top: 0
}
h2 {
    color: #1c0042;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
    padding: 0 0 20px 0;
    margin: 0
}
h3 {
    font-size: 20px;
    color: #00529C;
    padding: 0 0 10px 0;
    margin: 0
}
h4 {
    font-size: 18px;
    color: #00529C;
    padding: 0 0 10px 0;
    margin: 0
}
p {
    padding: 0 0 20px 0;
    margin: 0
}
strong {
    font-weight: 700
}
.social {
    max-width: 230px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}
.social .facebook, .social .twitter, .social .instagram, .social .pinterest, .social .linkedin {
    width: 29px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    float: left;
    transition: all 250ms ease 0s
}

.edit-post-visual-editor__content-area .services {
    background: #eef1f6;
    padding: 120px 50px 250px 50px;
    overflow: hidden
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services {
        padding: 50px 20px 40px 20px
    }
}
.edit-post-visual-editor__content-area .services .container {
    max-width: 1200px;
    height: 495px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .container {
        max-width: 728px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .container {
        height: auto
    }
}
.edit-post-visual-editor__content-area .services h2 {
    color: #00529C;
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 60px;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-style: italic
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services h2 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 30px
    }
}
.edit-post-visual-editor__content-area .services .liste {
    height: 100%;
    flex-wrap: nowrap;
    display: flex
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste {
        flex-wrap: wrap;
        border-bottom: 1px solid #B3BED6
    }
}
.edit-post-visual-editor__content-area .services .liste .item {
    transition: width .75s ease-in-out;
    cursor: pointer;
    width: 10%;
    min-width: 100px;
    border-left: 1px solid #B3BED6;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    padding-left: 22px;
    padding-right: 22px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item {
        padding-left: 10px;
        min-width: 60px;
        padding-right: 10px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item {
        flex-direction: column-reverse;
        width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #B3BED6;
        border-left: 0 solid #B3BED6
    }
}
.edit-post-visual-editor__content-area .services .liste .item:last-of-type {
    border-right: 1px solid #B3BED6
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item:last-of-type {
        border-right: 0
    }
}
.edit-post-visual-editor__content-area .services .liste .item:hover .vertical > div, .edit-post-visual-editor__content-area .services .liste .item:focus .vertical > div {
    color: #00529C !important
}
.edit-post-visual-editor__content-area .services .liste .item .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    display: flex;
    right: 0
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .overlay {
        display: flex;
        width: 100%;
        height: 100%;
        position: relative
    }
}
.edit-post-visual-editor__content-area .services .liste .item .background {
    position: relative;
    opacity: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all .75s ease-in-out;
    color: #fff
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .background {
        transition: all .75s ease-in-out;
        max-height: 0;
        height: auto
    }
}
.edit-post-visual-editor__content-area .services .liste .item .background .texte {
    padding: 44px 48px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    font-size: 20px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item .background .texte {
        padding: 60px 30px;
        font-size: 16px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .background .texte {
        line-height: 1.5;
        padding: 60px 30px
    }
}
.edit-post-visual-editor__content-area .services .liste .item .background .texte a.bouton {
    pointer-events: none
}
.edit-post-visual-editor__content-area .services .liste .item .titre {
    font-size: 28px;
    font-weight: 600;
    color: #00529C
}
.edit-post-visual-editor__content-area .services .liste .item .titre.vertical {
    width: 1px;
    height: 1px;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: 80px;
    right: auto;
    left: 48px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical {
        left: 64%;
        left: 40px;
        transform: translateX(-12px)
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical {
        left: 0;
        top: -20px;
        bottom: auto;
        transform: translateX(0)
    }
}
.edit-post-visual-editor__content-area .services .liste .item .titre.vertical > div {
    color: #4A597C;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 24px;
    transform: rotate(-90deg);
    opacity: 1;
    transition: opacity .1s ease-in-out
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical > div {
        font-size: 18px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical > div {
        display: none
    }
}
.edit-post-visual-editor__content-area .services .liste .item .titre.vertical .img {
    display: block;
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .75s ease-in-out;
    position: absolute;
    bottom: -77px;
    left: -23px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical .img {
        width: 40px;
        height: 30px;
        bottom: -70px;
        left: -17px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.vertical .img {
        left: 0;
        top: 40px;
        bottom: auto;
        transform: translateX(0)
    }
}
.edit-post-visual-editor__content-area .services .liste .item .titre.horizontal {
    width: 100%;
    position: relative;
    height: 40px;
    margin-top: 30px;
    background-repeat: no-repeat;
    display: flex;
    transition: all .75s ease-in-out
}
.edit-post-visual-editor__content-area .services .liste .item .titre.horizontal h3 {
    position: absolute;
    top: -4px;
    left: 60px;
    font-size: 28px;
    opacity: 0;
    transition: all .75s ease-in-out;
    white-space: nowrap
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.horizontal h3 {
        font-size: 18px;
        padding-top: 5px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item .titre.horizontal h3 {
        padding-top: 0;
        font-size: 17px;
        opacity: 1
    }
}
.edit-post-visual-editor__content-area .services .liste .item .titre h3 {
    padding: 0
}
.edit-post-visual-editor__content-area .services .liste .item.active {
    width: 80% !important;
    transition: all .75s ease-in-out
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item.active {
        width: 100% !important
    }
}
.edit-post-visual-editor__content-area .services .liste .item.active .background {
    opacity: 1
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item.active .background {
        max-height: 370px
    }
}
.edit-post-visual-editor__content-area .services .liste .item.active .texte a.bouton {
    pointer-events: auto
}
.edit-post-visual-editor__content-area .services .liste .item.active .titre {
    transition: all .75s ease-in-out
}
.edit-post-visual-editor__content-area .services .liste .item.active .titre.vertical {
    position: absolute;
    bottom: 80px;
    transition: all .75s ease-in-out;
    left: 48px
}
@media only screen and (max-width : 1150px) {
    .edit-post-visual-editor__content-area .services .liste .item.active .titre.vertical {
        left: 40px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item.active .titre.vertical {
        left: 0;
        top: -20px;
        bottom: auto
    }
}
.edit-post-visual-editor__content-area .services .liste .item.active .titre.vertical > div {
    transform: rotate(-90deg);
    transition: opacity .75s ease-in-out;
    opacity: 0
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .services .liste .item.active .titre.vertical .img {
        left: 0
    }
}
.edit-post-visual-editor__content-area .services .liste .item.active .titre.horizontal {
    width: 100%;
    transition: all .75s ease-in-out
}
.edit-post-visual-editor__content-area .services .liste .item.active .titre.horizontal h3 {
    transition: all .75s ease-in-out;
    opacity: 1
}
.edit-post-visual-editor__content-area .marquesPopulaires {
    background-size: cover;
    padding: 110px 50px 170px 50px;
    position: relative;
    background-position: bottom
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires {
        padding: 0 0 50px 0
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires:before {
    display: block;
    top: 0;
    left: 0;
    opacity: .65;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2D3645;
    mix-blend-mode: multiply;
    content: ''
}
.edit-post-visual-editor__content-area .marquesPopulaires .container {
    max-width: 1200px;
    position: relative;
    z-index: 2
}
.edit-post-visual-editor__content-area .marquesPopulaires .container h2 {
    width: fit-content;
    text-align: center;
    padding: 0 40px 0 40px;
    color: #fff;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-style: italic;
    font-size: 40px;
    margin: 0 auto;
    text-transform: uppercase;
    background: #70BE54;
    position: relative;
    height: 84px;
    line-height: 84px;
    margin-bottom: 110px
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .container h2 {
        padding: 0 20px 0 20px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .container h2 {
        height: auto;
        line-height: 1.5;
        padding: 20px;
        font-size: 25px;
        margin-bottom: 70px;
        width: 100%
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires .container h2:before {
    top: 0;
    left: -55px;
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 84px 55px;
    border-color: transparent transparent #70BE54 transparent
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .container h2:before {
        display: none
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires .container h2:after {
    top: 0;
    right: -55px;
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 84px 55px 0 0;
    border-color: #70BE54 transparent transparent transparent
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .container h2:after {
        display: none
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires .liste {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 2%;
    grid-row-gap: 74px
}
@media (max-width:1320px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .liste {
        grid-column-gap: 4%
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .liste {
        justify-content: space-evenly;
        grid-column-gap: 0;
        grid-row-gap: 60px
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires .liste .logo {
    max-width: 218px;
    height: 10px;
    width: 18%;
    display: block;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
}
@media (max-width:1320px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .liste .logo {
        width: 22%
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .marquesPopulaires .liste .logo {
        width: 44%
    }
}
.edit-post-visual-editor__content-area .marquesPopulaires .liste .logo img {
    transition: all 250ms ease 0s;
    transform: scale(.8);
    width: 100%;
    height: auto
}
.edit-post-visual-editor__content-area .marquesPopulaires .liste .logo:hover img, .edit-post-visual-editor__content-area .marquesPopulaires .liste .logo:focus img {
    transform: scale(1)
}
.edit-post-visual-editor__content-area .talent {
    background: #00529C;
    padding: 0 100px;
    position: relative;
    overflow: hidden
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .talent {
        padding: 0 50px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .talent {
        padding: 0 20px
    }
}
.edit-post-visual-editor__content-area .talent .container {
    padding: 130px 0;
    height: 100%;
    position: relative
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .talent .container {
        padding: 60px 0 400px 0
    }
}
.edit-post-visual-editor__content-area .talent .container > div {
    max-width: 676px;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    width: 60%
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .talent .container > div {
        max-width: 420px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .talent .container > div {
        text-align: center;
        width: 100%;
        max-width: 100%;
        font-size: 15px
    }
}
.edit-post-visual-editor__content-area .talent .container > div h2 {
    color: #fff;
    font-size: 40px;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 30px;
    text-transform: uppercase
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .talent .container > div h2 {
        font-size: 25px;
        text-align: center
    }
}
.edit-post-visual-editor__content-area .talent .container > div .bouton {
    text-transform: uppercase;
    margin-top: 20px
}

.edit-post-visual-editor__content-area .talent .container .photo {
    display: block;
    z-index: 3;
    width: 586px;
    height: 100%;
    background: url(../absolu/images/perso.webp) no-repeat bottom left;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: -150px;
    opacity: 1;
    transition: right 1000ms cubic-bezier(0, 0, 0, 1) .75s
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .talent .container .photo {
        width: 460px
    }
}


.edit-post-visual-editor__content-area .referencement {
    background: #eef1f6;
    padding-right: 50px
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .referencement {
        padding-right: 0
    }
}
.edit-post-visual-editor__content-area .referencement .container {
    display: flex;
    min-width: 100%
}
@media only screen and (max-width : 1023px) { 
    .edit-post-visual-editor__content-area .referencement .container {
        flex-direction: column-reverse
    }
}
.edit-post-visual-editor__content-area .referencement .container .image {
    background-size: cover;
    width: 50%;
    z-index: 1;
    position: relative
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .referencement .container .image {
        width: 100%;
        height: 485px
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .referencement .container .image {
        width: 100%;
        height: 285px
    }
}
.edit-post-visual-editor__content-area .referencement .container .image:before {
    content: '';
    height: 100%;
    -webkit-mask-image: url(../absolu/images/triangle.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: right top;
    -webkit-mask-size: cover;
    mask-image: url(../absolu/images/triangle.svg) no-repeat;
    mask-repeat: no-repeat;
    mask-position: right top;
    mask-size: cover;
    mask-mode: alpha;
    background: #eef1f6;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    opacity: 1;
    z-index: 2
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .referencement .container .image:before {
        display: none
    }
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .referencement .container .image .triangle {
        position: absolute;
        top: 0;
        lefT: 0;
        display: block;
        content: '';
        width: 100%;
        height: 0;
        border-style: solid;
        border-width: 0 100vw 50px 0;
        border-color: transparent #eef1f6 transparent transparent;
        z-index: 5
    }
}
.edit-post-visual-editor__content-area .referencement .container .texte {
    max-width: 630px;
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 180px 0;
    line-height: 1.7;
    background: #eef1f6;
    color: #4A597C;
    font-weight: 400;
    font-size: 18px
}
@media only screen and (max-width : 1023px) {
    .edit-post-visual-editor__content-area .referencement .container .texte {
        margin: 0 auto;
        padding: 60px 20px;
        width: 100%;
        text-align: center
    }
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .referencement .container .texte {
        font-size: 15px;
        padding: 60px 20px
    }
}
.edit-post-visual-editor__content-area .referencement .container .texte h2 {
    color: #00529C;
    padding: 0 0 40px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 900;
    line-height: 1.2;
    font-style: italic
}
@media only screen and (max-width : 760px) {
    .edit-post-visual-editor__content-area .referencement .container .texte h2 {
        font-size: 25px;
        text-align: center
    }
}
.edit-post-visual-editor__content-area .referencement .container .texte .bouton {
    margin-top: 20px;
    text-transform: uppercase
}
.edit-post-visual-editor__content-area .hidden{
    display:block !important;
    opacity:1 !important;
}
.edit-post-visual-editor__content-area .unGarage .wp-element-button {
    color: #fff;
    border-radius: 0;
    background: #00529C;
    border-color: #00529C;
    color: #fff !important;
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
}

.edit-post-visual-editor__content-area .bande_bleu{background:#00529C;color:#fff;padding-left:50px;display:flex}
.edit-post-visual-editor__content-area .bande_bleu .container{display:flex;max-width:100%;width:100%;position:inherit;justify-content:flex-end}
.edit-post-visual-editor__content-area .bande_bleu .container .image{background-size:cover;width:50%;z-index:1;position:relative;right:0}
.edit-post-visual-editor__content-area .bande_bleu .container .image .triangle{background:url(../images/triangle-bleu.svg) top left no-repeat;background-size:auto 100%;position:absolute;top:0;lefT:-1px;display:block;content:'';width:calc(100% + 1px);height:100%;z-index:5}
.edit-post-visual-editor__content-area .bande_bleu .container .texte{max-width:555px;width:50%;position:relative;z-index:2;padding:180px 0;line-height:1.7;font-weight:400;font-size:18px}@media only screen and (max-width : 1023px){.bande_bleu .container .texte{margin:0 auto;padding:60px 20px;width:100%;text-align:center}}
.edit-post-visual-editor__content-area .bande_bleu .container .texte h2{color:#fff;padding:0 0 40px 0;font-size:40px;text-transform:uppercase;font-family:"neue-haas-unica",sans-serif;font-weight:900;line-height:1.2;font-style:italic}
.edit-post-visual-editor__content-area .bande_bleu .container .texte .bouton{margin-top:20px;text-transform:uppercase}