/*
 Theme Name:     divi-child
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/

/* FONTS */

@font-face {
    font-family: brandon-grotesque;
    src: url('fonts/brandongrotesque-light.woff') format('woff'),
        url('fonts/brandongrotesque-light.woff2') format("woff2"),
        url('fonts/brandongrotesque-light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: brandon-grotesque;
    src: url('fonts/brandongrotesque-regular.woff') format('woff'),
        url('fonts/brandongrotesque-regular.woff2') format("woff2"),
        url('fonts/brandongrotesque-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: brandon-grotesque;
    src: url('fonts/brandongrotesque-medium.woff') format('woff'),
        url('fonts/brandongrotesque-medium.woff2') format("woff2"),
        url('fonts/brandongrotesque-medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: brandon-grotesque;
    src: url('fonts/brandongrotesque-bold.woff') format('woff'),
        url('fonts/brandongrotesque-bold.woff2') format("woff2"),
        url('fonts/brandongrotesque-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: brandon-grotesque;
    src: url('fonts/brandon-grotesque-black.woff') format('woff'),
        url('fonts/brandon-grotesque-black.woff2') format("woff2"),
        url('fonts/brandon-grotesque-black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-book.ttf') format('truetype'),
        url('fonts/avenir-book.woff') format("woff2"),
        url('fonts/avenir-book.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-semibold.ttf') format('truetype'),
        url('fonts/avenir-semibold.woff') format("woff2"),
        url('fonts/avenir-semibold.woff') format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/avenir-bold.ttf') format('truetype'),
        url('fonts/avenir-bold.woff') format("woff2"),
        url('fonts/avenir-bold.woff') format("woff");
    font-weight: 800;
    font-style: normal;
}

body {
    box-sizing: border-box;
}

::-moz-selection {
    background-color: rgba(130, 149, 204, 0.8);
    color: white;
}

::selection {
    background-color: rgba(130, 149, 204, 0.8);
    color: white;
}


::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: #22274F;
    border: solid 2px #181c35;
}


h1 {
    font-size: 40px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 46px;
}

h2 {
    font-size: 32px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 30px;
}

h3 a {
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 26px;
}

h4 {
    font-size: 28px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 27px;
}

h5 {
    font-size: 25px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 30px;
}

h6{
    font-size: 22px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    color: #22274F;
    line-height: 30px;
}

body,
p,
span {
    font-family: 'Avenir', sans-serif;
    font-size: 19px;
    line-height: 29px;
    color: #22274F;
    font-weight: 400;
}


.article-content i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.article-content i:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 24px;
    bottom: 3px;
    left: 0;
    background-color: #6BBD98;
    opacity: 0.3;
    z-index: -100;
}

.article-content ul li {
    font-family: 'Avenir', sans-serif;
    font-size: 19px;
    line-height: 29px;
    color: #22274F;
    font-weight: 400;
    padding-bottom: 6px;
}

.article-content ul {
    padding: 0 0 23px 20px !important;
}

a {
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    color: #8295CC;
}

a:hover {
    color: #596a9b;
}

.et_pb_button,
input.button,
input#submit,
.primary-button,
div.wpforms-container-full .wpforms-form button[type=submit] {
    border: solid 3px #E9427A !important;
    border-radius: 2px !important;
    font-family: brandon-grotesque, sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 7px 16px !important;
    text-transform: uppercase !important;
    color: white !important;
    background-color: #E9427A !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    text-align: center !important;
	line-height: 21px !important;
}

#menu li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-25 a:hover,
.primary-button:hover,
.et_pb_button:hover,
input.button:hover,
input#submit:hover,
.primary-button:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: solid 3px #bf2c5d !important;
    background-color: #bf2c5d !important;
    opacity: 1 !important;
    cursor: pointer !important;
    color: white !important;
    padding: 7px 16px !important;
}
.primary-button:after{
	content:"";
}
.primary-button-2 {
	font-size: 20px !important;
	border-radius: 2px !important;
}
.search-button {
	line-height: 21px;
	display: flex;
 	display: -webkit-flex;
    display: -ms-inline-flexbox;
    justify-content: center;
    align-items: center;
}

.primary-button img {
    height: 20px;
    width: 20px;
    padding-right: 5px;
}

#searchform-min .primary-button img {
    height: 15px;
    width: auto;
    padding-right: 0;
    margin: auto;
}

.primary-button img.emoji {
	margin-left: 5px !important;
}

.et_pb_button:hover {
    padding: 7px 36px 7px 16px;
}


.et_pb_button:after,
button:after {
    top: 0px;
}

.purple {
    color: rgb(128, 151, 241);
}
.purple h1, .purple h2, .purple h3{
    color: #8295CC !important;
}
.green, .green h1, .green h2, .green h3 {
    color: #6BBD98 !important;
}
.pink, .pink h1, .pink h2, .pink h3 {
	color: #E84179 !important;
}
.center {
    text-align: center;
}

.grey-bg {
    background-color: #fafafa;
}

.pixis-bg {
    background-image: url(../../uploads/2021/01/pixis-symbol-background-01.png);
    background-size: cover;
    background-position: center;
}

.grey-border {
    border: solid 2px #BDC7D7;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 2px;
    margin-right: 10px;
}

#main-content .container:before {
    display: none;
}


/* SLIDER TEXT */

@-webkit-keyframes defilement-rtl {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /* position initiale à droite */
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        /* position finale à gauche */
    }
}

@keyframes defilement-rtl {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        /* position initiale à droite */
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        /* position finale à gauche */
    }
}

.marquee-rtl {
    overflow: hidden;
    border-top: solid 3px #22274f;
    border-bottom: solid 3px #22274f;
    padding: 15px 0;
}

.marquee-rtl .et_pb_row {
    padding: 25px 0 18px 0
}

.h1-slider h2 {
    -webkit-text-stroke: 3px #22274f;
    font-size: 60px;
    font-family: brandon-grotesque, sans-serif;
    ;
    font-weight: 900;
    color: white;
    padding: 0;
    display: inline-block;
    margin: 0;
    padding-right: 2em;
    padding-left: 100%;
    white-space: nowrap;
    -webkit-animation: defilement-rtl 30s infinite linear;
    animation: defilement-rtl 30s infinite linear;
}

.h1-slider strong {
    color: #22274f;
    font-weight: 900;
    -webkit-text-stroke: 0;
}

/* MENU */

#menu .et_pb_menu__wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end !important;
}

#menu a,
.secondary-button {
    /* border: solid 3px #E9427A; */
    border-radius: 2px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 7px 16px;
    text-transform: uppercase;
    color: #E9427A !important;
	line-height: 18px;
    text-align: left;
}

#menu #menu-menu-principal li {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    color: #E9427A !important;
}

.has_et_pb_sticky #menu a {
    font-size: 10px;
}

.has_et_pb_sticky .et_pb_row_0_tb_header.et_pb_row {
    padding: 15px 0 !important;
}

header.et-l.et-l--header .et_pb_image img {
    width: 200px;
}

.has_et_pb_sticky img {
    width: 100px !important;
    transition: all ease .2s;
}

.et_pb_section.et_pb_section_0_tb_header.et_pb_sticky_module.et_section_regular.et_pb_sticky.et_pb_sticky--top {
    box-shadow: 0px 7px 12px -12px rgb(189, 200, 203);
}

.et-l--header .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.et-l--header .et_pb_column {
    margin-bottom: 0;
}

.et-l--header span {
    line-height: 0;
}


#menu .et_mobile_menu {
    border-top: none;
	z-index: 200000;
}

#menu #mobile_menu1 li {
    margin: 5px 0;
}
a.mobile_nav {
	border: none !important;
}

/* HEADER */

#homepage-header {
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#homepage-header .et_pb_button:before,
#homepage-header .et_pb_button:after {
    display: none !important;
}

#homepage-header .primary-button:hover {
    border: solid 3px #bf2c5d !important;
    background-color: #bf2c5d !important;
    opacity: 1;
    cursor: pointer;
    color: white;
    padding: 7px 16px !important;
}


/* HOMEPAGE */

.features .features-text {
    border: solid 3px #1B2351;
    border-radius: 3px;
    padding: 45px 35px 30px 35px;
}

.features .features-text:after {
    content: "";
    width: 100%;
    height: 36px;
    display: block;
    border: solid 3px #131A35;
    position: absolute;
    top: -33px;
    left: -3px;
    background-color: white;
    box-sizing: content-box;
    z-index: 1;
    border-radius: 3px 3px 0 0;
}
.features .features-text h3{
	font-size: 20px;
    font-family: 'Avenir', sans-serif;
    text-transform: inherit;
    font-weight: 700;
    color: #22274F;
    line-height: 30px;
	padding: 0;
}
.features .features-text p {
    font-size: 17px;
}

.bulle-bg.et_pb_section.et_pb_section_1 {
    background-size: 80%;
}

.features .feature-1 h2 {
    color: #F63E79;
    font-size: 34px;
    padding-bottom: 0;
}

.features .feature-2 h2 {
    color: #f5e049;
    font-size: 34px;
    padding-bottom: 0;
}

.features .feature-3 h2 {
    color: #6BBD98;
    font-size: 34px;
    padding-bottom: 0;
}

/* FOOTER */

#footer h4 {
    color: #F63E79;
    font-size: 20px;
}

#footer p {
    color: white;
    font-family: brandon-grotesque, sans-serif;
    font-size: 19px;
    font-weight: 300;
}

#footer p:hover {
    color: #F63E79;
}

.et-db #et-boc .et-l .et_pb_social_media_follow.rs li a.icon {
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background-color: white;
    margin-left: 7px;
}

.et-db #et-boc .et-l .et_pb_social_media_follow.rs li a.icon:before {
    height: 37px;
    width: 37px;
    font-size: 20px;
    line-height: 40px;
    border: solid 3px #1B2351;
    box-shadow: -7px -7px 0px 0px rgba(246, 62, 121, 0);
	border-radius: 2px;
	transition: ease all 0.4s;
}

.et-db #et-boc .et-l .et_pb_social_media_follow.rs li:hover a.icon:before {
	box-shadow: -7px -7px 0px 0px rgba(246, 62, 121, 1);

}

#copyrights p {
    color: white;
    font-size: 16px;
    font-family: brandon-grotesque, sans-serif;
}

#footer.stikybottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#footer.stikybottom {
    position: fixed;
    bottom:0;
    left: 0;
    right:0;
}

/* ARTICLES */

.single-post article {
    width: 100%;
	margin-bottom: 0 !important;
	padding-bottom: 0!important;
}

.single-post .article-content {
    padding-top: 0 !important;
}

.single-post .article-content .et_pb_testimonial_author {
    margin-top: 15px !important;
}

.single-post .article-content #left-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-post .article-content img {
    height: auto;
    max-width: 130%;
    left: -12%;
	border: solid 10px white;
}
.single-post .article-content .zoom-sur img {
    max-width: 100%;
    left: auto;
	border: none !important;
} 

.single-post .article-content table span, .single-post .article-content table strong {
	font-size: 17px;
	line-height: 20px;
}

#left-area {
    max-width: 700px;
    margin: auto;
}

.article-header {
    max-width: 700px;
    margin: auto;
    position: relative;
    padding: 0 !important;
    top: -45px;
    background-color: white;
}

.article-header:after {
    content: "";
    width: 100%;
    height: 36px;
    display: block;
    border: solid 3px #131A35;
    position: absolute;
    top: -33px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
}

.hero-section {
    border: solid 3px #131A35;
    padding: 30px 60px;
    text-align: center;
    border-radius: 3px;
}

.article-categories a {
    background-color: #6BBD98;
    padding: 4px 18px;
    display: inline-block;
    border-radius: 45px;
    color: white;
    text-transform: uppercase;
    font-size: 14Px;
    margin: 0 3px;
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s;
	font-family: brandon-grotesque, sans-serif;
}

.article-categories a:hover {
    opacity: 0.7;
}

.time span {
    padding: 0 10px;
}

.entry-title {
    text-transform: none;
    padding-bottom: 20px;
}

.author_bio_section {
    padding: 25px;
    background-color: #F4F4F4;
    font-family: 'Avenir', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
}

.author_name {
    font-weight: 800;
    padding: 0 0 2px 0;
    color: #3E4E5B;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 24px;
}

.author_avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author_details {
    font-size: 15px;
    padding-left: 15px;
    color: #3E4E5B;

}

.author_bio_section img {
    height: 70px;
    width: 70px;
    border-radius: 45Px;
	border: none !important;
}

.main-photo-article {
    height: 275px;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.green-overlay {
    background-color: rgba(0, 0, 0, 0.05);
    height: 100%;
}

.purple-overlay {
    background-color: rgba(128, 151, 241, 0.2);
    height: 100%;
}

.single-post .article-content .et_pb_section {
    padding-top: 0;
}

#comment-wrap h1 {
    font-size: 28px;
}

.post-template-default #et-main-area {
    position: relative;
    top: -1px;

}
.Rtable-box {
}
.Rtable {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 0 3em 0;
        padding: 0;
        border: solid 1px #f7f7f7;
	font-size: 15px;
	min-width: 680px;
	
}

.Rtable-cell {
        box-sizing: border-box;
        flex-grow: 1;
        width: 100%;
        margin: 0;
        padding: 0.5em 0.8em;
        overflow: hidden;
        list-style: none;
        border: solid 1px #f7f7f7;
	    font-size: 15px;
    line-height: 23px;
}


.Rtable--5cols>.Rtable-cell {
        width: 20%;
    }
    .Rtable--3cols>.Rtable-cell {
        width: 30%;
    }
.grey-bg {
	background-color: #f7f7f7;
}

/* ARTICLES SPONSORISEES */

.post-template-article-sponsor #content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.post-template-article-sponsor #right-area {
    width: 300px;
    height: 300px;
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin: 30px 0 30px 20px;

}

.post-template-article-sponsor #right-area .form {
    border: solid 3px #131A35;
    border-radius: 3px;
    padding: 25px 20px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-template-article-sponsor #right-area .form p {
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
}

.post-template-article-sponsor h2 a {
    text-transform: initial;
    color: #E9427A;
    font-weight: inherit;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.post-template-article-sponsor h2 a:hover {
    opacity: 0.7;
}


/* ARTICLES FEED */

.articles-recommended {
    padding-bottom: 80px;
    margin-top: 80px;
}

.article-title {
    color: #6BBD98;
    text-align: center;
    padding-bottom: 45px;
    padding-top: 45px;
    font-size: 35px;
    line-height: 38px;
}

.articles-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: auto;
}

.article-feed {
    width: 30%;
    margin: 0 auto;
    border: solid 3px #131A35;
    border-radius: 3px;
    background-color: white;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.article-feed:hover {
    box-shadow: -15px -15px 0px 0px rgba(233, 66, 122, 1);
}

.articles-feed .article-categories a:first-child,
.articles-feed-search .article-categories a:first-child,
.articles-feed-evenement .article-categories a:first-child,
.articles-feed-snippet .article-categories a:first-child {
    display: none;
}

.article-img {
    height: 150px;
    background-position: center;
    background-size: cover;
	border-bottom: solid 3px #131A35 !important;
}

.article-feed-text {
    padding: 20px;
}

.article-feed-text .time span,
.article-feed-text .time {
    font-size: 14px;
    color: #9099A9;
}

.article-feed-text .time {
    padding-bottom: 5px;
    padding-left: 5px;
}

.article-feed-text .article-categories {
    padding-bottom: 10px !important;
}

.article-feed-text .article-categories a {
    font-size: 11px;
    padding: 0px 14px;
    margin: 2px 0;
}

.article-feed-text h3 {
    text-transform: none;
    padding-left: 3px;
}

.sponsor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 30px;
	align-items: center;
}

.sponsor img {
    width: 100px;
    padding-left: 20px;
}
.sponsor-2 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	align-items: center;
	padding: 20px 0 35px;
}

.sponsor-2 img {
	width: 80%;
	max-width: 300px;
}

.voir-plus {
    text-align: center;
}

.excerpt-style p {
    font-size: 13px;
    line-height: 19px;
    font-weight: 200;
    padding: 0 3px;
}


/* BLOG, CATEGORY -- SEARCH FEED */

.blog-header {
    background-image: url('../../uploads/2021/02/johnson-wang-4flhkx1sude-unsplash.jpg');
    background-position: center;
    background-size: cover;
}

.blog-header h1 {
    color: #6CBE99;
}

.articles-feed-search {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-bottom: 30px;
}

.articles-feed-search .article-feed {
    width: 100%;
    height: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 30px;
}

.blog-homepage-articles .searchform .input {
    min-width: 232px;
}


.blog-results {
    text-transform: none;
    padding-bottom: 20px;
}

.article-categories a.uncategorized {
    display: none;
}

.article-categories a.Écoles {
    background-color: #E9427A;
}

.article-categories a.Événements {
    background-color: #8295CC;
}

.article-categories a.sponsorisé {
    background-color: #22274F;
}

.article-categories a.métiers {
    background-color: #e9a942;
}

.article-categories a.impact-positif {
    background-color: #D395D8;
}

.article-categories a.divers {
    background-color: #70C0E0;
}

.pagination {
    margin: auto;
    padding: 30px 0 50px 0;
}

.pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.pagination .page-numbers {
    border: solid 3px #22274f;
    border-radius: 2px;
    padding: 5px 10px;
    font-family: 'brandon-grotesque';
    color: #22274f;
    font-weight: 600;
    -webkit-transition: all .2s;
    transition: all .2s;
	margin: 5px 2px;
}

.pagination .page-numbers.current ,
.pagination .page-numbers:hover {
    background-color: #E9427A;
    color: #fff;
}

.no-result {
    text-align: center;
    padding-bottom: 50px !important;
}

.search #footer,
.category #footer {
    margin-top: 50px;
}

.blog-homepage-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
}

.blog-homepage-articles #blog-left {
    width: 66%;
    padding-right: 45px;
}

.blog-homepage-articles #blog-right {
    width: 33%;
}

.blog-homepage-articles .articles-feed-search {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding-top: 33px;
}

.blog-homepage-articles #blog-right .article-feed:hover {
    box-shadow: none;
}

.blog-homepage-articles .article-feed:first-child {
    grid-column: 1 / -1;
}

.blog-homepage-articles .article-feed:first-child .article-img {
    height: 250px;
}

.articles-feed-evenement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.evenements-importants {
    background-color: rgba(108, 190, 153, 0.5);
    padding: 20px;
    border-radius: 3px;
}

.evenements-importants .article-feed {
    position: relative;
    z-index: 1000;
    width: 100%;
    margin: 45px 0 10px 0;
}

.evenements-importants .article-feed:after {
    content: "";
    width: 100%;
    height: 36px;
    display: block;
    border: solid 3px #131A35;
    position: absolute;
    top: -33px;
    left: -3px;
    background-color: white;
    box-sizing: content-box;
    z-index: 1;
	border-radius: 3px 3px 0 0;
}


.articles-feed-snippet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 30px;
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: auto;
    align-items: stretch;
}

.articles-feed-snippet .article-feed {
    margin-left: 0;

}


/* SEARCH BAR */

.searchform input[type=text]:focus,
.searchform select:focus {
    border: solid 2px #E84179 !important;
}

.searchform {
    text-align: center;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

::placeholder {
    color: #BDC7D7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BDC7D7;
}

::-ms-input-placeholder {
    color: #BDC7D7;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select {
    border: solid 2px;
}

.searchform .searchform-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#custom-cat-drop {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23bdc7d7' height='24' viewbox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='m7 10l5 5 5-5z'/><path d='m0 0h24v24h0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 6px;
    padding-right: 30px;
    max-height: 42px;
	min-height: 40px;
}

#custom-cat-drop option {
    background-color: #fff;
    color: #BDC7D7;
    border: solid 1px #BDC7D7;
}

.searchform .grey-border {
    font-size: 14px;
    padding: 7px 16px;
    border-color: #BDC7D7;
}

.searchform .search-field {
    color: #BDC7D7;
    font-weight: 600;
    height: 41px;
    margin-right: 10px;
}

.searchform .input {
    min-width: 350px;
}

.searchform select {
    color: #BDC7D7;
    font-weight: 600;
    text-transform: uppercase;
}

/* 404 */

#erreur-404 .searchform .searchform-fields {
    justify-content: flex-start;
}

/* RS */

.post-share-rs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.post-share-rs .picto-facebook,
.post-share-rs .picto-twitter,
.post-share-rs .picto-linkedin {
    width: 0px !important;
    height: 20px;
    padding: 0px;
    margin: 1px;
    position: relative;
}

.post-share-rs .picto-facebook:before,
.post-share-rs .picto-twitter:before,
.post-share-rs .picto-linkedin:before {
    position: absolute;
    padding: 10px;
	border-radius: 4px 0 0 4px;
}

.post-share-rs .picto-facebook:hover:before,
.post-share-rs .picto-twitter:hover:before,
.post-share-rs .picto-linkedin:hover:before {
    background-color: #F5F5F5;
}

.post-share-rs.sponsor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
}

.post-share-rs.sponsor .picto-facebook:before,
.post-share-rs.sponsor .picto-twitter:before,
.post-share-rs.sponsor .picto-linkedin:before {
    position: relative;
}

.post-share-rs.sponsor .picto-facebook,
.post-share-rs.sponsor .picto-twitter,
.post-share-rs.sponsor .picto-linkedin {
    margin: 12px;
}

.post-share-rs [data-tooltip]:after {
    position: absolute;
    content: attr(data-tooltip);
    opacity: 0;
    font-size: 12px;
    line-height: 14px;
    left: 39px;
    top: -1px;
    text-align: left;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 0 4px 4px 0;
    font-weight: 600;
    display: block;
    min-width: 75px;
	text-align: center;
}

.post-share-rs.sponsor [data-tooltip]:after {
    position: absolute;
    content: attr(data-tooltip);
    opacity: 0;
    font-size: 12px;
    line-height: 14px;
    left: 0px;
    background-color: #F5F5F5;
    padding: 7px;
    border-radius: 4px;
    font-weight: 600;
    top: -55px;
    /* bottom: -6px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55px;
}
.post-share-rs.sponsor a.pp_like {
	top: -27px;
}
.post-share-rs.sponsor [data-tooltip]:hover:after,
.post-share-rs [data-tooltip]:hover:after {
    opacity: 1;
}

#right-area.rs-float {
    position: relative;
    left: 40px;
}

#right-area.rs-float .post-share-rs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 200px 0 100px 0;
}

#right-area.rs-float .post-share-rs .et_pb_social_icon {
    padding: 5px 0;
}

/* DIVI MODULES - QUOTE */

.et_pb_testimonial {
	border-left: solid 3px #8295CC;
	padding-left: 45px;
	background-color: #fff !important;
}
.et_pb_testimonial:before {
	display: none;
}
.et_pb_testimonial .et_pb_testimonial_portrait {
	display: none;
}
.et_pb_testimonial .et_pb_testimonial_description {
	margin-left: 0 !important;
}

.et_pb_testimonial .et_pb_testimonial_description_inner p {
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	padding-bottom: 0;
}


/* DIVI MODULES - TOGGLE */

.et-db #et-boc .et-l .et_pb_toggle_open h5.et_pb_toggle_title, .et-db #et-boc .et-l .et_pb_toggle_open .et_pb_toggle_title {
    color: #22274F;
}
/* DIVI MODULES - COMPTEUR */

.percent-value, .percent-sign {
	font-size: 70px;
    color: #fff;
    font-weight: 800;
}


.et_pb_number_counter {
	padding-top: 14px;
    background-size: 85% !important;
    background-position: left top!important;
}

.post-template-default .percent-value, .post-template-default .percent-sign {
	font-size: 70px; 
    font-weight: 800;
    font-family: 'Avenir', sans-serif;
    color: #22274F;
}

/* DIVI MODULES - ONGLETS */

.et-db #et-boc .et-l .et_pb_tabs_controls li a {
	padding: 15px 40px;
    font-size: 25px;
    font-weight: 700;
    font-family: 'brandon-grotesque';
    text-transform: uppercase;
    color: #22274F;
}
.et_pb_tabs {
	border-radius: 2px;
}

/* MODULE - WPFORM */

.wpform {
	padding: 20px 30px;
	background-color: #fafafa;
}

/* LP */

.main-photo-lp {
    height: 60vh;
    background-size: cover;
    background-position: center;
    margin: 0;
}
.lp-header {
	padding-top: 0 !important;
	position: relative;
    top: -30px;
	background-color: #fff;
}

.lp-header:after {
	content: "";
    width: 100%;
    height: 36px;
    display: block;
    border: solid 3px #131A35;
    position: absolute;
    top: -33px;
    background-color: white;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0;
}

.lp-header .main-infos {
	padding: 20px;
	display: flex;
	border: solid 3px #131A35;
	border-radius: 3px;
}
.lp-header .text-infos {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lp-header .attachment-post-thumbnail {
	height: 100px;
	width: 100px;
	margin-right: 20px;
	border-radius: 2px;
}
.lp-header .text-infos-details {
	display: flex;
}
.lp-header .text-infos-details div{
	display: flex;
	padding-right: 20px;
}
.lp-header .text-infos-details img {
	width: 20px;
	margin-right: 10px;
}
.lp-quote {
	background-color: #22274F;
	border: solid 3px white;
	display: flex;
    justify-content: center;
}
.lp-quote-text p {
	font-family: Brandon Grotesque;
	font-weight: 600;
	line-height: 48px;
	font-size: 31px;
	color: white;
	text-align: center;
}
.lp-quote-person p{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.lp-quote:before {
	content: url('../../uploads/2021/05/quotes.svg');
	position: absolute;
    top: -25px;
    margin-right: 12px;
}
.formation-feed a {
	font-family: Brandon Grotesque;
	font-size: 27px;
	color: #E9427A;
	text-transform: none;
	font-weight: 600;
    letter-spacing: 0.2px;
	display: flex;
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	transition: ease 0.3s;
}
.formation-feed a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E9427A;
    bottom: 0px;
}
.formation-feed a:hover {
	margin-left: 20px;
}
.formation-feed {
	padding: 15px 0;
}

/* PAGES */


.page-header-style-1 {
    padding: 30px;
    text-align: center;
}

.page-header-style-1 .box {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.page-header-style-1 .box h1 {
    text-align: center;
    display: inline-block;
    padding: 20px 50px;
    background-color: white;
    border: solid 3px #22274f;
    border-radius: 3px;
    position: relative;
    z-index: 10;
    font-size: 30px;
}

.page-header-style-1 .box:before {
    content: "";
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    border: solid 3px;
    left: -15px;
    z-index: 0;
    border-radius: 3px;
}

img {
	border-radius: 2px; 
}

.img-style-1 {
    position: relative;
}

.img-style-1 img {
    border: solid 3px #22274f;
    border-radius: 3px;
    position: relative;
}

.img-style-1 .et_pb_image_wrap:before {
    content: "";
    background-color: #E9427A;
    width: 100%;
    height: 150px;
    position: absolute;
    top: -15px;
    border: solid;
    left: -15px;
    z-index: 0;
    border-radius: 2px;
}

.equipe img {
    margin: auto;
    max-width: initial;
    height: 150px;
    width: 150px;
}

.equipe .name h5 {
    font-size: 24px;
    font-family: brandon-grotesque, sans-serif;
}

.equipe .post h5 {
    font-size: 18px;
    font-family: brandon-grotesque, sans-serif;
    font-weight: 400;
    color: #E9427A;
}

.equipe .quote h5 {
    font-size: 14px;
    font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-style: italic;
}

/* SECTION PLATEFORME */

#plateforme-pixis p {
    color: #fff;
}

#plateforme-pixis a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:hover {
    background-color: #bf2c5d !important;
    border: solid 3px #bf2c5d !important;
    padding: 7px 16px;
}

#plateforme-pixis a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light:hover:after {
    display: none;
}

/* SECTION LIRE AUSSI */

.lire-aussi {
    padding: 20px !important;
    border: solid 3px #8295CC;
    width: fit-content !important;
    margin-left: 0;
	margin-top: 20px;
	margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: -7px -7px #8295cc;
}

.lire-aussi .et_pb_row {
	padding: 0;
}

/* SECTION ZOOM SUR */

.zoom-sur {
	padding-top: 50px !important;
	padding-bottom: 50px !important;	
	padding-right: 50px !important;
	padding-left: 50px !important;
}

/* PROGRESS BAR ARTICLES */
progress {
    /* Positioning */
    position: fixed !important;
    left: 0 !important;
    z-index: 1000;

    /* Dimensions */
    width: 100% !important;
    height: .25em !important;

    /* Reset the apperance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;

    /* Get rid of the default border in Firefox/Opera. */
    border: none !important;

    /* For Firefox/IE10+ */
    background-color: transparent;

    /* For IE10+, color of the progress bar */
    color: #6BBD98;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

#progressBar::-webkit-progress-value {
    background-color: #6BBD98;
}

#progressBar::-moz-progress-bar {
    background-color: #6BBD98;
}

.single::-webkit-progress-value {
    background-color: transparent;
    background-image: -webkit-linear-gradient(left, transparent, #6bbd98);
}

.single::-moz-progress-bar {
    background-color: transparent;
    background-image: -moz-linear-gradient(left, transparent, #6bbd98);
}

.multiple::-webkit-progress-value {
    background-image: -webkit-linear-gradient(-45deg,
            transparent 33%, rgba(0, 0, 0, .1) 33%,
            rgba(0, 0, 0, .1) 66%, transparent 66%),
        -webkit-linear-gradient(left, #6BBD98, #6BBD98);
}

.multiple::-moz-progress-bar {
    background-image: -moz-linear-gradient(-45deg,
            transparent 33%, rgba(0, 0, 0, .1) 33%,
            rgba(0, 0, 0, .1) 66%, transparent 66%),
        -moz-linear-gradient(left, #6BBD98, #6BBD98);
}

.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block;
}

.progress-bar {
    background-color: #6BBD98;
    width: 50%;
    display: block;
    height: inherit;
}


/* LIKE BUTTON */
.post_like {
	position: relative;
	width: 45px;
}

a.pp_like {
    font-size: 18px;
	height: 30px;
	width: 30px;
	background-image: url('../../uploads/2021/04/like_empty.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 0 0px; 
    padding-left: 30px;
	position: absolute;
	left: 13px;
    margin-top: 15px;
    text-decoration: none;
    box-shadow: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	justify-content: center;
}
a.pp_like span {
	font-size: 16px;
    line-height: 25px;
    color: #8295CC;
    font-weight: 600;
}

a.pp_like.liked  {
	background-image: url('../../uploads/2021/04/like_filled.svg');
}

/* LP NEW DESIGN */

.lp-logo {
	border-radius: 3px;	
}
.lp-logo span {
	height: 100px;
}
.lp-template h1{
	color: white;
	font-size: 50px; 
	line-height: 54px;
}
.lp-template .titre-h2 h2 {
	text-transform: inherit;
	padding-bottom: 35px;
}
.lp-template .et_pb_button:after {
	opacity: 0 !important;
}
.lp-template .location .et_pb_text_inner {
	display: flex;
	align-items: center;
}
.lp-template .location p {
	color: white;
}
.lp-template .location img {
	width: 35px;
	margin-right: 10px;
}
.lp-keynumbers {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	box-shadow: -15px -15px 0px 0px rgb(233 66 122);
}

.lp-keynumbers .et_pb_column {
	width: auto !important;
}
.keynumber {
	font-size: 32px;
	font-family: brandon-grotesque;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}
.keydescription {
	font-size: 23px;
	font-family: brandon-grotesque;
	font-weight: 500;
	text-align: center;
}
.lp-brochure {
	display: flex;
	align-items: center;
}
.lp-brochure h2 {
	color: #ffffff;
	padding-bottom: 0;
}
.campus h2, .campus p {
	color: white;
}
.campus > .et_pb_row {
	align-items: center;
}
.actus-etablissement > .et_pb_with_border {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	transition: ease 0.4s;
}
.actus-etablissement .et_pb_with_border> div {
	display: block;
	width: 100%;
}
.actus-etablissement > .et_pb_with_border:hover{
	box-shadow: -15px -15px 0px 0px rgba(233, 66, 122, 1);
}
.single .et_pb_post {
	margin-bottom: 0;
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    #searchform-min .primary-button {
        width: 100%;
    }

    #searchform-min .search-field {
        min-width: 100% !important;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 980px) {
    #footer .et_pb_row_0_tb_footer.et_pb_row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0 !important;
    }

    #footer .et_pb_row.et_pb_row_0_tb_footer .et_pb_column:first-child {
        width: 100%;
        margin: 0 auto 20px auto;
    }

    .articles-feed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .article-feed {
        width: 100%;
        margin: 10px 0;
    }

    .post-template-article-sponsor #content-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .post-template-article-sponsor #right-area {
        margin: auto;
        width: 100%;
    }
	.post_like {
		width: 60px;
		height: 20px;
		padding: 5px;
		margin: 6px 5Px;
	}
	a.pp_like {
	    top: 2px;
		margin-top: 0;
	}
    .articles-feed-search {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .articles-feed-snippet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-feed-search .article-feed,
    .articles-feed-snippet .article-feed {
        margin: 0 0 30px 0;
    }

    .primary-button img {
        padding-right: 0;
        height: auto;
        width: 15px;

    }

    .searchform .searchform-fields {
        margin-right: 10px;
    }

    .searchform .search-field {
        width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
    }

    .submit-text {
        display: none;
    }

    .single-post .article-content #left-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #right-area.rs-float {
        position: static;
		margin-top: 35px;
    }

    #right-area.rs-float .post-share-rs {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .post-share-rs .picto-facebook:before,
    .post-share-rs .picto-twitter:before,
    .post-share-rs .picto-linkedin:before {
        position: static;
    }

    .post-share-rs .picto-facebook,
    .post-share-rs .picto-twitter,
    .post-share-rs .picto-linkedin {
        width: 20px;
        height: 20px;
        padding: 5px;
        margin: 5px;
    }

    .blog-homepage-articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-homepage-articles #blog-left {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }

    .blog-homepage-articles #blog-right {
        width: 100%;
    }

    .blog-homepage-articles .searchform .input {
        max-width: 500px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .blog-homepage-articles .articles-feed-search {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    [data-tooltip]:after {
        display: none;
    }

    .post-template-article-sponsor #right-area .form p,
    .post-template-article-sponsor #right-area .form h4,
    post-template-article-sponsor #right-area .form .primary-button {
        text-align: center;
    }

    .flex-reverse {
        flex-direction: column-reverse;
        display: flex;
    }

    .flex-reverse .features-text {
        margin-top: 30px;
    }
	.blog-homepage-articles .article-feed:first-child .article-img {
		height: 150px; 
	}
	.et-db #et-boc .et-l .lp-brochure .et_pb_column_3_5 {
		margin-bottom: 0;
	}
	.keynumber div {
		text-align: center;
	}
	.keydescription div {
		text-align: center;
	}
	.single-post .article-content img {
		max-width: 140%;
		left: -17%;
		border: solid 10px white;
	}
	.single-post .article-content .zoom-sur img {
		max-width: 100%;
		left: auto;
		border: none;
	} 
}


@media (max-width: 600px) {

    body,
    p,
    span {
        font-family: 'Avenir', sans-serif;
        font-size: 17px;
        line-height: 28px;
        color: #22274F;
        font-weight: 400;
    }

    .article-content ul li {
        font-family: 'Avenir', sans-serif;
        font-size: 16px;
        line-height: 25px;
        color: #22274F;
        font-weight: 400;
        padding-bottom: 6px;
    }

    h1.entry-title {
        font-size: 30px;
        line-height: 36px;
    }

    .hero-section {
        padding: 30px;
    }

    .article-categories a {
        margin: 3px;
    }
	#homepage-header {
		height: 500px;
	}

    .author_bio_section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .author_details {
        text-align: center;
        padding: 15px 0 0 0;
    }

    .time span {
        padding: 0 6px;
    }

    #footer h4 {
        text-align: center;
    }

    #footer p {
        text-align: center;
    }

    #footer .et_pb_module.et_pb_image.et_pb_image_0_tb_footer {
        margin: auto;
    }

    #footer .et_pb_row_0_tb_footer.et_pb_row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #footer .et_pb_social_media_follow_0_tb_footer.et_pb_module {
        margin: 0 auto 12px auto !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .rs li a.icon {
        margin: 0 7px;
    }
    .articles-feed-search {
        column-count: 1;
    }
    .searchform {
        flex-wrap: wrap;
    }
    .searchform .search-field {
        min-width: 100%;
    }
    .searchform .searchform-fields {
        margin-right: 0;
    }
    progress {
        display: none;
    }
	.post-share-rs.sponsor {
		padding-top: 25px;
	}
	.hero-section .sponsor {
		flex-direction: column;
	}
	.hero-section .sponsor img {
		padding: 10px 0 0 0;
	}
	.h1-slider h2 {
		font-size: 40px;
	}
	.marquee-rtl .et_pb_row {
		padding: 17px 0 14px 0;
	}
	
	.zoom-sur {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.et_pb_testimonial {
		padding: 25px;
	}
	.et_pb_testimonial .et_pb_testimonial_description_inner p {
		font-size: 18px;
    	line-height: 32px;
	}
	.page-header-style-1 .box h1 {
		font-size: 26px;
   		padding: 20px 25px;
	}
	.page-header-style-1 {
		padding-left: 0;
		padding-right: 0;
	}
	.lp-brochure {
		flex-wrap: wrap;
		justify-content: center;
	}
	.et-db #et-boc .et-l .lp-brochure .et_pb_column {
		width: auto;
	}
	.et-db #et-boc .et-l .lp-brochure .et_pb_column_3_5 {
		margin-bottom: 30px;
	}
	.lp-quote-text p {
		font-size: 22px;
    	line-height: 30px;
	}
	.lp-keynumbers {
		right: -6px;
	}
	
}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .articles-feed-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 80%;
            margin: auto;
        }
    }

    _::-webkit-full-page-media,
    _:future,
    :root .safari_only {
        .articles-feed-search {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 80%;
            margin: auto;
        }
    }