<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);
/*Shortcode Start Here*/
p {
    margin: 20px 0 10px;
    font-size: 15px;
}
@font-face {
 font-family: "Futura";
 src: url("FuturaLTPro-Bold.ttf");
}
/*@media(max-width: 992px){
  .img-temp{
    background-size: 100% auto !important;
  }  
}

@media(max-width: 700px){
  .img-temp{
    background-size: 110% auto !important;
  }  
}*/
a[href="#"]{
    cursor: default;
}
iframe{
    max-width: 100%;
}

.page-id-3582 .primary-content tbody&gt;tr{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width: 1200px){
   .page-id-3582 .primary-content table{
        max-width: 100%;
        display: block;
    }
}
@media(max-width: 768px){
    .pseudo-h2{
        display: none;
    }
    .carte-chal{
        text-align: center !important;
    }
}
@media(max-width: 530px){
    .page-id-3582 .primary-content tbody&gt;tr{
        text-align: center;
        justify-content: center;
    }
}

.page-headline h1 {
    text-align: center;
    color: #005FB6;
    font-size: 30px;
    font-weight: 700;
}
.page-headline h2 {
    text-align: center;
    color: #005FB6;
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
}
.primary-content{
    padding: 40px 60px;
    background-color: white;
    color: #868889;
}
@media(max-width: 1180px){
    .primary-content{
        padding: 25px;
    }
}
.primary-content h1 {
    text-align: left;
    color: #005FB6;
    font-family: "Futura", "Palanquin Dark";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.primary-content h1 .green{
    color: #55AB26;
}
.primary-content h1:first-child,
.primary-content p:first-child { margin-top: 0; }
.primary-content h2 {
    color: #5C5C5C;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    font-family: "Futura", "Palanquin Dark";
}
.en-images .primary-content h2{
    color: #464646;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.primary-content h3 {
    color: #5C5C5C;
    font-weight: 700;
    font-size: 20px;
    font-family: "Futura", "Palanquin Dark";
}
.primary-content h4 {
    color: #5C5C5C;
    font-weight: 700;
    line-height: 25px;
    font-family: "Futura", "Palanquin Dark";
}
.posts-page{
    background-color: #f5f5f5;
}
a.link {
    color: #EE7203;
    font-weight: 600;
}
p a {
    color: #EE7203;
    font-weight: 400;
}
p a:focus,
p a:hover { color: #ed8640; }
.primary-content ul li,
.primary-content ol li {
    padding: 0 0 0 25px;
    position: relative;
}
.primary-content ul li:after,
.primary-content ol li:after {
    background: #868889;
    border-radius: 100%;
    content: "";
    font-size: 22px;
    height: 6px;
    left: 6px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 6px;
}
hr { border-top: 2px dotted #005FB6; }
.highlight { color: #005FB6; }
html,
body {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
a,
a:hover,
a:focus {
    outline: medium none;
    text-decoration: none;
}
h2 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
ul,ol {
    margin: 0;
    padding: 0;
}
li { list-style: outside none none; }
img {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto;
}
#container-header.floating{
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    /*animation: shadowThrob;
    animation-iteration-count: 1;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;*/
}
@keyframes shadowThrob {
  from {box-shadow: 0px 0px 0px #555;}
  to {box-shadow: 1px 1px 50px #999;}
}
@media(max-width: 767px){
    .navbar-collapse{
        position: fixed;
        width: 90%;
        height: 100%;
        z-index: 1;
        top: 0;
        left: -90%;
        overflow: hidden;
        overflow-y: scroll !important;
    }
    .navbar-collapse .navbar-toggle{
        position: absolute;
        right: 0;
        z-index: 1;
        font-weight: 600;
        width: auto !important;
    }  
}

.has-top-header {
    background: #ffffff none repeat scroll 0 0;
    padding: 25px 0;
}
.top-right-header {
    display: block;
    text-align: right;
}
.top-right-header .btn.btn-sm { width: 175px; }
.btn.orange{
    background-color: #EE7203;
}
.button-orange { margin: 10px 0 0; }
.btn.btn-primary {
    background: #EE7203 none repeat scroll 0 0;
    border-color: #EE7203;
    transition: background 0.3s ease 0s;
}
.btn.btn-primary:hover {
    background: #ed8640 none repeat scroll 0 0;
    border-color: #ed8640;
}
.btn.btn-sm.btn-secondry {
    background: #005FB6 none repeat scroll 0 0;
    border-color: #005FB6;
    transition: background 0.3s ease 0s;
}
.btn.btn-secondry:hover {
    background: #5188BB none repeat scroll 0 0;
    border-color: #5188BB;
}
.btn.btn-sm {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0;
    padding: 8px 25px;
    letter-spacing: 1px;
    height: 40px;
    position: relative;
    text-align: center;
    width: auto;
}
.btn.btn-sm&gt;span{
    position: relative;
}
.btn.btn-sm::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 8px;
}
.btn.btn-sm&gt;span::after{
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 14px;
    left: -15px;
    position: absolute;
    top: 2px;
    font-size: 11px;
} 
.navbar.navbar-default {
    background: white;
    border-radius: 0;
    margin: 0;
    min-height: 0;
    border: none;
}
.navbar-default .nav &gt; li &gt; a {
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.3s ease 0s;
    position: relative;
    padding: 0 0 30px 0;
    text-transform: uppercase;
}
.navbar-default .nav &gt; li a:hover { 
    
}
.navbar-default .nav &gt; li:last-child a{
    color: #55AB26;
    padding: 0 0 30px 50px;
    position: relative;
}
.navbar-default .nav &gt; li:last-child a::before{
    display: none;
}
.navbar-default .nav &gt; li:last-child a::after{
    content: "";
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/challenge-new/images/feuille.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 767px){
    .navbar-default .nav &gt; li &gt; a {
        color: #ffffff;
        padding: 10px 8px 10px 8px !important;
        height: 75px;
    }
}
@media(min-width: 767px){
    .navbar-default .nav &gt; li &gt; a::before{
        content: "";
        position: absolute;
        width: 0%;
        height: 100%;
        border-bottom: 2px solid #FF871F;
        padding-right: 0%;
        padding-left: 0%;
        left: 50%;
        transition: 0.3s;
        top: -25px;
    }
    .navbar-default .nav &gt; li &gt; a:hover::before{
        padding-right: 50%;
        padding-left: 50%;
        left: 0;
    }   
}

.navbar-default .navbar-collapse.collapse { text-align: center; }
.navbar-default .navbar-nav {
    display: inline-block;
    float: none;
    margin: 0 0 -1px;
}
.dropdown-toggle {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 21;
}
.parent-menu-item,
.menu-item-has-children { position: relative; }
.navbar.navbar-default .parent-menu-item.open a,
.menu-item-has-children.open a {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
@media(max-width: 767px){
    .parent-menu-item:hover::after,
    .menu-item-has-children:hover::after{
        display: none;
    }
}
.sub-menu {
    background: white;
    display: none;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    width: 250px;
    z-index: 10;
    top: 50px;
}
@media(max-width: 767px){
    .sub-menu{
        padding-top: 10px;
        background: white;
        margin-top: -27px;
        box-shadow: none;
    }
}
.sub-menu li a {
    border-bottom: 1px dotted #ffffff;
    color: #A1A1A1;
    display: block;
    padding: 4px 0;
    text-align: left;
}
.sub-menu li:last-child a { border-bottom: medium none; }
.sub-menu li a:hover { 
    color: #868889;
    font-weight: bold;
}
.sub-menu .sub-menu {
    background: #e35b3a none repeat scroll 0 0;
    border-left: 15px solid #e35b3a;
    border-top: 0 solid #005FB6;
    display: none;
    left: 100%;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    width: 295px;
    z-index: 10;
}
.sub-menu .menu-item-has-children { position: relative; }
.sub-menu .menu-item-has-children .fa-caret-right {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
}
.sub-menu .menu-item-has-children::after { display: none; }
.banner-caption {
    padding: 75px 0;
    text-align: center;
}
.banner-caption .heading h1 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    margin: 0;
}
.banner-caption .heading h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}
.banner-caption .description { margin: 30px 0 0; }
.banner-caption .description p {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}
.banner-caption .button { margin: 55px 0 0; }
.banner-caption .button a { position: relative; }
.banner-caption .button a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 16px;
}
.btn.btn-lg.btn-orange {
    background: #EE7203 none repeat scroll 0 0;
    border-color: #EE7203;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 45px;
    transition: all 0.3s ease 0s;
}
.btn.btn-lg.btn-orange:hover {
    background: #ed8640 none repeat scroll 0 0;
    border-color: #ed8640;
}
.country-events {
    background: #005FB6 none repeat scroll 0 0;
    color: #ffffff;
    padding: 45px 0 65px;
}
.country-events h2 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding: 0;
    text-align: center;
}
.country-events .tab-block { margin: 25px 0 0; }
.country-events .nav-tabs-panel { padding-right: 0; }
.nav-tab-vertical {
    background: #ffffff none repeat scroll 0 0;
    height: 345px;
    overflow-y: hidden;
    padding: 0;
}
.nav-tab-vertical li { position: relative; }
.nav-tab-vertical li:first-child a span { border-top: 2px dotted #005FB6; }
.arrow-right {
    color: #707070;
    content: '\f04b';
    font-family: "FontAwesome";
    font-size: 26px;
    position: absolute;
    right: -20px;
    top: 15px;
}
.nav-tab-vertical li a {
    color: #005FB6;
    display: block;
    font-size: 16px;
    font-weight: 900;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.nav-tab-vertical li a span {
    border-bottom: 2px dotted #005FB6;
    display: block;
    padding: 14px 0;
}
.nav-tab-vertical li a:focus,
.nav-tab-vertical li a:hover { background-color: transparent; }
.nav-tab-vertical li.active a {
    background: #52AE32 none repeat scroll 0 0;
    color: #ffffff;
    position: relative;
}
.nav-tab-vertical li.active a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    border-left: 15px solid #52AE32;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 10;
}

@media (min-width:992px) {
.nav-tab-vertical li a { padding: 0 45px 0 15px; }
.tab-content &gt; .tab-pane,
.tab-content &gt; .tab-pane.active {
    left: -30px;
    position: relative;
}
.nav-arrow { padding-right: 30px; }
}
.nav-arrow {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    text-align: center;
}
.nav-arrow span {
    color: #005FB6;
    cursor: pointer;
    font-size: 15px;
    padding: 13px 0;
}
.nav-arrow span#arrow-up { transform: rotate(30deg); }
.nav-arrow span#arrow-down { transform: rotate(-30deg); }
.country-events .tab-content {
    background: #52AE32 none repeat scroll 0 0;
    padding-left: 0;
}
.big-image { padding-right: 0; }
.detail {
    padding: 20px 0 0px;
    text-align: left;
}
.detail h3 {
    font-size: 22px;
    font-weight: 300;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.detail .btn.btn-md { margin: 42px 0 0; }
.detail time {
    display: block;
    font-weight: 900;
    margin: 22px 0 0;
}
.detail p {
    font-size: 18px;
    margin: 22px 0 0;
    min-height: 45px;
}
.btn-default {
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
}
.btn-default-link-gallery{    
    margin-top: 20px !important;
    background-color: rgba(0,0,0,0) !important;
    color: white !important;
    border-width: 2px;
    transition: color 0.3s ease 0s, border-color 0.3s ease 0s !important;
}
.btn-default-link-gallery::after{    
    color: white !important;
    transition: color 0.3s ease 0s;
}
.btn-default-link-gallery:hover::after{    
    color: #ffded0 !important;
}
.btn-default-link-gallery:hover{    
    color: #ffded0 !important;
}
.btn.btn-md.btn-default {
    border-radius: 0;
    color: #EE7203;
    font-size: 15px;
    font-weight: 700;
    outline: medium none;
    padding: 10px 35px;
    position: relative;
    transition: background 0.3s ease 0s;
}
.btn-default:focus,
.btn-default:hover {
    background: #ffded0 none repeat scroll 0 0;
    border-color: #ffded0;
    box-shadow: none;
    outline: medium none;
}
.btn.btn-md.btn-default::after {
    color: #EE7203;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 14px;
    position: absolute;
    top: 15px;
}
.home .detail .btn.btn-md.btn-default::after {
    color: #e75933;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 14px;
    position: absolute;
    top: 12px;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.open &gt; .dropdown-toggle.btn-default.focus,
.open &gt; .dropdown-toggle.btn-default:focus,
.open &gt; .dropdown-toggle.btn-default:hover {
    background: #ffded0 none repeat scroll 0 0;
    border-color: #ffded0;
    box-shadow: none;
    outline: medium none;
}
.hashtag {
    float: left;
    font-size: 40px;
    font-weight: 700;
}
.title {
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin: 8px 0 0 8px;
    width: 100px;
}
.orbit-section {
    padding: 15px 0 40px;
    text-align: center;
}
.grace-a-vous {
    background: rgba(0, 0, 0, 0) url("../images/parallax-bg-2.jpg") no-repeat scroll center center / cover;
    color: #ffffff;
}
.grace-a-vous .section-title { text-align: center; }
.grace-a-vous .col-sm-4 { margin: 25px 0 40px; }
.grace-a-vous div:nth-child(2) { border-right: 2px dotted #ffffff; }
.grace-a-vous div:nth-child(3) { border-right: 2px dotted #ffffff; }
.grace-a-vous article {
    display: inline-block;
    text-align: left;
}
.grace-a-vous article h4 {
    font-size: 18px;
    font-weight: 400;
}
.grace-a-vous article .fa {
    font-size: 52px;
    margin: 30px 0 0;
    vertical-align: middle;
}
.grace-a-vous article .fa span {
    font-family: Lato;
    font-size: 38px;
    font-weight: 900;
    margin: 0 0 0 20px;
    vertical-align: middle;
}
.grace-a-vous .btn.btn-lg.btn-default {
    border-radius: 0;
    color: #e75933;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 35px;
    position: relative;
    transition: background 0.3s ease 0s;
}
.btn.btn-lg.btn-default {
    border-radius: 0;
    color: #e75933;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 35px;
    position: relative;
    transition: background 0.3s ease 0s;
}
.btn.btn-lg.btn-default::after {
    color: #e75933;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 14px;
    position: absolute;
    top: 10px;
}
.le-challenge { background: #f5f5f5 none repeat scroll 0 0; }
.le-challenge h2 { color: #005FB6; }
.le-challenge p {
    display: block;
    margin: 20px 0 10px;
}
.le-challenge p b,
.le-challenge p strong { color: #005FB6; }
.activities { margin: 30px 0 0; }
.activities ul li {
    float: left;
    padding: 0 15px;
    width: 20%;
    text-align: center;
}
.activities ul li:after { display: none; }
.activities ul li a img {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
    width: auto;
    display: inline;
}
.btn.btn-md::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 28px;
    position: absolute;
    top: 20px;
}
.home .btn.btn-md {
    font-size: 15px;
    padding: 12px 0;
    width: 180px;
}
.home .btn.btn-md::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 28px;
    position: absolute;
    top: 14px;
}
.btn.btn-md {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0;
    padding: 16px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 220px;
}
.le-challenge .btn { margin: 20px 0 0; }
.social-feeds { background: #ffffff; }
.social-feeds h2 { color: #005FB6; }
.instahashtag {
    color: #005FB6;
    font-size: 22px;
    font-weight: 700;
}
.add-insta-plugin-here { margin: 20px 0 30px; }
.social-feeds .social-media-button {
    background: #005FB6;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    min-width: 320px;
    padding: 16px 0;
    position: relative;
    text-align: center;
    transition: background 0.3s ease 0s;
}
.social-feeds .social-media-button.facebook::after {
    border: 3px solid;
    border-radius: 3px;
    color: #ffffff;
    content: "\f09a";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 30px;
    line-height: 1;
    padding: 4px 6px 0;
    position: absolute;
    top: 14px;
}
.social-feeds .social-media-button.twitter::after {
    color: #ffffff;
    content: "\f099";
    font-family: "FontAwesome";
    font-size: 26px;
    left: 30px;
    line-height: 1;
    position: absolute;
    top: 14px;
}
.social-feeds .social-media-button:hover {
    background: #5188BB none repeat scroll 0 0;
    border-color: #5188BB;
}
.related-post .row &gt; h3 {
    font-size: 19px;
    font-weight: 600;
    margin-left: 15px;
}
.blog-posts-section { background: #f5f5f5 none repeat scroll 0 0; }
.blog-posts-section h2 { color: #005FB6; }
.two-blog-posts { margin: 30px 0 0; }
.post-thumb { position: relative; }
.blog-article { text-align: left; }
.blog-article h3,
.post-thumb h3 {
    font-weight: 600;
    min-height: 50px;
    font-size: 20px;
}
.post-thumb figcaption.category-name {
    background: rgba(0, 0, 0, 0.67) none repeat scroll 0 0;
    bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    padding: 2px 8px;
    position: absolute;
    right: 15px;
}
.post-thumb figcaption.category-name a { color: #fff; }
.our-partner { background: #f5f5f5 none repeat scroll 0 0; }
.our-partner h2 { color: #005FB6; }
.our-partner .owl-carousel { margin: 45px 0 0; }
.owl-carousel {
    overflow: hidden;
    position: relative;
}
.owl-prev {
    left: 0;
    position: absolute;
    top: 20px;
}
.owl-next {
    position: absolute;
    right: 0;
    top: 20px;
}
.owl-item { text-align: center; }
.item img { display: inline-block; }
.owl-buttons .fa {
    color: #EE7203;
    font-size: 40px;
}
.has-footer {
    background: #005FB6 none repeat scroll 0 0;
    color: #ffffff;
    padding: 50px 0 0 0;
}
.footer-left { margin: 22px 0 0; }
.footer-left .social-icon { float: left; }
.footer-left .social-icon ul { display: table-row; }
.footer-left .social-icon li {
    float: left;
    margin-right: 15px;
}
.footer-left .social-icon li a {
    background: #ffffff;
    color: #005FB6;
    display: table-cell;
    font-size: 20px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
.footer-left .footer-nav {
    float: left;
    margin: 6px 0 0;
}
.footer-left .footer-nav li {
    float: left;
    margin-right: 15px;
    position: relative;
}
.footer-left .footer-nav li::after {
    content: "-";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: -10px;
    top: -3px;
}
.footer-left .footer-nav li:last-child::after { display: none; }
.footer-left .footer-nav li a {
    color: #ffffff;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 100%;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.footer-right { text-align: right; }
.footer-right img { display: inline-block; }
.page-headline { padding: 10px 0 20px; }
.page-headline h2 { color: #005FB6; }
.filter-box {
    background: #f5f5f5 none repeat scroll 0 0;
    margin-bottom: 35px;
    padding: 15px;
}
.filter-box h5 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}
.filter-form label { font-weight: normal; }
.filter-form .form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #EE7203 url("../images/select-menu-toggle.png") no-repeat scroll right center;
    border-color: #EE7203;
    border-radius: 0;
    box-shadow: 0 0 0 #EE7203;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    outline: medium none;
    padding-right: 40px;
    transition: all 0.3s ease 0s;
}

@media screen\0 {
.filter-form .form-control,
 .filter-form .form-control:focus {
    background-image: none;
    background-color: #EE7203;
}
}
.filter-form .form-control:hover {
    background: #ed8640 url("../images/select-menu-toggle.png") no-repeat scroll right center;
    border-color: #ed8640;
}
input[type="select"],
.input[type="select"] option {
    border: medium none;
    outline: medium none;
}
.has-post { margin: 0 0 35px; }
.has-post-image { position: relative; }
.has-post-image figcaption {
    background: rgba(0, 0, 0, 0.77) none repeat scroll 0 0;
    color: #ffffff;
    padding: 2px 8px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.has-post-image figcaption a { color: #fff; }
.has-post h3 {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.has-post-footer { margin: 30px 0 0; }
.has-post-footer .share-on { float: left; }
.has-post-footer .share-on li {
    display: inline-block;
    padding: 0;
}
.has-post-footer .addtoany_list a span {
    display: block;
    float: none;
}
.has-post-footer .share-on li:after { display: none; }
.has-post-footer .fa {
    color: #ffffff;
    display: table-cell;
    font-size: 26px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.has-post-footer .fa.fa-facebook { background: #3b579d none repeat scroll 0 0; }
.has-post-footer .fa.fa-twitter { background: #2caae1 none repeat scroll 0 0; }
.has-post-footer .fa.fa-linkedin { background: #2277b6 none repeat scroll 0 0; }
.has-post-footer .read-full { float: right; }
.post-navigation { }
.post-navigation a {
    background: #005FB6 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 40px;
    position: relative;
    transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.post-navigation a:focus,
.post-navigation a:hover {
    background: #5188BB none repeat scroll 0 0;
    border-color: #5188BB;
}
.btn-prev-post { float: left; }
.btn-next-post { float: right; }
.btn-prev-post::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
    transform: rotate(-60deg);
}
.btn-next-post::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.prev-link a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 16px;
    transform: rotate(-60deg);
}
.next-link a::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    right: 20px;
    top: 18px;
}
.next-link.next-links { float: right; }
.single-post-page { 
    margin: 0;
    padding-top: 30px;
    background-color: #f5f5f5;  
}
.back-to-blog-page a { color: #EE7203; }
.back-to-blog-page i {
    font-size: 22px;
    margin-right: 10px;
}
.has-single-post h1 {
    color: #005FB6;
    font-size: 32px;
    font-weight: 700;
}
.has-single-post img { margin: 20px 0 0; }
.has-single-post .post-meta {
    border: 1px solid #005FB6;
    color: #005FB6;
    display: inline-block;
    font-style: italic;
    margin: 40px 0 0;
    padding: 5px 15px;
}
.has-single-post p { margin: 28px 0 10px; }
.has-single-post .has-post-footer {
    border-bottom: 2px dotted #005FB6;
    border-top: 2px dotted #005FB6;
    padding: 30px 0;
}
.has-single-post .has-post-footer ul li {
    font-size: 19px;
    font-weight: 600;
    vertical-align: middle;
}
.has-single-post .post-navigation { text-align: right; }
.has-single-post .btn-prev-post { float: none; }
.has-single-post .btn-next-post { float: none; }
.en-images {
    margin: 0;
    padding-top: 30px;
    text-align: left;
    background-color: #f5f5f5;
}
.en-images h1 {
    color: #005FB6;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}
.country-en-images { text-align: left; }
.country-en-images h3 {
    font-weight: 600;
    margin: 40px 0 10px;
}
.country-en-images .images { margin: 30px 0; }
.country-en-images .images li {
    display: inline-block;
    margin: 0 -4px -4px 0;
    overflow: hidden;
    padding: 2px;
    transition: transform 0.3s ease 0s;
    width: 33.3333%;
}
.country-en-images .images li:after,
.country-en-images .videos li:after { display: none; }
.country-en-images .images li img { transition: transform 0.3s ease 0s; }
.country-en-images .images li:hover img {
    transform: scale(1.2) rotate(10deg);
    transition: transform 0.3s ease 0s;
}
.en-images p { margin: 20px 0 10px; }
.country-en-images .videos li {
    display: inline-block;
    margin: 0 -4px -4px 0;
    padding: 2px;
    width: 50%;
}
.country-en-images .btn { margin: 30px 0 0; }
.btn-lg.btn-primary::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 15px;
    position: absolute;
    top: 10px;
}
.btn-lg.btn-primary {
    background: #EE7203 none repeat scroll 0 0;
    border-color: #EE7203;
    border-radius: 25px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 45px;
    position: relative;
}
.collapse-panel {
    border-bottom: 1px dashed #005FB6;
    padding: 14px 0;
}
.collapse-panel .question a {
    color: #005FB6;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
    transition: color 0.3s ease 0s;
}
.collapse-panel .question a:hover,
.collapse-panel .question a.open { color: #5188BB; }
.collapse-panel .question a::after {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 4px;
}
.collapse-panel .question a.open::after {
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 4px;
}
.answer p {
    display: block;
    font-size: 15px;
    margin: 0;
    padding: 10px 0 10px 34px;
}
.contact-page h1 { margin-top: 0; }
.contact-page .control-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-page input.form-control,
.form-group input[type="text"]{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ededed none repeat scroll 0 0;
    border-color: #ededed #ededed transparent;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 6px 12px;
    box-shadow: none;
    color: #005FB6;
    height: 40px;
}
.contact-page textarea.form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ededed none repeat scroll 0 0;
    border-color: #ededed #ededed transparent;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    box-shadow: none;
    color: #005FB6;
    min-height: 175px;
}
.contact-page .form-control::-moz-placeholder {
 color: #005FB6;
}
.contact-page .form-control:focus,
.form-group input[type="text"]:focus{
    outline: none;
    border-bottom: 2px solid #005FB6;
}
.form-group p:empty{
    margin: 0;
}
p.cf7ascaptcha,
.no-robot p{
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.no-robot p{
    font-style: italic;
}
span[data-name="cf7as-captchcode"] input{
    margin-top: 20px;
}
.contact-page .btn {
    font-size: 14px;
    text-align: center;
    width: 120px;
}
.contact-page .btn::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 14px;
    position: absolute;
    top: 8px;
}
.contact-page h3 {
    font-size: 18px;
    font-weight: 600;
}
.contact-page address {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}
aside.sidebar { margin: 0; }
.sidebar-subscribe {
    background: #52AE32 none repeat scroll 0 0;
    padding: 15px 30px;
    position: relative;
    text-align: center;
}
.sidebar-subscribe::after {
    border-color: #52AE32 transparent transparent;
    border-style: solid;
    border-width: 15px;
    bottom: -30px;
    content: "";
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 15px;
}
.sidebar-banner img {
    display: block;
    width: 100%;
}
.sidebar-subscribe span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.sidebar-subscribe p strong {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.sidebar-subscribe span.blue-box {
    background: #ffffff;
    border-radius: 12px;
    color: #005FB6;
    display: inline-block;
    font-size: 35px;
    font-weight: 900;
    margin: 32px 0 0;
    padding: 8px 20px;
    position: relative;
}
.sidebar-subscribe span.blue-box::after {
    border-color: #ffffff transparent transparent;
    border-style: solid;
    border-width: 15px;
    bottom: -29px;
    content: "";
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 15px;
}
.sidebar-subscribe a.btn.btn-md.btn-default {
    margin: 32px 0 0;
    position: static;
    width: 80%;
    font-size: 18px;
}
.sidebar-subscribe a.btn.btn-md.btn-default::after { display: none; }
.sidebar-subscribe a.btn .fa { margin: 0 6px 0 0; }
.sidebar-subscribe p {
    color: #005FB6;
    font-size: 18px;
    font-weight: 400;
}
.sidebar-subscribe span strong {
    font-size: 35px;
    font-weight: 900;
}
.sidebar .social-media-widget {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 25px;
}
.sidebar .social-media-widget .btn-block {
    color: #ffffff;
    padding: 10px 0;
}
.sidebar .social-media-widget .btn-block .fa {
    font-size: 30px;
    margin-right: 16px;
    vertical-align: middle;
}
.sidebar .social-media-widget .facebook-btn {
    background: #006baf none repeat scroll 0 0;
    margin-bottom: 35px;
}
.sidebar .social-media-widget .twitter-btn {
    background: #53cfff none repeat scroll 0 0;
    margin-bottom: 20px;
}
.sidebar .social-media-widget .instagram-btn { background: #074977 none repeat scroll 0 0; }
.sidebar .social-media-widget .hash-tag {
    color: #074977;
    display: block;
    font-size: 22px;
    font-style: italic;
    font-weight: 700;
    margin: 15px 0 0;
}

@media (min-width: 768px) {
.parent-menu-item:hover &gt; .sub-menu,
.menu-item-has-children:hover &gt; .sub-menu { display: block; }
.dropdown_toggle { display: none; }
}

@media (min-width: 1300px) {
.container { width: 1270px; }
}

@media (min-width: 1200px) and (max-width: 1300px) {
.detail .btn.btn-md { margin: 24px 0 0; }
.nav-tab-vertical li a span { padding: 13px 0; }
.nav-tab-vertical {
    height: 312px;
    overflow-y: hidden;
}
.detail .btn.btn-md { margin: 0 0 0; }
}

@media (max-width: 1199px) {
.banner-caption {
    padding: 30px 0;
    text-align: center;
}
.country-events h2 { font-size: 34px; }
.nav-tab-vertical { height: 185px; }
.detail h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
time {
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 0;
}
.detail p {
    font-size: 14px;
    margin: 6px 0 0;
    min-height: 0px;
}
.btn.btn-md.btn-default::after {
    font-size: 16px;
    left: 8px;
    top: 9px;
}
.btn.btn-md.btn-default {
    font-size: 15px;
    font-weight: 700;
    margin: 21px 0 0;
    padding: 6px 26px;
}
.social-feeds .social-media-button { min-width: 360px; }
.social-feeds .social-media-button.facebook::after {
    font-size: 20px;
    left: 20px;
}
.social-feeds .social-media-button.twitter::after {
    font-size: 26px;
    left: 30px;
    top: 13px;
}
.nav-tab-vertical { height: 245px; }
.nav-tab-vertical li a span { padding: 12px 0; }
.detail .btn.btn-md { margin: 0 0 0; }
.sidebar-subscribe span.blue-box { font-size: 26px; }
.sidebar-subscribe span.blue-box p { font-size: 14px; }
.sidebar-subscribe a.btn.btn-md.btn-default {
    font-size: 16px;
    width: 100%;
}
}

@media (min-width: 991px) and (max-width: 1199px) {
.post-navigation a {
    font-size: 12px;
    padding: 10px 26px;
}
.btn-next-post::after {
    right: 9px;
    top: 9px;
}
.btn-prev-post::after {
    left: 9px;
    top: 8px;
}
.home .detail .btn.btn-md.btn-default::after {
    color: #e75933;
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 13px;
    left: 14px;
    position: absolute;
    top: 8px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footer-left { margin: 10px 0 0; }
.footer-left .footer-nav { margin: 6px 0 0 36px; }
.footer-left .footer-nav li a { padding: 0 2px; }
}

@media (max-width: 991px) {
.navbar-default .nav li a {
    font-size: 14px;
    padding: 10px 8px 40px 8px;
}
.navbar-default .sub-menu li a{
    padding: 10px 8px;
}
.sub-menu{
    top: 45px;
}
.btn.btn-sm { margin: 2px 0; }
.big-image { display: none; }
.detail { padding: 38px 15px; }
.detail p { min-height: 0; }
.grace-a-vous article h4 { font-size: 20px; }
.social-feeds .social-media-button {
    font-size: 16px;
    min-width: 100%;
}
.social-feeds .social-media-button.facebook::after {
    border: 2px solid;
    font-size: 14px;
    left: 24px;
    padding: 4px 7px 0;
    top: 16px;
}
.blog-article h3,
.post-thumb h3 { font-size: 18px; }
.has-single-post .post-navigation {
    float: left;
    margin: 20px 0 0;
    text-align: right;
    width: 100%;
}
.has-single-post .btn-prev-post { float: left; }
.has-single-post .btn-next-post { float: right; }
.nav-tab-vertical { height: 217px; }
.nav-tab-vertical li a span { padding: 10px 0; }
.footer-nav ul { margin-left: -20px; }
.navbar-default .nav &gt; li:first-child &gt; a:after { top: 10px; }
.home .detail .btn.btn-md.btn-default::after {
    font-size: 13px;
    top: 8px;
}
.detail .btn.btn-md { margin: 22px 0 0; }
.nav-tab-vertical li.active a:after { display: none; }
.sidebar-subscribe a.btn.btn-md.btn-default {
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 170px;
}
}

@media (max-width: 767px) {
.logo { text-align: center; }
.logo img { display: inline; }
.has-top-header .btn.btn-sm { display: none; }
.navbar.navbar-default {
    background: #005FB6 none repeat scroll 0 0;


    border-color: #ffffff;
}
.navbar-header { background: #ffffff none repeat scroll 0 0; }
.navbar-header .button-orange { float: right; }
.navbar-header .button-blue {
    float: right;
    margin: 10px 0 0;
}
.navbar-header .btn.btn-sm::after {
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 10px;
    left: 14px;
    position: absolute;
    top: 8px;
}
.navbar-default .collapse.navbar-collapse,
.navbar-default .collapse.navbar-collapse.in { background: #005FB6 none repeat scroll 0 0; }
.navbar-default ul.navbar-nav {
    display: block;
    margin: 0;
    text-align: left;
    width: calc(100% - 42px);
}
.navbar-default ul.nav li:first-child a { text-indent: 0; }
.navbar-default ul.nav li:first-child a:after { display: none; }
.navbar-default ul.navbar-nav &gt; li:first-child &gt; a,
.navbar-default ul.navbar-nav &gt; li &gt; a {
    background: rgba(0, 0, 0, 0) url("../images/nav-divider-horizontal.png") no-repeat scroll left 65%;
    font-size: 20px;
}
.btn.btn-sm {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 4px;
    padding: 6px 0 6px 34px;
    width: 130px;
}
.home .btn.btn-md { width: auto; }
.navbar-default .navbar-toggle {
    background: rgba(0, 0, 0, 0) url("../images/navbar-toggle.png") no-repeat scroll center center;
    border: medium none;
    float: left;
    height: 41px;
    padding: 0;
    width: 42px;
}
.navbar-collapse&gt;.navbar-toggle{
    background-image: none;
    font-size: 18px;
    color: #55AB26;
}
.navbar-collapse&gt;.navbar-toggle:hover,
.navbar-collapse&gt;.navbar-toggle:focus{
    background: none;
}
.navbar-collapse&gt;.navbar-toggle::after{
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-left: 3px;
}
.banner-caption .heading h1 { font-size: 16px; }
.banner-caption .heading h2 { font-size: 22px; }
.banner-caption .description { margin: 12px 0 0; }
.banner-caption .description p { font-size: 16px; }
.banner-caption .button { margin: 20px 0 0; }
.btn.btn-lg.btn-orange {
    font-size: 18px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.orbit-section { padding: 20px 0; }
.country-events h2 { font-size: 18px; }
.nav-tab-vertical li a {
    font-size: 10px;
    font-weight: 700;
    padding: 0;
}
.detail {
    padding: 38px 15px;
    text-align: left;
}
.btn {
    text-align: center;
    vertical-align: middle;
    white-space: pre-wrap;
    word-break: break-all;
}
.grace-a-vous { background-position: right center; }
.grace-a-vous .col-sm-4 { margin: 20px 0; }
.grace-a-vous .section-title { margin: 0 0 15px; }
.grace-a-vous div:nth-child(2),
.grace-a-vous div:nth-child(3) { border-right: 0 dotted #ffffff; }
.grace-a-vous div:nth-child(4) article { border-bottom: 0 dotted #ffffff; }
.grace-a-vous article {
    border-bottom: 2px dotted #fff;
    padding: 20px 0;
    text-align: center;
}
.grace-a-vous article .fa { margin: 10px 0 0; }
.grace-a-vous .btn.btn-lg {
    display: none;
    margin: 40px 0 0;
}
.add-insta-plugin-here { margin: 22px 0; }
.instahashtag { font-size: 20px; }
.blog-article { margin-bottom: 20px; }
.blog-article h3,
.post-thumb h3 { min-height: 0; }
.social-feeds .container .row &gt; div { text-align: center; }
.social-feeds .social-media-button {
    font-size: 13px;
    margin: 10px 0;
    min-width: 250px;
}
.social-feeds .social-media-button.facebook::after {
    padding: 4px 6px 0;
    left: 15px;
    top: 13px;
}
.social-feeds .social-media-button.twitter::after {
    font-size: 25px;
    left: 15px;
    top: 14px;
}
.footer-left .social-icon,
.footer-left .footer-nav {
    float: none;
    text-align: center;
}
.footer-left .social-icon ul,
.footer-left .footer-nav ul { display: inline-block; }
.footer-right {
    margin: 10px 0 0;
    text-align: center;
}
h2 { font-size: 24px; }
.post-navigation a {
    display: block;
    margin: 6px 0;
}
.footer-nav ul { margin-left: 0; }
.blog-article .btn.btn-sm {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 4px;
    padding: 6px 0;
    width: 155px;
}
h1.h1 {
    color: #005FB6;
    font-size: 26px;
    font-weight: 700;
    line-height: 54px;
}
h2.h2 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.dropdown_toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;

    color: #ffffff;
    height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 30px;
    z-index: 20;
}
.sub-menu {
    display: none;
    position: static;
    width: 100%;
}
.sub-menu .sub-menu {
    position: static;
    width: 100%;
}
.sub-menu.main { display: block; }
.le-challenge .btn.btn-md { width: 180px; }
}

@media (max-width: 480px) {
.footer-left .footer-nav li a {
    font-size: 14px;
    padding: 0;
}
.btn.btn-sm { width: 150px; }
.social-feeds .social-media-button {
    font-size: 12px;
    margin: 10px 0;
    min-width: 250px;
}
.btn.btn-md::after { font-size: 18px; }
.btn.btn-md { width: 218px; }
.navbar-header .btn.btn-sm {
    font-size: 12px;
    font-weight: 700;
    margin: 2px 4px;
    padding: 6px 0;
    width: 120px;
}
.has-single-post .btn-prev-post,
.btn-prev-post { float: none; }
.has-single-post .btn-next-post,
.btn-next-post { float: none; }
.has-single-post .post-navigation a {
    display: block;
    margin: 6px auto;
    max-width: 260px;
}
.detail {
    min-height: 285px;
    padding: 8px 0 0 10px;
    text-align: left;
}
.home .detail .btn.btn-md.btn-default::after {
    font-size: 10px;
    left: 10px;
    top: 8px;
}
.detail .btn.btn-md.btn-default {
    font-size: 12px;
    margin: 13px 0 0;
    padding: 6px 24px;
    width: auto;
}
.detail h3 { font-size: 16px; }
.hashtag {
    float: left;
    font-size: 30px;
    font-weight: 700;
}
.title {
    font-size: 16px;
    margin: 8px 0 0 8px;
    width: 85px;
}
.contact-page .btn {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 120px;
}
.next-link.next-links { float: none; }
.nav-tab-vertical { height: 204px; }
.country-events .nav-tabs-panel {
    margin: 0;
    padding-right: 0;
    width: 145px;
}
.country-events .tab-content {
    background: #52AE32 none repeat scroll 0 0;
    padding-left: 0;
    width: calc(100% - 145px - 15px);
}
}
.searchandfilter ul li {
    padding-left: 0px;
    padding-right: 10px;
}
.searchandfilter ul li:after { display: none; }
.primary-content .searchandfilter h4 {
    font-weight: normal;
    line-height: 18px;
}
.searchandfilter.filter-form li:last-child { min-width: 100px; }
.searchandfilter.filter-form li input[type="submit"] {
    background: #005FB6 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #ffffff;
    padding: 4px 11px;
}
#cartoucheident label.radio {
    font-size: 15px;
    font-weight: normal;
    padding-left: 20px;
    display: inline-block;
    margin-left: 0;
    margin-right: 25px;
}
#cartoucheident .bginputident {
    margin-bottom: 5px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ededed none repeat scroll 0 0;
    border-color: #ededed #ededed transparent;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 2px;
    box-shadow: none;
    color: #005FB6;
    height: 40px;
    width: 50%;
    display: block;
    padding: 0 15px;
}
.bginputident::-moz-placeholder {
 color: #005FB6;
}
#cartoucheident .btn.btn-primary {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    padding: 6px 35px;
    position: relative;
    text-align: center;
    width: auto;
    background: #EE7203;
    border-color: #EE7203;
    transition: background 0.3s ease 0s;
}
.orbit-section .owl-item img {
    max-height: 60px;
    max-width: 150px;
}
/* new code */

.primary-content .challenge-cities li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.primary-content .challenge-cities li a {
    color: #A1A1A1;
    font-size: 18px;
    width: 0;
    height: 0;
    background: none;
    transition: 0.2s ease-out;
}
.primary-content .challenge-cities li a:hover,
.primary-content .challenge-cities li a.current {
    color: #E7522C;
}
.primary-content .challenge-cities li:after {
    opacity: 0;
    font-family: FontAwesome;
    content: "\f105";
    color: #E7522C;
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 22px;
    pointer-events: none;
    background: none;
    transition: 0.2s ease-out;
}
.primary-content .challenge-cities li:hover::after,
.primary-content .challenge-cities li.current::after{
    opacity: 1;
    left: 8px;
}
.primary-content .challenge-cities li a::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    border-bottom: 2px solid #FF871F;
    padding-right: 0%;
    padding-left: 0%;
    left: 50%;
    transition: 0.3s;
    top: 5px;
}
.primary-content .challenge-cities li a:hover::before,
.primary-content .challenge-cities li a.current::before{
    padding-right: calc(50% - 10px);
    padding-left: calc(50% - 10px);
    left: 20px;
}
@media (min-width:768px) {
.primary-content .challenge-cities {
    display: block;
    height: auto !important;
}
}

@media (max-width:767px) {
.toggle {
    text-align: left;
    width: 80%;
    padding: 10px;
    border: 1px solid #005FB6;
    color: #005FB6;
    font-size: 18px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.toggler {
    background: #ffffff url("../images/select-menu-arrow-down.png") no-repeat scroll center center;
    border: medium none;
    height: 20px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
}
.toggler i {
    color: #005FB6;
    font-size: 26px;
}
.primary-content .challenge-cities li {
    display: block;
    margin-right: 0;
}
}

@media (max-width:480px) {
.toggle { width: 100%; }
}


/*
  NEW VERSION 
  NEW VERSION
  NEW VERSION
  NEW VERSION
  NEW VERSION
  NEW VERSION
*/

/*HEADER HEADER HEADER HEADER HEADER*/
header .header-banner{
    background-color: #E1E1E1;    
}
header .header-banner&gt;div{
    display: flex;
    justify-content: space-around;
    width: 1260px;
    max-width: 100%;
    margin: auto;
    color: #006DB5;
    padding: 10px 0;
}
header .header-banner&gt;div&gt;span{
    display: flex;
    align-items: center;
}
header .header-banner&gt;div&gt;span&gt;img{
    margin-right: 5px;
}
header .inner-header{
    display: flex;
    justify-content: space-between;
}
header .logo a{
    display: flex;
    align-items: center;
}
header .logo img{
    width: 400px;
}
header .container-action-header{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
header .container-action-header&gt;div:first-child{
    margin-right: 25px;
}
header .container-action-header a.btn.btn-sm,
header .visible-xs&gt;a.btn.btn-sm{
    border-radius: 25px;
    transition: 0.2s;
}
header .container-action-header a.btn.btn-sm::after{
    display: none;
    font-size: 11px;
    top: 10px;
}
header a.orange{
    background-color: #EE7203;
    transition: 0.2s ease-out;
}
header a.orange:hover{
    background-color: #EE7203;
}
header a.gray{
    background-color: #868889;
    transition: 0.2s ease-out;
}
header a.gray:hover{
    background-color: #868889;
}
header .container-action-header a.btn.btn-sm:hover{
    /*margin: 5px 3px;
    padding: 6px 32px;*/
}
header .container-action-header .btn.btn-sm&gt;span::after{
    display: none;
}
@media(max-width: 1300px){
    header .logo a span{
        font-size: 30px;
    }
}
@media(max-width: 992px){
    header .logo a span{
        line-height: 1;
    }
}
@media(max-width: 792px){
    header .header-banner{
        display: none;
    }
}


/*HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE HOMEPAGE*/
.home-banner{
    display: flex;
    flex-wrap: wrap;
}
.home-banner-left,
.home-banner-right{
    width: 50%;
    text-align: center;
}
.home-banner-left{
    background-size: cover;
    transition: 1.6s ease-out;
    background-position: center;
    position: relative;
    overflow: hidden;
}
/*.home-banner-left:hover{
    background-size: auto 113%;
}*/
.home-banner-right&gt;div{
    height: 50%;
    text-align: center;
    padding: 155px 0; 
    position: relative;
    overflow: hidden;
}
.home-banner-right&gt;div&gt;div,
.home-banner-left&gt;div:first-child{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: 1.6s;
    transition-timing-function: ease-out;
}
.home-banner-right&gt;div:hover&gt;div,
.home-banner-left:hover&gt;div:first-child{
    transform: scale(1.1);
}
/*.home-banner-right&gt;div:hover{
    background-size: auto 124%;
}*/
.home-banner&gt;div h2{
    margin: 0;
    font-size: 78px;
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Futura", "Palanquin Dark";
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}
.home-banner&gt;div h2&gt;span:first-child{
    font-size: 46px;
}
.home-banner&gt;div a{
    font-size: 18px;
    color: white;
    font-family: "Futura", "Palanquin Dark";
    display: inline-block;
    transition: 0.2s ease-out;
    background-color: transparent;
    min-height: 41px;
    padding-top: 8px;
    position: relative;
}
.home-banner&gt;div a img{
    float: right;
    margin-top: -2px;
}
.home-banner-right&gt;div:hover a,
.home-banner-left:hover a{
    padding: 8px 25px 6px 25px;
    border-radius: 25px;
    background-color: #EE7203;
    box-shadow: 0px 7px 25px 4px rgba(0,0,0,0.7);
}
.home-banner&gt;div a span{
    margin-right: 15px;
}
.inner-home-banner-left-blur{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 41% center;
    background-repeat: no-repeat;
    filter: blur(8px);
    transition: 1s ease-out;
    background-size: 94% auto;
}
.home-banner-left:hover .inner-home-banner-left-blur{
    filter: blur(1px);
}
.inner-home-banner-left{
    height: 100%;    
    display: flex;
    align-items: center;
    position: relative;
}
.inner-home-banner-left&gt;div{
    width: 100%;
}

.event-actu{
    width: 1290px;
    max-width: 100%;
    margin: -75px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.event-left{
    width: 70%;
}
.event-presentation{
    display: flex;
    justify-content: flex-end;
}
.event-presentation&gt;div{
    background-color: white;
    box-shadow: 0 15px 34px 0 rgba(0,0,0,0.5);
    width: 90%;
    margin-right: -25px;
    padding: 40px 40px 120px 40px;
}
.event-presentation h1{
    margin: 0;
    color: #006DB5;
    font-family: "Futura", "Palanquin Dark";  
    font-size: 28px;    
    font-weight: bold;
    line-height: 42px;
}
.event-presentation div&gt;p{
    color: #464646;
    font-size: 17px;
    line-height: 21px;
    text-align: justify;
}
.upcoming-city{
    color: white;
    width: 93%;
    margin-top: -75px;
    position: relative;
    box-shadow: 0 12px 35px 0 #868889;
    background-size: 100% auto;
    background-position: center;    
    transition: 1.2s;
    position: relative;
    overflow: hidden;
}
.upcoming-city .slick-slide{
    padding: 75px 35px 25px 35px;
}
.upcoming-city .slick-arrow{
    display: none !important;
}
.upcoming-city .slick-slide&gt;div:first-child{
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s ease-out;
}
.upcoming-city:hover .slick-slide&gt;div:first-child{
    transform: scale(1.1);
}
.upcoming-city .slick-slide&gt;span{
    font-family: "Futura", "Palanquin Dark";  
    font-size: 50px;    
    font-weight: bold;  
    line-height: 1;
    position: relative;
    display: block;
}
.upcoming-city #title-paris{
    font-size: 40px;
    line-height: 50px;
}
.upcoming-city .slick-slide &gt; div:last-child{
    transition: 0.2s ease-out;
    position: relative;
}
.upcoming-city:hover .slick-slide &gt; div:last-child{
    margin-top: -25px;
    margin-bottom: 25px;
}
.upcoming-city .edition-number{
    font-family: "Futura", "Palanquin Dark";  
    font-size: 28px;
    margin: 350px 0 10px 0;
    line-height: 1;
}
.upcoming-city .edition-title{
    font-family: "Futura", "Palanquin Dark";  
    font-size: 44px;    
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}
.upcoming-city .edition-info{
    display: flex;
    font-family: "Futura", "Palanquin Dark";  
    font-size: 16px;
    align-items: center;
    margin-top: 10px;
}
.upcoming-city .edition-info img{
    margin-right: 8px;
}
.upcoming-city .edition-info span:nth-child(2){
    margin-right: 25px;
}
.upcoming-city .edition-link{
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}
.upcoming-city .edition-link a{
    color: white;
    display: flex;
    align-items: center;
    font-family: "Futura", "Palanquin Dark";  
    font-size: 16px;    
    font-weight: bold;
}
.upcoming-city .edition-link a:first-child span{
    margin-right: 8px;    
}
.upcoming-city .edition-link a:first-child{
    transition: 0.2s ease-out;
    background-color: transparent;
    min-height: 39px;
    padding-top: 6px;
}
.upcoming-city:hover .edition-link a:first-child{
    padding: 6px 25px;
    border-radius: 25px;
    background-color: #EE7203;
    box-shadow: 0px 7px 25px 4px rgba(0,0,0,0.4);
}
.upcoming-city .edition-link a:last-child{
    border: 2px solid white;
    border-radius: 25px;
    padding: 6px 14px;
}
.upcoming-city .edition-link a:last-child img{
    margin-right: 8px
}
.event-right{
    width: 30%;
    padding-top: 250px;
}
.next-cities{
    background-color: #55AB26;
    box-shadow: 0 10px 26px 0 #55AB26;
    padding: 25px;
}
.next-cities h3{
    font-family: "Futura", "Palanquin Dark";
    font-size: 40px;
    font-weight: bold;
    color: white;
    margin: 0 0 25px 0;
}
.next-cities a{
    display: flex;
    align-items: center;
    color: white;
    margin-top: 15px;
    font-family: "Futura", "Palanquin Dark";
    font-size: 16px;
    font-weight: 500;
}
.next-cities a img{
    margin-right: 25px;
    transition: 0.2s ease-out;
}
.next-cities a:hover img{
    margin-right: 30px;
}
.last-actu,
.last-actu-sidebar{
    background-color: white;
    padding: 25px;
    box-shadow: 0 10px 26px 0 rgba(0,0,0,0.5);
    margin: 40px 0 0 -10px;
    width: 100%;
}
.last-actu-sidebar{
    box-shadow: none;
    margin: 25px 0 0 0;
}
.last-actu h3,
.last-actu-sidebar h3{
    font-family: "Futura", "Palanquin Dark";  
    font-size: 40px;    
    font-weight: bold;
    margin: 0;
    color: #006DB5;
}
.last-actu&gt;a,
.last-actu-sidebar&gt;a{
    display: flex;
    align-items: center;
    font-family: "Futura", "Palanquin Dark";
    font-size: 16px; 
    font-weight: 500;
    margin-top: 15px;
    color: #006DB5;
}
.last-actu&gt;a img,
.last-actu-sidebar&gt;a img{
    margin-right: 8px;
}
.social-link{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
}
.social-link&gt;a{
    display: flex;
    align-items: center;
    font-family: "Futura", "Palanquin Dark";  
    font-size: 21px;    
    font-weight: 500;
    color: #006DB5;
}
.last-actu-sidebar .social-link&gt;a{
}
.social-link&gt;a img{
    margin-right: 8px;
}
.last-actu-sidebar .social-link&gt;a img{
    margin-right: 8px;
    width: 20px;
    margin-top: 5px;
}
.sbi_link,
#add-insta-plugin-here .slick-arrow{
    display: none !important;
}
.social-feeds{
    position: relative;
    margin: 100px 0 65px 0;
    width: 100%;
}
#add-insta-plugin-here{
    width: 1300px;
    margin: auto;
    max-width: 100%;
}
.container-insta-solo{
    width: 90%;
    margin: auto;
    margin-bottom: 22px;
    height: 300px;
    transition: 0.2s;
}
.sbi_photo{
    display: block;
    height: 100% !important;
    box-shadow: 0 10px 15px 4px rgba(130,130,130,0.5);
    transition: 0.2s;
}
.sbi_photo_wrap{
    height: 100%;
}
.sbi_photo_wrap svg{
    display: none;
}
.sbi_photo_wrap video{
    max-width: 100%;
    max-height: 100%;
}
.banner-insta{
    position: absolute;
    background: linear-gradient(87.4deg, #55AB26 0%, #006DB5 100%);
    top: 35%;
    width: 600px;
    margin: auto;
    max-width: 100%;
    left: calc(50% - 300px);
    padding: 20px;
    max-width: 95%
}
.banner-insta&gt;p{
    color: #FFFFFF;
    font-family: "Futura", "Palanquin Dark";
    font-size: 23px;
    margin: 0;
}
.banner-insta&gt;h4{
    color: #FFFFFF;
    font-family: "Futura", "Palanquin Dark";
    font-size: 40px;
    font-weight: bold;
}
.container-insta-sidebar{
    margin-top: 25px;
}
.container-insta-sidebar&gt;div:first-child{
    width: 100%;
    padding: 15px;
    background: linear-gradient(87.4deg, #55AB26 0%, #006DB5 100%);
    color: white;
    font-family: "Futura", "Palanquin Dark";
    font-size: 22px;
    font-weight: bold;
}
#insta-plugin-sidebar{
    height: 230px;
}
#insta-plugin-sidebar .slick-list{
    height: 100%;
}
#insta-plugin-sidebar .sbi_photo{
    box-shadow: none;
}
#insta-plugin-sidebar .sbi_photo&gt;img{
    width: 100%;
}
#insta-plugin-sidebar .slick-slide img{
    display: block !important;
}
.first-sidebar{
    text-align: center;
    color: white;
    font-family: Lato;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}
.first-sidebar strong{
    font-size: 35px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 10px;
    display: inline-block;
}
.first-sidebar .sidebar-top{
    background-color: #55AB26;
    padding: 25px 0 60px 0;
}
.first-sidebar .sidebar-middle{
    height: 66px;
    width: 66px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: -33px auto -33px auto;
    color: white;
    position: relative;
    font-size: 80px;
    font-weight: 900;
}
.first-sidebar .sidebar-bottom{
    background-color: #006DB5;
    padding: 45px 0 5px 0;
}
.siderbar-notice{
    margin: 10px 00 0;
    font-size: 12px; 
}
.first-sidebar .sidebar-bottom&gt;a,
.second-sidebar&gt;a{
    margin-top: 25px;
}
.second-sidebar{
    margin-top: 25px;
    background-size: cover;
    background-position: center, center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-family: "Futura", "Palanquin Dark";
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    padding: 60px 25px 60px 25px;
}
.second-sidebar&gt;a{
    background-color: white;
    color: #006DB5;
    line-height: 15px;
}

@media(max-width: 1300px){
    .event-actu{
        width: 1090px;
    }
    #add-insta-plugin-here{
        width: 1180px;
    }
}
@media(max-width: 1180px){
    #add-insta-plugin-here{
        width: 980px;
    } 
}
@media(max-width: 980px){
    #add-insta-plugin-here{
        width: 100%;
    }
}
@media(max-width: 1100px){
    .event-actu{
        width: 900px;
    }
}
@media(max-width: 1250px){
    .home-banner&gt;div h2{
        font-size: 60px
    }
    .home-banner&gt;div h2&gt;span:first-child{
        font-size: 35px;
    }
}
@media(max-width: 900px){
    .event-actu{
        margin-top: 0;
    }
    .event-left,
    .event-right{
        width: 100%;
    }
    .event-presentation&gt;div{
        margin-right: 0;
        width: 100%;
    }
    .upcoming-city{
        width: 100%;
        box-shadow: none;
    }
    .event-right{
        padding-top: 0;
    }
    .last-actu{
        margin: 0;
        box-shadow: none;
    }
}
@media(max-width: 800px){
    .home-banner-left,
    .home-banner-right{
        width: 100%;
    }
    /*.home-banner-left{
        background-size: 110% auto;
    }
    .home-banner-left:hover{
        background-size: 113% auto;
    }*/
    .inner-home-banner-left-blur{
        background-size: auto 94%;
    }
    .inner-home-banner-left,
    .home-banner-right&gt;div{
        padding: 70px 0;
        /*background-size: 120% auto;*/
    }
    /*.home-banner-right&gt;div:hover{
        background-size: 123% auto;
    }*/
    .inner-home-banner-left{
        background-size: auto 95%;
    }
}
@media(max-width: 650px){
    .banner-insta{
        top: 37.5%;
        width: 420px;
        left: calc(50% - 210px);
    }
    .banner-insta&gt;p{
        font-size: 18px;
    }
    .banner-insta&gt;h4{
        font-size: 30px;
    }
}
@media(max-width: 550px){
    .event-presentation h1,
    .primary-content h1{
        font-size: 19px;
        line-height: 24px;
    }
    .home-banner&gt;div h2{
        font-size: 45px
    }
    .home-banner&gt;div h2&gt;span:first-child{
        font-size: 23px;
    }
}
@media(max-width: 550px){
    .upcoming-city .slick-slide&gt;span{
        font-size: 40px;
    }
    .social-link&gt;a{
        margin-top: 5px;
    }
}
@media(max-width: 480px){
    .banner-insta {
        top: 35%;
        width: 280px;
        left: calc(50% - 140px);
    }
    .banner-insta&gt;h4 {
        font-size: 20px;
    }
}
@media(max-width: 400px){
    header .logo a img{
        max-width: 320px;
    }
    header .logo a span{
        background-image: none;
        padding: 0;
        margin: 0;
        font-size: 21px;
    }
    header .container-action-header{
        display: none;
    }
    .slick-dots li button{
        width: 100% !important;
    }
    .upcoming-city #title-paris{
        font-size: 26px;
        line-height: 35px;
    }
    .upcoming-city .slick-slide&gt;span{
        font-size: 35px;
    }
    .upcoming-city .edition-link a{
        font-size: 12px;
    }
    .upcoming-city .edition-link a:first-child span{
        margin-right: 0;
    }
}

/*ADD 06/02/2018*/
.page-id-127 h2&gt;a,
.page-id-155 h3:last-child&gt;a{
    display: inline-block;
    border-radius: 20px;
    background-color: #EE7203;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 6px 35px 6px 45px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 30px;
    position: relative;
    margin-top: 25px;
}
.page-id-127 h2&gt;a::after,
.page-id-155 h3:last-child&gt;a::after{
    content: "\f04b";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 16px;
}

.page-link-inscription{
    text-align: center;
}
.page-link-inscription p{
    font-size: 20px;
}
.page-link-inscription #blue{
    color: #005FB6;
    font-weight: 700;
    font-size: 22px;
    font-family: "Futura", "Palanquin Dark";
}
.page-link-inscription .container-link-inscription{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.page-link-inscription .container-link-inscription a{
    /*display: inline-block;
    border-radius: 20px;
    background-color: #EE7203;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    padding: 20px 0px 18px 0px;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin-top: 25px;*/
    width: 300px;
    height: auto;
    max-width: 100%;
}
.page-link-inscription .container-link-inscription a:first-child{
    background-color: #55AB26
}
@media(max-width: 1200px){
   .page-link-inscription .container-link-inscription{
        justify-content: center;
   } 
}


#popup{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 65px;
    height: 65px;
    z-index: 1000;
}

#toggle-popup{
    border-radius: 50%;
    background-color: #EE7203;
    position: relative;
    width: 65px;
    height: 65px;
    cursor: pointer;
}
#toggle-popup&gt;div{
    display: block; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat; 
    transition: 0.2s ease-out;
}

#popup.open #toggle-popup&gt;div:first-child,
#popup.closed #toggle-popup&gt;div:last-child{
    opacity: 1;
}
#popup.closed #toggle-popup&gt;div:first-child,
#popup.open #toggle-popup&gt;div:last-child{
    opacity: 0;
}

#popup.closed #form-popup{
    display: none;
}
#popup.open #form-popup{
    display: block;
    animation: showPopup;
    animation-iteration-count: 1;
    animation-duration: 0.5s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}
#popup #form-popup{
    opacity: 0;
    transition: 0.2s;
    position: absolute;
    background-color: rgba(0, 109, 181, 0.9);
    color: white;
    top: -180px;
    width: 250px;
    padding: 15px;
    box-shadow: 2px 3px 15px rgba(0, 109, 181, 0.9);
}
@keyframes showPopup {
    from{
        top: -180px;
        opacity: 0;
    }
    to{
        top: -250px;
        opacity: 1;
    }
}

#popup #form-popup .title-popup{
    display: block;
    font-weight: bold;
    font-size: 22px;
    font-family: "Futura", "Palanquin Dark";
}
#popup #form-popup .subtitle-popup{
   font-weight: bold;
    display: block;
    font-size: 17px;
    margin: 10px 0 0 0;
}
#popup #form-popup a{
    display: flex;
    align-items: center;
    color: #EE7203;
    font-weight: bold;
    font-family: "Futura", "Palanquin Dark";
    background-color: white;
    padding: 11px 19px;
    width: 80%;
    margin: auto;
    border-radius: 35px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    box-shadow: 1px 5px 22px rgba(0,0,0,0.5);
}
#popup #form-popup a&gt;img{
    position: absolute;
    right: 19px;
    top: 7px;
}
#popup.close #closed-popup{
    display: flex;
}

/*NEW STYLE 01/2010*/

.footer__logo{
    display: inline-block;
    width: 380px;
    max-width: 100%;
}
.footer__content{
    display: flex;
    flex-wrap: wrap;
}
.footer__links{
    width: 33%;
    padding-top: 25px;
}
.footer__links li{
    margin-bottom: 8px;
}
.footer__links a{
    color: #E1E1E1;
    font-size: 14px;
}
#menu-footer-right{
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
}
#menu-footer-right li{
    width: 50%;
}
.footer__title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer__title-newsletter{
    margin-top: 0;
}
.footer__actions{
    width: 33%;
}
.footer__email{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer__email .wpcf7-form-control-wrap{
    width: 75%;
    position: relative;
}
.footer__email .wpcf7-form-control-wrap span{
    position: absolute;
    top: 45px;
}
.footer__email .wpcf7-email{
    border: none;
    padding: 10px 15px;
    width: 100%;
}
.footer__email .wpcf7-submit-container{
    width: 40px;
    position: relative;
}
.footer__email .wpcf7-submit-container::before{
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: -2px;
    left: 15px;
    font-size: 30px;
    pointer-events: none;
}
.footer__email .wpcf7-submit{
    width: 100%;
    background: #EE7203;
    border: none;
    padding: 10px 0px;
    color: transparent;
}
.footer__email .ajax-loader{
    width: 10%;
    display: none !important;
}
.footer__email&gt;div{
    width: 100%;
}
.footer__actions .social-icon{
    display: flex;
    margin-bottom: 30px;
}
.footer__actions .social-icon .fa{
    color: white;
    font-size: 30px;
    margin-right: 25px;
}
.footer__acf{
    width: 180px;
    display: inline-block;
}
.footer-nav{
    width: 100%;
    background-color: #55AB26;
    padding: 15px; 
    margin-top: 25px;
}
#menu-footermenu{
    display: flex;
    justify-content: center;
}
#menu-footermenu a{
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 25px;
}
#menu-footermenu li:not(:last-child) a::after{
    content: "-";
    position: absolute;
    right: -2px;
}
.page-content__block{
    margin-bottom: 15px;
}
.page-content__block-img{
    width: 100%;
}
.page-content__block-iframe{
    width: 100%;
    height: 440px;
}
.page-content__block a{
    color: #006DB5;
    text-decoration: underline;
}
.page-content__block-link{
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid #006DB5;
    padding-bottom: 3px;
}
.block_image_text{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.block_image_text__img{
    width: 25%;
}
.block_image_text__text{
    width: 75%;
    padding-left: 15px;
    margin: 0;
}
@media(max-width: 600px){
    .block_image_text__img{
        width: 40%;
        margin: 0 0 10px 0;
    }
    .block_image_text__text{
        width: 100%;
        padding-left: 0;
        margin: 0;
    }
}
.page-banner{
    padding: 30px 60px;
    background-color: #55AB26;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media(max-width: 1180px){
    .page-banner{
        padding: 25px;
    }
}
.page-banner__bottom{
    padding: 30px 60px;
    background-color: #55AB26;
    color: white;
    text-align: center;
}
.page-banner__left{
    width: 70%;
}
.page-banner__right{
    width: 30%;
}
.page-banner .btn{
    border-radius: 25px;
}
.page-banner__title{
    font-size: 24px;
    font-weight: 600;
    font-family: "Futura", "Palanquin Dark";
    margin: 0 0 10px 0;
}
.page-banner__bottom .page-banner__title{
    font-size: 30px;
}
.page-banner__text{
    margin: 0;
}
.page-banner__bottom .page-banner__text{
    margin-bottom: 10px;
}
.btn-orange-arrow,
.btn-white-arrow,
.btn-grey,
.btn-green-arrow{
    font-family: 'Lato', sans-serif;
    color: #ffffff !important;
    display: inline-block;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    margin: 6px 0;
    padding: 9.5px 18px;
    height: 40px;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    width: auto;
    border-radius: 25px;
    background-color: #EE7203;
    border: none;
    cursor: pointer;
}
.btn-white-arrow{
    color: #0074BE !important;
    background-color: white;
}
.btn-green-arrow{
    background-color: #55AB26;
}
.btn-grey{
    background-color: #868889;
}
.btn-orange-arrow__inner,
.btn-white-arrow__inner{
    display: flex;
    align-items: center;
}
.btn-orange-arrow svg,
.btn-white-arrow svg,
.btn-green-arrow svg{
    margin-left: 8px;
    min-width: 20px;
}
.btn-orange-arrow:hover{
    color: white;
}
.btn-white-arrow:hover{
    color: #0074BE;
}
.navbar-default #menu-nouveau-menu-2020{
    display: flex;
    justify-content: space-between;
    width: 100%;
    letter-spacing: 0.3px;
}
.navbar-default #menu-nouveau-menu-2020::before,
.navbar-default #menu-nouveau-menu-2020::after{
    display: none;
}
#header-menu-mobile,
#menu-mobile{
    display: none;
}
@media(max-width: 992px){
    .footer__links{
        width: 50%;
        padding-top: 0;
    }
    .footer__actions{
        width: 100%;
    }
    .footer__title-newsletter{
        margin-top: 20px;
    }
    .navbar-default #menu-nouveau-menu-2020.menu-desktop,
    header .container-action-header{
        display: none;
    }
    #header-menu-mobile{
        display: flex;
        align-items: center;
    }
    #open-menu-mobile{
        background: none;
        border: none;
        height: 22px;
        width: 30px;
        padding: 0;
        position: relative;
    }
    #open-menu-mobile&gt;span{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: #006DB5;
    }
    #open-menu-mobile&gt;span:nth-child(2){
        top: 50%;
    }
    #open-menu-mobile&gt;span:last-child{
        top: 100%;
    }
    #menu-mobile{
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        background-color: white;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 25px;
        z-index: 99;
        letter-spacing: 0.3px;
        transition: 0.2s ease-out;
    }
    #menu-mobile::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
    }
    #menu-mobile::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(255, 255, 255, .9);
        -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .5);
    }
    #menu-mobile.open{
        left: 0;
    }
    .menu-mobile__logo{
        width: 400px;
        max-width: 100%;
        display: inline-block;
        margin-bottom: 35px;
    }
    #menu-mobile a{
        color: #595959;
    }
    #menu-mobile .sub-menu{
        display: block;
        top: 0;
        margin-top: 0;
        padding: 0 15px;
        width: 100%;
        position: relative;
        overflow: hidden;
        background: transparent;
        transition: 0.2s ease-out;
    }
    #menu-mobile .sub-menu.open{
        height: var(--real-height) !important;
    }
    #menu-mobile .sub-menu li a{
        border-bottom: none;
    }
    .menu-mobile&gt;li{
        border-bottom: 1px solid #E1E1E1;
        padding: 15px 0;
    }
    .menu-mobile&gt;li:first-child{
        border-top: 1px solid #E1E1E1;
    }
    #menu-mobile .toggle-mobile-menu{
        position: absolute;
        right: 15px;
        top: 25px;
        height: 40px;
        width: 40px;
        background: none;
        border: none;
    }
    #menu-mobile .toggle-mobile-menu::before,
    #menu-mobile .toggle-mobile-menu::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #006DB5;
        z-index: 100;
        transform: rotateZ(45deg);
    }
    #menu-mobile .toggle-mobile-menu::after{
        transform: rotateZ(-45deg);
    }
    .menu-mobile&gt;li:last-child{
        border: none;
        text-align: center;
        margin: 35px 0;
    }
    .menu-mobile .menu-item-has-children{
        cursor: pointer;
        position: relative;
    }
    .menu-mobile .menu-item-has-children::after{
        font-family: FontAwesome;
        content: "\f105";
        position: absolute;
        top: 5px;
        right: 15px;
        color: #c5c5c5;
        transform: rotate(90deg);
        font-size: 30px;
        pointer-events: none;
    }
    .menu-mobile .menu-item-has-children.open::after{
        transform: rotate(270deg);
    }
    #menu-mobile .menu-mobile&gt;li:last-child a{
        color: #55AB26;
        position: relative;
        margin-right: -25px;
    }
    .menu-mobile&gt;li:last-child a::before{
        content: "";
        position: absolute;
        left: -29px;
        bottom: -10px;
        width: calc(100% + 30px);
        height: 3px;
        background-color: #55AB26;
    }
    .menu-mobile&gt;li:last-child a::after{
        content: "";
        position: absolute;
        left: -30px;
        width: 20px;
        height: 20px;
        background-image: url(/wp-content/themes/challenge-new/images/feuille.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .menu-mobile__bottom div{
        text-align: center;
    }
    .menu-mobile__bottom a{
        padding: 18px 35px;
        height: auto;
        width: 270px;
    }
    .menu-mobile__bottom a span{
        display: flex;
        justify-content: center;
    }
}
@media(max-width: 600px){
    .footer__links{
        width: 100%;
    }
}
@media(max-width: 400px){
    .menu-mobile__logo{
        width: 310px;
    }
}

.grecaptcha-badge{
    display: none;
}

/*covid popup*/

#covid-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
#covid-popup__bg{
   background-color: rgba(0,0,0,0.5); 
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   z-index: 200;
}
#covid-popup.open{
    display: flex;
}
#covid-popup.closed{
    display: none;
}
#covid-popup__inner{
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 50px 120px 35px 120px;
    z-index: 300;
    text-align: justify;
    width: 860px;
    max-width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    overflow-y: scroll;
}
@media(max-width: 650px){
    #covid-popup__inner{
        padding: 15px;
    }
}
#covid-popup__inner p{
    font-size: 17px;
    margin: 0 0 15px 0;
}
#covid-popup__inner a{
    color: #006DB5;
    text-decoration: underline;
}
#covid-popup__close{
    background: none;
    border: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
#covid-popup__close::before,
#covid-popup__close::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transform: rotateZ(45deg);
}
#covid-popup__close::after{
   transform: rotateZ(-45deg); 
}
.covid-popup__title{
    margin: 0 0 15px 0;
    color: #EE7203;
    font-weight: 900;
    text-align: center;
    font-size: 20px !important;
    margin-bottom: 25px !important;
}
.bold-orange{
    color: #EE7203;
    font-weight: bold;
}
.bold-red{
    color: red;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.covid-popup__hashtag{
    text-align: center;
    font-weight: 900;
}
.italic{
    font-style: italic;
}
#covid-header{
    background: #EE7203;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    letter-spacing: 0.3px;
    text-align: center;
}
#covid-header span{
    font-weight: bold;
    color: white;
}
#open-covid-popup{
    background: white;
    font-weight: 900;
    color: #EE7203;
    padding: 10px 25px;
    border-radius: 25px;
    border: none;
    outline: none;
    margin: 0 15px;
}



/*download*/


.lato{
    font-family: 'Lato', sans-serif !important;
}
.single-post-page .wpdm-download-link{
    font-family: 'Lato', sans-serif !important;
    color: #ffffff !important;
    display: inline-block !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 25px 0 !important;
    padding: 10px 30px !important;
    height: 40px !important;
    letter-spacing: 1px !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
    border-radius: 25px !important;
    background-color: #EE7203 !important;
}

.sbi_photo &gt; img{
    display: block !important;
}


/**  CONVENTION  **/
.flex-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
}
.flex-around{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#convention-popup{
    display: none;
}
#convention-popup.pop{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    padding: 15px;
}
#convention{
    height: 80vh;
    width: 650px;
    max-width: calc(100% - 40px);
    padding: 30px;
    overflow-y: scroll;
    background-color: white;
}
#container-close-convention{
    position: relative;
    width: 690px;
    max-width: 100%;
}
#close-convention{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #EE7203;
    border: none;
    border-radius: 50%;
}
#close-convention::before,
#close-convention::after{
    content: "";
    position: absolute;
    width: 60%;
    transform: rotateZ(45deg);
    border-bottom: 2px solid white;
}
#close-convention::after{
    transform: rotateZ(-45deg);
}
#convention .blue{
    color: #006DB5;
    font-family: "Futura", "Palanquin Dark";
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}
#convention .text-center{
    text-align: center;
}
#convention .mg-b-30{
    margin-bottom: 30px;
}
#convention .mg-b-45{
    margin-bottom: 45px;
}
#convention ul{
    padding-left: 15px;
}
#convention li{
    list-style: disc;
}
.contact-page #see-convention{
    min-width: 120px;
    width: auto;
    display: flex;
    align-items: flex-end;
    background: none;
    border: none;
    font-weight: bold;
    color: black;
    padding: 0;
}
.contact-page #see-convention img{
    width: 25px;
    margin-right: 5px;
}
.contact-page #see-convention span{
    border-bottom: 2px solid black;
}
.contact-page #see-convention::after{
    font-size: 10px;
    left: 10px;
    top: 11px;
}
.contact-page .wpcf7 form.sent .wpcf7-response-output{
    border-color: #55AB26;
    background-color: #55AB26;
    color: white;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
}
.btn-orange-arrow.not-allowed{
    background-color: #cccccc;
    cursor: not-allowed;
}</pre></body></html>