/*
 Theme Name:   Eylios
 Description:  Theme pour Eylios
 Author:       We used to be friends
 Template:     twentytwelve
*/

@font-face {
    font-family: 'biennaleblack';
    src: url('fonts/Biennale-Black.eot');
    src: url('fonts/Biennale-Black.woff') format('woff'), url('fonts/Biennale-Black.ttf') format('truetype'), url('fonts/Biennale-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennalebold';
    src: url('fonts/Biennale-Bold.eot');
    src: url('fonts/Biennale-Bold.woff') format('woff'), url('fonts/Biennale-Bold.ttf') format('truetype'), url('fonts/Biennale-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennaleregular';
    src: url('fonts/Biennale-Regular.eot');
    src:url('fonts/Biennale-Regular.woff') format('woff'), url('fonts/Biennale-Regular.ttf') format('truetype'), url('fonts/Biennale-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennalemedium';
    src: url('fonts/Biennale-Medium.eot');
    src: url('fonts/Biennale-Medium.woff') format('woff'), url('fonts/Biennale-Medium.ttf') format('truetype'), url('fonts/Biennale-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennaleitalic';
    src: url('fonts/Biennale-Regular-Italic.eot');
    src: url('fonts/Biennale-Regular-Italic.woff') format('woff'), url('fonts/Biennale-Regular-Italic.ttf') format('truetype'), url('fonts/Biennale-Regular-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennaleitalicbold';
    src: url('fonts/Biennale-Bold-Italic.eot');
    src: url('fonts/Biennale-Bold-Italic.woff') format('woff'), url('fonts/Biennale-Bold-Italic.ttf') format('truetype'), url('fonts/Biennale-Bold-Italic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'biennalelight';
    src: url('fonts/Biennale-Light.eot');
    src: url('fonts/Biennale-Light.woff') format('woff'), url('fonts/Biennale-Light.ttf') format('truetype'), url('fonts/Biennale-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    font-family: 'biennaleregular', sans-serif;
    color:#49445c;
}
body {
    background-color: transparent;
}
strong {
    font-family: 'biennalebold';
}
a{
    color:#49445c;
}
a:hover{
    color:#49445c;
    text-decoration: none;
}
.site {
    max-width: 100%;
}
.site-content article {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
a:focus {
    outline: 0 dotted;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
    hyphens: none; -moz-hyphens: none; -webkit-hyphens: none;
}
.blocont {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}
#logo img {
    width: 200px;
    margin-bottom: 20px;
}
.intro-texte {
    font-size: 100px;
    padding-bottom: 50px;
    color: white;
    font-family: biennalebold;
    line-height: 1;
    hyphens: none;
    text-shadow: #353535 1px 1px 20px;
}
.bloc-intro {
    height: 60VH;
    padding: 0;
    text-align: right;
    position:relative;
}
#contintro {
    text-align: right;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: -50px;
    z-index: 1000;
    flex-direction: column;
    right: 100px;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius:0;
    box-shadow:none;
}
#textepres {
    padding: 40px;
    position: absolute;
    border-radius: 25px;
    background: white;
    bottom: -350px;
    right: 0px;
    hyphens: none;
}
#textepres p {
    font-size:25px;
    line-height: 1.4;
    margin-bottom: 0;
}
#textepres p span {
    color: #0796eb;
}
#intro-page {
    position: relative;
}
.container-avantages {
    background:#f4d6bb;
    padding: 380px 0 80px 0px;
}
.liste-avantages, div#gform_wrapper_1{
    background:#47c6e7;
    padding:50px 30px;
    border-radius: 25px 25px 0 0;
    -webkit-mask:
            conic-gradient(
                    from 0deg at 50% 20px,
                    transparent 0deg,
                    transparent 50deg,
                    black 50deg,
                    black 310deg,
                    transparent 310deg
            );
    mask:
            conic-gradient(
                    from 0deg at 50% 20px,
                    transparent 0deg,
                    transparent 50deg,
                    black 50deg,
                    black 310deg,
                    transparent 310deg
            );
}
h2 {
    font-size: 60px !important;
    font-family:biennalemedium;
    line-height: 1.1 !important;
}
h3 {
    font-size: 27px !important;
    font-family:biennalemedium;
    line-height: 1.1 !important;
}
h1, h2, h3, h4, h5, h6 {
    hyphens: none;
}
.liste-avantages h3 {
    color: white;
    font-size: 40px;
    font-family: biennalemedium;
    border-bottom: 1px solid white;
    width: 90%;
}
.bloc-avantage {
    position: relative;

}
#imageavantage img {
    width: 700px !important;
    left: -150px;
    position: absolute;
    transition: all 0.3s linear;
}
div#imageavantage {
    position: relative;
    width: 700px;
}
.bloc-avantage {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    margin-left: -40px;
}
.bloccontent-avantages {
    width: calc(60% - 80px);
    margin: 0 40px;
}
#contavantage {
    width: calc(40% - 80px);
    margin: 0 40px;
}
.container-lesoffres {
    background: radial-gradient(circle at center, #f3d353 0%, #e64545 100%);
    padding: 60px 20px;
}
#contoffre {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    margin-left: -40px;
    align-items: center;
}
#contoffre h2 {
    color:white;
    width: calc(50% - 80px);
    margin: 0 40px;
}
#contoffre div {
    width: calc(50% - 80px);
    margin: 0 40px;
}
#contoffre p {
    color: white;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'biennalemedium';
}
.liste-kits {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    margin-left: -40px;
    justify-content: center;
}
.item-kit {
    display: flex;
    flex-direction: column;
    border-right: 1px dotted;
    width: calc(33% - 80px);
    padding: 80px 20px 0;
    text-align: center;
        hyphens: none;
}
.content-kits {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.prix-kit {
    margin-top: auto !important;
}
.item-kit:last-child {
    border-right:0;
}
.titre-kit {
    text-transform:uppercase;
    font-family:biennalelight;
    font-size:30px !important;
    margin:0 !important;
    line-height: 1.2 !important;
}
.sstitre-kit {
    text-transform:uppercase;
    font-family:biennalebold;
    font-size:45px;
    font-weight:normal;
    margin-bottom:30px;
    line-height: 1.2 !important;
    position:relative;
    padding-bottom: 7px;
}
.sstitre-kit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    width: 0;
    height: 15px;
    border-left: 1px dotted currentColor;
}
.accroche-kit {
    font-family: biennaleitalic;
    font-size: 16px;
    width: 80%;
    margin: 0 auto 20px !important;
    position: relative;
    line-height: 1.2 !important;
    padding-bottom: 20px;
}
.accroche-kit span {
    font-family: biennaleitalicbold;
}
.accroche-kit:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 0;
    height: 30px;
    border-left: 1px dotted currentColor;
}

.description-kit {
    font-family:biennalemedium;
    font-size:20px;
    margin-top: 6px;
}
.description-kit p {
    line-height: 1.3 !important;
}
.prix-kit {
    background: #49445c;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 30px;
    color: white;
    line-height: 1.3;
    margin: 0 auto;
    text-align: center;
    width: fit-content;
    font-family: biennaleregular;
}
.prix-kit span {
    font-family:biennaleblack;
}
.link-contact {
    background: #47c6e7;
    color: white;
    text-align: center;
    padding: 12px 35px;
    border-radius: 45px;
    font-size: 35px;
    font-family: biennalebold;
    text-decoration: none;
    transition: 0.2s;
    hyphens: none;
}
.link-contact:hover {
    color:white;
    background:#49445c;
}
#container-link {
    text-align:center;
    margin:0 auto;
    padding-bottom:80px;
    padding-top:80px;
}
#titre-marques {
    margin:0 auto;
    text-align:center;
}
#titre-marques h2 {
    background:#ffe6d5;
    width:fit-content;
    border-radius: 25px 25px 0 0;
    padding: 25px 70px;
    margin: 0 auto;
    -webkit-mask:
            conic-gradient(
                    from 0deg at 50% 20px,
                    transparent 0deg,
                    transparent 50deg,
                    black 50deg,
                    black 310deg,
                    transparent 310deg
            );
    mask:
            conic-gradient(
                    from 0deg at 50% 20px,
                    transparent 0deg,
                    transparent 50deg,
                    black 50deg,
                    black 310deg,
                    transparent 310deg
            );
}
.liste-logos {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.item-logo {
    width: calc(25% - 40px);
    margin: 20px;
    text-decoration: none;
}
.background-logos {
    background: linear-gradient(to bottom, #ffe6d5 0%, #ffe6d5 50%, #ffffff 100%);
    padding: 80px 0 240px 0;
}
.intervention {
    margin-top:-150px;
}
.titre-inter {
    text-align:center;
}
.content-inter {
    display: flex;
    flex-wrap: wrap;
        margin-top: 60px;
}
.colright-inter {
    width: calc(40% - 30px);
    margin-left:60px;
    align-items: center;
    display:flex;
}
.colleft-inter {
    width: calc(60% - 30px);
}
.texte-inter p {
    font-size: 29px;
    font-family: 'biennaleregular';
    line-height: 1.3;
}
.texte-inter p span {
    font-family:biennalebold;
}
.icone-kits img {
    width:70px;
}
.icone-kits {
    margin-bottom:20px;
}
.texte-avantage p {
    font-family: biennalemedium;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.1;
    max-width: calc(100% - 100px);
}
.texte-inter p {
    margin-bottom: 20px;
}
.icone-avantage img {
    width: 128px;
}
.icone-avantage {
    position: absolute;
    right: 0;
    top: -20px;
}
.wrapavantage {
    position:relative;
}
.bloccontent-avantages h2 {
    margin-left: 50px;
    margin-bottom: 50px;
}
.wrapcol {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 80px);
    margin-left: -40px;
}
.colvide {
    width: calc(40% - 80px);
    margin: 0 40px;
}
#textepres {
    width: calc(60% - 160px);
    margin: 0 40px;
    z-index: 2;
    max-width: 750px;
    -webkit-mask: conic-gradient(from 0deg at 50% 20px, transparent 0deg, transparent 50deg, black 50deg, black 310deg, transparent 310deg);
    mask: conic-gradient(from 0deg at 50% 20px, transparent 0deg, transparent 50deg, black 50deg, black 310deg, transparent 310deg);
}
.titre-inter h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.titre-inter h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 0;
    height: 55px;
    border-left: 1px dotted currentColor;
}
#titreavis {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    padding-bottom: 20px;
}
#titreavis:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 0;
    height: 55px;
    border-left: 1px dotted currentColor;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0;
    border-top: 0;
}
.site-title img {
    width:200px;
}
.site-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    position: fixed;
    width: calc(100% - 80px);
    background: #FFF;
    z-index: 8000;
    top: 0;
    transition: all 0.3s linear;
}
.smaller .site-header {
    padding: 5px 40px;
    transition: all 0.3s linear;
}
div#main {
    margin-top: 110px;
}
.site-content {
    margin:0;
}
.main-navigation li a {
    color:#49445c;
    font-family: 'biennalemedium';
    font-size:16px;
}
.main-navigation {
    margin-top:0;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #49445c;
}
.nav-menu {
    margin-top: 10px;
}
footer[role="contentinfo"] {
    border: 0;
    background: #ffe6d5;
    font-size: 16px;
    max-width: calc(100% - 80px);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 40px;
        color: #49445c;
}
.col2 img {
    width:200px;
}
.site-info {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.col1, .col3 {
    width: 40%;
}
footer[role="contentinfo"] a {
    color: #49445c;
    font-family: 'biennalemedium';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 30px;
    transition:0.2s;
}
footer[role="contentinfo"] a:hover {
    color:#47c6e7;
}
.col3 {
    text-align: right;
}
.main-navigation li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1.4;
    padding-bottom:10px;
}

.main-navigation li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: radial-gradient(circle at center, #f3d353 0%, #e64545 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.main-navigation li a:hover::after {
    transform: scaleX(1);
}
.main-navigation {
    display: flex;
    align-items: center;
    height: inherit;
        margin-top: 7px;
}
.site-header hgroup {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.image-logo img {
    transition: transform 0.3s ease;
}

.image-logo img:hover {
    transform: scale(1.05);
}
.image-logo img {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
}
.site-header h1 {
        line-height: 0;
        margin-bottom: 0;
}
.image-logo img:hover {
    transform: scale(1.05);
}
.swiper {
    width: 100%;
    height: 85Vh;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.intervention .colleft-inter img {
    width:100%;
}
.page-template-default div#main {
    background: #f4d6bb;
}
.page-template-default article {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}
.page-template-default h1.entry-title {
    font-family: 'biennalemedium';
    font-size: 40px !important;
    text-align: center;
    position: relative;
    line-height: 1.2 !important;
    margin-top: 80px;
    font-weight: bold;
}
.page-template-default h1.entry-title:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #49445c;
    display: table;
    margin: 10px auto;
}
.page-template-default header.entry-header {
    margin-bottom: 10px;
}
label.gfield_label {
    font-size: 18px !important;
}
p.gform_required_legend {
    font-style: italic;
    font-size: 13px;
}
p.gform_description {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
        line-height: 1.3;
}
#gform_wrapper_1 textarea, #gform_wrapper_1 input{
    border: 4px solid #ffe6d5 !important;
}
.page-template-default div#main {
    padding-bottom: 50px;
}
label#label_1_15_0 {
    font-size: 16px;
}
div#gfield_description_1_15 {
    color: #49445c !important;
}
input#gform_submit_button_1 {
    border-radius: 30px;
    margin: 0 0 0 auto;
    padding: 4px 50px;
    background: #49445c;
    border: 0 !important;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s linear;
}
input#gform_submit_button_1:hover {
    background: #ffe6d5 !important;
    color:  #49445c !important;
    transition: all 0.3s linear;
}
li.lkdemande a {
    background: #47c6e7;
    line-height: 1 !important;
    border-radius: 20px;
    line-height: 1 !important;
    padding: 8px 20px;
    color: #FFF;
    transition: all 0.3s linear;
}
li.lkdemande:hover a {
        background: #ffe6d5 !important;
    color:  #49445c !important;
    transition: all 0.3s linear;
}
.main-navigation li.lkdemande a::after {
    display: none;
}
.blocont.textbull {
    margin-top: 60px;
    margin-bottom: 50px;
}
.main-navigation li {
        margin: 0 0 0 40px;
}
.texte-inter {
    hyphens: none;
}
div#intervention {
    margin-bottom: 50px;
}
.col1 {
    font-size: 14px;
    line-height: 1.4;
        padding-top: 3px;
}

@media only screen and (max-width: 1700px) {
.intro-texte {
    font-size: 70px;
}
.blocont.textbull {
    margin-top: 0;
    margin-bottom: 40px;
}
}

@media only screen and (max-width: 1400px) {
#imageavantage img {
    width: 620px !important;
    transition: all 0.3s linear;
}
}
@media only screen and (max-width: 1200px) {
#imageavantage img {
    width: 540px !important;
    transition: all 0.3s linear;
}
.icone-avantage img {
    width: 100px;
}
}
@media only screen and (max-width: 1100px) {
h2 {
    font-size: 45px !important;
}
}
@media only screen and (max-width: 1060px) {
.link-contact {
    font-size: 20px;
}
}
@media only screen and (max-width: 1000px) {
#textepres {
    width: calc(100% - 160px);
    margin: 0 40px;
    z-index: 2;
    max-width: calc(100% - 160px);
    left: 0px;
}
.intro-texte {
    font-size: 60px;
    padding-bottom: 0;
    color: white;
    font-family: biennalebold;
    line-height: 1;
    hyphens: none;
    text-shadow: #353535 1px 1px 20px;
}
#logo img {
    width: 150px;
    margin-bottom: 10px;
}
#contintro {
    right: 0;
}
}
@media only screen and (max-width: 980px) {
#imageavantage img {
    width: 440px !important;
}
}
@media only screen and (max-width: 960px) {
.main-navigation li a {
    font-size: 14px;
}
.site-header {
    padding: 14px 40px;
}
div#main {
    margin-top: 100px;
}
#textepres p {
    font-size: 18px;
}
#textepres {
    bottom: -270px;
}
.container-avantages {
    padding: 280px 0 80px 0px;
}
.bloccontent-avantages h2 {
    margin-left: 28px;
    margin-bottom: 50px;
}
.item-kit {
        border-right: 0;
        width: calc(100% - 80px);
        border-bottom: 1px dotted;
        padding: 40px 0 40px;
    }
.item-kit:last-child {
        border-bottom: 0;
        padding: 40px 20px 0;
    }
.link-contact {
    display: table;
}
.description-kit {
    margin-bottom: 20px;
}
.item-logo {
    width: calc(33.333% - 40px);
    margin: 20px;
}
.background-logos .blocont {
    padding: 0 20px;
}
.image-logo img {
    max-width: 160px;
}
}
@media only screen and (max-width: 900px) {
.main-navigation {
    display: none;
}
.smaller .sfm-navicon-button {
    top: 20px !important;
}
.smaller .sfm-navicon-button {
    top: 16px !important;
}
.sfm-pos-right .sfm-navicon-button {
    right: 30px !important;
    display: block !important;
}
    h2 {
        font-size: 40px !important;
    }
.bloc-avantage {
    display: block;
    width: calc(100% + 80px);
    margin-left: -40px;
}
#contavantage {
    width: calc(100% - 80px);
    margin: 0 40px;
    text-align: center;
}
.bloccontent-avantages {
    width: calc(100% - 80px);
    margin: 0 40px;
}
    .container-avantages {
        padding: 280px 0 40px 0px;
    }
#imageavantage img {
    left: inherit;
    position: relative;
    transition: all 0.3s linear;
}
div#imageavantage{
    width: 100%;
}
}
@media only screen and (max-width: 850px) {
#contoffre h2 {
    width: 100%;
    margin: 0;
}
.container-lesoffres {
    padding: 60px 0px;
}
#contoffre div {
    width: 100%;
    margin: 10px 0 0;
}
#contoffre {
    width: 100%;
    margin-left: 0;
}
}
@media only screen and (max-width: 800px) {
.content-inter{
    display: block;
    flex-wrap: wrap;
    margin-top: 60px;
    text-align: center;
}
.colleft-inter {
    width: 100%;
}
.colleft-inter img {
    max-width: 400px;
}
.colright-inter {
    width: 100%;
    margin-left: 0;
    align-items: center;
    display: block;
        margin-top: 40px;
}
#titreavis {
    width: 100%;
    text-align: center;
}
}
@media only screen and (max-width: 600px) {
.col3 {
    margin-top: 10px;
}
.site-header {
    width: calc(100% - 40px);
    padding: 7px 20px;
}
div#main {
        margin-top: 86px;
    }
.intro-texte {
        font-size: 50px;
    }
#textepres {
        width: calc(100% - 100px);
        margin: 0 20px;
        max-width: calc(100% - 100px);
        left: 0px;
        padding: 30px;
}
#logo img {
        width: 120px;
}
#textepres {
        bottom: -310px;
}
.item-logo {
        width: calc(50% - 40px);
        margin: 20px;
}
.blocont {
    padding: 0 20px;
}
.container-lesoffres {
        padding: 35px 0px 40px;
}
.smaller .site-header {
    padding: 5px 20px;
}
.site-title img {
    width: 160px;
}
div#main {
        margin-top: 71px;
    }
.bloccontent-avantages h2 {
        margin-left: 0;
    }
.icone-avantage img {
        width: 75px;
    }
.icone-avantage {
    top: -4px;
}
.texte-avantage p {
    max-width: calc(100% - 60px);
}
.liste-avantages, div#gform_wrapper_1 {
    padding: 37px 20px 10px;
}
footer[role="contentinfo"] {
    max-width: calc(100% - 40px);
    padding: 30px 20px;
}
.site-info {
    display: block;
}
.col2 {
    display: none;
}
.col1, .col3 {
    width: 100%;
    text-align: center;
}
footer[role="contentinfo"] a{
    display: block;
    margin-right: 0;
}
.bloccontent-avantages h2 {
        margin-bottom: 25px;
    }
    #titreavis {
        padding-top: 50px;
    }
.background-logos {
    padding: 25px 0 50px 0;
}
.item-kit {
        width: 100%;
        padding: 40px 0 40px;
}
.liste-kits {
    width: 100%;
    margin-left: 0;
}
.intervention {
    margin-top: 0;
}
h2 {
   font-size: 35px !important;
}
.texte-inter p {
    font-size: 24px;
}
#container-link {
    padding-bottom: 60px;
    padding-top: 60px;
}
.page-template-default article {
    padding: 0 20px;
}
#contintro {
    bottom: 20px;
}
}
@media only screen and (max-width: 500px) {
#titre-marques h2 {
    padding: 25px 40px;
}
}
@media only screen and (max-width: 420px) {
.intro-texte {
        font-size: 40px;
}
    #textepres {
        bottom: -360px;
    }
    .container-avantages {
        padding: 340px 0 40px 0px;
    }
        .image-logo img {
        max-width: 125px;
    }
 }
