/*
Theme Name: Stef
Description:
Author: Haikara
Template: twentytwenty
Version: 0.1.0
*/

/* DESACTIVATION DE LA TRAD MENU*/
/*#main-header .navigation .main-menu ul.menu > li:last-child {
        display: none;
} */

/**
FONTS
*/
@font-face {
    font-family: "Raleway";
    src: url("./assets/fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-ExtraLight";
    src: url("./assets/fonts/Raleway-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Light";
    src: url("./assets/fonts/Raleway-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Bold";
    src: url("./assets/fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-ExtraBold";
    src: url("./assets/fonts/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-BlackItalic";
    src: url("./assets/fonts/Raleway-BlackItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Raleway-Black";
    src: url("./assets/fonts/Raleway-Black.ttf") format("truetype");
}

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

/**
GRID
*/
@media (min-width: 700px) {
    .section-inner {
        max-width: 990px;
    }
}

/**
GLOBAL
*/
body {
    color: #2e4559;
}
.bold {
    font-family: "Raleway-Bold", sans-serif;
}
.extrabold {
    font-family: "Raleway-ExtraBold", sans-serif;
}
.light {
    font-family: "Raleway-Light", sans-serif;
}
.extralight {
    font-family: "Raleway-ExtraLight", sans-serif;
}

/**
CADRE ORANGE
*/
.box-border .cadre {
    padding: 0 50px;
    position: relative;
    top: -65px;
}

.box-border .border {
    border: 3px solid #ef6613;
}

.box-border .border .socialnetwork {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: -22px;
    left: 20px;
}

#page-tombala .socialnetwork {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    top: 7px;
    left: 0;
}

.info-top-tombola .socialnetwork a,
#page-tombala .socialnetwork a,
.box-border .border .socialnetwork a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1c99d6;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 10px 0 0;
}

.info-top-tombola .socialnetwork a:nth-child(2),
#page-tombala .socialnetwork a:nth-child(2),
.box-border .border .socialnetwork a:nth-child(2) {
    background-color: #21b6ff !important;
}

.info-top-tombola .socialnetwork a:nth-child(3),
#page-tombala .socialnetwork a:nth-child(3),
.box-border .border .socialnetwork a:nth-child(3) {
    background-color: #e02140 !important;
}

.info-top-tombola .socialnetwork a:last-child,
#page-tombala .socialnetwork a:last-child,
.box-border .border .socialnetwork a:last-child {
    background-color: #0077b7 !important;
    margin: 0;
}

.info-top-tombola {
    padding: 0 30px;
}

.info-top-tombola .socialnetwork {
    display: flex;
}

.info-top-tombola .socialnetwork a {
    margin-right: 7px;
    margin-top: 7px !important;
}

.info-top-tombola {
    padding: 0 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/**
FORMS
*/
.btn {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: transparent;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: none;
}

/**
HEADER
*/
#main-header {
    background: url(assets/img/banner.jpg) no-repeat center center/cover;
    max-height: 300px;
    overflow: hidden;
}

body.page-id-2187 #main-header,
body.page-id-2163 #main-header,
body.page-id-2190 #main-header,
body.page-id-2195 #main-header,
body.page-id-2174 #main-header,
body.page-id-2167 #main-header,
body.page-id-2193 #main-header {
    background: url(assets/img/banner2.jpg) no-repeat center center/cover;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

body.page-id-2187 #main-header .banner,
body.page-id-2163 #main-header .banner,
body.page-id-2190 #main-header .banner,
body.page-id-2195 #main-header .banner,
body.page-id-2174 #main-header .banner,
body.page-id-2167 #main-header .banner,
body.page-id-2193 #main-header .banner {
    align-items: flex-start;
}
body #main-header {
    position: relative;
}
.banner .logos_header {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner .logos_header > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-weight: 600;
    margin-bottom: 10px;
}
.banner .logos_header > div img {
    max-width: 155px;
    margin-left: 15px;
}

#main-header .navigation .open-menu,
#main-header .navigation .close {
    display: none;
}

#main-header .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
}

#main-header .navigation .main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-header .navigation .main-menu ul li {
    margin-top: 0;
}

#main-header .navigation .main-menu ul a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Raleway-ExtraBold", sans-serif;
    color: #2e4559;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
    padding: 10px 0;
    box-sizing: border-box;
    outline: none;
}

#main-header .navigation .main-menu ul li.current-menu-parent > a,
#main-header .navigation .main-menu ul li.current-menu-item a,
#main-header .navigation .main-menu ul a:hover {
    border-bottom: 3px solid #1c99d6;
}

#main-header .navigation .main-menu > div > ul > li > a:after {
    content: "";
    display: block;
    background-color: transparent;
    height: 24px;
    position: absolute;
    width: 100%;
}

#main-header .navigation .main-menu li.item-help a {
    border-radius: 25px !important;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px 6px;
    background-color: transparent;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background-color: #1c99d6;
    color: #fff;
}

#main-header .navigation .main-menu ul .sub-menu {
    display: none;
}

#main-header .navigation .main-menu ul.menu > li {
    position: relative;
}

#main-header .navigation .main-menu ul.sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    flex-flow: column;
    white-space: nowrap;
    top: 50px;
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#main-header .navigation .main-menu ul.sub-menu:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    position: relative;
    top: -10px;
}

#main-header .navigation .main-menu ul.sub-menu li {
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

#main-header .navigation .main-menu ul.sub-menu li a {
    margin: 0;
    padding: 5px 0;
    display: inline-block;
    box-sizing: border-box;
}

#main-header .navigation .main-menu ul.menu > li:hover ul.sub-menu {
    display: flex;
}

#main-header .banner-text {
    color: #ef6613;
    max-width: 360px;
    width: 100%;
    text-transform: uppercase;
    padding: 22px 0 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-header .banner-homepage > div > div:first-child,
#main-header .banner-text > div:first-child {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

#main-header .banner-homepage > div > div:first-child:after,
#main-header .banner-text:not(.banner-homepage) > div:first-child:after {
    content: " ";
    border-bottom: 4px solid #ef6613;
    width: 20%;
    margin: 15px 0;
}

#main-header .banner-homepage > div > div:last-child,
#main-header .banner-text > div:last-child {
    font-size: 16px;
}

#main-header .banner-text.title {
    max-width: none;
    width: 100%;
    text-transform: uppercase;
    /*padding: 200px 0 140px;*/
    box-sizing: border-box;
}

#main-header .banner-text.title h1 {
    font-size: 40px;
}

#main-header .banner-text.title h1:after {
    content: " ";
    border-bottom: 4px solid #ef6613;
    width: 5%;
    margin: 15px 0;
    display: block;
}

/* Switch langues */
#main-header .navigation .main-menu ul .pll-parent-menu-item::after {
    font-family: "Font Awesome 5 Free";
    content: "\f309";
    font-weight: 600;
    display: inline-block;
    font-size: 0.8em;
    padding-left: 2px;
}
#main-header .navigation .main-menu ul .pll-parent-menu-item a:hover {
    border-bottom: 3px solid transparent;
}

#main-header .navigation .main-menu ul .pll-parent-menu-item li {
    padding: 0;
}

#main-header .navigation .main-menu ul .pll-parent-menu-item li a {
    padding: 0 5px;
}

#main-header .navigation .main-menu ul .pll-parent-menu-item ul.sub-menu {
    top: 34px;
}

#main-header .navigation .main-menu ul .pll-parent-menu-item ul.sub-menu:before {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    top: -6px;
}

/**
NOTRE MISSION
*/
#our-mission {
    position: relative;
    top: -63px;
    margin-bottom: -63px;
}

#our-mission .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#our-mission .socialnetwork {
    border-top: 3px solid #ff8236;
    border-left: 3px solid #ff8236;
    border-right: 3px solid #ff8236;
    margin: 0 50px;
    padding-bottom: 20px;
    width: calc(100% - 100px);
}

#our-mission .socialnetwork > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: -22px;
    left: 20px;
}

#our-mission .socialnetwork a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1c99d6;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 10px 0 0;
}

#our-mission .socialnetwork a:nth-child(2) {
    background-color: #21b6ff !important;
}

#our-mission .socialnetwork a:nth-child(3) {
    background-color: #e02140 !important;
}

#our-mission .socialnetwork a:last-child {
    background-color: #0077b7 !important;
    margin: 0;
}

#our-mission .content > div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/* Col left */
#our-mission .content > div:first-child {
    overflow: visible;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#our-mission .content > div:first-child img {
    max-width: none;
}

#our-mission .content > div:first-child > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 3px solid #ff8236;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-left: 50px;
}

#our-mission .content > div:first-child > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#our-mission .content > div:first-child h1 {
    font-size: 34px;
    color: #fff;
    margin: 0;
}

#our-mission .content > div:first-child p:not(.objective) {
    font-size: 20px;
    color: #fff;
    margin: 0;
    max-width: 174px;
}

#our-mission .content > div:first-child .objective {
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    text-shadow: 4px 4px 2px rgb(0 0 0 / 25%);
}

#our-mission .content > div:first-child .objective span {
    color: #ff8236;
}

/* Col right */
#our-mission .content > div:last-child > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 3px solid #ff8236;
    margin-right: 50px;
}

#our-mission .content > div:last-child > div > div {
    position: relative;
    left: 50px;
    -webkit-box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

#our-mission .content > div:last-child > div > div > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    justify-content: end;
    padding-bottom: 15px;
}

.deductible {
    font-family: "Raleway-Light";
    font-style: italic;
    font-size: 16px;
    color: #2e4559;
}

#our-mission .content > div:last-child p {
    margin: 0;
    color: #fff;
    font-size: 26px;
    max-width: 85%;
}

#our-mission .content > div:last-child a {
    margin: 0;
    text-decoration: none;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #1c99d6;
    font-family: "Raleway-Light", sans-serif;
    font-size: 16px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#our-mission .content > div:last-child a span:first-child {
    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;
}

#our-mission .content > div:last-child a span:last-child {
    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;
    background-color: #198ac1;
    width: 45px;
}

/**
TEXT AND DRIVE
*/
#text-and-drive {
    background-color: #ef7a33;
    color: #fff;
    padding-bottom: 45px;
}
#text-and-drive > div > div {
    margin: 0 50px;
    width: calc(100% - 100px);
    border-bottom: 3px solid #ff8236;
    border-left: 3px solid #ff8236;
    border-right: 3px solid #ff8236;
}

#text-and-drive h1 {
    margin: 0;
    padding: 40px 20px 10px;
    font-size: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#text-and-drive a {
    color: #fff;
    text-decoration: none;
}

#text-and-drive .statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#text-and-drive .statistics > div {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 25px 30px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#text-and-drive .statistics > div:nth-child(2) {
    border-left: 3px solid #ff8236;
    border-right: 3px solid #ff8236;
}

#text-and-drive .statistics span:first-child {
    font-size: 44px;
    text-shadow: 4px 4px 2px rgb(0 0 0 / 25%);
}

#text-and-drive .statistics span:last-child {
    font-size: 18px;
    margin-top: 20px;
}

.link-testimony,
#text-and-drive .statistics + div {
    background-color: #ef6613;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.link-testimony.dbl-btn {
    flex-flow: column nowrap;
}

.link-testimony.dbl-btn a {
    margin: 20px 20px 0;
}

.link-testimony p,
#text-and-drive .statistics + div p {
    margin: 0;
}

/**
SPORTS
*/
#sports {
    background-color: #fff;
}

#sports .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#sports .content > div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

/* Col left */
#sports .content > div:first-child {
    overflow: visible;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#sports .content > div:first-child img {
    max-width: none;
}

#sports .content > div:first-child > div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 30px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin-left: 50px;
}

#sports .content > div:first-child fieldset {
    border-width: 2px;
}

#sports .content > div:first-child fieldset legend {
    font-size: 36px;
    color: #fff;
}

#sports .content > div:first-child fieldset p {
    font-size: 16px;
    color: #fff;
}

#sports .content > div:first-child fieldset p:last-child {
    margin: 0;
}

/* Col right */
#sports .content > div:last-child > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f6f6f6;
    width: 126%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sports .content > div:last-child > div > div p {
    font-size: 22px;
    margin: 0;
    color: #2e4559;
    margin-bottom: 30px;
    padding-right: 15px;
    margin-top: 30px;
}

#sports .content > div:last-child > div > div .btn {
    color: #2e4559;
    border-color: #2e4559;
    font-size: 12px;
    padding: 8px 15px;
}

#sports .content > div:last-child > div > div {
    height: 100%;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/**
ACTIONS
*/
.article-post .border p {
    font-family: "Raleway-Light", sans-serif;
    color: #2e4559;
}

#actions > h1 {
    font-size: 46px;
    color: #1c99d6;
    text-align: center;
    margin: 50px 0 60px;
}

#actions > div ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

#actions > div li {
    flex: 0 0 30%;
    -webkit-box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    margin: 0 1%;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

#actions > div a {
    color: #2e4559;
    text-decoration: none;
    outline: none;
}

#actions > div a:focus > div:last-child,
#actions > div a:hover > div:last-child {
    background-color: #1c99d6;
    color: #fff;
}

#actions > div .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background-color: #eaeaea;
    color: #1a90c9;
    display: flex;
    align-items: center;
    justify-content: center;
}

#actions .box-img {
    position: relative;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#actions .box-img .date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1a90c9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#actions .box-img .date span:first-child {
    font-size: 26px;
    line-height: 1;
}

#actions .box-img .date span:last-child {
    font-size: 16px;
}

#actions .box-content {
    color: #2e4559;
    padding: 15px 10px;
    box-sizing: border-box;
    transition: all 0.2s;
    height: 100%;
}

#actions .box-content > div:first-child {
    font-size: 20px;
    margin-bottom: 20px;
}

#actions .box-content .content {
    font-size: 16px;
}

#actions .see-actions {
    margin: 30px 0 60px;
    text-align: center;
}

#actions .see-actions a {
    border-color: #1c99d6;
    background-color: #1c99d6;
    color: #fff;
}

/**
SUPPORTS
*/
#supports {
    background: url(assets/img/supports.jpg) no-repeat center top/cover;
}

#supports h1 {
    font-size: 46px;
    color: #1c99d6;
    text-align: center;
    padding: 50px 0 230px;
    margin: 0;
}

#supports > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
}

#supports > div > div p {
    color: #fff;
}

#supports a {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 14px;
}

#supports > div > div > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

#supports h2 {
    font-size: 20px;
    margin: 0 0 15px;
}

#supports p {
    font-size: 16px;
    margin: 0 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#supports > div > div > div:first-child {
    background-color: rgba(47, 157, 210, 0.9);
}

#supports > div > div > div:nth-child(2) {
    background-color: rgba(208, 92, 21, 0.9);
}

#supports > div > div > div:nth-child(3) {
    background-color: rgba(27, 128, 177, 0.9);
}

#supports > div > div > div:last-child {
    background-color: rgba(223, 118, 54, 0.9);
}

/**
ACTUALITES
*/
#actualities h1 {
    font-size: 46px;
    color: #1c99d6;
    text-align: center;
    padding: 50px 0 45px;
    margin: 0;
}

#actualities > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

#actualities > div li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
    margin: 0 0 -75px;
    overflow: hidden;
}

#actualities > div ul a {
    color: #2e4559;
    text-decoration: none;
    outline: none;
    display: block;
}

#actualities > div ul a > div:first-child {
    height: 300px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#actualities > div ul a > div:first-child img {
    max-height: 100%;
    width: auto;
    max-width: none;
}

#actualities > div ul a > div:last-child > div:first-child {
    position: relative;
    background: #fff;
    top: -75px;
    left: 0;
    max-width: 300px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
}

#actualities > div ul a > div:last-child > div:last-child {
    position: relative;
    background: #fff;
    top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#actualities > div ul a > div:last-child > div:last-child > div p {
    margin: 0;
    font-size: 16px;
}

#actualities > div ul a > div:last-child > div:last-child > span {
    background-color: #eaeaea;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 7px;
}

#actualities .see-actualities {
    margin: 30px 0 60px;
    text-align: center;
}

#actualities .see-actualities a {
    border-color: #1c99d6;
    background-color: #1c99d6;
    color: #fff;
}

/**
ILS SOUTIENNENT
*/
#they-support {
    background-color: #1c99d6;
    padding-bottom: 45px;
    text-align: center;
}

#they-support h1 {
    margin: 0;
    padding: 50px 0 45px;
    font-size: 46px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

#they-support img {
    display: block;
    margin: auto;
}

/**
CONTACT
*/
footer#site-footer,
#contact {
    background-color: #f6f6f6;
    margin: 0;
    padding: 0;
}
footer#site-footer .bottom {
    background-color: #eaeaea;
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
}

#contact h1 {
    font-size: 20px;
    margin: 20px 0;
}

#contact .contact {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin: 30px 0 0;
}

#contact .form {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin: 60px 0 0;
}

#contact > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

#contact .grp-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 20px;
    font-size: 16px;
}

#contact .grp-icon span:first-child {
    display: inline-block;
    width: 30px;
    position: relative;
    top: 1px;
}

#contact .socialnetwork {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#contact .socialnetwork a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1c99d6;
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 10px 0 0;
}

#contact .socialnetwork a:last-child {
    background-color: #21b6ff;
    margin: 0;
}

#contact .form textarea,
#contact .form input[type="email"],
#contact .form input[type="text"] {
    border: 0;
    outline: none;
}

#contact .form input[type="submit"] {
    background-color: #1c99d6;
    border-color: #1c99d6;
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 14px 35px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
}

#contact .form input[type="submit"]:hover,
#contact .form input[type="submit"]:focus {
    text-decoration: none;
    outline: none;
}

/**
PAGE ASSOCIATION
*/
/* Encadre */
#page-association .frame {
    padding: 0 50px;
    position: relative;
    box-sizing: border-box;
}

#page-association .border {
    padding: 30px 0;
    box-sizing: border-box;
    border: 3px solid #ff8236;
}
#page-association .who-are-we {
    position: relative;
    top: -45px;
    margin-bottom: -45px;
}

#page-association .who-are-we .border > div {
    margin: 0 -50px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#page-association .who-are-we p {
    color: #2e4559;
    font-size: 18px;
}

#page-association .who-are-we h1 {
    color: #1c99d6;
    font-size: 32px;
    margin: 50px 0;
}

#page-association .who-are-we .blc-img {
    flex: 0 0 auto;
}

#page-association .who-are-we .blc-img img {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}

#page-association .who-are-we .img-left .content {
    padding: 0 90px 0 30px;
    box-sizing: border-box;
}

#page-association .who-are-we .img-right .content {
    padding: 0 30px 0 90px;
    box-sizing: border-box;
}

#page-association .who-are-we .citation {
    font-size: 32px;
    padding: 15px 90px 45px;
    box-sizing: border-box;
}

#page-association .who-are-we .citation span {
    color: #1c99d6;
}

#page-association .who-are-we a {
    border-color: #1c99d6;
    background-color: #1c99d6;
    color: #fff;
}

/* Nos valeurs */
#page-association .our-values {
    color: #fff;
    background: url(/wp-content/uploads/2020/12/our-values.jpg) no-repeat center top/cover;
}

#page-association .our-values h1 {
    font-size: 46px;
    text-align: center;
    padding: 30px 0 50px;
    color: #fff;
    box-sizing: border-box;
}

#page-association .our-values h2 {
    font-size: 32px;
    margin: 0 0 25px;
}

#page-association .our-values p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#page-association .our-values .boxes {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
    padding-bottom: 25px;
    box-sizing: border-box;
}

#page-association .our-values .boxes > div {
    flex: 0 0 46%;
    width: 46%;
    background-color: rgba(27, 128, 177, 0.8);
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

#page-association .our-values .boxes > div {
    flex: 0 0 46%;
    width: 46%;
    background-color: rgba(27, 128, 177, 0.8);
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

/* Temoignage */
#page-association .testimony {
    background-color: #ef7a33;
    padding: 125px 0 45px;
    box-sizing: border-box;
}

#page-association .testimony .frame {
    padding: 0 0 0 50px;
}

#page-association .testimony .border {
    padding: 0;
    border: 3px solid #ef6613;
}

#page-association .testimony .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 30px -50px;
    position: relative;
    top: -90px;
    height: 140px;
}

#page-association .testimony .content > div:first-child {
    color: #fff;
    padding-right: 30px;
    box-sizing: border-box;
    background-color: #ef7a33;
}

#page-association .testimony .content > div:last-child {
    flex: 0 0 auto;
    padding-right: 50px;
    box-sizing: border-box;
}

#page-association .testimony .link-testimony {
    color: #fff;
}

#page-association .testimony .link-testimony a {
    color: #fff;
    border-color: #fff;
}

#page-association .testimony .content h1 {
    font-size: 44px;
    margin: 20px 0 0;
}

#page-association .testimony .content p {
    font-size: 36px;
    margin: 20px 0 0;
    padding-bottom: 50px;
}

#page-association .testimony .content img {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

/* Stef et le sports */
#page-association .sports {
    background-color: #1c99d6;
    overflow: hidden;
}

#page-association .sports .content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#page-association .sports .content > div {
    flex: 0 0 50%;
    width: 50%;
}

#page-association .sports .content > div:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#page-association .sports .content > div:last-child {
    padding: 20px 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

#page-association .sports .content > div img {
    max-width: none;
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

#page-association .sports h1 {
    color: #fff;
    font-size: 46px;
    margin: 0 0 30px;
}

#page-association .sports p {
    color: #fff;
    font-size: 16px;
}
/* Team */
#page-association .team {
    padding: 0 0 30px;
}
#page-association .team h1 {
    font-size: 46px;
    text-align: center;
    padding: 60px 0 35px;
    color: #1c99d6;
}

#page-association .team > div > p {
    font-size: 16px;
    text-align: center;
    padding: 0 0 35px;
    color: #2e4559;
}

#page-association .team .boxes {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: center;
}

#page-association .team .boxes > div {
    flex: 0 0 33.333%;
    margin-bottom: 20px;
}

#page-association .team .boxes > div > div {
    width: 94%;
    margin: auto;
    background-color: #1c99d6;
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

#page-association .team .boxes > div > div > div {
    padding: 15px;
    box-sizing: border-box;
}

#page-association .team .boxes img {
    width: 100%;
}

#page-association .team .boxes > div span {
    color: #fff;
    display: block;
    text-align: center;
}

#page-association .team .boxes .separator {
    border-bottom: 3px solid #fff;
    width: 20%;
    margin: 15px auto 13px;
    border-bottom: 4px solid #fff;
}

/**
PAGE ACTIONS
*/
.box-border .cadre .content {
    margin: 60px -50px 30px;
}

#page-actions .cadre .content > p {
    padding: 0 100px;
    font-size: 20px;
    color: #2e4559;
}

#page-actions .cadre .content > div {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

#page-actions .cadre .content a {
    flex: 0 0 29%;
    width: 29%;
    position: relative;
    overflow: hidden;
    max-width: 285px;
    text-decoration: none;
    display: block;
}

#page-actions .cadre .content a > p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    text-shadow: 4px 4px 2px rgb(0 0 0 / 25%);
    font-size: 20px;
    padding: 15px 0;
}

#page-actions .cadre .content a:first-child > p {
    background-color: rgba(223, 118, 54, 0.9);
}

#page-actions .cadre .content a:nth-child(2) > p {
    background-color: rgba(47, 157, 210, 0.9);
}

#page-actions .cadre .content a:last-child > p {
    background-color: rgba(27, 128, 177, 0.9);
}

#page-actions .sensibilisation-action > div {
    padding: 75px 0;
}

#page-actions .sensibilisation-action {
    background: url(/wp-content/uploads/2020/12/enfant_velo_route.jpg) no-repeat center top/cover;
}

#page-actions .sensibilisation-action .objective {
    display: flex;
    flex-flow: column;
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    padding: 45px 25px;
    box-sizing: border-box;
}

#page-actions .sensibilisation-action .objective span {
    text-align: right;
}

#page-actions .sensibilisation-action .objective > span > span {
    color: #ef7a33;
}

#page-actions .link-testimony {
    background-color: #1c99d6;
    color: #fff;
}

#page-actions .link-testimony a {
    color: #fff;
    border-color: #fff;
}

#page-actions .border-blue {
    border: 3px solid #1c99d6;
}

/**
PAGE AGIR
*/
.page-our-actions .content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.page-our-actions .content > div:first-child {
    flex: 0 0 auto;
}

.page-our-actions .content > div:first-child img {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    max-width: 340px;
    width: 100%;
}

.page-our-actions .content > div:last-child {
    padding: 0 100px 0 50px;
    box-sizing: border-box;
}

.page-our-actions .content > div:last-child p {
    font-size: 16px;
    color: #2e4559;
}

.page-our-actions .content > div:last-child p.title {
    font-size: 20px;
    color: #2e4559;
}

.page-our-actions .link-testimony {
    color: #fff;
}

.page-our-actions .link-testimony .btn {
    color: #fff;
    border-color: #fff;
}

#list-agir-action {
    margin: 0;
}

#list-agir-action li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#list-agir-action li:nth-child(odd) {
    background-color: #edf1f9;
}

#list-agir-action .bloc-agir {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

#list-agir-action li img {
    max-width: none;
    max-height: 100%;
}

#list-agir-action li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    transition: all 0.2s;
    text-decoration: none;
    color: #2e4559;
}

#list-agir-action .bloc-agir > div:first-child {
    width: 270px;
    height: 330px;
    flex: 0 0 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#list-agir-action .bloc-agir > div:last-child {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column nowrap;
    padding: 0 30px;
    box-sizing: border-box;
}

#list-agir-action .bloc-agir > div:last-child > div:first-child {
    font-size: 28px;
}

#list-agir-action .bloc-agir > div:last-child > div:nth-child(2) {
    font-size: 16px;
    padding: 30px 0;
}

#list-agir-action .bloc-agir > div:last-child > div:last-child {
    font-size: 16px;
    color: #1c99d6;
}

#list-agir-action li a:focus,
#list-agir-action li a:hover {
    background-color: #1c99d6;
}

#list-agir-action li a:focus .bloc-agir > div:last-child > div:first-child,
#list-agir-action li a:hover .bloc-agir > div:last-child > div:first-child,
#list-agir-action li a:focus .bloc-agir > div:last-child > div:nth-child(2),
#list-agir-action li a:hover .bloc-agir > div:last-child > div:nth-child(2),
#list-agir-action li a:focus .bloc-agir > div:last-child > div:last-child,
#list-agir-action li a:hover .bloc-agir > div:last-child > div:last-child {
    color: #fff;
}

/**
PAGE COMMUNIQUER
*/
#page-communiquer .border > div > p {
    margin: 50px 50px 0;
    color: #2e4559;
    font-size: 20px;
}

#page-communiquer p {
    color: #2e4559;
}

#page-communiquer.box-border .cadre .content {
    margin: 30px -50px 30px;
}

#page-communiquer .content > div:first-child {
    flex: 1;
    padding: 0 50px 0 100px;
    box-sizing: border-box;
}

#page-communiquer .content > div:first-child p {
    font-size: 16px;
}

#page-communiquer .content > div:last-child img {
    max-width: 340px;
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    width: 100%;
}

#page-communiquer .content > div:last-child {
    flex: 0 0 auto;
    padding: 0;
}

.title-bloc-list-communicate {
    font-size: 46px;
    color: #1c99d6;
    text-align: center;
    margin-top: 70px;
}

/**
PAGE SENSIBILISER
*/
#page-sensibiliser .border > div > p {
    margin: 50px;
    color: #2e4559;
    font-size: 20px;
}

#page-sensibiliser.box-border .cadre .content {
    margin: 60px 50px;
}

#page-sensibiliser.box-border .cadre .content > div {
    flex: 1;
    text-align: center;
    color: #2e4559;
}

#page-sensibiliser.box-border .cadre .content > div:first-child {
    padding-right: 60px;
    box-sizing: border-box;
}

#page-sensibiliser.box-border .cadre .content > div:nth-child(2) {
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
}

#page-sensibiliser.box-border .cadre .content > div:last-child {
    padding-left: 60px;
    box-sizing: border-box;
}

#page-sensibiliser.box-border .content > div:last-child {
    padding: 0;
}

#page-sensibiliser.box-border .cadre .content > div > div:first-child {
    font-size: 36px;
}

#page-sensibiliser.box-border .cadre .content > div > div:nth-child(2) {
    font-size: 16px;
    margin: 20px 0;
}

#page-sensibiliser.box-border .cadre .content > div > div:last-child {
    font-size: 16px;
}

/**
PAGE NOUS AIDER
*/
#page-aider .content {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

#page-aider .content > div:first-child {
    flex: 0 0 auto;
}

#page-aider .content > div:first-child img {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

#page-aider .content > div:last-child {
    padding: 0 100px 0 50px;
    box-sizing: border-box;
}

#page-aider .content > div:last-child p {
    font-size: 16px;
    color: #2e4559;
}

#page-aider .content > div:last-child p.title {
    font-size: 20px;
    color: #2e4559;
}

#page-aider .link-testimony {
    color: #fff;
}

#page-aider .link-testimony .btn {
    color: #fff;
    border-color: #fff;
}

#page-aider .img-full {
    padding: 45px 0;
}

#page-aider .bluecadre {
    background-color: rgba(27, 128, 177, 0.9);
    color: #fff;
    max-width: 450px;
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
}

#page-aider .bluecadre a {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#page-aider .bluecadre h1 {
    font-size: 40px;
    margin-top: 0;
}

#page-aider .bluecadre p {
    font-size: 18px;
}

#page-aider .img-full.bloc-left .bluecadre {
    margin: 0 auto 0 0;
}

#page-aider .img-full.bloc-right .bluecadre {
    margin: 0 0 0 auto;
}

#page-aider .orange {
    background-color: #ef7a33;
    color: #fff;
    overflow: hidden;
}

#page-aider .orange a {
    color: #fff;
    border-color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

#page-aider .orange h1 {
    font-size: 40px;
    margin-top: 0;
}

#page-aider .orange p {
    font-size: 18px;
}

#page-aider .orange img {
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    max-width: none;
}

#page-aider .orange > div > div {
    display: flex;
    flex-flow: row nowrap;
}

#page-aider .orange.img-right > div > div > div:first-child {
    display: flex;
    align-items: center;
    padding: 20px 30px 20px 0;
    box-sizing: border-box;
    flex: 0 0 66.66%;
    width: 66.66%;
}

#page-aider .orange.img-right > div > div > div:last-child {
    flex: 0 0 33.33%;
    width: 33.33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#page-aider .orange.img-left > div > div > div:first-child {
    flex: 0 0 33.33%;
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#page-aider .orange.img-left > div > div > div:last-child {
    flex: 0 0 66.66%;
    width: 66.66%;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 30px;
    box-sizing: border-box;
}

/* PAGE ARTICLE */
article .cadre {
    padding: 0 50px;
    box-sizing: border-box;
    top: -40px;
    position: relative;
}

article .cadre .border {
    position: relative;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    border: 3px solid #ef6613;
}

article h1.title-article {
    font-size: 36px;
    color: #1c99d6;
    margin: 40px 0;
}

article .date {
    position: absolute;
    top: -42px;
    left: 40px;
    background-color: #1a90c9;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
}

article .date span:first-child {
    font-size: 40px;
    line-height: 1;
}

article .date span:last-child {
    font-size: 30px;
}

article .date span:last-child {
    font-size: 30px;
}

article .link-testimony {
    color: #fff;
}

article .link-testimony a {
    color: #fff;
    border-color: #fff;
}

/**
PAGE VIDEO
*/
#page-video > div:nth-child(2) {
    background-color: #ef7a33;
}

#page-video.box-border > div:first-child .border {
    border-bottom: 0;
}

#page-video.box-border > div:nth-child(2) .border {
    border-top: 0;
}

#page-video .border > div > p {
    margin: 50px 50px 0;
    color: #2e4559;
    font-size: 20px;
    color: #2e4559;
}

#page-video p {
    color: #fff;
}

#page-video.box-border .cadre .content {
    margin: 30px -50px 30px;
    padding-top: 100px;
}

#page-video.box-border > div:nth-child(2) .cadre .content {
    margin: 0 -50px 30px;
}

#page-video.box-border > div:first-child .cadre {
    margin-bottom: -35px;
}

#page-video .content > div:first-child {
    flex: 0 0 450px;
    padding: 0 50px 0 100px;
    box-sizing: border-box;
}

#page-video .content > div:first-child p {
    font-size: 16px;
}

#page-video .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
}

#page-video .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

#page-video .content > div:last-child {
    flex: 1;
    padding: 0;
}

/**
PAGE 404
*/
#page-404 .border > div {
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

#page-404 .border div > h1 {
    color: #2e4559;
    font-size: 56px;
}

#page-404 .border div > div {
    color: #2e4559;
    font-size: 20px;
}

#page-404 .border div > a {
    background-color: #1c99d6;
    border-color: #1c99d6;
    color: #fff;
}

/**
PAGE APP STEF CARES
*/

#page-app-stef .border > div > p.title {
    color: #1c99d6;
    font-size: 46px;
    padding: 50px 50px 0;
    box-sizing: border-box;
}

#page-app-stef .border > div > p.subtitle {
    z-index: 20px;
    color: #2e4559;
    padding: 0 50px 0;
    box-sizing: border-box;
}

#page-app-stef p {
    color: #2e4559;
}

#page-app-stef.box-border .cadre .content {
    margin: 30px -50px 30px;
}

#page-app-stef .content > div:first-child {
    flex: 1;
    padding: 0 50px 0 100px;
    box-sizing: border-box;
}

#page-app-stef .content > div:first-child p {
    font-size: 16px;
}

#page-app-stef .content > div:last-child img {
    width: 100%;
}

#page-app-stef .content > div:last-child {
    flex: 0 0 auto;
    padding: 0;
}

#page-app-stef .link-testimony p {
    color: #fff;
}

/**
WOOCOMMERCE GLOBAL
*/
.return-to-shop .button.wc-backward,
.woocommerce-message .button.wc-forward,
.order_details input.button-alt,
.order_details td:not(.product-name) a,
#frame-order .order-again a.button,
#content-orders table.shop_table td:not(.product-name) a.button,
.woocommerce button {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: transparent;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background-color: #1882bc;
    border-color: #1882bc;
    color: #fff;
}
.btn-custom-panier {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: transparent;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background-color: #1882bc !important;
    border-color: #1882bc;
    color: #fff;
}

.return-to-shop .button.wc-backward,
.woocommerce-message .button.wc-forward {
    color: #fff !important;
}

.woocommerce-info {
    border-top: 0;
    color: #2e4559;
}

.return-to-shop .button.wc-backward:hover,
.return-to-shop .button.wc-backward:focus,
.woocommerce-message .button.wc-forward:hover,
.woocommerce-message .button.wc-forward:focus,
.order_details input.button-alt:hover,
.order_details a:hover,
#frame-order .order-again a.button:hover,
#content-orders table.shop_table a.button:hover,
#order_details input.button-alt:focus,
#order_details a:focus,
#frame-order .order-again a.button:focus,
#content-orders table.shop_table a.button:focus,
.woocommerce button:hover,
.woocommerce button:focus {
    text-decoration: none !important;
    outline: none !important;
}

a.button.btn-custom-panier:hover,
a.button.btn-custom-panier:focus {
    text-decoration: none !important;
    outline: none !important;
}

.woocommerce button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/**
PAGE TOMBOLA
*/
#page-tombala {
    padding: 0 50px;
    position: relative;
    top: -44px;
}

#page-tombala .woocommerce-info {
    background: #ef6613;
    color: #fff;
    font-family: "Raleway";
}
#page-tombala .woocommerce-info a {
    color: #fff;
    font-family: "Raleway";
}

#page-tombala .woocommerce-form-login-toggle {
    margin-top: 40px;
}

#page-tombala .lty-lottery-countdown-timer span,
#page-tombala p {
    color: #2e4559;
}

#page-tombala .lty-lottery-countdown-timer span {
    margin: 10px 0 20px;
}

/**
PAGE PANIER
*/
#page-cart {
    padding: 50px;
    box-sizing: border-box;
}

#page-cart > div {
    width: 100%;
    height: 100%;
    border: 3px solid #ef6613;
    padding: 30px;
    box-sizing: border-box;
}

#page-cart .woocommerce table.shop_table th,
#page-cart .woocommerce-page table.shop_table th {
    font-family: "Raleway-Bold";
    color: #2e4559;
    font-size: 16px;
}

#page-cart .woocommerce-cart-form table {
    margin: 0;
}

#page-cart .woocommerce-cart-form table tbody tr {
    border: 0;
}

#page-cart .woocommerce-cart-form table input.qty,
#page-cart .woocommerce-cart-form table tbody tr {
    font-size: 20px;
    color: #2e4559;
    font-family: "Raleway-Bold";
}

#page-cart .woocommerce-cart-form .quantity input {
    border: 1px solid #2e4559;
}

#page-cart a {
    color: #2e4559;
}

#page-cart .woocommerce-cart-form .actions .button {
    background: #fff;
    border: 1px solid #2e4559;
    color: #2e4559;
    font-size: 12px;
    font-family: "Raleway-Bold";
}

#page-cart .cart_totals h2 {
    color: #2e4559;
    font-size: 32px;
    font-family: "Raleway-Bold";
}

#page-cart .cart_totals .shop_table {
    margin: 2rem 0;
}

#page-cart .cart_totals .cart-subtotal,
#page-cart .cart_totals .order-total {
    color: #2e4559;
    font-size: 20px;
    font-family: "Raleway-Bold";
}

#page-cart .cart_totals .checkout-button {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: transparent;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    background-color: #23a3dd;
    color: #fff;
    border-color: #23a3dd;
}

#page-cart .cart_totals .checkout-button:focus,
#page-cart .cart_totals .checkout-button:hover {
    text-decoration: none !important;
    outline: none;
}

#page-cart a.remove {
    font-size: 40px;
    color: #2e4559;
}

#page-cart a.remove:hover {
    background: transparent;
    color: #2e4559 !important;
}

#page-cart th.product-price,
#page-cart th.product-subtotal {
    width: 96px;
}

/**
PAGE PRODUCT
*/
.single-product .woocommerce-message {
    display: flex;
    flex-flow: row nowrap;
    background-color: #ef6613;
    color: #fff;
    margin: 0;
}

.single-product .woocommerce-message a {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: #1882bc;
    border-color: #1882bc;
    font-size: 16px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    order: 1;
    color: #fff;
}

.single-product .woocommerce-message a:hover,
.single-product .woocommerce-message a:focus {
    text-decoration: none;
    outline: none;
}

.single-product div.product {
    width: 100%;
    height: 100%;
    /*border: 3px solid #ef6613;*/
    overflow: hidden;
}

.woocommerce .content-area {
    max-width: 990px;
    padding: 0;
    width: calc(100% - 8rem);
}

.single-product div.product {
    overflow: visible;
    display: flex;
}

#page-tombala .single-product div.product {
    padding-top: 15px;
}

#page-tombala > div {
    border: 3px solid #ef6613;
}

#page-tombala div.woocommerce-pay {
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
}

#page-tombala div.woocommerce-pay form div {
    width: 100%;
}

#page-tombala div.woocommerce-pay form #order_review {
    width: 100%;
    padding: 0;
}

#page-tombala div.woocommerce-pay form #customer_details {
    padding: 0;
}

.woocommerce-product-gallery figure {
    position: relative;
    left: -50px;
}

.woocommerce-product-gallery figure img {
    margin: 30px 0;
    box-shadow: 0px 7px 13px -3px rgb(0 0 0 / 50%);
}

.woocommerce div.product div.images {
    width: auto;
}

.woocommerce div.product div.summary {
    width: 100%;
    padding: 30px 50px 0 0;
    margin: 0;
    box-sizing: border-box;
}

.single-product .entry-title {
    color: #2e4559;
    font-size: 32px;
    font-family: "Raleway-Bold";
}

.single-product .summary p.price {
    color: #2e4559;
    font-size: 28px;
    font-family: "Raleway-Bold";
}

.single-product .stock,
.single-product .woocommerce-product-details__short-description {
    color: #2e4559;
    font-size: 16px;
    font-family: "Raleway-Light";
}

.woocommerce-product-gallery {
    margin-bottom: 0;
}

.single-product form.cart input {
    border-color: #2e4559;
}

.bloc-video-tombola {
    display: none;
}

#page-tombala-video-top,
#page-tombala-video {
    position: relative;
    top: -44px;
}

#page-tombala-video .see-video .replay {
    display: none;
}

#page-tombala-video .see-video.already-seen .replay {
    display: block;
}

#page-tombala-video .see-video.already-seen .play {
    display: none;
}

#page-tombala-video-top > div > div,
#page-tombala-video > div > div {
    padding: 0 50px;
    box-sizing: border-box;
}

#page-tombala-video-top > .section-inner > div > div,
#page-tombala-video > .section-inner > div > div {
    background-color: #ef6613;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

#page-tombala-video .see-video {
    color: #fff;
    border-color: #fff;
}

#page-tombala-video-top p,
#page-tombala-video p {
    margin: 0;
}

.bloc-video-tombola {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
}

.bloc-video-tombola > div {
    max-width: 990px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    left: -3000px;
    overflow: hidden;
}

.bloc-video-tombola > div > div {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
}

.bloc-video-tombola .header-video {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.bloc-video-tombola .header-video button {
    background-color: transparent;
    border: 0;
    font-size: 30px;
    color: #000;
    outline: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bloc-video-tombola h1 {
    font-size: 36px;
    color: #1c99d6;
    padding: 0;
    margin: 0;
}

.bloc-video-tombola .container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.bloc-video-tombola video,
.bloc-video-tombola iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#page-tombala .woocommerce-tabs {
    display: none;
}

/*
PAGE ORDER
*/
#page-order {
    padding: 0 50px 50px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
}

#page-order > div {
    width: 100%;
    height: 100%;
    border: 3px solid #ef6613;
    padding: 0 0 30px 0;
    box-sizing: border-box;
}

.woocommerce-checkout #page-order form .col2-set {
    width: 100% !important;
}

#page-order form.woocommerce-form-login,
#page-order form.checkout {
    padding: 0 30px;
    box-sizing: border-box;
}

#page-order .woocommerce-form-login-toggle .woocommerce-info {
    border-top: 0;
    background: #ef6613;
    color: #fff;
    font-family: "Raleway-Bold";
    margin-bottom: 20px;
    padding: 30px;
    box-sizing: border-box;
}

#page-order .woocommerce-form-login-toggle .woocommerce-info a {
    border-top: 0;
    background: #ef6613;
    color: #fff;
    font-family: "Raleway-Bold";
}

#page-order .lost_password a {
    font-size: 13px;
    color: #1c99d6;
    font-family: "Raleway-Bold";
}

#page-order form.woocommerce-form-login > p {
    font-size: 16px;
    color: #2e4559;
    font-family: "Raleway-Bold";
}

.woocommerce-checkout form #order_review,
.woocommerce-checkout form #order_review_heading {
    width: 100%;
    padding-left: 0;
    float: none;
}

.woocommerce-checkout h3 {
    margin-top: 0;
    font-size: 32px;
    font-family: "Raleway-Bold";
    color: #2e4559;
    margin-top: 60px !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 16px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="date"],
.woocommerce-checkout input[type="month"],
.woocommerce-checkout input[type="time"],
.woocommerce-checkout input[type="datetime"],
.woocommerce-checkout input[type="datetime-local"],
.woocommerce-checkout input[type="week"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout textarea {
    font-size: 16px;
    color: #2e4559;
    font-family: "Raleway-Bold";
}

.wc_payment_method .payment_box,
#page-order .tax-reduction {
    background-color: #eaeaea;
}

#page-order .tax-reduction {
    background-color: #eaeaea;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
    width: calc(100% - 60px);
    margin: 60px auto 30px;
}

#page-order .tax-reduction > ul,
#page-order .tax-reduction > p {
    font-size: 16px;
    color: #2e4559;
    font-family: "Raleway-Light";
}

#page-order .tax-reduction > p:first-child {
    font-size: 20px;
    color: #2e4559;
    font-family: "Raleway-Bold";
}

#page-order .tax-reduction > ul,
#page-order .tax-reduction > p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wc_payment_method .payment_box {
    font-size: 13px;
    color: #2e4559;
    font-family: "Raleway-Light";
}

.woocommerce-terms-and-conditions-wrapper {
    font-size: 16px;
    color: #2e4559;
    font-family: "Raleway-Light";
    display: block;
}

.wc_payment_method {
    margin-left: 0;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 20px;
    color: #2e4559;
    font-family: "Raleway-Bold";
}
.woocommerce-checkout form #order_review .product-name {
    font-size: 20px;
    color: #2e4559;
    font-family: "Raleway-Light";
}
.woocommerce-checkout form #order_review .product-name {
    font-size: 20px;
    color: #2e4559;
    font-family: "Raleway-Light";
}

.woocommerce-checkout-review-order #place_order {
    max-width: 250px;
}

/**
PAGE DONATION
*/
#page-donation {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
}

#page-donation .woocommerce-form-login-toggle {
    display: none !important;
}

#page-donation > div {
    width: 100%;
    height: 100%;
    border: 3px solid #ef6613;
}

#page-donation > div > div:not(.woocommerce-pay) {
    padding: 80px 30px 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
}

#page-donation > div > div.woocommerce-pay {
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
}

.woocommerce-pay > .woocommerce {
    width: 100%;
}

.woocommerce-error {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0 0;
    width: 100%;
}

#page-donation > div > div.woocommerce-pay form div {
    width: 100%;
}

#page-donation > div > div.woocommerce-pay form #order_review {
    width: 100%;
    padding: 0;
}

#page-donation > div > div.woocommerce-pay form #customer_details {
    padding: 0;
}

#page-donation > div > div:not(.woocommerce-pay) > div:first-child {
    flex: 0 0 auto;
}

#page-donation > div > div:not(.woocommerce-pay) > div:first-child img {
    position: relative;
    left: -50px;
}

#page-donation .wdgk_donation_content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 15px 0 0;
}

#page-donation .wdgk_donation_content .button.wdgk_add_donation {
    border-radius: 25px !important;
    border-width: 1px;
    border-style: solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 12px 30px;
    background-color: #1882bc;
    border-color: #1882bc;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    order: 1;
    color: #fff;
    margin: 0;
    font-family: "Raleway-Bold";
}

#page-donation .wdgk_donation_content .button.wdgk_add_donation:hover,
#page-donation .wdgk_donation_content .button.wdgk_add_donation:focus {
    text-decoration: none !important;
    outline: none;
}

#page-donation > div > div:not(.woocommerce-pay) > div:last-child {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

#page-donation h1 {
    font-size: 32px;
    color: #2e4559;
    margin: 0 0 20px;
}

#page-donation .wdgk_donation {
    margin: 0;
}

#page-donation p {
    font-size: 16px;
    color: #2e4559;
}

/**
PAGE MON COMPTE
*/
#page-my-account #customer_login {
    padding: 40px;
    box-sizing: border-box;
}

#page-my-account h2 {
    font-family: "Raleway-Bold";
    font-size: 36px;
    color: #2e4559;
}

#page-my-account #content-orders h2,
#page-my-account #content-address h2 {
    font-family: "Raleway-Bold";
    font-size: 20px;
    color: #2e4559;
}

#page-my-account .lost_password a {
    font-size: 13px;
    color: #1c99d6;
    font-family: "Raleway-Bold";
}

#page-my-account .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #2e4559;
    font-family: "Raleway-Light";
}

#page-my-account .woocommerce-privacy-policy-text a {
    color: #1c99d6;
}

#payment .woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.woocommerce-checkout form[name="checkout"] {
    width: 100%;
}

#page-my-account .lost_reset_password {
    padding: 100px 40px 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}

#page-my-account .lost_reset_password p {
    font-size: 16px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

#frame-account {
    padding: 100px 40px 40px;
    box-sizing: border-box;
}

#frame-account #content-address {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#frame-account #content-address > div {
    flex: 0 0 47%;
}

#frame-account #content-address > div > div {
    width: 100%;
}

#frame-account #account_display_name + span {
    font-size: 13px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%;
    padding: 1.5rem 1.8rem;
    border-color: #dcd7ca;
}

#content-address .woocommerce form .form-row-last,
.woocommerce-page #content-address form .form-row-last,
#content-address .woocommerce form .form-row-first,
.woocommerce-page #content-address form .form-row-first {
    width: 100%;
    overflow: visible;
}

#frame-account legend {
    font-family: "Raleway-Bold";
    font-size: 20px;
    color: #2e4559;
}

.woocommerce-message {
    background: #ef6613;
    color: #fff;
}

.woocommerce #content-orders table.shop_table td,
.woocommerce #content-orders table.shop_table th,
.woocommerce-page #content-orders table.shop_table td,
.woocommerce-page #content-orders table.shop_table th {
    font-size: 16px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

#content-orders table.shop_table a:not(.button) {
    color: #1c99d6;
    font-family: "Raleway-Bold";
}

#content-orders table.shop_table a.button {
    font-size: 12px !important;
    margin: 4px;
}

#order_review,
#frame-order {
    box-sizing: border-box;
    padding: 100px 30px 0;
}

#page-my-account #frame-order h2 {
    font-family: "Raleway-Bold";
    font-size: 20px;
    color: #2e4559;
    margin-top: 0;
}

#page-my-account #frame-order .woocommerce table.shop_table td,
#page-my-account #frame-order .woocommerce table.shop_table th,
.woocommerce-page #page-my-account #frame-order table.shop_table td,
.woocommerce-page #page-my-account #frame-order table.shop_table th {
    font-size: 16px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

#frame-order .woocommerce-customer-details {
    font-size: 16px;
    font-family: "Raleway-Light";
    color: #2e4559;
}

.woocommerce-page #page-my-account #frame-order table.shop_table a:not(.button) {
    color: #1c99d6;
    font-family: "Raleway-Bold";
}

.wc_payment_methods {
    margin-left: 0;
}

.order_details,
#page-order {
    font-family: "Raleway-Light";
    color: #2e4559;
}

.order_details {
    padding: 15px;
    box-sizing: border-box;
}

#sogecommercestd_payment_form {
    text-align: center;
}

a.wc-backward {
    display: none;
}

/*
PRIVACY POLICY
*/
#page-privacy-policy {
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
}

#page-privacy-policy > div {
    width: 100%;
    height: 100%;
    border: 3px solid #ef6613;
    padding: 30px;
    box-sizing: border-box;
}

#page-privacy-policy p {
    color: #2e4559;
    font-size: 16px;
    font-family: "Raleway-Light";
}

#page-privacy-policy h2 {
    color: #1c99d6;
    font-size: 28px;
    font-family: "Raleway-ExtraBold";
    margin: 35px 0 15px;
}

#page-privacy-policy h3 {
    color: #2e4559;
    font-size: 20px;
    font-family: "Raleway-Bold";
    margin: 35px 0 15px;
}

/**
PAGE PARTNERS
*/
#page-partners .border > div > p.title {
    color: #1c99d6;
    font-size: 50px;
    padding: 50px 50px 0;
    box-sizing: border-box;
}

#page-partners p {
    color: #2e4559;
    font-size: 16px;
}

#page-partners.box-border .cadre .content {
    margin: 50px;
}

#page-partners.box-border .cadre .border > div > p {
    margin: 50px;
}

#page-partners .content > div:first-child {
    flex: 1;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

#page-partners .content > div:last-child img {
    width: 100%;
}

#page-partners .content > div:last-child {
    flex: 0 0 auto;
    padding: 0;
}

#page-partners p.title {
    color: #1c99d6;
    font-size: 32px;
}

/**
PAGE VIDEOS
*/
#page-list-videos ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}

#page-list-videos ul li {
    list-style: none;
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
}

#page-list-videos h1 {
    list-style: none;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
}

#page-list-videos .box-img {
    position: relative;
}

#page-list-videos .box-img > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
}

#page-list-videos .box-img > .label-video {
    position: absolute;
    background: rgba(239, 122, 51, 0.8);
    left: 10px;
    top: 10px;
    color: #fff;
    font-size: 20px;
    padding: 0px 10px;
}

#page-list-videos .box-content {
    color: #2e4559;
    font-size: 16px;
}

#page-list-videos .box-content .title {
    margin: 10px 0;
}

#page-list-videos .box-content .see-video {
    color: #1c99d6;
    text-decoration: none;
}

#page-list-videos .box-content .see-video:hover,
#page-list-videos .box-content .see-video:focus {
    text-decoration: underline;
}

#page-list-videos .bloc-video {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
}

#page-list-videos .bloc-video > div {
    max-width: 990px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin: auto;
    position: relative;
    left: -3000px;
    overflow: hidden;
}

#page-list-videos .bloc-video > div > div {
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
}

#page-list-videos .bloc-video .header-video {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

#page-list-videos .bloc-video .header-video button {
    background-color: transparent;
    border: 0;
    font-size: 30px;
    color: #000;
    outline: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page-list-videos .bloc-video h1 {
    font-size: 36px;
    color: #1c99d6;
    padding: 0;
    margin: 0;
    text-align: left;
}

#page-list-videos .bloc-video .container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#page-list-videos .bloc-video iframe,
#page-list-videos .bloc-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.woocommerce-additional-fields {
    display: none;
}

footer#site-footer a,
footer#site-footer a:hover,
footer#site-footer a:focus {
    color: #2e4559;
}

#actions.page-news {
    padding-top: 50px;
}

#actions.page-news > p {
    padding-bottom: 20px;
}

/**
PAGE VIDEO
*/
#page-list-videos h1 {
    font-size: 46px;
    color: #1c99d6;
    text-align: center;
    margin: 40px auto 20px;
}

.regulation {
    padding: 0 50px 15px;
    text-align: right;
    font-size: 16px;
}

.regulation a {
    color: #2e4559;
    font-family: "Raleway-Light";
}

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

.info-socialnetwork {
    color: #2e4559;
    font-family: "Raleway-Light";
    font-size: 14px;
    padding: 15px 20px 0;
    margin-bottom: 0;
}

.info-top .info-socialnetwork p {
    margin: 0;
}

.next-lotery {
    padding: 15px 15px 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.next-lotery p {
    color: #2e4559;
    font-family: "Raleway-Light";
    font-size: 14px;
    text-align: center;
}

.next-lotery p:first-child {
    margin-right: 10px;
}

.next-lotery img {
    max-width: 75px;
    margin: auto;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background-color: #1c99d6;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 1;
    font-weight: 600;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.56em;
}
/*
RESPONSIVE
*/
@media screen and (max-width: 1300px) {
    /* HOMEPAGE */
    #sports .content > div:last-child > div {
        width: 100%;
    }

    #sports .content > div:last-child > div img {
        max-width: 250px;
    }

    #supports h1 {
        padding: 20px 0 140px;
        font-size: 46px;
    }
}

@media screen and (max-width: 1100px) {
    /* HOMEPAGE */
    #our-mission .content > div:last-child p {
        font-size: 26px;
    }

    #our-mission .content > div:last-child > div > div > div {
        padding: 20px 20px 0;
    }

    #sports .content > div:last-child > div > div p {
        font-size: 20px;
    }

    #sports .content > div:last-child > div img {
        max-width: 220px;
    }

    #sports .content > div:first-child fieldset {
        padding: 20px;
    }

    #supports h1 {
        padding: 20px 0 120px;
        font-size: 46px;
    }

    #supports p {
        margin: 0 0 15px;
    }

    /* PAGE ASSOCIATION */
    #page-association .who-are-we h1 {
        font-size: 32px;
    }

    #page-association .testimony .frame {
        padding: 0;
    }

    #page-association .testimony .content {
        margin: 0 0 30px -15px;
    }

    #page-association .testimony .content img {
        max-width: 360px;
    }

    #page-association .testimony .content h1 {
        font-size: 50px;
    }

    #page-association .testimony .content p {
        font-size: 30px;
    }

    #page-association .testimony .content > div:last-child {
        padding-right: 30px;
    }

    #page-association .team h1 {
        font-size: 46px;
        padding: 0 0 25px;
    }

    #page-association .team .boxes > div {
        flex: 0 0 50%;
    }

    /* PAGE NOUS AIDER */
    #page-aider .orange.img-right > div > div > div:first-child {
        flex: 0 0 50%;
        width: 50%;
    }

    #page-aider .orange.img-right > div > div > div:last-child {
        flex: 0 0 50%;
        width: 50%;
    }

    #page-aider .orange.img-left > div > div > div:first-child {
        flex: 0 0 50%;
        width: 50%;
    }

    #page-aider .orange.img-left > div > div > div:last-child {
        flex: 0 0 50%;
        width: 50%;
    }

    #page-aider .orange h1 {
        font-size: 46px;
    }

    #page-aider .bluecadre h1 {
        font-size: 46px;
    }
}

@media screen and (max-width: 992px) {
    /* HEADER */
    #main-header .banner-text.title h1 {
        font-size: 35px;
    }

    #main-header .banner-text.title {
        padding: 35px 0 110px;
    }

    /* MENU RESPONSIVE */
    #main-header .navigation .main-menu {
        padding: 15px 0;
        background: #1c99d6;
        position: fixed;
        right: -360px;
        top: 0;
        max-width: 360px;
        width: 100%;
        height: 100%;
        max-height: 600px;
        box-sizing: border-box;
        z-index: 1;
        transition: all 0.2s;
    }

    #main-header .navigation .main-menu.active {
        right: 0;
    }

    #main-header .navigation .main-menu .close {
        text-align: right;
        padding: 10px 15px;
        box-sizing: border-box;
        color: #fff;
        display: block;
    }

    #main-header .navigation .open-menu,
    #main-header .navigation .close-menu {
        display: inline-block;
        font-size: 26px;
        cursor: pointer;
    }

    #main-header .navigation .main-menu ul {
        flex-flow: column;
        align-items: flex-start;
    }

    #main-header .navigation .main-menu li {
        margin: 0;
        width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    #main-header .navigation .main-menu ul a {
        color: #fff;
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 15px;
        border-bottom: 1px solid #fff;
    }

    /* HOMEPAGE */
    #our-mission .content > div:first-child > div {
        margin-left: 0;
    }

    #our-mission .content > div:last-child > div {
        margin-right: 0;
    }

    #our-mission .socialnetwork {
        margin: 0;
        width: 100%;
    }

    #our-mission .content > div:last-child > div > div {
        left: 20px;
    }

    #our-mission .content > div:last-child p {
        font-size: 22px;
    }

    #text-and-drive .statistics span:first-child {
        font-size: 46px;
    }

    #text-and-drive h1 {
        padding: 30px 20px 10px;
        font-size: 40px;
    }

    #text-and-drive .statistics span:last-child {
        font-size: 16px;
        margin-top: 10px;
    }

    #text-and-drive .statistics > div {
        padding: 15px;
    }

    #text-and-drive > div > div {
        margin: 0;
        width: 100%;
    }

    #text-and-drive .statistics {
        padding: 20px;
    }

    .link-testimony,
    #text-and-drive .statistics + div {
        font-size: 16px;
    }

    #text-and-drive .statistics + div > div {
        max-width: 70%;
    }

    #sports .content {
        flex-flow: column nowrap;
    }

    #sports .content > div {
        flex: 0 0 100%;
    }

    #sports .content > div:first-child {
        width: 100%;
        background-color: rgba(27, 128, 177, 0.9);
        margin: 30px 0;
    }

    #sports .content > div:first-child img {
        display: none;
    }

    #sports .content > div:first-child > div {
        position: static;
        padding: 20px;
        margin-left: 0;
    }

    #actions > h1 {
        font-size: 46px;
        margin: 40px 0 30px;
    }

    #supports h1 {
        padding: 20px 0;
    }

    #supports > div > div {
        flex-flow: column nowrap;
    }

    #supports > div > div > div {
        max-width: 660px;
        margin: 15px auto;
    }

    #supports a {
        max-width: 200px;
        margin: auto;
    }

    #actualities h1 {
        font-size: 46px;
        padding: 40px 0 30px;
    }

    #they-support h1 {
        font-size: 46px;
        padding: 40px 0 30px;
    }

    #page-association .our-values h1 {
        font-size: 46px;
        padding: 40px 0 30px;
    }

    #page-association .our-values h2 {
        font-size: 32px;
    }

    #page-association .testimony .content h1 {
        font-size: 44px;
    }

    #page-association .testimony .content img {
        max-width: 300px;
    }

    .link-testimony > div {
        max-width: 70%;
    }

    .link-testimony.dbl-btn > div {
        max-width: 100%;
    }

    #page-association .sports h1 {
        font-size: 40px;
        margin: 0 0 20px;
    }

    #page-association .sports .content > div:last-child {
        padding: 20px 0 20px 20px;
    }

    #page-association .team h1 {
        font-size: 40px;
    }

    /* PAGE ACTIONS */
    #page-actions .cadre .content a > p {
        font-size: 20px;
        padding: 12px 0;
    }

    #page-actions .cadre .content > p {
        font-size: 18px;
    }

    #page-actions .sensibilisation-action > div {
        padding: 35px 0;
    }

    #page-actions .sensibilisation-action .objective {
        font-size: 50px;
    }

    /* PAGE NOUS AIDER */
    #page-aider .orange h1 {
        font-size: 40px;
    }

    #page-aider .bluecadre h1 {
        font-size: 40px;
    }

    /* PAGE ACTION */
    article .cadre {
        padding: 0;
    }

    /* PAGE COMMUNIQUER */
    .title-bloc-list-communicate {
        font-size: 46px;
        margin-top: 60px;
    }

    /* PAGE SENSIBILISER */
    #page-sensibiliser.box-border .cadre .content {
        flex-flow: column nowrap;
    }

    #page-sensibiliser.box-border .cadre .content > div:first-child,
    #page-sensibiliser.box-border .cadre .content > div:nth-child(2),
    #page-sensibiliser.box-border .cadre .content > div:last-child {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }

    #page-sensibiliser.box-border .cadre .content > div:last-child {
        margin-bottom: 0;
    }

    /* PAGE APP STEF */
    #page-app-stef.page-our-actions .content {
        flex-flow: column nowrap;
    }

    #page-app-stef .content > div:last-child {
        flex: 1;
        width: 100%;
    }

    #page-app-stef .content > div:last-child img {
        margin: 20px auto 0;
        width: auto;
    }

    #page-donation > div > div:first-child img {
        max-width: 240px;
    }

    #page-my-account #customer_login {
        padding: 20px;
    }

    #page-my-account .lost_reset_password {
        padding: 80px 20px 20px;
    }

    .page-our-actions .content {
        flex-flow: column nowrap;
    }

    #page-partners .content > div:first-child {
        padding: 0;
    }

    #page-partners .content > div:last-child {
        margin: 20px auto;
    }

    #page-video .content > div:first-child {
        flex: 0 0 100%;
        padding: 0 100px;
    }

    #page-video .content > div:last-child {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    /* HEADER */
    #main-header .custom-logo-link img {
        max-width: 180px;
    }

    #main-header .banner {
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 150px;
    }

    #main-header {
        background-size: 800px auto !important;
    }

    #main-header .banner-text.title h1 {
        font-size: 26px;
    }

    #main-header .banner-text.title {
        padding: 0;
    }

    #our-mission .socialnetwork > div {
        position: static;
    }

    /* HOMEPAGE */
    #our-mission .socialnetwork {
        border: none;
        padding: 0;
    }

    #our-mission .content {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    #our-mission .content > div:first-child > div {
        border: none;
    }

    #our-mission .content > div:last-child > div {
        border: none;
    }

    #our-mission .content > div {
        flex: 0 0 100%;
    }

    #our-mission .content > div:first-child {
        width: 100%;
        margin: 30px 0;
    }

    #our-mission {
        position: static;
        margin-bottom: 0;
        padding: 20px 0;
    }

    #our-mission .content > div:first-child img {
        width: 100%;
        box-shadow: 0px 7px 13px -3px rgba(0, 0, 0, 0.5);
    }

    #our-mission .content > div:last-child > div > div {
        left: 0;
        margin-bottom: 30px;
    }

    #text-and-drive {
        padding-bottom: 30px;
    }

    #text-and-drive a {
        margin-top: 20px;
    }

    #text-and-drive .statistics {
        flex-flow: column nowrap;
        padding: 25px 20px;
    }

    #text-and-drive .statistics > div:nth-child(2) {
        border: 0;
    }

    #text-and-drive > div > div {
        margin: 0;
        width: 100%;
        border: 0;
    }

    .link-testimony,
    #text-and-drive .statistics + div > div {
        max-width: 100%;
        text-align: center;
    }

    .link-testimony,
    #text-and-drive .statistics + div {
        flex-flow: column nowrap;
    }

    #actions > h1 {
        font-size: 40px;
    }

    #actions > div ul {
        flex-flow: column nowrap;
    }

    #actions > div li {
        margin: 15px auto;
        max-width: 310px;
    }

    #supports h1 {
        font-size: 40px;
    }

    #actualities h1 {
        font-size: 40px;
    }

    #actualities > div ul {
        flex-flow: column nowrap;
    }

    #actualities > div li {
        flex: 1;
        width: 100%;
        margin: 0;
    }

    #they-support h1 {
        font-size: 40px;
    }

    #contact > div > div {
        flex-flow: column nowrap;
    }

    #contact .contact {
        flex: 1;
        margin: 30px 0 0;
    }

    #contact .form {
        flex: 1;
        margin: 60px 0 0;
    }

    /* PAGE ASSOCIATION */
    #page-association .who-are-we {
        position: static;
        margin: 20px 0 0;
    }

    #page-association .frame {
        padding: 0;
    }

    #page-association .border {
        padding: 0;
    }

    #page-association .border {
        border: 0;
    }

    #page-association .who-are-we .border > div {
        margin: 0;
    }

    #page-association .who-are-we .border > div {
        flex-flow: column nowrap;
    }

    #page-association .who-are-we .blc-img img {
        margin-top: 0;
    }

    #page-association .who-are-we .img-left .content {
        padding: 0;
    }

    #page-association .who-are-we h1 {
        margin: 30px 0;
    }

    #page-association .who-are-we .img-right .content {
        padding: 0;
    }

    #page-association .who-are-we .citation {
        padding: 15px 0;
    }

    #page-association .who-are-we .img-left .content {
        margin-top: 15px;
    }

    #page-association .our-values .boxes {
        flex-flow: column wrap;
    }

    #page-association .our-values .boxes > div {
        flex: 0 0 100%;
        width: 100%;
    }

    .testimony .link-testimony a {
        margin-top: 20px;
    }

    #page-association .testimony .content {
        margin: 0 0 30px;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        position: static;
        height: auto;
    }

    #page-association .testimony .border {
        border: 0;
    }

    #page-association .testimony {
        padding: 25px 0 25px;
    }

    #page-association .testimony .content p {
        padding-bottom: 0;
    }

    #page-association .testimony .content img {
        max-width: 100%;
    }

    #page-association .testimony .content > div:first-child {
        padding-right: 0;
    }

    #page-association .testimony .content > div:last-child {
        padding-right: 0;
    }

    #page-association .testimony .content h1 {
        text-align: center;
    }

    #page-association .sports .content {
        flex-flow: column nowrap;
    }

    #page-association .sports .content > div {
        flex: 0 0 100%;
        width: 100%;
    }

    #page-association .sports .content > div:first-child {
        justify-content: center;
    }

    #page-association .sports .content > div img {
        margin-top: 20px;
        max-width: 100%;
    }

    #page-association .team h1 {
        padding: 0;
    }

    #page-association .team .boxes > div {
        flex: 0 0 100%;
    }

    /* PAGE ACTIONS */
    #page-actions .cadre .content > div {
        flex-flow: column nowrap;
    }

    #page-actions .cadre .content a {
        flex: 0 0 100%;
        width: 100%;
        max-width: 285px;
        margin-bottom: 20px;
    }

    #page-actions .cadre .content a > p {
        font-size: 16px;
    }

    #page-actions .cadre .content > p {
        padding: 0;
        font-size: 16px;
    }

    .box-border .border {
        border: 0;
    }

    #page-actions .sensibilisation-action .objective {
        font-size: 40px;
    }

    #page-actions .link-testimony a {
        margin-top: 20px;
    }

    /* PAGE AGIR */
    .page-our-actions .content {
        flex-flow: column nowrap;
    }

    .page-our-actions .content > div:last-child {
        padding: 20px 0 0;
    }

    .link-testimony a {
        margin-top: 20px;
    }

    .box-border .cadre {
        padding: 20px 0;
        position: static;
    }

    #page-communiquer.box-border .cadre .content,
    .box-border .cadre .content {
        margin: 20px 0 30px;
    }

    .box-border .border .socialnetwork {
        left: 0;
        top: 0;
    }

    #list-agir-action .bloc-agir {
        flex-flow: column nowrap;
    }

    #list-agir-action .bloc-agir > div:last-child {
        padding: 20px 0 0;
    }

    #list-agir-action .bloc-agir > div:first-child {
        flex: 0 0 330px;
    }

    /* PAGE NOUS AIDER */
    #page-aider .content {
        flex-flow: column nowrap;
    }

    #page-aider .content > div:last-child {
        padding: 20px 0 0;
    }

    #page-aider .orange > div > div {
        flex-flow: column nowrap;
    }

    #page-aider .orange.img-right > div > div > div:last-child,
    #page-aider .orange.img-left > div > div > div:first-child {
        flex: 0 0 100%;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
    }

    #page-aider .orange.img-left > div > div > div:last-child,
    #page-aider .orange.img-right > div > div > div:first-child {
        flex: 0 0 100%;
        width: 100%;
        padding: 20px 0;
    }

    #page-aider .orange img {
        max-width: 100%;
    }

    #page-aider .orange.img-right > div > div > div:first-child {
        order: 1;
        padding-top: 20px;
    }

    #page-aider .orange.img-left > div > div > div:first-child {
        padding-top: 20px;
    }

    /* PAGE ACTION */
    article .cadre {
        position: static;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    article .cadre .border {
        padding: 0;
        border: 0;
    }

    article .date {
        position: static;
        width: 60px;
        height: 60px;
    }

    article .date span:first-child {
        font-size: 32px;
    }

    article .date span:last-child {
        font-size: 16px;
    }

    article h1.title-article {
        font-size: 32px;
        margin: 20px 0;
    }

    /* PAGE COMMUNIQUER */
    #page-communiquer .border > div > p {
        margin: 20px 0;
    }

    #page-communiquer .content > div:first-child {
        padding: 0;
    }

    .title-bloc-list-communicate {
        font-size: 40px;
        margin-top: 50px;
    }

    /* PAGE SENSIBILISER */
    #page-sensibiliser .border > div > p {
        margin: 20px 0;
    }

    #page-sensibiliser.box-border .cadre .content {
        margin: 40px 0;
    }

    /* PAGE 404 */
    #page-404 .border > div {
        padding: 0 0 50px;
    }

    /* PAGE APP STEF */
    #page-app-stef .border > div > p.title {
        padding: 20px 0 0;
        font-size: 40px;
    }

    #page-app-stef .border > div > p.subtitle {
        padding: 0;
        font-size: 16px;
    }

    #page-app-stef .content > div:first-child {
        padding: 0;
    }

    #page-app-stef.box-border .cadre .content {
        margin: 20px 0;
    }

    /* PAGE TOMBOLA */
    #page-tombala-video .bloc-action {
        flex-flow: column nowrap;
    }

    #page-tombala-video .bloc-action p {
        margin-bottom: 20px;
    }

    #page-tombala-video h1 {
        font-size: 30px;
    }

    #page-tombala-video .border > div:not(.bloc-action) {
        padding: 40px 0;
    }

    .bloc-video-tombola h1 {
        font-size: 26px;
        color: #1c99d6;
        padding: 0;
        margin: 0;
    }

    #page-tombala-video > .section-inner > div > div {
        justify-content: center;
        flex-flow: column nowrap;
    }

    #page-tombala-video .see-video {
        margin-top: 20px;
    }

    #page-tombala-video > div > div {
        padding: 0;
    }

    #page-tombala {
        padding: 0;
    }

    .single-product div.product {
        flex-flow: column;
        border: 0;
    }

    #page-tombala-video {
        top: 0;
        margin-top: 30px;
    }

    #page-tombala {
        top: 0;
    }

    .woocommerce-product-gallery figure {
        left: 0;
    }

    .woocommerce-product-gallery figure img {
        margin: 30px auto;
    }

    .woocommerce div.product div.images {
        width: 100%;
    }

    .woocommerce-product-gallery {
        max-width: none;
    }

    /* PAGE PANIER */
    #page-cart {
        padding: 0;
    }

    #page-cart > div {
        border: 0;
        padding: 30px 0;
    }

    #page-donation {
        padding: 0;
        top: 0;
    }

    #page-donation > div {
        border: 0;
        padding: 30px 0;
    }

    #page-donation > div > div:first-child img {
        max-width: 200px;
        left: 0;
        margin-right: 30px;
    }

    #page-donation h1 {
        font-size: 30px;
    }

    #page-my-account #customer_login {
        padding: 0;
    }

    #page-my-account .lost_reset_password {
        padding: 0;
    }

    #page-order {
        top: 0;
    }

    #page-order > div {
        border: 0;
    }

    #page-order,
    #order_review,
    #frame-order,
    #frame-account {
        padding: 0;
    }

    #page-privacy-policy {
        padding: 0;
        top: 0;
    }

    #page-privacy-policy > div {
        border: 0;
        padding: 15px 0 30px;
    }

    #page-partners.box-border .cadre .border > div > p,
    #page-partners.box-border .cadre .content {
        margin: 20px 0 50px;
    }

    #page-order form.checkout {
        padding: 0;
    }

    #page-order .tax-reduction {
        margin: 30px 0;
        width: 100%;
    }

    #frame-account #content-address {
        flex-flow: row wrap;
    }

    #frame-account #content-address > div {
        flex: 0 0 100%;
    }

    #page-donation > div > div:not(.woocommerce-pay) {
        padding: 20px 0 0 0;
    }

    #page-donation > div > div:not(.woocommerce-pay) > div:first-child img {
        left: 0;
    }

    #page-donation > div > div.woocommerce-pay {
        padding: 0 0 30px;
    }

    #page-list-videos ul li {
        width: 100%;
        padding: 15px 0;
    }

    #page-video.box-border .cadre .content {
        padding-top: 0;
    }

    #page-video.box-border > div:first-child .cadre {
        margin-bottom: 0;
    }

    #page-video .border > div > p {
        margin: 20px 0 0;
        font-size: 16px;
    }

    #page-video .content > div:first-child {
        padding: 0;
    }

    #page-video.box-border > div:nth-child(2) .cadre .content {
        margin: 0 0 30px;
    }

    .info-top-tombola {
        padding: 0;
    }

    .info-top-tombola {
        flex-flow: column;
    }

    .info-top-tombola .info-socialnetwork {
        padding: 15px 0;
    }

    .next-lotery {
        padding: 15px 0 30px;
    }

    #page-tombala > div {
        border: 0;
    }
}

@media screen and (max-width: 576px) {
    /* HEADER */
    #main-header .banner-text.title h1 {
        font-size: 20px;
    }

    /* HOMEPAGE */
    #our-mission .content > div:first-child h1 {
        font-size: 24px;
    }

    #our-mission .content > div:first-child > div {
        padding: 15px;
    }

    #our-mission .content > div:last-child > div > div > div {
        padding: 15px;
    }

    #our-mission .content > div:first-child p:not(.objective) {
        font-size: 16px;
    }

    #our-mission .content > div:first-child .objective {
        font-size: 24px;
    }

    #sports .content > div:last-child > div {
        flex-flow: column nowrap;
        padding: 20px;
    }

    #sports .content > div:last-child > div > div p {
        font-size: 16px;
        text-align: center;
    }

    #sports .content > div:last-child > div > div .btn {
        margin: 0 auto 30px;
    }

    /* PAGE AGIR */
    #list-agir-action .bloc-agir > div:first-child {
        flex: 1;
    }

    /* PAGE ACTIONS */
    #page-actions .sensibilisation-action .objective {
        font-size: 32px;
    }

    /* PAGE NOUS AIDER */
    #page-aider .bluecadre {
        max-width: none;
        padding: 20px;
    }

    #page-aider .bluecadre h1 {
        font-size: 30px;
    }

    #page-aider .bluecadre p {
        font-size: 18px;
    }

    #page-aider .orange h1 {
        font-size: 30px;
    }

    #page-aider .orange p {
        font-size: 18px;
    }

    .link-testimony.dbl-btn > div:last-child {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    #page-donation > div > div:not(.woocommerce-pay) {
        flex-flow: column nowrap;
    }

    #page-donation > div > div:not(.woocommerce-pay) > div:first-child,
    #page-donation > div > div:not(.woocommerce-pay) > div:last-child {
        flex: 100%;
    }

    #page-donation > div > div:not(.woocommerce-pay) > div:first-child img {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #page-donation .wdgk_donation_content {
        flex-flow: column nowrap;
    }

    #page-donation .wdgk_donation {
        margin: 0 0 20px;
    }
}
