@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    color: #4b4a4a;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

p {
    font-size: 13px;
    line-height: 27px;
}

.box {
    background-color: #fff;
    box-shadow: 0px 24px 51.6px 8.4px rgba(55, 58, 64, 0.13);
}

body {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
}

.wrapperSmall {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    width: 80%;
}

.firstname {
    visibility: hidden;
}

/* COOKIES */

#cookie-law {
    text-align: center;
    padding: 2rem;
}

#cookie-law a {
    font-weight: 600;
}

.close-cookie-banner {
    background-color: #00a651;
    margin: 1rem;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.close-cookie-banner span {
    color: white;
}

/*btns*/

.btn {
    text-transform: uppercase;
    color: #94cc56;
    border: 2px solid #94cc56;
    font-size: 14px;
    padding: 2px 10px;
    display: inline-block;
    font-weight: 600;
}

.btn:hover {
    color: #00a651;
    border: 2px solid #00a651;
}

.sLink {
    text-transform: uppercase;
    font-size: 12px;
}

.btn-grey {
    filter: grayscale(1);
}

.btnWhite {
    color: #fff;
    border: 2px solid #fff;
}

.btn-small {
    font-size: 11px;
    padding: 4px 8px;
}

.btnFull {
    width: 100%;
    text-align: center;
}

aside .btnFull {
    margin-bottom: 20px;
}

.wrap-btns {
    margin-top: 30px;
    margin-left: -5px;
}

.wrap-btn {
    text-align: right;
    margin: 10px 0 0 0;
}

.btnSubmit {
    background-color: #89c463;
    border-radius: 30px;
    color: #002147;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 35px;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}

.btnSubmit span {
    color: #002147;
}

/*titles*/

h1 {
    text-align: center;
    color: #fff;
    font-size: 55px;
    position: relative;
}

h2 {
    color: #94cc56;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
}

h2 small {
    color: #94cc56;
    font-size: 26px;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h5 i {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

/*header*/

header {
}

header .mainNav .mainLogo img {
    height: 60px;
}

header .mainNav:after {
    content: ".";
    display: block;
    width: 100%;
    clear: both;
    font-size: 0;
}

.subnav {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -330px;
    background-color: #002157;
    height: 330px;
    color: #fff;
    display: none;
    z-index: 3;
}

.subnav:before {
    content: ".";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #002157;
    transform: rotate(45deg);
    font-size: 0;
    top: -10px;
    left: calc(50% + 30px);
    position: absolute;
}
.subnav a {
    display: block;
}

header .mainNav nav {
    margin-right: -15px;
}

header .mainNav {
    position: relative;
    padding: 20px 0 15px;
    border-bottom: 1px solid #eee;
}

header .mainNav .sideNav {
    float: right;
    text-align: right;
}

header .mainNav .sideNav .upline {
    margin: 0;
}

header .mainNav .sideNav nav {
    margin-right: -10px;
}

header .mainNav .sideNav .upline form {
    display: inline-block;
}

header .mainNav .sideNav .upline input {
    border: 1px solid #7a7a7a;
    padding: 9px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0;
    background: url(../img/search.svg) no-repeat right 10px center / 20px;
}

header .mainNav nav li {
    display: inline-block;
}

header .mainNav nav li a {
    text-transform: uppercase;
    margin: 0 15px;
    font-weight: 600;
    font-size: 17px;
    padding: 0 0 30px 0;
}

header .mainNav nav li:hover a,
header .mainNav nav li.selected a {
    color: #00648d;
}

header .mainNav nav li:hover .subnav {
    display: block;
}

header .subnav .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

header .subnav .wrapper .col {
    width: 33%;
    text-align: left;
    padding: 0 20px;
}

header .subnav .wrapper .col h3 {
    margin-bottom: 10px;
}

header .subnav .wrapper .col h3,
header .subnav .wrapper .col h3 a {
    color: #fff;
}

header .subnav .wrapper .col ul li {
    display: block;
}

header .subnav .wrapper .col ul li a {
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    text-transform: none;
    color: #fff;
    margin: 0;
}

header .mainNav .mainLogo {
    float: left;
    margin-top: 12px;
}

header .socialsSide li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
}

header .search {
    margin-bottom: 10px;
}

header .socials {
    float: left;
    padding: 7px 16px 0px 0;
}

.menu-burger {
    border-radius: 50%;
    height: 60px;
    width: 60px;
    padding: 1rem;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-shadow: 0px 2px 21px 0px rgba(236, 237, 253, 0.93);
    transition: all 0.4s;
}

header .icon {
    display: block;
    position: fixed;
    top: 70px;
    right: 5%;
    z-index: 100;
    display: none;
}

.menu-burger > div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.menu-burger > div:before,
.menu-burger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background-color: inherit;
    transition: transform 0.4s;
}

.menu-burger > div:after {
    top: 10px;
}

.menu-burger:hover > div {
    transform: rotate(90deg);
    background-color: white;
}

.menu-burger:hover {
    background-color: #000;
}

.menu-burger.cross > div:before,
.menu-burger.cross > div:after {
    top: 0;
    transform: rotate(90deg);
}

.menu-burger.cross > div {
    background-color: #000;
}

.menu-burger.cross {
    transform: rotate(45deg);
    box-shadow: none;
    background-color: transparent;
}

/* responsive menu*/

/* POP-UP MENU */

.responsive-menu {
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
}

.responsive-menu .upline {
    display: block;
    text-align: center;
    padding: 5%;
}

.responsive-menu .upline input[type="text"] {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #a4a4a4;
    background: url(../img/search.svg) no-repeat right 10px center / 20px;
}

.responsive-menu .logo {
    text-align: center;
    width: 70%;
    max-width: 290px;
    margin: 40px auto 0 auto;
}

.responsive-menu .logo img {
    display: block;
    width: 100%;
}

.responsive-menu.display {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

.responsive-menu nav {
    padding: 30px 5% 0 5%;
    text-align: center;
}

.responsive-menu nav li {
    display: block;
    margin-bottom: 30px;
}

.responsive-menu nav li a {
    font-size: 21px;
}

.navAlt {
    background-color: #002157;
    color: #fff;
    overflow: hidden;
}

.navAlt .infosGeneral {
    float: left;
    padding: 7px 0 0 0;
}

.navAlt .infosGeneral .email {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../img/message.svg) no-repeat left center / 15px;
    margin-left: 20px;
}

.navAlt .infosGeneral .phone {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url(../img/phone.svg) no-repeat left center / 15px;
    margin-left: 20px;
}

.navAlt .socialsSide {
    float: right;
}

.navAlt .socialsSide .socials img {
    width: 14px;
    display: block;
}

.navAlt .infosGeneral p {
    font-size: 11px;
    color: #fff;
}

header .memberLogin {
    background: url(../img/bgMemberOnly.png) no-repeat left center;
    float: right;
}

header .memberLogin a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 40px;
    display: inline-block;
}

.navAlt .infosGeneral span,
.navAlt .infosGeneral a {
    color: #fff;
}

/*-----------main-----------*/

/* sect -> main banner */

#sect-hp-mainBanner {
    text-align: center;
    height: 65vh;
    background: url(../img/bgBanner.png) no-repeat center center / cover;
}

.toBottom {
    background: url(../img/arrowbottom.png) no-repeat center center / 70px;
    display: inline-block;
    width: 70px;
    font-size: 0;
    height: 50px;
}

#sect-hp-mainBanner .cell {
    padding: 0 15%;
}

#sect-hp-mainBanner h1 {
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    line-height: 54px;
    margin-bottom: 20px;
}

#sect-hp-mainBanner h1 strong {
    color: #94cc56;
}

#sect-hp-mainBanner h3 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 21px;
    display: inline-block;
    max-width: 600px;
}

/* sect -> about Gesi*/

#sect-hp-aboutGesi,
#sect-aboutGesi {
    padding: 140px 0 60px 0;
    background-color: #ebebeb;
}

#sect-aboutGesi {
    padding: 50px 0 50px 0;
}

#sect-hp-aboutGesi .squarePict,
#sect-aboutGesi .squarePict {
    width: 100%;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0px 24px 51.6px 8.4px rgba(55, 58, 64, 0.13);
}

#sect-hp-aboutGesi .squarePict img,
#sect-aboutGesi .squarePict img {
    display: block;
    width: 100%;
}

#sect-hp-aboutGesi .box {
    padding: 50px;
    display: flex;
    padding-bottom: 100px;
}

#sect-aboutGesi .box {
    padding-bottom: 50px;
}

#sect-hp-aboutGesi .box .content {
    padding-right: 50px;
    float: left;
    width: 70%;
}

#sect-aboutGesi .box .content {
    text-align: center;
    padding: 40px 40px 80px;
}

#sect-aboutGesi .box .content p {
    font-weight: bold;
}

#sect-hp-aboutGesi .box .pict {
    width: 30%;
    float: right;
}

#sect-hp-aboutGesi .wrap-btns {
    position: absolute;
}

/* sect -> steps */

#sect-hp-steps {
    position: absolute;
    width: 100%;
}

#sect-hp-steps .wrap-steps {
    margin-top: -50px;
    overflow: hidden;
    max-width: 1300px;
    left: 0;
    margin: -60px 5%;
    box-shadow: 0px 45px 13.45px -28.45px rgba(0, 0, 0, 0.09);
}

#sect-hp-steps ul {
    display: flex;
    width: 100%;
}

#sect-hp-steps ul li {
    float: left;
    width: 25%;
    text-align: center;
    height: 130px;
    padding: 20px;
    position: relative;
}

#sect-hp-steps ul li b {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 100px;
    line-height: 100px;
    color: #e0eeca;
}

#sect-hp-steps ul li p {
    font-size: 25px;
    z-index: 3;
    position: relative;
}

#sect-hp-steps ul li:nth-child(1) {
    background-color: #c4df9b;
}

#sect-hp-steps ul li:nth-child(2) {
    background-color: #8dc63f;
}

#sect-hp-steps ul li:nth-child(2) b {
    color: #71a529;
}

#sect-hp-steps ul li:nth-child(3) {
    background-color: #39b54a;
}

#sect-hp-steps ul li:nth-child(3) b {
    color: #3b9937;
}

#sect-hp-steps ul li:nth-child(3) p {
    color: #fff;
}

#sect-hp-steps ul li:nth-child(4) {
    background-color: #197b30;
}

#sect-hp-steps ul li:nth-child(4) b {
    color: #1c6819;
}

#sect-hp-steps ul li:nth-child(4) p {
    color: #fff;
}

/* sect -> research */

#sect-hp-research {
    background-color: #ebebeb;
    padding: 100px 0;
    position: relative;
}

#sect-hp-research .article-wrapper {
    width: 78%;
    position: absolute;
    top: 50px;
    left: 26%;
    display: flex;
}

#sect-hp-research .wrapperSmall {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
}
#sect-hp-research .article-wrapper article {
    width: 40%;
    margin: 0 1%;
}
#sect-hp-research .article-wrapper article h3 {
    /* word-break: break-all; */
    font-size: 14px;
}

#sect-hp-research .box {
    padding: 50px;
    padding-right: 75%;
    position: relative;
    margin-left: 0%;
}

/* sect -> how we work */

#sect-hp-howwework {
    display: flex;
}

#sect-hp-howwework .pictSide {
    width: 50%;
    background: url(../img/picture1.png) no-repeat center center / cover;
}

#sect-hp-howwework .contentSide {
    width: 50%;
    padding: 70px 50px;
}

#sect-hp-howwework .art-platform {
    position: relative;
    margin-bottom: 70px;
}

#sect-hp-howwework .art-platform .pict {
    position: absolute;
    left: -150px;
}

.art-platform .pict {
    width: 200px;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid #00648d;
    box-shadow: 0px 21px 41.71px 1.29px rgba(0, 0, 0, 0.35);
    background-size: cover;
}

.art-platform .pict.green1 {
    border: 10px solid #00a651;
}

.art-platform .pict.green2 {
    border: 10px solid #8cc63f;
}

#sect-hp-howwework .art-platform .content {
    padding-left: 70px;
    margin-bottom: 20px;
    min-height: 200px;
}

.art-platform .pict img {
    display: block;
    opacity: 0;
    width: 100%;
}

.platformLine .art-platform {
}

.platformLine .art-platform:after {
    content: ".";
    display: block;
    width: 100%;
    clear: both;
    font-size: 0;
}

.platformLine .art-platform h2 {
    font-size: 22px;
    margin-bottom: 0;
}

.platformLine .art-platform .pict {
    width: 25%;
    float: left;
    margin-right: 5%;
    background-position: center;
    background-size: cover;
}

.platformLine .art-simple {
    margin: 1% 1% 1%;
    flex: 0 0 31%;
}

.platformLine {
    padding: 50px 0;
}

.platformLine:nth-child(even) {
    background-color: #ebebeb;
}

.platformLine .art-platform .content {
    float: left;
    width: 70%;
}

.platformLine .wrapArticles {
    margin-top: 50px;
}

#sect-platform-detail aside {
    float: left;
}

#sect-platform-detail .mainContent {
    float: right;
    padding-left: 100px;
    padding-right: 0;
}

#sect-platform-detail .pictureInABox {
    max-width: 40%;
}

/* pagination */

.pagination-wrap {
    text-align: center;
    padding: 30px 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #5a5a5a;
    text-decoration: none;
    padding: 5px;
}

.pagination li span {
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
}

.pagination li:before {
    content: "| ";
}

.pagination li:nth-child(2):before,
.pagination li:nth-child(1):before {
    content: "";
}

/* sect -> news */

#sect-hp-news {
    background-color: #ebebeb;
    padding: 50px 0;
    overflow: hidden;
}

#sect-hp-news h2 {
    text-align: center;
    color: #00648d;
}

#sect-hp-news .intro {
    text-align: left;
    position: relative;
    padding-right: 200px;
    margin-bottom: 30px;
}

#sect-hp-news .intro .btn {
    position: absolute;
    right: 0;
    top: 0;
}

#sect-hp-news .newsSlider {
    display: flex;
}

#sect-hp-news .newsSlider .firstElt {
    margin-right: 1%;
    width: 59%;
    float: left;
}

#sect-hp-news .newsSlider .lastElt {
    float: left;
    width: 40%;
}

/* sectHP -> events */

#sect-hp-events {
    background: url(../img/bgEvents.png) no-repeat center center / cover;
    padding: 50px 0;
}

#sect-hp-events .wrapper {
    display: flex;
}

#sect-hp-events .newsletter {
    width: 40%;
}

#sect-hp-events .events {
    margin-left: 2%;
    width: 58%;
    position: relative;
}

#sect-hp-events .events h2 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: none;
}

#sect-hp-events .events .intro {
    position: relative;
    margin-bottom: 10px;
}

#sect-hp-events .events .intro p {
    color: #dfdfdf;
}

#sect-hp-events .events .intro .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.newsletterBox {
    background-color: #fff;
}

.newsletterBox .pict img {
    display: block;
    width: 100%;
}

.newsletterBox .content {
    padding: 40px;
}

.newsletterBox .content h4 {
    color: #00a651;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 25px;
}

.ctct-form-defaults {
    background-color: transparent !important;
}

.ctct-gdpr-text,
.ctct-gdpr-text a,
.ctct-form-label {
    color: #323232 !important;
}

.ctct-form-button {
    background-color: #89c463 !important;
    border-radius: 30px !important;
    border: 0 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

/* sectHP -> sect-hp-partners */

#sect-hp-partners {
    text-align: center;
    padding: 20px 0;
    background-color: #ebebeb;
}

#sect-hp-partners li {
    display: inline-block;
    text-align: center;
}

#sect-hp-partners li img {
    max-width: 120px;
    display: inline-block;
}

/* sectHP -> becomeAMember */

#sect-becomeMember {
    background: url(../img/bgBecome.png) no-repeat center center / cover;
    padding: 50px 0;
    text-align: center;
}

#sect-becomeMember .intro .btn {
    margin-top: 20px;
}

#sect-becomeMember h2 {
    color: #fff;
}

#sect-becomeMember .intro p {
    color: #fff;
}

#sect-becomeMember .memberPoints {
    display: flex;
    margin-top: 70px;
}

#sect-becomeMember .memberPoints .point {
    width: 25%;
    margin: 0 10px;
    background-color: #fff;
    position: relative;
    padding: 80px 30px 30px 30px;
}

.memberPoints .point .icon {
    position: absolute;
    top: -30px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    display: block;
    left: 50%;
    margin-left: -50px;
    border: 15px solid #ebebeb;
    border-radius: 5px;
}

.memberPoints .point .icon img {
    display: block;
    width: 100%;
}

#sect-about-team {
    background: url(../img/bgEvents.png) no-repeat center center / cover;
    padding: 50px 0;
    text-align: center;
}

#sect-about-team h2 {
    color: #fff;
}

#sect-about-team .teamSlider {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-top: 40px;
    padding: 0 50px;
}

#sect-about-team .teamSlider article {
    background-color: #fff;
}

#sect-about-team .teamSlider article.art-team {
    margin: 0 10px;
}

.reportPict {
    margin-bottom: 20px;
}

.reportPict img {
    display: block;
    width: 100%;
}

/* articles */

.art-simple {
    background-color: #fff;
}

.art-event,
.art-simple,
.art-search {
    transition: all 0.1s;
}

.art-simple:hover,
.art-event:hover,
.art-search:hover {
    transform: scale(1.02);
}

.art-simple .content {
    padding: 20px;
}

.art-event {
    background-color: #fff;
    display: flex;
    margin-bottom: 15px;
}

.art-event .pict {
    width: 30%;
    border: 6px solid #89c463;
    background-position: center center;
    background-size: cover;
}

.art-event .content {
    padding: 30px;
    width: 70%;
}

.art-search {
    background-color: #fff;
    display: flex;
    margin-bottom: 15px;
    margin: 1% 1% 1%;
    flex: 0 0 48%;
    overflow: hidden;
}
.art-search .wrap-btn {
    display: flex;
    text-align: left;
    justify-content: space-between;
}

.art-search .pict {
    width: 30%;
}

.art-search .content .btn {
}

.art-search .content {
    padding: 30px;
    width: 70%;
    position: relative;
}

.art-shad {
    box-shadow: 0px 15px 55px 0px rgba(0, 0, 0, 0.15);
}

.art-news.art-newshp {
    display: flex;
    margin-bottom: 15px;
}

.art-related {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
}

.subtitle {
    color: #9d9d9d;
    font-size: 12px;
    margin-bottom: 10px;
}

.subtitle .hour {
    background: url(../img/ico_clock.svg) no-repeat left center / 12px;
    padding-left: 18px;
    float: right;
    color: #9d9d9d;
}

.art-news.art-newshp .pict {
    width: 40%;
    /* background-position: center;
    background-size: cover; */
}

.art-news.art-newshp .content {
    width: 60%;
}

article .pict img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.pict {
    position: relative;
}

.pict .label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #87c262;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 10px;
}

#sect-events {
    background-color: #ebebeb;
}

#sect-events article {
    margin: 1% 1% 1%;
    flex: 0 0 48%;
}

#sect-newsblog {
    background-color: #ebebeb;
}

#sect-newsblog article {
    margin: 1% 1% 1%;
    flex: 0 0 31%;
    max-width: 31%;
}

.cat-wrap li {
    display: inline-block;
}

.tags-wrap li {
    margin-bottom: 5px;
}

.tag {
    background-color: #00648d;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}

.active .tag,
a.tag:hover {
    background-color: #40528d;
}

.cat {
    background-color: #c4df9b;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 2px 0;
}

.active .cat,
a.cat:hover {
    background-color: #87c262;
}

.tags-wrap,
.cat-wrap,
.related-wrap {
    margin-bottom: 40px;
}

.pictureInABox {
    border: 5px solid #89c463;
}

.pictureInABox img {
    display: block;
    width: 100%;
}

.tagsList {
    text-align: center;
}

.tagsList ul li {
    display: inline-block;
    margin: 5px;
}

.event-socialnav {
    max-width: 1400px;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #c5c5c5;
    padding-top: 20px;
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 20px;
}

.event-socialnav p {
    font-size: 14px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.event-socialnav img {
    margin: 0 10px;
    display: inline-block;
    opacity: 0.7;
    height: 20px;
}

.event-socialnav img:hover {
    opacity: 1;
}

.eventHeader {
}

/* inside */

#sect-mainBanner {
    position: relative;
    height: 400px;
    display: table;
    width: 100%;
}

#sect-mainBanner:before {
    content: ".";
    font-size: 0;
    display: block;
    background-color: rgba(55, 58, 64, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#sect-mainBanner .wrapper {
    display: table;
}

#sect-mainBanner .wrapper .inside {
    display: table-cell;
    height: 400px;
    width: 100%;
    vertical-align: middle;
}

#sect-alsolike {
    background-color: #ebebeb;
    padding: 80px 0;
    clear: both;
}

.alsolike-news article {
    margin: 1% 1% 1%;
    flex: 0 0 31%;
}

.wrap-title {
    overflow: hidden;
    padding: 0 1%;
    margin-bottom: 20px;
}

.wrap-title h5 {
    float: left;
}

.wrap-title .btn {
    float: right;
}

.newsHeader,
.eventHeader {
    border-bottom: 1px solid #c5c5c5;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.eventHeader {
    padding-right: 180px;
}

.newsHeader .date,
.eventHeader .date {
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.6;
}

.eventHeader .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #94cc56;
}

.eventHeader .hour {
    color: #a3a3a3;
    font-size: 14px;
    background: url(../img/ico_clock.svg) no-repeat left center / 12px;
    padding-left: 18px;
}

.eventHeader .place {
    color: #a3a3a3;
    font-size: 14px;
    background: url(../img/ico_place.svg) no-repeat left center / 15px;
    padding-left: 18px;
}

.eventHeader .btn span {
    color: #94cc56;
}

/* about page */

#sect-about-mission .box-mission {
    width: 85%;
    margin: -80px auto 40px auto;
    background-color: #fff;
    box-shadow: 0px 24px 51.6px 8.4px rgba(55, 58, 64, 0.13);
}

#sect-about-mission .line {
    display: flex;
}

#sect-about-mission .line:nth-child(2) {
    flex-direction: row-reverse;
}

#sect-about-mission .line .pict {
    width: 50%;
}

#sect-about-mission .line .content {
    width: 50%;
    padding: 50px;
}

.missionVision-wrap {
    display: flex;
    flex-wrap: wrap;
}

.missionVision-wrap article {
    text-align: center;
    margin: 2%;
    flex: 0 0 48%;
}

.missionVision-wrap article:first-of-type {
    margin-left: 0;
}

.missionVision-wrap article:last-of-type {
    margin-right: 0;
}

/**/

#sect-about-governance {
    background-color: #fff;
    padding: 50px 0;
}

#sect-about-governance .wrapper {
    overflow: hidden;
}

#sect-about-governance .gov-slider {
    width: 70%;
    float: left;
    padding: 0 50px;
}

#sect-about-governance .about {
    width: 30%;
    padding-right: 2%;
    float: left;
}

#sect-about-governance .gov-slider article {
    background-color: #fff;
    position: relative;
    margin: 80px 10px 10px 10px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

#sect-governance {
    background-color: #ebebeb;
    padding: 50px 0;
}

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

#sect-team .wrapArticles {
    justify-content: left;
}

.art-gov {
    margin: 110px 1% 1% 1%;
    background-color: #fff;
    position: relative;
    flex: 0 0 31%;
}

.art-gov .content {
    padding: 40px;
    text-align: center;
    padding-top: 140px;
}

.art-gov h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 22px;
}

.art-gov h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.art-gov .pict {
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -100px;
    border-style: solid;
    border-width: 10px;
    border-color: rgb(140, 198, 63);
    box-shadow: 0px 7px 12.37px 0.63px rgba(0, 0, 0, 0.2);
}

.art-team h3 {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 22px;
    letter-spacing: 2px;
}

.art-team h4 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.art-team {
    text-align: center;
    background-color: #fff;
    margin: 1%;
    flex: 0 0 23%;
}

#sect-about-members {
    padding: 50px 0;
}

#sect-about-members .wrapper {
    overflow: hidden;
}

#sect-about-members .about {
    float: left;
    width: 50%;
    padding-right: 50px;
}

#sect-about-members .content {
    float: left;
    width: 50%;
    text-align: center;
}

#sect-about-members .content ul li {
    display: inline-block;
    max-width: 100px;
    margin: 0 10px;
}

#sect-about-members .content ul li img {
    width: 100%;
    display: block;
}

#sect-members {
    background-color: #ebebeb;
    padding: 50px 0;
}

#sect-membership {
    background-color: #ebebeb;
    padding: 50px 0;
}

.boxMemberShip {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
}

.boxMemberShip .tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.boxMemberShip .tabs li {
    flex: 1;
    display: flex;
    cursor: pointer;
}

.boxMemberShip .tabs li:first-of-type span {
    border: none;
}

.boxMemberShip .tabs li.active,
.boxMemberShip .tabs li:hover {
    background-color: #00648d;
}

.tabContent {
    text-align: center;
    padding: 20px;
}

.tabContent article:hover {
    transform: scale(1.05, 1.05);
}

.tabContent article {
    width: 22%;
    -webkit-transition: all 0.2s;
    /* Safari prior 6.1 */
    transition: all 0.2s;
    margin: 1%;
    vertical-align: top;
    display: inline-block;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.aboutast {
    text-align: right;
    font-size: 12px;
    padding: 40px 20px;
}

.aboutast p {
    font-size: 11px;
}

.tabContent {
    display: none;
}

.tabContent.active {
    display: block;
}

.tabContent article .articleHeader {
    padding: 20px;
    height: 160px;
    background-color: #8cc63f;
    text-align: left;
}

.tabContent article .articleHeader small {
    color: #fff;
}

.tabContent article .articleHeader h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 15px;
}

.tabContent article .articleHeader h4 {
    color: #fff;
    font-size: 25px;
}

.tabContent article .articleHeader .cell {
    vertical-align: bottom;
}

.tabContent article:nth-child(2) .articleHeader {
    background-color: #3b7839;
}

.tabContent article:nth-child(3) .articleHeader {
    background-color: #8dc27e;
}

.tabContent article:nth-child(3) .articleHeader {
    background-color: #49a35a;
}

.tabContent article .articleContent {
    padding: 20px;
}

.tabContent article .articleContent .fromWYSIWYG,
.tabContent article .articleContent .fromWYSIWYG * {
    font-size: 13px;
}

.boxMemberShip .tabs li.active span div div,
.boxMemberShip .tabs li:hover span div div {
    color: #fff;
}

.boxMemberShip .tabs li span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
    border-left: 1px solid #ccc;
}

#sect-membership .intro {
    text-align: center;
}

.art-member {
    margin: 1% 1% 1%;
    background-color: #fff;
    flex: 0 0 48%;
    display: flex;
}

.art-member .table {
    min-height: 160px;
}

.art-member .pict {
    width: 30%;
    border-right: 2px solid #efefef;
}

.art-member .content {
    width: 70%;
    text-align: center;
}

.art-member h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*footer*/

footer {
    background-color: #313131;
    clear: both;
}

footer * {
    color: #fff;
    font-size: 12px;
}

footer a {
    font-size: 12px;
}

footer h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer .email a {
    padding: 0 0 0 20px;
    background: url(../img/message.svg) no-repeat left center / 15px;
}

footer .phone {
    padding: 0 0 0 20px;
    background: url(../img/phone.svg) no-repeat left center / 15px;
}

footer .logoGesi {
    width: 100%;
    max-width: 300px;
}

.mainFooter {
    padding: 40px 0;
    overflow: hidden;
}

.mainFooter .col {
    width: 25%;
    float: left;
    padding-right: 40px;
}

.mainFooter .aboutCol {
    width: 35%;
    padding-right: 30px;
    line-height: 30px;
}

.mainFooter .aboutContact {
    margin-top: 10px;
}

.mainFooter .navCol {
    width: 15%;
    padding-right: 30px;
}

.navCol nav {
    line-height: 27px;
}

.linksCol ul {
    line-height: 27px;
}

.mainFooter .newsCol {
    width: 30%;
    padding-right: 30px;
}

.mainFooter .newsCol .post {
    margin-bottom: 20px;
}

.mainFooter .newsCol .pictMicro {
    width: 80px;
    margin-right: 10px;
}

.mainFooter .newsCol .pictMicro img {
    display: block;
    width: 80px;
}

.mainFooter .newsCol .post a {
    display: flex;
}

.mainFooter .newsCol p {
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 5px;
}

.mainFooter .newsCol .date {
    color: #585858;
    line-height: 14px;
    font-size: 11px;
}

.mainFooter .linksCol {
    width: 20%;
    padding-right: 30px;
}

footer .copy {
    border-top: 1px solid #444444;
    padding: 20px 0;
    font-size: 11px;
    overflow: hidden;
}

footer .copy p {
    float: left;
}

footer .copy .socials {
    float: right;
}

footer .copy .socials li {
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px;
}

footer .copy .socials img {
    width: 14px;
    display: block;
}

/* mainContent */

aside {
    float: right;
    width: 25%;
    padding-left: 0;
}

.mainContent {
    float: left;
    padding-right: 50px;
    width: 75%;
}

.mainInsideContent {
    padding: 80px 0;
    /* overflow: hidden;*/
}
.mainInsideContent:after {
    content: ".";
    font-size: 0;
    display: block;
    width: 100%;
    clear: both;
}
.fromWYSIWYG p {
    margin-bottom: 1em;
    margin-top: 1em;
    color: #6f6e6e;
}

.fromWYSIWYG ol li,
.fromWYSIWYG ul li {
    font-size: 13px;
    line-height: 29px;
    font-weight: lighter;
    list-style-type: disc;
    list-style-position: inside;
    opacity: 0.8;
}

.fromWYSIWYG hr {
    color: #c5c5c5;
    background-color: #c5c5c5;
    height: 2px;
    margin: 2rem 0rem;
}

.fromWYSIWYG a {
    color: #94cc56;
    text-decoration: underline;
}
.fromWYSIWYG img {
    max-width: 100%;
    height: auto;
}

.mainInsideContent .fromWYSIWYG p,
.articleContent .fromWYSIWYG p {
    text-align: left;
}
iframe {
    z-index: 9999;
}
.articleContent .fromWYSIWYG h2,
.articleContent .fromWYSIWYG h1 {
    color: #002147;
    opacity: 0.8;
    margin: 20px 0;
    font-size: 21px;
}

.articleContent .fromWYSIWYG h3 {
    color: #002147;
    opacity: 0.8;
    margin: 20px 0;
    font-size: 18px;
    text-transform: none;
}

.articleContent .fromWYSIWYG h4 {
    color: #002147;
    opacity: 0.8;
    margin: 20px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.articleContent .fromWYSIWYG a {
    color: #94cc56;
    text-decoration: underline;
}

aside .sideNav li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #94cc56;
    font-size: 14px;
    padding: 2px 10px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #8cc63f;
}

aside .sideNav li a:hover,
aside .sideNav li.active a {
    background-color: #49a35a;
    border: 2px solid #49a35a;
}

#sect-team {
    background-color: #ebebeb;
}

#sect-team .wrapper {
    position: relative;
}

#sect-team .mainContent {
    width: 100%;
    padding-right: 0;
}

#sect-team aside {
    position: absolute;
    right: 0;
    margin-right: 5%;
}

#sect-team h2 {
    margin-left: 1%;
    font-size: 24px;
}

.wrapArticlesLine {
    margin-bottom: 50px;
}

.multipleElts {
    float: left;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 25%;
}

.multipleElts .wrapArticles {
    margin: 1%;
    flex: 0 0 23%;
    display: block;
}

/* page search */

#sect-research-intro {
    padding: 50px 0 200px;
    text-align: center;
}

#sect-research-intro p {
    text-align: center;
}

.wrap-points {
    display: flex;
    flex-wrap: wrap;
}

.wrap-points .search-point {
    margin: 1% 1% 1%;
    background-color: #fff;
    flex: 0 0 31%;
    position: relative;
    margin-top: -80px;
    box-shadow: 0px 24px 51.6px 8.4px rgba(55, 58, 64, 0.13);
}

#sect-research-points {
    background-color: #ebebeb;
}

.search-point .intro {
    padding: 35px;
    text-align: center;
    padding-top: 140px;
    height: 270px;
}

.search-point {
    margin-top: -80px;
}

.search-point .number {
    background-color: #8dc63f;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: 230px;
}

.search-point .number b {
    font-size: 100px;
    color: #71a732;
    position: absolute;
    line-height: 100px;
}

.search-point .number p {
    padding-left: 80px;
}

.search-point .pict {
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -100px;
    border-style: solid;
    border-width: 10px;
    border-color: rgb(140, 198, 63);
    box-shadow: 0px 7px 20.37px 0.63px rgba(0, 0, 0, 0.48);
}

.search-point .pict img {
    display: block;
    width: 100%;
}

#sect-research-articles {
    background-color: #ebebeb;
    padding: 50px 0;
}

.selectLine {
    text-align: center;
    margin-bottom: 50px;
}

.selectLine label {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
}

.selectLine select {
    margin-left: 20px;
}

.select {
    border: 1px solid #a4a4a4;
    background: #fff url(../img/arrowSelect.png) no-repeat right 20px center /
        10px;
    display: inline-block;
    width: 257px;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 30px;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 33px;
    width: 100%;
    border: none;
    margin: 0;
    background: transparent;
    font-size: 15px;
    padding: 7px 20px;
}

.searchtag {
    font-size: 16px;
    text-transform: uppercase;
    color: #94cc56;
    display: inline-block;
    padding-right: 35px;
    line-height: 19px;
    padding-top: 6px;
}

.searchtag.tagpeople {
    background: url(../img/tagPeople.png) no-repeat right center / 30px;
    padding-right: 40px;
}

.searchtag.taggrowth {
    background: url(../img/tagGrowth.png) no-repeat right center / 25px;
}

.searchtag.tagenvironment {
    background: url(../img/tagEnvironment.png) no-repeat right center / 25px;
}

/* contact */

#sect-contactInfos {
    text-align: center;
    padding: 80px 0 130px 0;
    position: relative;
    background-color: #ebebeb;
}

#followUs-box {
    text-align: center;
    background-color: #8dc63f;
    padding: 30px;
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: -50px;
    box-shadow: 18px 15px 15.45px 4.55px rgba(0, 0, 0, 0.09);
}

#sect-contactInfos #followUs-box h2 {
    color: #000;
}

#followUs-box ul {
    display: inline-block;
    vertical-align: middle;
}

#followUs-box ul li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}

#followUs-box ul li img {
    width: 25px;
    display: block;
}

#followUs-box h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 30px;
}

#sect-contactInfos .col {
    display: inline-block;
    width: 25%;
    padding: 0 20px;
    vertical-align: top;
}

#sect-contactInfos .col p a,
#sect-contactInfos .col a {
    color: #000;
    text-decoration: underline;
}

#sect-contactInfos h2 {
    color: #4b4a4a;
    text-transform: none;
    font-size: 30px;
}

#sect-contactInfos .colFind h2 {
    background: url(../img/ico_place.svg) no-repeat center top 10px /45px;
    padding-top: 70px;
}

#sect-contactInfos .colCall h2 {
    background: url(../img/icoBig_phone.svg) no-repeat center top 10px /45px;
    padding-top: 70px;
}

#sect-contactInfos .colEmail h2 {
    background: url(../img/icoBig_mail.svg) no-repeat center top 12px / 50px;
    padding-top: 70px;
}

#sect-contactForm {
    background-color: #fff;
    text-align: center;
    padding: 100px 0 80px 0;
}

#sect-contactForm h2 {
    margin-bottom: 0;
    text-transform: none;
}

#sect-contactForm .wrapCentTitle {
    margin-bottom: 30px;
}

#sect-contactForm .form {
    max-width: 600px;
    margin: 0 auto;
}

/* form */

.form {
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form textarea {
    background-color: #fff;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
    border: 1px solid #a4a4a4;
}

.form textarea {
    height: 100px;
}

.form .line {
    margin-bottom: 10px;
}

.g-recaptcha {
    display: none;
}

@media (max-width: 1100px) {
    .mainFooter .col {
        width: 50%;
        padding-right: 80px;
        margin-bottom: 60px;
    }
    .mainFooter .row {
        display: flex;
        flex-wrap: wrap;
    }
    .mainFooter .navCol nav {
        column-count: 2;
        column-gap: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .eventHeader {
        padding-right: 0;
    }

    .eventHeader .btn {
        position: relative;

        margin-top: 20px;
    }
    .wrapperSmall {
        width: 100%;
    }

    .art-member .table {
        min-height: 0;
    }

    #sect-hp-aboutGesi .btn {
        margin-bottom: 5px;
    }
    #sect-hp-steps {
        position: relative;
    }
    #sect-hp-research {
        padding: 50px 0;
    }
    header .socialsSide {
        display: none;
    }
    header .icon {
        display: block;
    }
    header .mainNav .sideNav {
        display: none;
    }
    #sect-contactInfos .col {
        width: 31%;
    }
    .mainContent {
        padding-right: 40px;
    }
    article,
    #sect-hp-research .article-wrapper article,
    .platformLine .art-simple,
    #sect-newsblog article,
    #sect-events article {
        flex: 0 0 47%;
        max-width: 100%;
    }
    #sect-hp-mainBanner .cell {
        padding: 0 5%;
    }
    #sect-hp-steps ul li {
        height: 90px;
    }
    #sect-hp-steps ul li p {
        font-size: 16px;
    }
    #sect-hp-research .article-wrapper {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        flex-wrap: wrap;
    }
    #sect-hp-research .box {
        margin-left: 0;
        padding: 5%;
    }
    #sect-hp-howwework {
        display: block;
    }
    #sect-hp-howwework .pictSide {
        width: 100%;
        height: 310px;
    }
    #sect-hp-howwework .contentSide {
        width: 100%;
        padding: 50px 6%;
    }
    #sect-hp-howwework .art-platform .pict {
        position: relative;
        left: auto;
        margin: 0 auto 20px auto;
    }
    #sect-hp-howwework .art-platform .content {
        padding-left: 0;
    }
    #sect-becomeMember .memberPoints .point {
        width: 50%;
    }
    #sect-hp-aboutGesi .box {
        padding: 20px;
        display: block;
    }
    #sect-hp-aboutGesi .box .pict {
        display: none;
    }
    #sect-hp-aboutGesi .box .content {
        padding-right: 0;
        float: none;
        width: 100%;
    }
    #sect-hp-aboutGesi,
    #sect-aboutGesi {
        padding: 50px 0;
    }
    #sect-hp-aboutGesi .wrap-btns {
        position: relative;
    }
    #sect-hp-news .intro {
        padding-right: 0;
    }
    #sect-hp-news .intro .btn {
        position: relative;
        margin-top: 10px;
    }
    #sect-hp-events .wrapper {
        display: block;
    }
    #sect-hp-events .newsletter {
        width: 100%;
        margin-bottom: 30px;
    }
    #sect-hp-events .events {
        margin-left: 0;
        width: 100%;
    }
    #sect-hp-news .newsSlider .firstElt {
        margin-right: 0;
        width: 100%;
        float: none;
    }
    #sect-hp-news .newsSlider {
        display: block;
    }
    #sect-about-mission .line {
        display: block;
    }
    #sect-about-mission .line .content {
        width: 100%;
    }
    #sect-about-mission .line .pict {
        width: 100%;
        height: 160px;
    }
    #sect-about-governance .about {
        width: 100%;
        padding-right: 0;
    }
    #sect-about-governance .gov-slider {
        width: 100%;
    }
    #sect-hp-news .newsSlider .lastElt {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    #sect-about-members .about,
    #sect-about-members .content {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #sect-about-mission .box-mission {
        width: 100%;
        margin: 0;
    }
    .platformLine .art-platform .pict {
        width: 50%;
        float: none;
        margin-right: 5%;
        margin: 0 auto 30px auto;
    }
    .platformLine .art-platform .content {
        float: none;
        width: 100%;
    }
    .boxMemberShip .tabs {
        display: block;
        border: none;
    }
    .boxMemberShip .tabs li span {
        border-bottom: 1px solid #ccc;
        border-left: none;
    }
    .tabContent article {
        width: 96%;
    }
    #sect-team aside {
        position: relative;
        margin-right: 0;
    }
    #sect-team .art-team {
        flex: 0 0 48%;
    }
    .multipleElts {
        width: 48%;
    }

    .art-search .wrap-btn {
        display: block;
    }
}

@media (max-width: 700px) {
    .wrap-points .search-point {
        margin: 0;

        flex: 0 0 100%;

        margin-top: 90px;
    }
    .search-point .intro,
    .search-point .number {
        height: auto;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .mainFooter .col {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }
    #sect-hp-mainBanner h1 {
        font-size: 34px;
        line-height: 34px;
    }
    #sect-contactInfos .col {
        width: 100%;
        margin-bottom: 20px;
    }
    #sect-hp-steps .wrap-steps {
        position: relative;
        margin: 0;
    }
    #sect-hp-steps .wrapper {
        padding: 0;
    }
    #sect-hp-steps ul {
        display: block;
    }
    #sect-hp-steps ul li {
        height: auto;
        width: 100%;
    }
    #sect-hp-steps ul li b {
        font-size: 40px;
        line-height: 60px;
    }
    #followUs-box {
        width: 100%;
        left: 0;
    }
    .mainContent {
        width: 100%;
        padding: 0;
        padding-left: 0 !important;
    }
    .mainContent iframe {
        max-width: 100%;
        height: auto;
    }
    article,
    #sect-about-team .teamSlider article,
    #sect-hp-research .article-wrapper article,
    .platformLine .art-simple,
    .art-search,
    .art-gov,
    .art-member,
    #sect-newsblog article,
    #sect-events article {
        flex: 0 0 100%;
        width: 100%;
        margin: 20px 0;
    }

    aside {
        width: 100%;
        margin-top: 50px;
    }
    #sect-becomeMember .memberPoints {
        display: block;
    }
    #sect-becomeMember .memberPoints .point {
        width: 100%;
        margin: 20px 0;
    }
    #sect-hp-research .article-wrapper {
        display: block;
    }
    .missionVision-wrap article {
        flex: none;
        margin: 0 0 20px 0;
    }
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    .art-news.art-newshp .content,
    .art-event .content {
        width: 100%;
    }
    .art-news.art-newshp .pict {
        display: none;
    }
    .art-event {
        display: block;
    }
    .art-event .pict {
        width: 100%;
        height: 240px;
    }
    #sect-team .art-team {
        flex: 0 0 100%;
    }
    .multipleElts {
        width: 100%;
    }
    .art-search {
        display: block;
    }
    .art-search .pict,
    .art-search .content {
        width: 100%;
    }
}

.private-wrapper {
    padding: 50px 0;
}

.private-wrapper h1 {
    margin-bottom: 40px;
}

.folderTitle,
.subfolderTitle {
    border-bottom: 1px solid #dae2e7;
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
    background: url(../img/folder.png) no-repeat left center;
}

.subfolderTitle h2 {
    background: url(../img/minus.png) no-repeat right center / 20px auto;
    cursor: pointer;
}

.folderTitle h2 {
    font-size: 22px;
    cursor: pointer;
    background: url(../img/minus.png) no-repeat right center / 20px auto;
    text-transform: none;
    margin-bottom: 0;
    color: #4b4a4a;
}

.folder.closed .folderTitle h2 {
    background: url(../img/plus.png) no-repeat right center / 20px auto;
}

.subfolder.closed .subfolderTitle h2 {
    background: url(../img/plus.png) no-repeat right center / 20px auto;
}

.private-wrapper article {
    display: table;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    padding: 20px;
}

.private-wrapper article .text {
    display: table-cell;
    padding-right: 30px;
}

.private-wrapper article .text h4 {
    color: #061e46;
    font-size: 19px;
    font-weight: 300;
}

.private-wrapper article .text p {
    color: #aeb5c1;
    font-size: 13px;
}

.private-wrapper article .buttonaside {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
}

.subfolderContent {
    padding-left: 40px;
    margin-bottom: 30px;
}

.private-wrapper .subfolderTitle {
    margin-left: 40px;
}

.folder.closed .folderContent {
    display: none;
}

.subfolder.closed .subfolderContent {
    display: none;
}
