/**
Theme Name: Agoralys
Author: Agence Agoralys
Author URI: https://www.agoralys.com
Description: Agoralys is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Agoralys offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Agoralys . Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agoralys
Template: astra
*/

@font-face {
    font-family: 'Red Hat Display Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Red Hat Display'), local('RedHatDisplay-Regular'), url(./fonts/RedHatDisplay-Regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Red Hat Display Medium';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Red Hat Display Medium'), local('RedHatDisplay-Medium'), url(./fonts/RedHatDisplay-Medium.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Red Hat Display Bold';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Red Hat Display Bold'), local('RedHatDisplay-Bold'), url(./fonts/RedHatDisplay-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Red Hat Display Black';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Red Hat Display Black'), local('RedHatDisplay-Black'), url(./fonts/RedHatDisplay-Black.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*html{
    font-family: 'Red Hat Display Medium';
}*/

strong {
    font-weight: 600;
}
p {
    margin-bottom: 0 !important;
    /*font-family: 'Red Hat Display Medium';*/
}

p a{
    font-size: 17px;
    font-weight: 500;
}
/*------------------header/footer----------------*/

 .elementor-element.elementor-element-e3bb6be{
        margin-bottom: 0px !important;
    }

.fr {
    padding-right:20px;
}

.en {
    padding-left:20px;
    color: #B0BACE;
}

.langues a:active, .langues a:hover{
    color: #3be2a6;
}

@media(min-width:768px) {
    .btn-top-header .elementor-widget-wrap {
        display: flex;
        flex-wrap: inherit;
        justify-content: flex-end;
        align-items: center
    }
    .btn-top-header .elementor-element {
        width: auto
    }
}
.contact-conseil {
    background-color: #3be2a6;
    padding: 4px 4px 4px 10px;
    float: right;
    display: block;
    color: #122548;
    font-family: 'Red Hat Display Medium';
}
.contact-conseil:hover {
    color: #fff;
    background-color: #122548;
}
.contact-conseil span {
    background-color: #fff;
    padding: 2px 4px;
    color: #122548;
    margin-left: 6px;
    font-size: 14px;
    font-family: 'Red Hat Display Black';
}
.contact-conseil::before {
    content: url(/wp-content/uploads/2019/09/phone.svg);
    margin-right: 10px;
    position: relative;
    top: 1px
}
.contact-conseil.desktop {
    display: none
}
@media(min-width:768px) {
    .contact-conseil.mob {
        display: none
    }
    .contact-conseil.desktop {
        display: block
    }
}
.top-reseaux {
    list-style: none;
    display: flex;
    margin: 0
}
.top-reseaux li {
    padding: 0 13px;
    position: relative;
}
.top-reseaux li:first-child {
    padding-left: 0
}
.top-reseaux li a {
    transition: all 0.3s ease-in-out
}
.top-reseaux li a img {
    transition: all 0.3s ease-in-out;
    height: 16px
}
.top-reseaux li a:hover img {
    transform: translateY(-5px)
}
.top-reseaux li::after {
    content: "";
    height: 20px;
    border-right: 2px solid #3BE2A6;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(19%);
}
.top-reseaux li:last-child::after {
    display: none
}
.top-reseaux-footer {
    list-style: none;
    display: flex;
    margin: 0
}
.top-reseaux-footer li {
    padding: 0 19px;
    position: relative;
}
.top-reseaux-footer li:first-child {
    padding-left: 0
}
.top-reseaux-footer li a {
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.top-reseaux-footer li a img {
    transition: all 0.3s ease-in-out;
    height: 21px
}
.top-reseaux-footer li a:hover img {
    transform: translateY(-5px)
}
.top-reseaux-footer li::after {
    content: "";
    height: 20px;
    border-right: 2px solid #3BE2A6;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(19%);
}
.top-reseaux-footer li:last-child::after {
    display: none
}
@media(max-width:767px) {
    .top-reseaux.contactpage {
        justify-content: center;
    }
}
.nomargbottom,
.nomargbottom .elementor-widget {
    margin-bottom: 0 !important
}
#support-link svg {
    width: 1.5em;
    vertical-align: middle
}
#support-link .elementor-button-content-wrapper,
.btn-icone .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.btn-icone.icone-right .elementor-button-content-wrapper .elementor-button-icon {
    order: 2;
}
.btn-icone.icone-right .elementor-button-content-wrapper .elementor-button-icon svg {
    width: 18px;
}
.btn-skew a.elementor-button-link {
    transform: skew(-8deg);
}
.btn-skew .elementor-button-content-wrapper {
    transform: skew(8deg);
}
.list-copyright ul {
    list-style: none;
    display: flex;
    margin: 0
}
.tiret p::before {
    content: "";
    border-top: 4px solid #3BE2A6;
    width: 15px;
    display: inline-block;
    margin-right: 11px;
    vertical-align: middle;
    margin-top: -3px;
}
.list-copyright ul li a {
    margin: 0 15px;
}
.list-copyright ul li:first-child {
    border-right: 1px solid #7888A7
}
.list-copyright ul li a {
    list-style: none;
    display: flex;
    color: #7888A7;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s ease-in-out
}
.list-copyright ul li a:hover {
    color: #3BE2A6
}
.a-agoralys {
    position: absolute;
    bottom: -29px;
    right: 1px;
    z-index: 0;
    max-width: 306px !important;
}
.logo-agoralys {
    max-width: 200px !important;
}
@media(max-width:768px) {
    .top-reseaux-footer,
    .list-copyright ul {
        justify-content: center;
    }
    .footerlogo {
        margin: 0 auto
    }
    
    .elementor-element.elementor-element-e3bb6be{
        margin-bottom: 10px !important;
    }
}
@media(min-width:1200px) {
    .logo-agoralys {
        max-width: 230px !important;
    }
}
@media(min-width:1025px) {
    .top-reseaux li {
        padding: 0 19px;
    }
}
@media(min-width:1200px) {
    .a-agoralys {
        max-width: 340px !important;
    }
}

/*-------------------1025------------------*/

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .col-1-1025 {
        width: 1% !important
    }
    .col-2-1025 {
        width: 2% !important
    }
    .col-4-1025 {
        width: 4% !important
    }
    .col-12-1025 {
        width: 12% !important
    }
    .col-14-1025 {
        width: 14% !important
    }
    .col-20-1025 {
        width: 20% !important
    }
    .col-22-1025 {
        width: 22% !important
    }
    .col-23-1025 {
        width: 23% !important
    }
    .col-24-1025 {
        width: 24% !important
    }
    .col-25-1025 {
        width: 25% !important
    }
    .col-26-1025 {
        width: 26% !important
    }
    .col-28-1025 {
        width: 28% !important
    }
    .col-29-1025 {
        width: 29% !important
    }
    .col-32-1025 {
        width: 32% !important
    }
    .col-33-1025 {
        width: 33% !important
    }
    .col-34-1025 {
        width: 34% !important
    }
    .col-36-1025 {
        width: 36% !important
    }
    .col-37-1025 {
        width: 37% !important
    }
    .col-38-1025 {
        width: 38% !important
    }
    .col-40-1025 {
        width: 40% !important
    }
    .col-41-1025 {
        width: 41% !important
    }
    .col-42-1025 {
        width: 42% !important
    }
    .col-46-1025 {
        width: 46% !important
    }
    .col-48-1025 {
        width: 48% !important
    }
    .col-54-1025 {
        width: 54% !important
    }
    .col-55-1025 {
        width: 55% !important
    }
    .col-58-1025 {
        width: 58% !important
    }
    .col-60-1025 {
        width: 60% !important
    }
    .col-64-1025 {
        width: 64% !important
    }
    .col-72-1025 {
        width: 72% !important
    }
    .col-74-1025 {
        width: 74% !important
    }
    .col-79-1025 {
        width: 79% !important
    }
    .col-92-1025 {
        width: 92% !important
    }
    .col-96-1025 {
        width: 96% !important
    }
    .col-98-1025 {
        width: 98% !important
    }
    .encart > .elementor-column-wrap {
        margin-top: -140px !important;
        padding: 4% !important
    }
    .titre-1025 h3 {
        font-size: 28px !important;
    }
    .padding-1025 .elementor-column-wrap {
        padding-right: 30px !important;
    }
    .hide-2025 {
        display: none;
    }
    .row-titre-ref {
        margin-top: -77px !important
    }
    .sitedesktop img {
        width: 82% !important
    }
    .section-1025 {
        padding-top: 4% !important;
        margin-bottom: 0 !important
    }
    .section_ban-1025 {
        padding: 60px 0 60px 0 !important
    }
}

/*-------------------*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .listsol ul {
        width: 60% !important;
    }
}

/*accuei*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .flex-tab>.elementor-column-wrap > .elementor-widget-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: inherit;
    }
    .flex-tab>.elementor-column-wrap > .elementor-widget-wrap section:first-child {
        margin-right: 10px;
    }
    #news2 .uael-post-grid__inner .uael-post-wrapper:first-child {
        padding-right: 5px;
    }
    #news2 .uael-post-grid__inner .uael-post-wrapper:nth-child(2) {
        padding-left: 5px;
    }
}

/*accueil onglets*/


/*.tab-solutions  .elementor-tab-title.elementor-active{
    background-color: #3be2a6;
}*/

.tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title {
    font-size: 16px;
    width: 33%;
}
.tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title:hover::before {
    width: 80%;
}
.tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title::before {
    content: "";
    z-index: -1;
    width: 10px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-color: #3be2a6;
    transition: all 0.3s ease-in-out
}
.tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title.elementor-active::before {
    content: "";
    width: 80% !important;
    z-index: -1;
    height: 45px !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    background-color: #3be2a6;
}
.tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content {
    background-color: #FCFCFD;
    padding: 20px;
}
.tab-solutions .elementor-tab-mobile-title {
    background-color: #dee2e9;
    border-bottom: 2px solid #fff !important
}
.tab-solutions .elementor-tab-mobile-title.elementor-active {
    background-color: #3be2a6;
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title {
    font-size: 14px;
    padding-left: 0;
    padding-right: 50px
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title:hover a {
    color: #3BE2A6
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title a::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab.svg);
    float: right;
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title.elementor-active a::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab-active.svg);
    float: right;
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active a {
    color: #122548;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
    display: block
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active a:hover::after {
    transform: translateX(10px)
}
.tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active a::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab.svg);
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
}
.tabtab .elementor-tab-mobile-title.elementor-active {
    background-color: #dee2e9;
    color: #3e4d6a !important;
}
@media(min-width:768px) {
    .tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper {
        display: flex;
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper {
        display: flex;
        flex-direction: column;
        width: 33.3%;
    }
    .tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content {
        padding: 50px 20px 50px 0;
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active {
        display: flex !important;
        align-items: center;
        height: 100%;
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active a {
        margin-top: 0
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active p:first-child {
        width: 50%;
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-content-wrapper> .elementor-tab-content.elementor-active a {
        width: 50%;
        padding-left: 45px;
    }
}
@media(min-width:1200px) {
    .tab-solutions> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title {
        font-size: 20px;
    }
    .tabtab> .elementor-widget-container>.elementor-tabs>.elementor-tabs-wrapper>.elementor-tab-title {
        font-size: 16px;
    }
}
@media(max-width:767px) {
    .tabtab .elementor-tab-content.elementor-active {
        border-bottom: 1px solid #dee2e9 !important
    }
}

/*accueil reas--------*/

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .agoralys-eim {
        background-image: url(/wp-content/uploads/2019/10/agoralys-marketing.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .agoralys-eim {
        background-image: url(/wp-content/uploads/2019/10/everything-is-marketing.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

/*accueil news--------*/

.elementor-element.contentpost.elementor-widget.elementor-widget-theme-post-content h2, .elementor-element.contentpost.elementor-widget.elementor-widget-theme-post-content h3{
    margin: 20px 0 20px 0 !important;
}

.elementor-element.contentpost.elementor-widget.elementor-widget-theme-post-content p, .elementor-element.contentpost.elementor-widget.elementor-widget-theme-post-content li{
        margin: 20px 0 20px 0 !important;
}

.button_art{
        margin-top:20px;
}

.button-link a{
    color:white !important;
}
.newstitre h2 {
    text-shadow: #3BE2A6 1px 1px, #3BE2A6 -1px 1px, #3BE2A6 -1px -1px, #3BE2A6 1px -1px
}
#news1 .uael-post__inner-wrap,
#news1 .uael-post__bg-wrap {
    height: 100%;
}
#news2 .uael-post__inner-wrap,
#news2 .uael-post__bg-wrap {
    height: 100%;
}
#news1 .uael-post-wrapper,
#news1 .uael-post__footer {
    margin-bottom: 0 !important;
    margin-top: 0;
}
#news1 .uael-post__content-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: start;
}
#news2 .uael-post__content-wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#news2 .uael-post__title {
    margin-bottom: 0;
    width: 75%
}
#news1 .uael-post__read-more,
#news2 .uael-post__read-more {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    transform: skew(-8deg)
}
#news1 .uael-post__read-more span,
#news2 .uael-post__read-more span {
    transform: skew(8deg)
}
#news1 .uael-post-wrapper,
#news2 .uael-post-wrapper {
    min-height: 207px;
}
@media(min-width:768px) {
    #news1 .uael-post-wrapper {
        min-height: 425px;
        height: 425px;
    }
    #news2 .uael-post-wrapper {
        min-height: 207px;
        height: 207px;
    }
}

/*accueil partenaires*/

.part-car .swiper-pagination-bullet {
    height: 4px !important;
    width: 20px !important;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.part-car .swiper-pagination-bullet-active {
    background-color: #3be2a6 !important;
}
@media(max-width:1024px) {
    .part-car .swiper-pagination {
        display: none
    }
}
@media(max-width:1199px) {
    .part-car .elementor-carousel-image {
        background-size: contain !important
    }
}

/*------------*/

.link-box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}
.link-box:hover {
    background-color: rgba(255, 255, 255, 0.1);
    ;
}
.titre-sol a {
    display: block;
    color: #fff !important
}
.titre-sol a:hover {
    color: #fff
}
.h1home h1::before {
    top: 0;
    content: "";
    width: 34px;
    height: 57px;
    background-color: #3BE2A6;
    -webkit-clip-path: polygon(0 0, 63% 0, 92% 100%, 26% 100%);
    clip-path: polygon(0 0, 63% 0, 92% 100%, 26% 100%);
    display: block;
    position: absolute;
    left: 0;
}
@media(min-width:768px) {
    .h1home h1::before {
        width: 48px;
    }
}
.h2pages h2::before {
    top: 50%;
    content: "";
    width: 48px !important;
    height: 57px !important;
    background-color: #3BE2A6;
    -webkit-clip-path: polygon(0 0, 63% 0, 92% 100%, 26% 100%);
    clip-path: polygon(0 0, 63% 0, 92% 100%, 26% 100%);
    display: block;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}
.arrowhome {
    float: right;
    width: 37px;
}
.block-ref .elementor-widget-container,
.block-ref.elementor-widget-wrap>.elementor-element,
.block-ref .elementor-element {
    height: 100%
}
a.link-ref {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
}
a.oxand {
    background-image: url(/wp-content/uploads/2019/09/oxand-c.svg)
}
a.oxand:hover {
    background-image: url(/wp-content/uploads/2019/09/oxand-hover.svg)
}
a.carrere {
    background-image: url(/wp-content/uploads/2019/09/2-logo-carrere.svg)
}
a.carrere:hover {
    background-image: url(/wp-content/uploads/2019/09/1-logo-carrere-hover.svg)
}
a.devinci {
    background-image: url(/wp-content/uploads/2019/09/devinci.svg)
}
a.devinci:hover {
    background-image: url(/wp-content/uploads/2019/09/devinci-hover.svg)
}
a.movida {
    background-image: url(/wp-content/uploads/2019/09/4-logo-movida.svg)
}
a.movida:hover {
    background-image: url(/wp-content/uploads/2019/09/4-logo-movida-hover.svg)
}
a.resineo {
    background-image: url(/wp-content/uploads/2019/09/5-logo-resineo.svg)
}
a.resineo:hover {
    background-image: url(/wp-content/uploads/2019/09/5-logo-resineo-hover.svg)
}
a.activa {
    background-image: url(/wp-content/uploads/2019/09/6-logo-activa.svg)
}
a.activa:hover {
    background-image: url(/wp-content/uploads/2019/09/6-logo-activa-hover.svg)
}
a.festibike {
    background-image: url(/wp-content/uploads/2019/09/7-logo-festibike.svg)
}
a.festibike:hover {
    background-image: url(/wp-content/uploads/2019/09/7-logo-festibike-hover.svg)
}
a.atb {
    background-image: url(/wp-content/uploads/2019/09/8-logo-atb.svg)
}
a.atb:hover {
    background-image: url(/wp-content/uploads/2019/09/8-logo-atb-hover.svg)
}
a.van-away {
    background-image: url(/wp-content/uploads/2019/09/9-logo-van-away.svg)
}
a.van-away:hover {
    background-image: url(/wp-content/uploads/2019/09/9-logo-van-away-hover.svg)
}
a.redsol {
    background-image: url(/wp-content/uploads/2019/09/10-logo-redsol.svg)
}
a.redsol:hover {
    background-image: url(/wp-content/uploads/2019/09/10-logo-redsol-hover.svg)
}
a.dexstr {
    background-image: url(/wp-content/uploads/2019/09/11-logo-dexstr.svg)
}
a.dexstr:hover {
    background-image: url(/wp-content/uploads/2019/09/11-logo-dexstr-hover.svg)
}
a.boxalacarte {
    background-image: url(/wp-content/uploads/2019/09/12-logo-box-a-la-carte.svg)
}
a.boxalacarte:hover {
    background-image: url(/wp-content/uploads/2019/09/12-logo-box-a-la-carte-hover.svg)
}
a.lastours {
    background-image: url(/wp-content/uploads/2019/09/13-logo-chateau-lastours.svg)
}
a.lastours:hover {
    background-image: url(/wp-content/uploads/2019/09/13-logo-chateau-lastours-hover.svg)
}
a.yanature {
    background-image: url(/wp-content/uploads/2019/09/14-logo-yanature.svg)
}
a.yanature:hover {
    background-image: url(/wp-content/uploads/2019/09/14-logo-yanature-hover.svg)
}
a.gfdc {
    background-image: url(/wp-content/uploads/2019/09/15-logo-financiere-capitole.svg)
}
a.gfdc:hover {
    background-image: url(/wp-content/uploads/2019/09/15-logo-financiere-capitole-hover.svg)
}
a:focus {
    outline: none !important
}
.h1pages h1::before,
.h1pages p::before {
    content: "";
    height: 32px;
    border-right: 8px solid #3BE2A6;
    display: inline-block;
    margin-right: 15px;
    transform: translateY(2px);
}
.filariane a {
    color: #122548;
    font-weight: 600;
    font-size: 14px;
}
.filariane .breadcrumb-item.active a {
    color: #3BE2A6
}
.list-content ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}
.list-content ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 600;
    color: #122548;
    margin-bottom: 10px;
    font-size: 17px
}
.list-content ul li::before {
    content: "";
    width: 18px;
    border-top: 5px solid #3BE2A6;
    position: absolute;
    left: 0;
    top: 9px;
}
img.trace {
    margin: -50px auto -50px;
    display: block;
    width: 150px;
}
img.trace-left {
    margin: -50px 0 -50px;
    display: block;
    width: 150px;
}
@media(max-width:767px) {
    .filariane .breadcrumb-item a {
        font-size: 13px
    }
}

/*Page SOLUTIONS*/

@media(min-width:768px) {
    .list-solution {
        display: inline-block;
        width: 50% !important;
    }
}

/*.list-solution li::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab.svg);
    float: right;
}*/

.list-solution a,
.list-arrow a {
    color: #122548;
}
.list-solution li:hover a {
    color: #3be2a6;
    transition: all 0.3s ease-in-out;
}
.list-arrow li::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab.svg);
    float: right;
}
.list-arrow li:hover a {
    color: #3be2a6;
    transition: all 0.3s ease-in-out;
}
.list-arrow li a {
    font-size: 15px
}
@media(min-width:1024px) {
    .list-arrow li a {
        font-size: 14px
    }
}
@media(min-width:1200px) {
    .list-arrow li a {
        font-size: 17px
    }
}

/* PARTENAIRES */

.onglet-partenaire .elementor-tab-title {
    width: 26%;
    background-color: #000;
    text-align: center;
}
.onglet-partenaire-impaire .elementor-tab-title:nth-child(odd) {
    background-color: #E6EAF0;
}
.onglet-partenaire-impaire .elementor-tab-title:nth-child(even) {
    background-color: #F3F5F8;
}
.onglet-partenaire-paire .elementor-tab-title:nth-child(odd) {
    background-color: #F3F5F8;
}
.onglet-partenaire-paire .elementor-tab-title:nth-child(even) {
    background-color: #E6EAF0;
}
.onglet-partenaire .elementor-tab-title.elementor-active {
    background-color: #3BE2A6;
}
.onglet-partenaire .elementor-tab-title img {
    padding: 5% 8% 5% 8%;
}
.onglet-partenaire .elementor-tab-title {
    padding: 0px;
}
.onglet-partenaire .elementor-tabs-wrapper {
    display: flex;
}
.onglet-partenaire H2::after {
    content: "";
    width: 30px;
    border-top: 7px solid #3BE2A6;
    display: block;
    margin: 2px 0px 20px 0px;
}
.onglet-partenaire H2 {
    font-weight: 800;
}
a.part-savoir {
    color: #3BE2A6;
    display: block;
    font-weight: 600;
    padding-top: 30px;
}
a.part-savoir::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab-active.svg);
    padding-left: 15px;
}
.col-part {
    display: flex;
}
.col-part div:first-child {
    padding-right: 30px;
}
.onglet-partenaire .elementor-tab-content {
    padding: 50px 0 50px 0;
}
.onglet-partenaire .elementor-tab-content {
    margin: 0 30px 0 30px
}
@media(min-width:1200px) {
    .onglet-partenaire .elementor-tab-content {
        margin: 0 90px 0 90px;
    }
}

/* REFERENCES */

.ref .uael-post__content-wrap {
    border-left: 7px solid #3BE2A6;
    padding: 0 30px 0 20px !important;
    line-height: 20px
}
.ref img {
    margin-bottom: 15px;
    height: 200px;
    object-fit: cover;
}
@media(min-width:1200px) {
    .ref img {
        height: 277px;
    }
}

/*-----YANATURE------*/

.yanature .newstitre h2 {
    text-shadow: #122548 1px 1px, #122548 -1px 1px, #122548 -1px -1px, #122548 1px -1px;
}

/*-----FONDATION BLUE PLANET------*/

.missiondeepblue.newstitre h2 {
    text-shadow: #122548 1px 1px, #122548 -1px 1px, #122548 -1px -1px, #122548 1px -1px text-shadow: #122548 1px 1px, #122548 -1px 1px, #122548 -1px -1px, #122548 1px -1px
}
.reefscapers a {
    color: #3BE2A6;
    font-weight: 600;
}
.reefscapers a:hover {
    color: #122548;
    transition: all 0.3s ease-in-out
}
@media(max-width:1199px) {
    .video-blueplanet iframe {
        margin: 0 auto !important;
        display: block !important;
        width: auto;
        max-width: auto;
    }
}

/*--------KINSTA--------*/


/*blog*/

.contentpost p {
    font-size: 17px
}
.contentpost h2 {
    font-size: 23px;
    color: #122548;
    font-weight: 500;
}
.contentpost a {
    color: #122548;
    text-decoration: underline
}
.contentpost blockquote {
    border-left: 5px solid rgb(59, 226, 166);
    color: #122548;
}
.quote::after {
    content: url(/wp-content/uploads/2019/10/quote-right-light.svg);
    width: 49px;
    display: block;
    float: right;
    position: absolute;
    right: 0;
    bottom: -30px
}
.quote::before {
    content: url(/wp-content/uploads/2019/10/quote-right-light2.svg);
    width: 49px;
    display: block;
}
.onglet-info .elementor-tab-content.elementor-active {
    background-color: #fff;
    padding: 20px;
}
.onglet-info .elementor-tab-title {
    width: 50%;
    text-align: center;
}
.onglet-info .elementor-tab-title:first-child::after {
    content: "";
    height: 17px !important;
    display: block;
    border-right: 1px solid #b0bace !important;
    position: absolute;
    right: 0;
    width: 0 !important;
    top: 50%;
    transform: translateY(-50%);
}
.onglet-info .elementor-tab-title.elementor-active {
    border-bottom: 2px solid #3be2a6 !important;
}
.onglet-info .elementor-tab-title h3 {
    font-size: 19px;
}
.onglet-info .elementor-tab-title.elementor-active h3 {
    color: #122548;
    font-weight: 600;
}
.onglet-info .elementor-tabs-wrapper {
    display: flex;
}
.onglet-info .elementor-tab-title.elementor-tab-mobile-title {
    display: none
}
@media(min-width:768px) {
    .onglet-info .elementor-tab-content .one {
        width: 70%;
    }
    .onglet-info .elementor-tab-content .two {
        width: 30%;
    }
    .onglet-info .elementor-tab-content.elementor-active {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        padding: 50px;
    }
}

.banniere{
    border-top: 5px;
    border-bottom: 5px;
    border-style: solid;
    border-color: #F3F2F7;
}
.Titre_ban{
    margin: 30px 0 30px 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.button_contact{
    background-color: #3be2a6;
    font-family: "Red Hat Display", Sans-serif;
    border: none;
    display: block;
    margin: 30px auto;
    padding: 10px;
    letter-spacing: 1px;
    font-weight:500;
}

.button_contact a{
    color:#122548;
}

.button_contact a:hover{
    color:#fff;

}

.button_contact:hover{
    background-color:#122548;
    transition: all 0.3s ease-in-out;

}


/*---------bar bottom-----------*/

.telbar {
    white-space: nowrap
}
.bottombar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 80;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.14);
}
.bottombar .expertise {
    align-items: center;
}
.bottombar .expertise span {
    margin-right: 20px;
}
.bottombar .expertise a {
    border-left: 4px solid #3be2a6;
    color: #122548;
    margin-right: 25px;
    padding: 4px 8px;
    font-weight: 500
}
.bottombar .expertise a:hover {
    color: #3be2a6;
}
.bottombar .expertise a::after {
    content: url(/wp-content/uploads/2019/09/arrow-tab-active.svg);
    padding-left: 10px;
}
.bottombar .securite a {
    font-weight: 500;
    font-size: 17px
}
.bottombar .securite a:hover {
    color: #122548
}
.bottombar .securite a::before {
    content: url(/wp-content/uploads/2019/10/securite.png);
    padding-right: 10px;
    vertical-align: middle;
    display: inline-block;
}
.bottombar .col-22 {
    display: none
}
.contactspan,
.emailbar,
.telbar {
    display: none
}
.bottombar .expertise {
    text-align: center
}
.bottombar .expertise p {
    margin-bottom: 15px;
    display: block;
    color: #122548;
    text-transform: uppercase;
    font-weight: 800
}
.bottombar a.telmob {
    margin-right: 0 !important;
    border: none;
    background-color: #3be2a6;
    color: #122548;
    padding: 6px 19px;
    margin-bottom: 4px;
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}
.bottombar a.telmob::after {
    display: none
}
@media(min-width:768px) {
    .bottombar .offset-md-8 {
        margin-left: 4%
    }
    .bottombar .col-62 {
        width: 92%;
        display: inline-flex;
        justify-content: space-between
    }
    .bottombar a.telmob {
        display: none
    }
    .contactspan,
    .emailbar,
    .telbar {
        display: block
    }
    .bottombar .expertise p {
        margin-right: 40px;
        margin-bottom: 0
    }
}
@media(min-width:1025px) {
    .bottombar .col-22 {
        width: 29%;
        display: inline-flex;
    }
    .bottombar .col-62 {
        width: 63%;
        justify-content: flex-start
    }
    .bottombar .expertise p {
        margin-right: 16px;
    }
    .bottombar .expertise a {
        margin-right: 5px;
    }
}
@media(min-width:1200px) {
    .bottombar .offset-md-8 {
        margin-left: 8%
    }
    .bottombar .col-22 {
        width: 25%;
    }
    .bottombar .col-62 {
        width: 59%;
    }
    .bottombar .expertise a {
        margin-right: 30px;
    }
    .bottombar .expertise p {
        margin-right: 40px;
    }
}

/*-----------formulaire-------*/
.gfield input, .gfield select{
    width:100% !important;
    height: 32px;
}
#gform_wrapper_1{
    margin-top:0
}
.gform_wrapper li.gfield{
    margin-bottom:8px !important
}
@media(min-width:768px) {
    .demi {
        width: 48%;
        display: inline-block;
    }
    .demiright{
        float:right
    }
}
