/* @ Matthieu */

#header {
    z-index: 200;
    opacity: 1;
    background-color: #8E6FA8;
}

#header2_logo {
    z-index: 800;
}

.nav-pills img {
    margin: 0px 5px;
}

#hea2 {
    background-color: #fff;
}

.slider {
    height: 340px;
}

h1 {
    margin: 0px;
    padding: 30px;
    font-size: 28px;
    font-weight: bold;
    text-transform: none;
    text-transform: uppercase;
}

h2 {
    color: #445055;
    margin: 15px auto;
    font-size: 32px;
}

h3 {}

h4 {
    color: #445055;
}

p {
    margin: 0px auto 15px;
    font-size: 14px;
    line-height: 20px;
}

li {
    font-size: 14px;
    line-height: normal;
}

a {
    color: #e14256;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    color: #e14256;
}

a:focus {
    color: #A90A2E;
}

.igt-wrapper h2 {
    /*color: #fff;*/
}

.row {
    background-size: cover !important;
}

.row.flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.container.page {
    padding: 0px 15px;
}

#footer1 {
    margin-top: 20px;
}

#footer2 li {
    margin: 0px;
}

a.read-more {
    display: block;
    margin: 20px auto 10px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    text-transform: uppercase;
    color: #445055;
    border: 2px solid #445055;
    font-size: 14px;
    width: 145px;
    text-align: center;
}

a.read-more:hover {
    color: #fff;
    background-color: #445055;
    text-decoration: none;
}

a.read-more.red {
    color: #e14256;
    border: 2px solid #e14256;
}

a.read-more.red:hover {
    background-color: #e14256;
    color: #ffffff;
}

.btn.btn-block {
    display: block;
    margin: 10px auto 10px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    text-transform: uppercase;
    color: #445055;
    border: 2px solid #445055;
    font-size: 14px;
    width: 140px !important;
    text-align: center;
}

.btn.btn-block:hover {
    color: #fff;
    background-color: #445055;
    text-decoration: none;
}


/* --- */


/* ACF */


/* --- */


/* SPACER */

.spacer {
    height: auto !important;
    font-weight: bold;
    padding: 15px;
}

.spacer p {
    margin: 0px;
    font-size: 18px;
    text-align: center;
}


/* BOX */

.box {
    width: 210px;
    margin: 15px;
    padding: 15px;
    position: relative;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.box img {
    height: 45px;
    margin: 15px auto 15px;
    display: block;
}

.box.box-7203 img,
.box.box-26888 img {
    height: 130px;
    margin: 0px auto 0px;
    display: block;
}

.box h3 {
    font-size: 14px;
    font-weight: bold;
    color: #929292;
    line-height: normal;
    text-align: center;
}

.box p {
    color: #929292;
    font-weight: bold;
    min-height: 34px;
}

.box .read-more {
    text-align: center;
    margin: 30px auto 15px !important;
}

.box .read-more a {
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 100px;
}

.product.box img {
    height: 60px;
}


/* SPECIES */

.species-hp {
    padding: 15px;
}

.species-hp h2 {
    color: #ffffff;
}

.specie.box {
    background-image: url(../img/bg_box2.png);
    background-position: center;
    background-repeat: none;
    background-color: transparent;
    background-size: contain;
}


/* FAMILIES & PRODUCTS */

.products-hp,
.families-hp {
    padding: 15px;
}

.products-hp h2,
.families-hp h2 {
    color: #ffffff;
}

.products-hp .left,
.families-hp .left {
    float: left;
    width: 20%;
}

.products-hp .intro,
.families-hp .intro {
    color: #fff;
    margin: 15px auto;
    padding: 0px 15px;
}

.product.box::after,
.family.box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #946DAC;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product.box .logo,
.family.box .logo {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0px auto 15px;
    border-radius: 100px;
}


/* SERVICES */

.services-hp {
    padding: 15px;
}

.service.box {
    background-color: #ffffff;
}

.service.box img {
    margin-top: 0px;
}

.service.box img.mini {
    width: auto;
    height: 40px;
    display: inline-block;
    margin: 0px;
}

.service h3 {
    min-height: 34px;
}

.service.box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #F5F5F5;
    position: absolute;
    right: 0;
    bottom: 0;
}

.service.box .angle {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-top-left-radius: 5px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #445055 transparent transparent transparent;
}


/* TOOLS */

.tools {
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    border-radius: 30px;
}

.tools h2 {
    color: #ffffff;
}

.tool.box {
    background-color: #fff;
}

.tool.box img {
    height: 90px;
    max-width: 100%;
    margin: 5px auto 10px;
    display: block;
}

.tool h3 {
    min-height: 34px;
}

.tool.box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #bdc3c7;
    position: absolute;
    right: 0;
    bottom: 0;
}

.tool.box .angle {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-top-left-radius: 5px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #7d8427 transparent transparent transparent;
}


/* PRODUCTS */

.products {
    padding: 15px;
    margin-bottom: 5px;
    border-radius: 30px;
    position: relative;
    z-index: 100;
}

.products h2 {
    color: #ffffff;
}

.product h3 {
    min-height: 34px;
    text-transform: none;
}


/* BT HP */

.bt {
    width: 100%;
    max-width: 350px;
    margin: auto;
    text-align: center;
    border-radius: 100px;
}

.bt a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.bt.contact {
    background-color: #e14256;
}

.bt.publications {
    background-color: #929292;
}


/* MEGA MENU */

/* EN & TR */
.menu-item-117036,
.menu-item-21081 {
    position: relative;
    top: -3px;
    left: -5px;
}

.menu-item-117036 a i,
.menu-item-21081 a i {
    color: #445055!important;
}

.menu-item-117036:hover a i,
.menu-item-21081:hover a i {
    color: #e14256!important;
}

.menu-item-117036.current_page_item i,
.menu-item-21081.current_page_item i {
    color: #ffffff!important;
}

@media (max-width: 992px) {
    .menu-item-117036.current_page_item ,
    .menu-item-21081.current_page_item i {
        color: inherit!important;
    }
}

.other_language_nav a {
    /*text-transform: initial!important;*/
    color: #707070!important;
}
.other_language_nav:hover a {
    color: #e14256!important;
}

nav ul li ul {
    display: none;
    position: absolute;
    top: 30px;
    z-index: 500;
}

nav ul li:hover ul {
    display: block;
}

nav ul li {
    list-style: none;
}

.nav>li {
    margin: 0px;
}

.menu_primaire li {
    float: none !important;
    position: relative;
    margin: 0px;
}

.menu_primaire li:first-child a {
    color: #445055;
}

.menu_primaire li:first-child a:hover {
    color: #e14256;
}

.menu_primaire li a:hover {
    color: #e14256;
}

.menu_primaire li.current-menu-item a {
    background-color: #e14256;
}

.menu_primaire .products_menu.current-menu-item a {
    background-color: transparent;
}

.menu_primaire .products_menu.current-menu-item>a {
    background-color: #e14256;
}

nav ul .products_menu ul {
    padding: 15px;
    background-color: #fff;
}

nav ul .products_menu>ul {
    max-width: 1100px;
    min-width: 1100px;
    margin: auto;
    left: 0px;
    right: 0px;
}


/* nav ul .products_menu > ul:before
{
    content: 'Products';
    display: block;
    background-color: #8e6fa8;
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 5px 0px;
    border-radius: 15px 15px 0 0;
} */

nav ul .products_menu ul li.current-menu-item a {
    background-color: transparent;
}

nav ul .products_menu ul .family_menu {
    float: none !important;
    display: inline-block;
    padding: 10px;
    margin: 10px 2px;
    width: 256px;
    height: 210px;
    border-radius: 15px 15px 0px 0px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px 10px;
}

nav ul .products_menu ul li.family_1 {
    background-color: #EA8D00;
    background-image: url(../img/picto-Palatability.png);
}

nav ul .products_menu ul li.family_2 {
    background-color: #A90A2E;
    background-image: url(../img/picto-Essential-nutrients.png);
}

nav ul .products_menu ul li.family_3 {
    background-color: #ED6DA1;
    background-image: url(../img/picto-Feed-Digestibility.png);
}

nav ul .products_menu ul li.family_4 {
    background-color: #784997;
    background-image: url(../img/picto-HBN.png);
}

nav ul .products_menu ul li.family_5 {
    background-color: #FFCF00;
    background-image: url(../img/picto-Feed-preservation.png);
}

nav ul .products_menu ul li.family_6 {
    background-color: #32C035;
    background-image: url(../img/picto-Mycotoxin-management.png);
}

nav ul .products_menu ul .family_menu a {
    padding-left: 40px;
    color: #ffffff !important;
    text-transform: none;
    font-size: 18px;
}

nav ul .products_menu ul .family_menu.family_6 ul {
    top: 54px;
}

nav ul .products_menu ul .family_menu ul {
    padding: 10px;
    top: 40px;
    background-color: transparent;
}

nav ul .products_menu ul .family_menu ul li {
    height: auto;
}

nav ul .products_menu ul .family_menu ul li a {
    height: auto;
    padding: 2px 10px 2px 40px;
    font-size: 14px;
    font-weight: normal;
}

nav ul .products_menu ul .family_menu ul li a:hover {
    text-decoration: underline;
}

nav ul .products_menu ul .sub_species_menu {
    float: none !important;
    display: inline-block;
    padding: 0px;
    margin: 10px;
    width: 238px;
    height: 130px;
    /*background-color: #000;*/
}

nav ul .products_menu ul .sub_species_menu.current_page_item a {
    color: #445055 !important;
}

nav ul .products_menu ul .sub_species_menu.current_page_item a:hover {
    color: #e14256 !important;
}

nav ul .products_menu ul .sub_species_menu a {
    display: block;
	font-size: 18px;
    width: 100%;
    height: 180px;
    padding-top: 15px;
    padding-left: 15px;
    text-transform: uppercase;
    text-align: left;
    color: #fff !important;
    border-radius: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 256px 130px;
}

nav ul .products_menu ul .sub_species_menu.poultry_menu a {
    background-image: url(../img/species_poultry.jpg);
}

.readspecies {
	background-color: rgba(25, 25, 25, 0.5);
}

nav ul .products_menu ul .sub_species_menu.swine_menu a {
    background-image: url(../img/species_swine.jpg);
}

nav ul .products_menu ul .sub_species_menu.ruminants_menu a {
    background-image: url(../img/species_ruminant_2020.jpg);
}

nav ul .products_menu ul .sub_species_menu.fishes_menu a {
    background-image: url(../img/species_fishes.jpg);
}

nav ul .products_menu ul .sub_products_menu {
    float: none !important;
    display: inline-block;
    padding: 0px;
    margin: 10px;
    width: 248px;
    height: 210px;
    background-color: #F5F5F5;
}

nav ul .products_menu ul .sub_products_menu>a {
    display: block;
    background-color: #445055;
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
    padding: 10px 0px;
    border-radius: 15px 15px 0 0;
    width: 100%;
    text-align: center;
    text-transform: none;
}

nav ul .products_menu ul .sub_products_menu.services_menu>a {
    background-color: #445055;
}

nav ul .products_menu ul .sub_products_menu.tools_menu>a {
    background-color: #bdc3c7;
}

nav ul .products_menu ul .sub_products_menu.species_menu>a {
    background-color: #e14256;
}

nav ul .products_menu ul .sub_products_menu ul {
    top: 48px;
    padding: 0px;
    background-color: transparent;
}

.menu_primaire .sub_products_menu li:first-child a {
    color: #445055;
}

nav ul .products_menu ul .sub_products_menu ul li a {
    font-weight: normal;
    text-transform: none;
    padding: 2px 10px 2px 20px;
    color: #445055 !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    float: none;
}

nav ul .products_menu ul .sub_products_menu ul li a:hover {
    color: #445055;
    text-decoration: underline;
}

nav ul .sub_products_menu ul li.current-menu-item a {
    color: #445055 !important;
    background-color: transparent;
    border-radius: 0px;
}


/* SIMPLE TEXT */

.simple-text {
    padding: 10px;
}

.simple-text .row.flex {
    justify-content: space-around;
}

.simple-text .box p {
    color: #000000;
}

.simple-text .box .read-more a {
    border-radius: 100px;
    border: 2px solid #456baa;
    background-color: #fff;
    color: #456baa;
}

.simple-text .box .read-more a:hover {
    color: #fff !important;
    background-color: #456baa;
    ;
    text-decoration: none;
}

.st-collapsible-hidden {
    display: none;
    padding: 0px 20px 20px;
}

.st-collapsible-visible {
    display: block !important;
}

.st-collapsible {
    background-color: #fff;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: right 30px top 21px;
    background-size: 20px;
}

.st-collapsible.st-close {
    background-image: url(../img/collapsible-open.png);
}

.st-collapsible.st-open {
    background-image: url(../img/collapsible-close.png);
}

.st-collapsible h3 {
    font-weight: bold;
    margin: 0px;
    line-height: normal;
    cursor: pointer;
    padding: 20px 40px 20px 20px;
    user-select: none;
}

.adisseo-text-frame {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
}


/* IMAGE + TEXT */

.container-page {
    background-color: #f7f7f7;
}

.it-wrapper {
    padding: 10px 0;
}

.it-wrapper .adisseo-text-frame {
    margin: 10px;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
}

.it-wrapper .adisseo-text-frame p {
    font-size: 14px;
}

@media (max-width: 992px) {
    .it-wrapper .adisseo-text-frame {
        margin: 0;
    }
}

.adisseo-img-frame {
    text-align: center;
    padding: 30px 10px 0px;
}

.adisseo-img-frame img,
.ldp-image img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.image-left {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0px auto 15px;
}

.it-associations ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    text-align: center;
}

.it-associations li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.it-associations li img {
    width: auto;
    height: 30px;
}


/* SLIDER + TEXT */

.it-wrapper.carrousel_text .row {
    display: flex;
    justify-content: space-between;
    margin: 0!important;
}

@media screen and (max-width: 767px) {
    .it-wrapper.carrousel_text .row {
        flex-wrap: wrap;
    }
    .it-wrapper.carrousel_text .row .adisseo-text-frame{
        width: 100%;
    }
    .it-wrapper.carrousel_text .row .adisseo-text-frame img{
        width: 100%;
    }
}

.it-wrapper.carrousel_text .row::before,
.it-wrapper.carrousel_text .row::after {
    content: none;
}

.it-wrapper.carrousel_text .adisseo-text-frame {
    margin: 10px;
}

.it-wrapper.carrousel_text .slider .fraction-slider {
    overflow: visible;
}

.it-wrapper.carrousel_text .slider .fraction-slider .slide {
    position: initial;
}

.it-wrapper.carrousel_text .slider .fraction-slider .slide img {
    position: initial;
    height: auto;
}

.it-wrapper.carrousel_text .slider .fraction-slider .prev {
    left: 0px;
}

.it-wrapper.carrousel_text .slider .fraction-slider .next {
    right: 0px;
}

.it-wrapper.carrousel_text .slider .fs-stretcher {
    display: none;
}


/* ADDITIVE */

.additive h3 {
    font-size: 16px;
    line-height: normal;
}

.additive h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}

.additive p {
    font-size: 14px;
}

.additive .box {
    border-radius: 30px;
    float: none;
    display: inline-block;
}

.additive .box .read-more a {
    border: 2px solid;
}

.dsp-wrapper,
.dsp-wrapper2 {
    z-index: 100;
    position: relative;
}

.dsp-wrapper .row {
    background-color: #224352;
    border-radius: 30px;
    color: #fff;
}

.dsp-wrapper2 .row {
    background-color: #ffffff;
    border-radius: 30px;
    color: #456baa;
    border: 1px solid #456baa;
}

.dsp-wrapper .adisseo-text-frame {
    padding: 30px;
    text-align: center;
}

.dsp-wrapper2 h3 {
    color: #456baa;
    font-size: 18px;
    text-align: left;
}

.dsp-wrapper p {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.dsp-wrapper2 p {
    color: #445055;
    font-size: 14px;
    text-align: left;
}

.dsp-wrapper img,
.dsp-wrapper2 img {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.dsp-wrapper .right {
    text-align: center;
}

.dsp-wrapper .bt {
    display: inline-block;
    margin-top: 10px;
    background-color: #e14256;
    border-radius: 30px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    max-width: 290px;
}

.dsp-wrapper2 .bt {
    display: inline-block;
    margin-top: 10px;
    background-color: #456baa;
    border-radius: 30px;
    padding: 10px;
    font-size: 13px;
    font-weight: bold;
    max-width: 290px;
}

.dsp-wrapper .bt a,
.dsp-wrapper2 .bt a {
    color: #fff;
    display: inline;
    padding: 0;
}


/* TIMELINE */

h2.timeline {
    color: #000;
}

.timeline_um-container {
    margin: 10px 0px;
    padding: 0px;
}

.timeline_um-post {
    border: none !important;
    border-radius: 30px !important;
}

.timeline_um-flat .timeline_um-thumb img {
    width: auto;
}

.timeline_um-title {
    font-size: 13px !important;
    text-align: center !important;
    font-weight: bold !important;
}

.timeline_um-content {
    font-size: 12px !important;
    text-align: center !important;
}

.timeline_um-content a {
    display: block;
    margin: 20px auto 10px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    text-transform: uppercase;
    color: #445055;
    border: 2px solid #445055;
    font-size: 14px;
    width: 140px;
}

.timeline_um-content a:hover {
    color: #fff;
    background-color: #445055;
    text-decoration: none;
}

.timeline_um-container .load-more span {
    background: #445055 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 25px;
}

.timeline_um-container .load-more.loading span {
    background: #445055 !important;
    border-radius: 30px !important;
    font-size: 13px !important;
}

.timeline_um-arrow {
    border: none !important;
}

.timeline_um-flat .odd .timeline_um-arrow:before {
    border: none !important;
}

.timeline_um-flat .even .timeline_um-arrow:before {
    border: none !important;
}

.timeline_um-share {
    text-align: center;
}

.gplus {
    display: none !important;
}


/* TABS */

.families-sum {
    margin: 0;
    background-color: transparent;
    padding: 0px;
    margin: 20px auto;
}

.family_link {
    width: 270px;
    margin: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    font-weight: bold;
    font-size: 14px;
}

.family_link a {
    display: block;
    padding: 10px;
    color: #fff;
}

.anchor {
    display: block;
    height: 170px;
    margin-top: -170px;
    visibility: hidden;
}

.anchor.latest_news {
    display: block;
    height: 30px;
    margin-top: -30px;
    visibility: hidden;
}

.tabs h2 {
    padding-bottom: 0px;
}

.tab {
    overflow: hidden;
    text-align: center;
    margin: 30px auto;
    background-color: white;
    display: flex;
    border-radius: 100px;
}

.tab button {
    background-color: white;
    border: none;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    margin: 0px 10px;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    flex: auto;
}

.tab button:first-child {
    margin-left: 0;
}

.tab button:last-child {
    margin-right: 0;
}

.tab button:hover {
    background-color: #f1f1f1;
}

.tab button.active {
    z-index: 4;
    color: white !important;
    ;
}

.tabcontents {
    display: none;
    margin: 30px auto;
    background-color: white;
    min-height: 440px;
    color: #445055;
    border-radius: 30px;
    overflow: hidden;
    padding: 60px;
    position: relative;
}

.tabcontents.full.left {
    padding: 60px 60px 60px 500px;
}

.tabcontents.full.right {
    padding: 60px 500px 60px 60px;
}

.tabcontents.full p,
.tabcontents.full ul {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tabcontents.left p,
.tabcontents.left ul {
    padding-left: 240px;
}

.tabcontents.right p,
.tabcontents.right ul {
    padding-right: 240px;
}

.tabcontents.left .side {
    float: left;
    width: 180px;
    min-height: 180px;
    margin-right: 60px;
}

.tabcontents.left.full .side {
    width: 450px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.tabcontents.right .side {
    float: right;
    width: 180px;
    min-height: 180px;
    margin-left: 60px;
}

.tabcontents.right.full .side {
    width: 450px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    overflow: hidden;
}

.tabcontents .side img {
    width: 100%;
    height: auto;
}

.tabcontents.full .side img {
    width: auto;
    /*     height: 100%; */
}

.tabcontents .video {
    margin: 10px auto;
    text-align: center;
}

.tabcontents h4 {
    color: #445055;
    font-weight: bold;
}

.tabcontents .read-more {
    text-align: center;
    margin: 40px auto 15px !important;
}

.tabcontents .read-more a {
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    text-transform: uppercase;
}

.tabcontents .read-more a:hover {
    color: #fff !important;
}

.tabcontents .assos {
    margin-top: 20px;
}

.tabcontents .assos p {
    margin: 0px;
    padding-left: 0px;
}

.tabcontents .assos a:hover {
    text-decoration: none;
}

.tabcontents .assos a.alt {
    font-size: 13px;
}

.tabcontents .assos a.alt:hover {
    text-decoration: underline;
}

.tabcontents .assos img {
    width: 40px;
    margin: 5px;
}

.video-tabs {
    margin: 0 15px;
}

.boite {
    background-color: white;
    height: 280px;
    margin-bottom: 40px;
}

.icon {
    background-color: #C9C9C9;
    padding: 5px;
    border-radius: 100px;
}

@media (max-width: 992px) {
    .tab {
        display: none;
    }
    .tabcontents {
        display: block!important;
        border-radius: 0;
        height: 100%;
        padding: 15px;
    }
    .tabcontents.left .side {
        width: 100%;
        margin-right: 0;
    }
    .tabcontents.left p {
        padding-left: 0;
    }
    .tabcontents.left p,
    .tabcontents.left ul {
        padding-left: 10px;
    }
}


/* ACTU */

.actu .thumb {
    height: 150px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 6px 6px 0 0;
}

.contenu-actualit .news-content {
    padding: 0 10px;
}

.news-content h4 {
    margin: 15px auto;
}

.news-content p {
    margin: 10px auto !important;
}

.titre_presse_detail_texte {
    border-radius: 30px;
}

#titre_presse_detail {
    border: none;
}

#titre_presse_detail h1 {
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.actu-but:hover {
    background-color: #e14256;
    border-color: #e14256;
    color: white;
}

.tw-pagination {
    padding: 20px;
}

.tw-pagination .page {
    background-color: #e14256 !important;
    border-color: #e14256 !important;
}

.linkBack {
    display: block;
    margin: 20px auto 10px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    text-transform: uppercase;
    color: #445055;
    border: 2px solid #445055;
    font-size: 14px;
    width: 140px;
    text-align: center;
}

.linkBack:hover {
    color: #fff;
    background-color: #445055;
    text-decoration: none;
}

.linkBack .glyphicon {
    display: none;
}

.contenu {
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
}


/* FORM */

#cadre_contact,
.cand-spon {
    min-height: 400px;
    margin: 20px auto;
    border: 1px solid #E14256;
    border-radius: 10px;
    text-align: center;
    padding: 30px 80px;
}


/* PLANTS */

.plants {
    background-image: url(../img/fond_siteindu.jpg);
}

.location {
    width: 350px;
    height: 250px;
    margin: 0px 10px 40px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.location .point {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    background-image: url(../img/point_location.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.location .point:hover .mypopover {
    display: block;
}

.location .point .link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.location .mypopover {
    display: none;
    width: 200px;
    min-height: 130px;
    padding: 10px;
    position: absolute;
    left: 42px;
    top: -50px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    z-index: 100;
}

.location .mypopover.right {
    left: -211px;
}

.location .mypopover.left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 58px;
    left: -25px;
    border-style: solid;
    border-width: 20px 34.6px 20px 0;
    border-color: transparent #fff transparent transparent;
}

.location .mypopover.right:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 58px;
    right: -25px;
    border-style: solid;
    border-width: 20px 0 20px 34.6px;
    border-color: transparent transparent transparent #fff;
}

.location .mypopover h4 {
    margin: 10px auto 10px;
    font-weight: bold;
    color: #E14256;
}

.location .mypopover p {
    margin: 10px auto;
    font-size: 12px;
    line-height: 16px;
}


/* ---------- Slider ---------- */

.slider {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.slide {
    display: none
}

.fraction-slider .slide {
    z-index: 50;
}

.fraction-slider .active-slide {
    z-index: 99;
}

.fraction-slider .fs_obj {
    z-index: 70;
}

.fraction-slider .fs_fixed_obj {
    z-index: 60;
}

.fraction-slider .prev,
.fraction-slider .next {
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 99;
    right: 20px;
}

.fraction-slider .prev {
    background: url("../img/slider/fleche_gauche.png") no-repeat transparent;
}

.fraction-slider .prev:hover {
    background: url("../img/slider/fleche_gauche.png") no-repeat transparent;
}

.fraction-slider .next {
    background: url("../img/slider/fleche_droite.png") no-repeat transparent;
}

.fraction-slider .next:hover {
    background: url("../img/slider/fleche_droite.png") no-repeat transparent;
}

.fs_loader {
    background: url("../img/slider/fs.spinner.gif") center center no-repeat transparent;
}


/*.teaser{ width:20em; background: rgba(94,104,109,0.6); }*/


/* .teaser { width:100%; text-align: center; } */


/* IE */


/* .teaser-inner { margin:6em 6em; } */


/* .teaser h1, .teaser h2 {
   margin: 0 0 1em;
   padding: 0;
    font-size: 32px;
    color: #ffffff;
    border: none;
   text-transform: none;
   text-align:center;
   text-shadow: 3px 5px 5px #000000;
} */


/* .teaser ul { width:100%; padding-left:2em; }
.teaser p {
   font-size: 1.3em;
   display: block !important;
   color: #ffffff;
   line-height: 120% !important;
   text-shadow: 2px 2px 2px #434F55;
}
.teaser li {
   width:100%;
   color: #ffffff;
   display:list-item !important;
} */


/* .teaser-inner h1, .teaser-inner h2 {
background-color: rgba(94,104,109,.6);
border-radius:5px;
} */


/*.teaser a { color: #ffffff; }*/

.teaser-read-more {
    color: #ffffff;
    background-color: #e14256;
    border-radius: 30px;
    padding: 0px;
}

.teaser-read-more a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0.6em 0.6em;
    text-decoration: none;
    text-align: center;
    padding: 5px 15px;
}

.fraction-slider .fs_obj {
    width: 100% !important;
    text-align: center;
    margin: auto;
}

.fraction-slider .fs_obj * {
    width: auto !important;
}

.row.tools {
    background-color: #bdc3c7 !important;
}

#test-form .redbutton {
    border: 2px solid #E14256;
}

#test-form .redbutton:hover {
    background-color: #fff;
}

.privacybutton {
    background: #E14256 !important;
}

.privacybutton:hover {
    background: #ffffff !important;
}


/* SUSTAINABILITY // DEVELOPPEMENT DURABLE */


/* Styles généraux */

.d-flex {
    display: flex;
}

.sust-container {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.sh-texte-principal h2 {
    text-transform: initial;
    font-size: 24px;
    font-weight: 500;
}

.s-header {
    padding: 30px auto;
}

.s-header-text {
    max-width: 900px;
}

.s-header h1,
.s-header h2 {
    color: white;
}

.s-header p {
    padding: 0 30px;
    color: white;
    font-size: 20px;
    line-height: auto;
}

.piliers {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.vignette-pilier-nav {
    height: 150px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.vignette-pilier-nav img {
    height: 60px;
    width: 60px;
}

.vignette-pilier-nav h3 {
    color: white;
    line-height: 18px;
    padding-top: 8px;
    margin-bottom: 0;
}

.lien-pilier:hover {
    text-decoration: none;
}

.lien-pilier:hover .vignette-pilier-nav {
    transform: scale(0.9);
    border: 3px solid white;
    transition: .8s;
}

@media only screen and (max-width: 767px) {
    .piliers {
        flex-wrap: wrap;
        padding: 20px 0;
        justify-content: center;
    }
    .vignette-pilier-nav {
        margin: 8px;
    }
}


/* Encadre gris */

.encadre-gris {
    background: #f5f5f5;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    margin: 30px auto;
}

@media only screen and (max-width: 767px) {
    .encadre-gris {
        flex-direction: column-reverse;
    }
}

.encadre-gris>div {
    margin: 0 15px;
}

.encadre-gris h3 {
    color: #e14256;
    font-size: 24px;
}

.encadre-gris img {
    width: 200px;
    height: auto;
}


/* SDG Main goal */

.main-goal {
    display: flex;
}

.main-goal-left {
    padding: 35px;
    width: 70%;
}

.main-goal-left h4,
.main-goal-left p {
    color: white;
}

.main-goal-left h4 {
    font-weight: bold;
    text-transform: initial;
    font-size: 24px;
    line-height: 1;
}

.main-goal-right {
    width: 30%;
    font-size: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .main-goal {
        flex-direction: column-reverse;
    }
    .main-goal-left,
    .main-goal-right {
        width: 100%;
    }
}


/* SDG list */

.sdg-container {
    column-count: 3;
    column-gap: 1em
}


/* Liste des SDG écran moyen */

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .sdg-container {
        column-count: 2;
    }
}


/* Liste des SDG écran moyen */

@media only screen and (max-width: 767px) {
    .sdg-container {
        column-count: 1;
    }
}

.sdg-entry {
    width: 100%;
    margin: .5em auto;
    display: inline-block;
}

.sdg-logo {
    box-sizing: border-box;
}

.sdg-logo img {
    width: 100%;
    height: auto;
}

.sdg-picto {
    margin-top: -20px;
}

.sdg-solo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 10px 20px;
}

.sdg-solo h3 {
    margin: 20px auto;
    color: white;
    line-height: 1;
}

.sdg-num {
    width: 100%;
    text-align: left;
    font-size: 60px;
    font-weight: bold;
}

.other-sdg-list {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.other-sdg-picto {
    max-width: 150px;
    width: 100%;
}

.other-sdg-picto img {
    height: auto;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    object-fit: scale-down;
    display: block;
}

@media only screen and (max-width: 767px) {
    .other-sdg-list {
        justify-content: center;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .other-sdg-list {
        justify-content: center;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
    }
    /* 		.other-sdg-picto {
	width: 80%;
} */
}


/* Ressources */

.resources-dd h2 {
    color: white;
    text-align: center;
}

.resource-dd {
    padding: 20px;
}

.resource-carousel .document {
    width: 350px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    padding: 20px;
    margin: 5px auto;
    border-radius: 10px;
}

.resource-carousel .document .doc-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 10px;
    width: 50%;
}

.resource-carousel .document .doc-right {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.resource-carousel .document h4 {
    text-transform: initial;
    overflow: visible;
}

.resource-carousel .document img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.resource-carousel .btn {
    background: #E14256;
    border-radius: 20px;
    color: white;
    padding: 5px 20px;
    margin: 10px auto;
}

.download-resource-picto {
    margin-right: 10px;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 50px;
    width: calc(100% - 50px);
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    display: none;
}

.MultiCarousel button {
    border: none;
    background: none;
}

.MultiCarousel button:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    .resource-carousel .document {
        width: 90%;
        margin: 20px auto;
    }
    .MultiCarousel {
        padding: 0;
        width: 100%;
    }
}


/* NEWS DEVELOPPEMENT DURABLE */

.news-sust-home .news,
.news-sust-pilar .news {
    background: white;
}

.news-sust-home {
    padding: 30px 15px 0 15px;
    margin: 0px auto;
    background: white;
    background-position: bottom;
}

.news-sust-pilar {
    padding: 30px 15px;
    margin: 0px auto;
    background: white;
    border-radius: 20px;
    background-position: bottom;
}

.news h2 {
    text-transform: initial;
}


/* PILIERS DEVELOPPEMENT DURABLE // SUSTAINABILITY PILARS */

.pilar-header {
    padding: 50px 0;
}

.pilar-main-content {
    width: 100%;
    box-sizing: border-box;
}

.pilar-main-text-container {
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .pilar-main-text-container {
        padding: 0;
    }
}

.pilar-main {
    padding: 30px;
    background: white;
    border-radius: 20px;
}

.pilar-main h2 {
    color: #e14256;
    text-transform: initial;
}

.pilar-main img {
    text-align: center;
    max-width: 100%;
    object-fit: contain;
    margin: 30px auto 30px auto;
}

.pilar-main-full img {
    text-align: center;
    max-width: 100%;
    object-fit: contain;
    margin: 15px auto 15px auto;
    width: 100%;
}

.pilar-side {
    padding-left: 20px;
    margin: 20px 0;
}

.key-figure,
.dyk {
    margin-bottom: 20px;
    border-radius: 20px;
    color: white;
}

.key-figure a,
.dyk a,
.key-figure a:visited,
.dyk a:visited {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.dyk {
    padding: 20px;
}

.dyk img:not(.img-dyk) {
    max-width: 100%;
    object-fit: contain;
    text-align: center;
}

.img-dyk {
    text-align: center;
    margin: auto;
}

.key-figure {
    padding: 35px;
}

.key-figure h3 {
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: initial;
}

.key-figure .key-number {
    font-size: 50px;
}

.key-figure p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.dyk h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: initial;
    color: white;
}


/* RELATED SDG */

.related-sdg {
    text-align: center;
}

.related-sdg h2 {
    text-transform: initial;
}

.related-sdg .other-sdg-picto {
    margin: 5px 10px;
}


/* PILAR EXAMPLES */

.pilar-tabs {
    margin: 60px auto 30px auto;
}

.pilar-tabs .tabcontents.full .side img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pilar-tabs .tabcontents.full.left {
    padding: 60px 60px 60px calc(50% + 60px);
}

.pilar-tabs .tabcontents.full.right {
    padding: 60px calc(50% + 60px) 60px 60px;
}

.pilar-tabs .tabcontents.left.full .side,
.pilar-tabs .tabcontents.right.full .side {
    width: 50%;
    padding: 60px;
    text-align: center;
}

.pilar-tabs h3 {
    font-weight: bold;
}

.pilar-tabs h2 {
    text-transform: initial;
    margin-bottom: 35px;
}

#moreexamples {
    margin-bottom: 30px;
    text-align: center;
}

#moreexamples {
    color: #E14256;
    border: 2px solid #E14256;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
}

#moreexamples:hover {
    background: #E14256;
    transition: .5s;
}

#moreexamples:hover a {
    color: white;
    text-decoration: none;
    transition: .5s;
}


/* PILAR NAVIGATION */

.pilar-nav {
    padding: 30px;
}

.current-pilar {
    border: 5px solid white;
}

.current-pilar h3 {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .pilar-nav {
        padding: 10px;
    }
}


/* MENU SUSTAINABILITY */

.menu_primaire .sustainability-menu.current-menu-item>a {
    background-color: #e14256;
}

.menu_primaire .sustainability-menu .sustainability-submenu-full a {
    width: 100%;
    background: url('/wp-content/uploads/2021/01/pexels-pixabay-207247.png');
    background-position: center;
    color: white;
    text-transform: initial;
    font-size: 30px;
    padding: 30px;
    box-sizing: border-box;
}


/* .menu_primaire .sustainability-menu li.current-menu-item a {
    border-radius: 0px!important;
}
 */

@media only screen and (min-width: 990px) {
    .sustainability-submenu-full a:after {
        display: block;
        content: "Read more";
        background: #E14256;
        width: 100px;
        padding: 8px;
        text-align: center;
        margin-top: 35px;
        border-radius: 8px;
        color: white;
        font-weight: 500;
        text-transform: initial;
        font-size: 15px;
        box-sizing: border-box;
    }
    .sustainability-submenu-full-fr a:after {
        content: "En savoir plus";
        width: 130px;
    }
    .sustainbility-submenu-full-es a:after {
        content: "M\E1 s informaci\F3 n";
        width: 150px;
    }
}

nav ul .sustainability-menu ul {
    padding: 15px;
    background-color: #fff;
}

nav ul .sustainability-menu>ul {
    max-width: 1100px;
    min-width: 1100px;
    margin: auto;
    left: 0px;
    right: 0px;
}


/* nav ul .sustainability-menu ul li.current-menu-item a {
    background-color: transparent;
} */

nav ul .sustainability-menu ul .sustainability-submenu {
    float: none !important;
    display: inline-flex;
    text-align: center;
}

nav ul .sustainability-menu ul .sustainability-submenu a {
    margin: 10px 2px;
    color: #ffffff !important;
    text-transform: none;
    font-size: 18px;
    text-align: center;
    width: 256px;
    height: 150px;
    padding: 20px;
    border-radius: 15px 15px 0px 0px;
    background-repeat: no-repeat;
    background-position: bottom 20px center;
}

nav ul .sustainability-menu ul .submenu-safety a {
    background-color: #eec217;
    background-image: url(/wp-content/uploads/2021/01/helmet.png);
}

nav ul .sustainability-menu ul .submenu-growth a {
    background-color: #6e4a94;
    background-image: url(/wp-content/uploads/2021/01/growth-2.png);
}

nav ul .sustainability-menu ul .submenu-social a {
    background-color: #c3067a;
    background-image: url(/wp-content/uploads/2021/01/responsibility.png);
}

nav ul .sustainability-menu ul .submenu-environment a {
    background-color: #98bb3b;
    background-image: url(/wp-content/uploads/2021/01/environment.png);
}

nav ul .sustainability-menu ul .sustainability-submenu ul {
    padding: 10px;
    top: 40px;
    background-color: transparent;
}

nav ul .sustainability-menu ul .sustainability-submenu ul li {
    height: auto;
}

nav ul .sustainability-menu ul .sustainability-submenu ul li a {
    height: auto;
    padding: 2px 10px 2px 40px;
    font-size: 14px;
    font-weight: normal;
}

nav ul .sustainability-menu ul .sustainability-submenu-full:hover a,
nav ul .sustainability-menu ul .sustainability-submenu:hover a {
    color: white!important;
    filter: brightness(0.8);
    transition: .8s;
}


/*  Research grant styles */

.research-grant {
    background-color: white;
    padding: 0 20px;
}

.research-neurone-bg {
    background-image: url(/wp-content/uploads/2021/04/background-left-1.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.grant-content {
    padding: 20px;
    background: rgba(255, 255, 255, .8);
}

.research-grant h2 {
    text-transform: uppercase;
    color: #009dff;
    font-size: 28px;
    font-weight: 600;
}

.research-grant .icon-RG {
    margin-right: 10px;
}

.research-grant h3 {
    color: #009dff;
    font-size: 24px;
    font-weight: 500;
}

.research-grant h4 {
    color: #009dff;
}

.research-top {
    display: flex;
    justify-content: space-between;
}

.research-top .suricates {
    width: 300px;
    height: auto;
    margin-left: 50px;
}

.grant-areas {
    width: 100%;
    margin: 30px auto;
}

.grant-areas .area-detail {
    box-sizing: border-box;
    margin: 30px 10px;
    padding: 20px;
    background: white;
    box-shadow: 0px 0px 6px 3px rgba(200, 200, 200, 0.36);
}

.grant-areas .grant-tabs {
    box-shadow: 0px 0px 6px 3px rgba(200, 200, 200, 0.36);
}

.grant-areas img {
    width: 100%;
    height: auto;
}

.grant-areas.pilar-tabs .tabcontents.full.left {
    padding: 60px 60px 60px 40%;
}

.grant-areas.pilar-tabs .tabcontents.left.full .side {
    width: 40%;
    padding: 60px;
    text-align: center;
}

.area-detail-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.area-detail-top .left {
    width: 30%;
}

.area-detail-top .right {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
}

.grant-areas .tabcontents {
    min-height: 0;
}

.area-detail-bottom {
    margin-top: 15px;
}

.research-grant.pilar-tabs {
    margin: 0 auto;
}

.committee {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px auto;
}

.committee .member {
    width: 30%;
    box-sizing: border-box;
    margin: 10px;
    padding: 20px;
    box-shadow: 0px 0px 6px 3px rgba(200, 200, 200, 0.36);
}

.committee .member-head {
    display: flex;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
}

.committee h4 {
    margin-left: 15px;
}

.research-grant #cadre_contact {
    border: 1px solid #009dff;
    max-width: 80%;
}

.research-grant #btn_contact_envoyer {
    background: #009dff;
}

#application-file a {
    font-size: 24px;
    color: #009dff;
}

@media only screen and (max-width: 990px) {
    .research-grant {
        padding: 0;
    }
    .research-top {
        flex-direction: column-reverse;
        align-items: center;
    }
    .research-top .suricates {
        margin-left: 0;
    }
    .grant-areas div {
        width: 100%;
        margin: 10px 0;
    }
    .area-detail-top .left {
        width: 100%;
    }
    .area-detail-top .right {
        width: 100%;
        padding-left: 0;
    }
    .committee .member {
        width: 100%;
        margin: 10px 0;
    }
    .research-grant #cadre_contact {
        max-width: 100%;
        padding: 0;
        border: none;
    }
    .research-grant #btn_contact_envoyer {
        width: auto;
    }
}

.img-acquisition img[alt="Adisseo Research Grant"] {
    width: 100%!important;
    height: auto!important;
    max-height: 120px;
    object-fit: contain;
    margin-top: -32px;
}

@media only screen and (max-width: 768px) {
    .pilar-tabs .tabcontents.full.left,
    .pilar-tabs .tabcontents.full.right {
        padding: 20px!important;
    }
    .pilar-tabs .tabcontents.left.full .side,
    .pilar-tabs .tabcontents.right.full .side {
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .pilar-tabs .tabcontents.left.full .side,
    .pilar-tabs .tabcontents.right.full .side {
        position: relative;
        overflow: hidden;
    }
    .grant-areas.pilar-tabs .tabcontents.left.full .side {
        width: 100%;
        padding: 10px;
    }
    .grant-areas .area-detail {
        margin: 10px 0;
    }
}


/* Résultats de recherche - Search results */

.resultats-recherche h3 {
    font-weight: normal;
    text-align: left;
    text-transform: none;
}

.resultats-recherche .col-rech {
    display: flex;
    height: 100%;
    align-items: center;
}

.resultats-recherche img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.resultats-recherche:hover {
    box-shadow: 1px 1px 15px 2px #949494;
    transition: .5s;
}

.resultats-recherche:hover .lire_plus_presse {
    border-bottom: 1px solid #00A2C4;
    transition: .5s;
}

@media (max-width: 767px) {
    .sous_titre_presse {
        height: fit-content;
    }
    .resultats-recherche img {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
}


/* WPC */

.wpc {
    padding: 20px;
}

.wpc-day {
    display: flex;
    margin: 5px auto 20px;
    align-items: flex-end;
}

.wpc h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
}

.wpc-day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E14256;
    text-transform: uppercase;
    color: white;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    width: 80px;
    min-height: 80px;
    margin-right: 15px
}

.wpc-products {
    background-color: transparent!important;
    margin-top: -10px;
}

.wpc-products .families-inside {
    border-radius: 0 0 30px 30px;
    padding: 15px;
    margin: 0 10px;
}

.wpc-products.border-radius-all .families-inside {
    border-radius: 30px;
    margin: 20px 10px;
}

.wpc-products .family.box .logo,
.wpc-products .family.box .logo img {
    background: transparent!important;
    width: 100%;
    max-width: 150px;
    height: auto;
    max-height: 70px;
}

.wpc li,
.wpc p {
    font-size: 16px!important;
    margin-bottom: 15px;
}

.related-content-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

div.simple-text>div:not(.adisseo-text-frame)>.wpc {
    padding: 40px;
}

.wpc .redbutton {
    display: inline-block;
}

.redbutton.orangebutton {
    background-color: #EA8D00;
    border: 1px solid #EA8D00;
}

.redbutton.orangebutton:hover {
    color: #EA8D00 !important;
    background-color: #fff;
}

a.orange {
    color: #EA8D00 !important;
}

/* Adimix 2022 */
div.adimix h2 {
	color: #ec661e;
	font-size: 28px;
}

div.adimix h3 {
	color: #ec661e; 
	font-size: 24px; 
	margin: 10px 0 10px 0;
}

div.adimix p {
	font-size: 18px;
}

div.adimix p.lead {
	color: #ec661e; 
	font-size: 18px;
	font-weight: bold;
}

div.adimix ul li, div.adimix ol li  {
	font-size: 18px;
}

div.adimix figure figcaption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

div.adimix .enavant {
	padding: 20px;
	background-color: #eeeeee;
}

div.adimix .enavant h3 {
	font-weight: bold;
	margin: 50px 0 30px 50px;
}

div.adimix ul.highlight li, div.adimix ol.highlight li  {
	font-size: 18px;
	font-weight: bold;
}


div.adimixty h2 {
	color: #ec661e;
	font-size: 36px;
}

div.adimixty h3 {
	color: #EC661E; 
	font-size: 32px;
}

div.adimixty h4 {
	font-size: 24px; 
	margin-top: 30px; 
	line-height: 24px;
}

div.adimixty .pbouton {
	margin: 50px!important;
	line-height: 30px;
}

div.adimixty .bouton {
	display: inline-block;
	background-color: #ec661e; 
	border: 1px solid #ec661e;
	border-radius: 100px;
	color: #fff;
	font-size: 28px;
	margin: 20px auto;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

div.adimixty .bouton:hover {
	background-color: #ffffff; 
	border: 1px solid #ec661e;
	color: #ec661e;
}

.framelco h2 { color: #784997; font-weight: bold; margin-top: 30px; }
.framelco h3 { color: #784997; font-weight: bold; font-size: 26px; }
.framelco p { font-size: 18px!important; color: #3C3C3B; text-align: justify; }
.framelco li { font-size: 18px; color: #3C3C3B; }
.framelco ul { list-style: none; list-style-position: inside; padding-inline-start: 20px;}
.framelco ul li:before { font-size: inherit; color: #784997; font-weight: 600; content: "»"; display: inline-block; width: 1em; margin-left: -1em; }

a.read-more-hor {
    margin: 20px auto 10px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #fff;
    color: #784997;
    border: 2px solid #784997;
    font-size: 14px;
    width: 145px;
    text-align: center;
}

a.read-more-hor:hover {
    color: #fff;
    background-color: #784997;
    text-decoration: none;
}
