/* --------------------- TEMPORAIRE ----------------------- */
.social-navigation {
    display: none !important;
}

/* ------------------- Positionnement --------------------- */
.site-main > article{
    margin: 0;
}

.main-navigation {
    margin: 75px 0 0 0;
    display: inline-block;
    font-family: "Geared Slab", Times, Serif;
    font-size: 19px;
}

section.widget:not(.menu-top){
    padding-left: 1rem;
}

.site-header, .white_box, .site-footer {
    padding: 6rem;
}

.orange_box{
    padding: 4rem;
}

.grey_box {
    padding: 3rem 0rem 4rem 0rem;
}
.site-main {
    padding: 0;
}

.site {
    margin: auto;
}

.max-width {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.site-header {
    padding-top: 0;
}

.site-footer {
    padding-top: 15px;
}

.site-header, .widget {
    padding-bottom: 0;
}

.white_box {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.site-branding, .site-header-menu, .site-main, .widget, .page-header {
    margin-bottom: 0;
}

aside#secondary {
    margin-left: 75%;
    width: 25%;
}

.content-area {
    width: 75%;
}

.site-content {
    background-color: #f6f6f6;
}

.entry-content ul,
.entry-content ol {
    margin-left: 2rem;
}

.site-content ul li,
.site-content ol li,
.entry-content ul li,
.entry-content ol li {
    padding: 5px 0;
}
.site-content ul li,
.site-content ol li {
    font-size: 16px;
}

.site-content aside#secondary ul li,
.site-content aside#secondary ol li{
    font-size: 14px;
}

/* ------------------- Titres et textes ------------------- */
.more-link{
    display: block;
    width: 200px;
    margin: 40px auto 0 auto;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
    background-color: #FFF;
    border: 2px solid #ff6600;
    color: #ff6600;
}

.more-link:hover {
    background-color: #FF6600;
    color: #fff;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Geared Slab", Times, Serif;
    text-transform: uppercase;
    line-height: 1;
    margin: 1em 0 0.3em 0;
    font-weight: 500;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child{
    margin-top: 0;
}

h1, h2, h3 {
    color: #ff6600;
}

h4, h5 {
    color: #606060;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
    color: #909090;
}

.introduction {
    font-family: "Pier Sans", Helvetica, Arial, sans;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

p {
    color: #606060;
    font-family: "Pier Sans", Helvetica, Arial, sans;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

ul#menu-menu-top-orange > li {
    line-height: 1.2;
    margin-bottom: 10px;
}

blockquote {
    font-family: Georgia, Times, Serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 0.5em 0.5em 0.5em 2em;
    border-left: 4px solid #ff6600;
}

blockquote p {
    font-family: Georgia, Times, Serif;
}

small {
    font-family: "Andale Mono", Courier, mono;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px;
}

a {
    box-shadow: none !important;
    color: #ff6600;
    text-decoration: underline;
}


a[href="#"]{
    cursor: default;
}

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

.page-header {
    border: none;
}

.widget ul li {
    font-family: "Pier Sans", Helvetica, Arial, sans;
}
/* --------------------------------------------------------- */

/* ----------------------- Navigation ---------------------- */
.post-navigation {
    border: 0;
    clear: both;
    font-family: "Pier sans", Helvetica, Arial, sans;
    margin: 2rem 0 1rem 0;
}

.post-navigation a {
    color: #ff6600;
    font-size: 1em;
}

.post-navigation a:hover {
    color: #606060;
}
.post-navigation .post-title {
    font-size: 1em;
    line-height: 1.25;
}
.post-navigation .nav-links > div > a {
    text-decoration: none;
    display: inline-block;
    margin: 0 1rem;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #ff6600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #e7e7e7;
    overflow: hidden;
}
.post-navigation .nav-links > div{
    display: inline-block;
}
.post-navigation .nav-links > div > a > * {
    display: none;
}

.post-navigation .nav-links .nav-previous > a:before,
.post-navigation .nav-links .nav-next > a:before{
    content: "\f431";
    font-family: "Genericons";
    font-size: 35px;
    margin-left: 9px;
    line-height: 5px;
}

.post-navigation .nav-links .nav-previous > a{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.post-navigation .nav-links .nav-next > a{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.main-navigation {
    background-color: #fff;
}
.main-navigation a {
    text-transform: uppercase;
    color: #FF6600;
    text-decoration: none;
}

.main-navigation li:first-child a {
    padding-left: 0;
}

.main-navigation li:last-child a {
    padding-right: 0;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    color: #606060;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
}

.main-navigation > div > ul > .current-menu-item:after {
    position: absolute;
    top: 60px;
    right: 50%;
    margin-right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 1;
    background-color: #606060;
    content: " ";
}

.main-navigation > div > ul > .current-menu-item:first-child:after {
    margin-right: 0px;
}

.main-navigation > div > ul > .current-menu-item:last-child:after {
    margin-right: -16px;
}

.main-navigation > div > ul > .menu-item-has-children:hover > a:after {
    position: absolute;
    top: 60px;
    right: 50%;
    margin-right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff6600;
    content: " ";
    z-index: 9999;
}

.main-navigation > div > ul > .menu-item-has-children:last-child:hover > a:after {
    margin-right: -16px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation > div > ul > li:hover > ul {
    left: -50px;
    right: -50px;
    text-align: center;
}

.main-navigation ul ul li:last-child:hover > ul,
.main-navigation > div > ul > li:last-child:hover > ul {
    left: -60%;
}

.main-navigation > div > ul > li > ul {
    padding: 45px 10px 10px 10px;
    background-color: #fff;
    z-index: 9998;
    top: 40px;
}

.main-navigation ul ul li,
.post-navigation div + div{
    border: 0;
}

.main-navigation ul ul a {
    text-transform: none;
    font-family: "Pier sans", Helvetica, Arial, sans;
    font-size: 14px;
    width: auto;
    color: #FF6600;
    padding: 7px;
    border-bottom: 1px solid #909090;
}

.main-navigation ul ul a:hover {
    color: #606060;
    border-bottom: 2px solid #909090;
}

.main-navigation .current-menu-item > a {
    color: #606060;
}



.main-navigation .sub-menu > li > .sub-menu {
    background-color: #fff;
    padding: 10px;
    display: none;
    margin-top: -5%;
    margin-right: -75%;
    margin-left: 170%;
    left: -70% !important;
}

.main-navigation .sub-menu > li:hover > .sub-menu,
.main-navigation .sub-menu > li > .sub-menu:hover {
    display: block;
}

.lang-right {
    padding-right: 0.875em;
    float: right;
}

.button {
    display: inline-block;
    padding: 7px;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
}

.button:hover {
    cursor: pointer;
}

.button_orange, .button_orange:focus {
    background-color: #FF6600;
    color: #fff;
    border: 2px solid #ff6600;
}

.button_orange:hover{
    background-color: #fff;
    border: 2px solid #FF6600;
    color: #FF6600;
}

.button_gris {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
}

.button_inverse {
    background-color: #FFF;
    border: 2px solid #ff6600;
    color: #ff6600;
}

.button_inverse:hover {
    background-color: #FF6600;
    color: #fff;
}

.site-branding {
    /*background: url('../images/sprite.svg') no-repeat 0 0;*/
    height: 200px;
    width: 180px;
    float: right;
    position: absolute;
    right: 0;
}

.custom-logo-link {
    width: 180px;
    height: 200px;
}

/* Fixed navigation*/
.site-header.fixed-navigation{
    margin: auto;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 10px;
    margin-top: -155px;
}

.fixed-navigation + .site-content {
    margin-top: 155px;
}

.fixed-navigation .site-branding {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    /*background: url('../images/sprite.svg') no-repeat 25px 10px;*/
    height: 75px;
    width: 90px;
    float: right;
    position: absolute;
    right: 0;
    background-size: 200%;
    margin-top: -3px;
}

.fixed-navigation .sub-menu{
    top: 40px;
}

.fixed-navigation .main-navigation .sub-menu > li:hover > .sub-menu{
    top: 0px;
}

.site-header-menu > *,
.custom-logo-link{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-navigation .custom-logo-link {
    width: 64px;
    height: 75px;
    margin: 10px 0 0 26px;
}

.fixed-navigation .site-header-menu{
    margin: 0;
}

.fixed-navigation .main-navigation .primary-menu a{
    padding-bottom: 5px;
}
.fixed-navigation .main-navigation {
    margin: 0;
}

.fixed-navigation .main-navigation > div > ul > .menu-item-has-children:hover > a:after,
.fixed-navigation .main-navigation > div > ul > .current-menu-item:after{
    content: none;
}

.fixed-navigation .main-navigation .primary-menu{
    padding-top: 0;
}

.fixed-navigation ul#menu-menu-top-orange > li{
    margin-bottom: 0;
}

.fixed-navigation .widget ul li{
    padding-top: 10px;
    font-size: 10px;
}

.fixed-navigation .main-navigation > div > ul > li > ul{
    padding: 10px;
}

.fixed-navigation #search-top-bar{
    position: relative;
}
/* --------------------------------------------------------- */

/* --------------------- Pages grises ---------------------- */
.grey_box {
    background-color: #F6F6F6;
    font-family: "Pier sans", Helvetica, Arial, sans;
    color: #606060;
}

.grey_box > div > .title, .grey_box .wpcu_block_title {
    font-family: "Pier sans bold", Helvetica, Arial, sans;
    color: #ff6600;
    text-transform: none;
    margin-bottom: 0px;
    font-size: 1.2em;
}

.grey_box .entry-header,
.grey_box .entry-footer {
    margin: 0;
}

.grey_box .entry-content {
    margin: 15px 0 0 0;
}

/* --------------------------------------------------------- */

/* --------------------- Pages oranges --------------------- */
.orange_box {
    background: #ff6600 url('../images/cti-background-CTA-orange.png') no-repeat;
    background-size: cover;
    text-align: center;
}

.orange_box p{
    font-family: "Pier sans", Helvetica, Arial, sans;
    color: #FFF;
    font-weight: 400;
    font-size: 22px;
}

/* --------------------------------------------------------- */

/* -------------------- Pages blanches --------------------- */
.white_box {
    background-color: #FFF !important;
}

.white_box h1 {
    font-size: 34px;
}

.deco_orange {
    background: url('../images/cti-background-orange-sans.svg') no-repeat 90% 120px;
    background-size: 30%;
}

.text-half {
    width: 55%;
}

/* --------------------------------------------------------- */

/* ------------------------- Footer ------------------------ */
.footer_links {
    display: block;
    width: 20%;
    margin-left: auto;
}

.footer_links p,
.textwidget p {
    font-size: 14px;
    margin-bottom: 15px;
}

.footer_links .intro {
    margin-top: 20px;
    border-top: 1px solid #ff6600;
    padding-top: 20px;
}

.footer_links .intro,
.textwidget .intro {
    display: inline-block;
    padding-bottom: 0;
    color: #ff6600;
}

.site-footer {
    background: url('../images/cti-background-orange.svg') no-repeat -100px -85px;
    background-size: cover;
}

.footer_part {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer_part a {
    display: inline-block;
    margin: 5px;
}

.footer_part a img {
    height: 30px;
    width: auto;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10%;
    z-index: 5;
    line-height: 2.2;
    width: 40px;
    height: 40px;
    display: none;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #ff6600;
}

.back-to-top:before{
    font-family: "Genericons";
    font-size: 32px;
    position: relative;
    top: -18px;
    left: 1px;
    content: "\f432";
}

.back-to-top:hover {
    cursor: pointer;
}

/* --------------------------------------------------------- */

/* -------------- Liens bulles page d'accueil -------------- */
.bubbles {
    width: 100%;
    text-align: center;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
}

.bubbules ul li a {
    text-decoration: none !important;
}

.bubbles > a{
    text-decoration: none;
}

.bubbles > a > div {
    display: inline-block;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    line-height: 170px;
    margin: 37px;
    position: relative;
}

.bubbles > a > div span {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    line-height: 1.2;
}

.bubbles a:first-child div {
    background-color: #ff6600;
}

.bubbles a:first-child > div {
    background-color: transparent;
    border: 1px solid #ff6600;
    color: #ff6600;
    margin-left: 0;
}

.bubbles a:first-child > div:hover {
    background-color: #ff6600;
    color: #fff;
}

.bubbles a:nth-child(2) div {
    background-color: #009FE2;
}

.bubbles a:nth-child(2) > div {
    background-color: transparent;
    border: 1px solid #009FE2;
    color: #009FE2;
}

.bubbles a:nth-child(2) > div:hover {
    background-color: #009FE2;
    color: #fff;
}

.bubbles a:nth-child(3) div {
    background-color: #99CC33;
}

.bubbles a:nth-child(3) > div {
    background-color: transparent;
    border: 1px solid #99CC33;
    color: #99CC33;
}

.bubbles a:nth-child(3) > div:hover {
    background-color: #99CC33;
    color: #fff;
}

.bubbles a:nth-child(4) div {
    background-color: #823200;
}

.bubbles a:nth-child(4) > div {
    background-color: transparent;
    border: 1px solid #823200;
    color: #823200;
}

.bubbles a:nth-child(4) > div:hover {
    background-color: #823200;
    color: #fff;
}

.bubbles a:nth-child(5) div {
    background-color: #505a64;
}

.bubbles a:nth-child(5) > div {
    background-color: transparent;
    border: 1px solid #505a64;
    color: #505a64;
    margin-right: 0;
}

.bubbles a:nth-child(5) > div:hover {
    background-color: #505a64;
    color: #fff;
}

.tiny-bubble {
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
}

.tiny-1 {
    margin: 30px;
}

.tiny-2 {
    margin: 50px;
}

.tiny-3 {
    margin: 60px;
}

.bubbles > a > div:hover .tiny-bubble {
    display: inline-block;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.bubbles > a > div:hover .tiny-1 {
    margin: 15px;
    width: 30px;
    height: 30px;
    top: 130px;
    left: -25px;
}

.bubbles > a > div:hover .tiny-2 {
    margin: 25px;
    width: 50px;
    height: 50px;
    top: 150px;
    left: -5px;
}

.bubbles > a > div:hover .tiny-3 {
    margin: 30px;
    width: 60px;
    height: 60px;
    top: -65px;
    left: 112px;
}

/* --------------------------------------------------------- */

/* --------------- Evenements page d'accueil --------------- */
.events_container{
    display: flex;
    align-items: left;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-flow: row wrap;
}
.events_container a{
    text-decoration: none !important;
}
.event_box{
    color: #666666;
    border: 1px solid #666666;
    padding: 20px 10px;
    flex-basis: 24.4%;
    margin: 0.3%;
    text-align: justify;
    height: 200px;
    overflow: hidden;
    transition: all 200ms ease-in;
    background-color: #f6f6f6;
    display: block;
}

.event_box .date{
    font-family: "Geared Slab", Times, Serif;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #666666;
}
.event_box .title{
    margin-top: 10px;
    font-weight: bold;
    color: #666666;
}
.event_box .content{
    color: #606060;
    overflow: hidden;
    height: 110px;
}
.event_box:hover{
    background-color: #FFF;
    border: 1px solid #fff !important;
    cursor: pointer;
    transform: scale(1.2);
    transition: all 300ms ease-in, border 0s;
}

.event_box.evenements-internes{
    border-color: #FF6600;
}
.event_box.evenements-internes .date,
.event_box.evenements-internes .title{
    color: #FF6600;
}

.event_box.evenements-internes-experts{
    border-color: #0083BA;
}
.event_box.evenements-internes-experts .date,
.event_box.evenements-internes-experts .title{
    color: #0083BA;
}

.event_box.evenements-publics{
    border-color: #4B8E18;
}
.event_box.evenements-publics .date,
.event_box.evenements-publics .title{
    color: #4B8E18;
}

/* --------------------------------------------------------- */

/* -------------- Évènements page calendrier --------------- */
div.tribe-events-notices{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ff6600;
    color: #ff6600;
    margin: 20px 0;
    padding: 4px 10px 4px 10px;
    text-shadow: none;
}

div.tribe-events-category- h3 a{
    color: #666666;
}

div.tribe-events-category-evenements-internes h3 a, .tribe-events-calendar  div.tribe-events-category-evenements-internes .tribe-events-tooltip{
    color: #FF6600;
}
#tribe-events-content .tribe-events-calendar  div.tribe-events-category-evenements-internes .tribe-events-tooltip h4{
    background-color: #FF6600;
}

div.tribe-events-category-evenements-internes-experts h3 a, .tribe-events-calendar  div.tribe-events-category-evenements-internes-experts .tribe-events-tooltip{
    color: #0083BA;
}
#tribe-events-content .tribe-events-calendar  div.tribe-events-category-evenements-internes-experts .tribe-events-tooltip h4{
    background-color: #0083BA;
}

div.tribe-events-category-evenements-publics h3 a, .tribe-events-calendar  div.tribe-events-category-evenements-publics .tribe-events-tooltip{
    color: #4B8E18;
}
#tribe-events-content .tribe-events-calendar  div.tribe-events-category-evenements-publics .tribe-events-tooltip h4{
    background-color: #4B8E18;
}

.tribe-events-sub-nav li a span, .nav-arrow{
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
}

.tribe-events-sub-nav li a{
    text-transform: capitalize;
}

.tribe-bar-disabled{
    z-index: 90;
}
body.admin-bar .datepicker{
    max-width: 350px;
}

.table-condensed{
    border: 0;
}

h3.tribe-events-month-event-title a {
    font-weight: bold;
}

#tribe-events .tribe-events-button, .tribe-events-button, .tribe-button--rsvp{
    display: inline-block;
    padding: 7px;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
    background-color: #FF6600;
    color: #fff;
    border: 1px solid #ff6600;
    font-weight: normal;
}
#tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-button--rsvp:hover{
    background-color: #fff;
    border: 1px solid #FF6600;.
    color: #FF6600;
}

.recurring-info-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip{
    color: #ff6600;
}
.tribe-event-description{
    max-height: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tribe-events-cost{
    display: none;
}
.tribe-event-categories{
    font-weight: bold;
}

/* SINGLE EVENT */
.single-tribe_events header.entry-header{
    display: block;
}
.single-tribe_events .tribe-events-single-event-title{
    font-size: 2.5em;
}

.tribe-events-single h1,
.tribe-events-single h2,
.tribe-events-single h3,
.tribe-events-single a{
    color: #666666;
}

.tribe-events-single.evenements-internes-experts h1,
.tribe-events-single.evenements-internes-experts h2,
.tribe-events-single.evenements-internes-experts h3,
.tribe-events-single.evenements-internes-experts a{
    color: #0083BA;
}

.tribe-events-single.evenements-internes h1,
.tribe-events-single.evenements-internes h2,
.tribe-events-single.evenements-internes h3,
.tribe-events-single.evenements-internes a{
    color: #FF6600;
}

.tribe-events-single.evenements-publics h1,
.tribe-events-single.evenements-publics h2,
.tribe-events-single.evenements-publics h3,
.tribe-events-single.evenements-publics a{
    color: #4B8E18;
}

.event-color-preview{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #606060;
    vertical-align: middle;
}
.event-color-legend{
    vertical-align: middle;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured.tribe-events-category-evenements-internes-experts,
.event-color-preview.evenements-internes-experts{
    background-color: #0083BA;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured.tribe-events-category-evenements-internes,
.event-color-preview.evenements-internes{
    background-color: #FF6600;
}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured.tribe-events-category-evenements-publics,
.event-color-preview.evenements-publics{
    background-color: #4B8E18;
}

.legend{
    text-align: left;
    margin: 0.3%;
    border: 1px solid #e3e3e3;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.legend > div{
    margin-right: 40px;
}

.tribe-bar-disabled{
    display: none;
}
.single-tribe_events .tribe-events-schedule{
    background: #fafafa;
    border: 1px solid #eee;
    margin: 18px 0 8px;
    padding: 12px;
}
.tribe-events-schedule h2{
    font-size: 1.5em;
}
/* --------------------------------------------------------- */

/* --------------- Contenu général des pages --------------- */
::-webkit-input-placeholder {
    color: #d1d1d1;
}

::-moz-placeholder {
    color: #d1d1d1;
}

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

input:-moz-placeholder {
    color: #d1d1d1;
}

.entry-content a {
    box-shadow: none;
}

.entry-content form fieldset {
    border: none;
}

.entry-content form fieldset legend {
    width: 40%;
    border-bottom: 1px solid #ff6600;
}

.entry-content form input,
.entry-content form textarea {
    background-color: #fff;
}

.entry-content form select {
    width: 98%;
    padding: 1%;
}

.entry-content form .form-group {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    padding-right: 1%;
    width: 49%;
}

.entry-content form .full {
    width: 99%;
}

form input[type="submit"] {
    text-transform: none;
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    text-decoration: none;
    background-color: #FF6600;
    color: #fff;
    border: 2px solid #ff6600;
    float: right;
    margin-right: 10px;
}

form input[type="submit"]:hover {
    background-color: #fff;
    border: 2px solid #ff6600;
    color: #ff6600;
}

.imagelightbox {
    position: fixed;
    z-index: 9999;

    -ms-touch-action: none;
    touch-action: none;
}

/* --------------------------------------------------------- */

/* ------------------------- Widgets ----------------------- */
.widget .widget-title {
    font-family: "Geared Slab", Times, Serif;
    font-size: 1.6em;
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid #ff6600;
}

.widget {
    border-top: 0;
    padding: 3rem 0 0 0;
}

.widget ul {
    margin-left: 0;
}

.widget ul li a {
    text-decoration: none;
    color: #909090;
}

.widget ul li a:hover {
    color: #606060;
}

.widget ul li.current-menu-item > a {
    color: #FF6600;
}

.widget ul li {
    list-style-type: none;
    border-bottom: 1px solid #909090;
    padding-top: 10px;
    padding-bottom: 3px;
}

.widget ul li:hover {
    border-bottom: 1px solid #606060;
}

#side-menu-arbo a[href="#"]:hover{
    text-decoration: none;
    color: #909090;
}
#side-menu-arbo ul li a{
    font-size: 16px;
}

#side-menu-arbo ul li{
    padding-top: 3px;
    margin-left: 1rem;
    border-bottom: 1px solid #909090;
}
#side-menu-arbo ul li:last-child{
    border:0;
}

#side-menu-arbo > ul > li {
    margin-left: 0;
}


/* --------------------------------------------------------- */

/* --------------------- Social icons ---------------------- */
.social-navigation a {
    border: 1px solid #ff6600;
    display: block;
    height: 30px;
    width: 30px;
    background: url('../images/sprite.svg') no-repeat -50px -50px;
}

.social-navigation a[href*="facebook.com"] {
    background-position: -1px -441px;
}

.social-navigation a[href*="plus.google.com"] {
    background-position: -241px -441px;
}

.social-navigation a[href*="instagram.com"] {
    background-position: -81px -441px;
}

.social-navigation a[href*="linkedin.com"] {
    background-position: -121px -441px;
}

.social-navigation a[href*="pinterest.com"] {
    background-position: -161px -441px;
}

.social-navigation a[href*="twitter.com"] {
    background-position: -41px -441px;
}

.social-navigation a[href*="youtube.com"] {
    background-position: -201px -441px;
}

/* --------------------------------------------------------- */

/* ------------------------ Galerie ------------------------ */
div.gallery {
    max-width: 800px;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;

}

div.gallery .gallery-item {
    width: 180px;
    height: 180px;
    padding: 20px;
    margin: 1px;
    box-shadow: 0px 0px 1px #909090;
    background-color: #fff;
}

div.gallery .gallery-item .gallery-icon {
    height: 100%;
}

div.gallery .gallery-item img {
    display: inline-block;
    vertical-align: middle;
}

div.gallery .gallery-item:hover {
    background-color: #ff6600;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
}

/* --------------------------------------------------------- */

/* ---------------------- Plan d'accès --------------------- */
div.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 500px; /* your iframe height */
    top: 500px; /* your iframe height */
    margin-top: -500px; /* your iframe height */
}

div#plan {
    display: block;
    width: 100%;
}

div#plan iframe {
    margin: 0;
}

div#formations-map{
    height: 80vh;
    width: 100%;
}

/* --------------------------------------------------------- */

/* ----------------------- Menu haut ----------------------- */
.menu-top {
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.menu-top ul li a,
.menu-top ul li,
.menu-top ul li:hover,
.menu-top ul li:focus,
.menu-top ul li:active,
.menu-top ul li:visited,
.menu-top ul li a:hover,
.menu-top ul li a:active {
    text-decoration: none;
    color: #606060;
    display: inline;
    font-family: "Pier sans", Helvetica, Arial, sans;
    border: 0;
}

.menu-top ul li a:hover {
    color: #909090;
}

.menu-top ul {
    margin-bottom: 0;
}

.menu-top p {
    font-size: 0.7em;
}

.menu-top > div > ul li {
    display: block;
    float: left;
}

.menu-top > div > ul > li:last-child {
    float: right;
}

.menu-top .wpglobus_flag_fr,
.menu-top .wpglobus_flag_en {
    text-transform: uppercase;
    background: transparent;
    padding-left: 0;
}

.menu-top .sub-menu li {
    background: transparent;
    padding: 0;
}

.menu-top .sub-menu li a {
    font-size: 13px;
    padding: 0;
}

.primary-menu .sub-menu:hover{
    left: -50px;
    right: -50px;
    text-align: center;
}

.menu-top li:last-child a {
    padding: 0;
    margin: 0 5px;
}

.menu-top li:last-child a:last-child {
    margin-right: 0;
}

.menu-top .unselected {
    border-bottom: 1px solid #909090;
}

.menu-top .selected {
    color: #909090;
}

.menu-top .selected:hover,
.menu-top .selected:visited {
    cursor: default;
    color: #909090;
}

/* --------------------------------------------------------- */

/* -------------------------- FAQ -------------------------- */
/* -- Inutilisé -- */
/*
.faq-content h2 div {
    display: inline-block;
    font-family: "Pier sans", Helvetica, Arial, sans;
    font-weight: 100;
    margin-right: 15px;
    font-size: 1.5em;
    line-height: 1;
    text-align: center;
    transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.faq-content h2.selected div {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.faq-content h2 {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 1em;
    font-weight: normal;
}

.faq-content h2:first-child {
    margin-top: 1em !important;
}

.faq-content h2 + p {
    padding: 5px 0px 0px 20px;
    display: none;
}
*/

/* --------------------------------------------------------- */
/* ----------------------- Recherche ----------------------- */
#search-top-bar {
    width: 25%;
    max-width: 400px;
    padding: 10px;
    background-color: #ff6600;
    margin-left: 0;
    position: absolute;
    z-index: 190;
    display: none;
}

#search-top-bar input {
    width: 100% !important;
}

.searchres h2 {
    font-size: 1.5em;
}

.searchres {
    padding: 1em;
}

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

.search-field {
    background-color: #fff !important;
}

.search-submit {
    background: transparent url('../images/sprite.svg') -81px -240px;
}

.search-submit:hover {
    background: transparent url('../images/sprite.svg') -112px -240px;
}

.pagination .prev, .pagination .next {
    background-color: #ff6600;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #e7e7e7;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:hover, .pagination .next:hover {
    background-color: #ff6600;
    color: #fff;
}

.pagination .next:before {
    content: "\f429";
    right: -1px;
    top: -1px;
}

.pagination {
    border: 0;
}

.pagination .nav-links:after{
    background-color: #ff6600;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #e7e7e7;
    content: "\f430";
    right: 55px;
}

.pagination:before, .pagination:after {
    background-color: transparent;
    content: "";
    height: 52px;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 0;
}

/* --------------------------------------------------------- */

/* --------------------- Accréditation --------------------- */
.accreditation > .grey_box {
    padding: 1rem 0rem 4rem 0rem;
}
.accreditation h1 {
    margin: 20px 0;
}
.acc_recherche {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 50px;
}

.acc_recherche #type_rech label{
    display: block;
}

.acc_recherche > form {
    display: table;
    width: 100%;
}

.acc_recherche > form > div {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #909090;
    padding: 20px;
    display: table-cell;
}

.acc_recherche > form > div:first-child {
    border-left: 0;
    text-align: left;
}

.acc_recherche input[type="submit"] {
    padding: 10px 30px !important;
    border: 2px solid #ff6600;
    text-transform: capitalize;
}

.acc_recherche input[type="submit"]:hover {
    background-color: #fff;
    color: #ff6600;
}

.acc_resultats div.clear_recherche:hover {
    cursor: pointer;
}
.acc_resultats div.clear_recherche {
    float:right;
    color: #ff6600;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin-top: -38px;
}
.acc_resultats div.clear_recherche:before {
    font-family: "Genericons";
    font-size: 22px;
    position: relative;
    content: "\f405";
    top: 7px;
}

.orange_header {
    color: #FFF;
    background: #ff6600 url('../images/cti-background-CTA-orange.png') no-repeat;
    background-size: cover;
    padding: 3rem;
}

.orange_header h1 {
    color: #fff;
}

.accreditation h2 {
    margin-top: 1em;
}
.accreditation .acc_infos h2 {
    margin-top: 0;
    font-size: 1.3em;
    color: #606060;
}

.acc_recherche .sub_form {
    background-color: #fff;
    margin-left: -20px;
    padding: 60px 20px 20px 20px;
    position: absolute;
    width: 100%;
    z-index: 5;
    display: none;
}

.acc_recherche > form > div {
    position: relative;
}

.sub_form select {
    margin-top: 10px;
}

.sub_form:before {
    position: absolute;
    top: 25px;
    right: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    z-index: 1;
    background-color: #ff6600;
    content: " ";
}

.acc_recherche .tt-suggestion {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px dashed #909090;
}

.acc_recherche .tt-suggestion:hover {
    color: #ff6600;
    border-bottom: 1px dashed #ff6600;
    cursor: pointer;
}

.acc_recherche .tt-suggestion,
.acc_recherche .tt-dataset {
    text-align: left;
    background-color: #fff;
}

.acc_recherche .tt-menu {
    top: 34px !important;
    background-color: #fff;
    border: 1px solid #909090;
    width: 200%;
}


.acc_resultats {
    padding-bottom: 100px;
}

.acc_resultats div#nb_results {
    padding: 5px;
}

.acc_resultats article.formation {
    border-top: 5px solid #606060;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.acc_resultats article p {
    font-size: 18px;
}

.acc_resultats article:after {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    position: absolute;
    top: 5px;
    right: 10px;
}

.acc_resultats article.formation:after {
    content: "formation";
    color: #606060;
}

.acc_resultats article header {
    color: #606060;
    font-family: Andale Mono, Courier, mono;
}

.acc_resultats article header small {
    color: #909090;
    letter-spacing: 2px;
}

.acc_resultats article header:after {
    content: " __ ";
    color: #303030;
    font-weight: bold;
    display: block;
}

.acc_resultats article h1 {
    font-family: "Geared Slab", Times, Serif;
    color: #606060;
    font-size: 1.5em;
    margin: 20px 0 10px 0 !important;
    text-transform: none;
    font-weight: normal;
}

.acc_resultats .infos_contenu {
    display: table;
    width: 100%;
}

.acc_resultats article .acc_infos,
.acc_resultats article .acc_files {
    display: table-cell;
}
.acc_resultats article .acc_files {
    width: 35%;
}

.acc_resultats article .acc_infos{
    padding: 0 20px 0 0;
}

.acc_resultats article .acc_files {
    border-left: 1px solid #909090;
    padding: 0 20px 0 20px;
}

.acc_files > ul.files,
ul.attachments_files,
.acc_resultats article .acc_files > ul.files {
    list-style-type: none;
    background-color: #fff;
}

ul.attachments_files,
.acc_resultats article .acc_files > ul.files {
    width: 80%;
}

ul.attachments_files > li,
.acc_files > ul.files > li,
.acc_resultats article .acc_files > ul.files > li {
    padding: 10px 0 10px 0;
    border-bottom: 1px dashed #909090;
    font-family: Andale Mono, Courier, mono;
}

ul.attachments_files > li{
    padding: 10px 0px 10px 10px;
}

ul.attachments_files > li a:hover,
.acc_files > ul.files > li a:hover,
.acc_resultats article .acc_files > ul.files > li a:hover {
    color: #ff6600;
    text-decoration: none;
}

ul.attachments_files > li a,
.acc_files > ul.files > li a,
.acc_resultats article .acc_files > ul.files > li a {
    color: #606060;
    text-decoration: none;
}

ul.attachments_files .file-caption p{
    margin: 0;
    font-size: 0.8em;
}
ul.attachments_files .file-caption{
    padding: 0.4rem 1rem 0 0;
}


ul.attachments_files > li a div,
.acc_files > ul.files > li a div,
.acc_resultats article .acc_files > ul.files > li a div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 30px;
    width: 25px;
    background: url('../images/sprite.svg') no-repeat -120px -350px;
    margin-left: 10px;
}

ul.attachments_files > li a[href*="."] div,
.acc_files > ul.files > li a[href*="."] div,
.acc_resultats article .acc_files > ul.files > li a[href*="."] div {
    background-position: 0px -350px;
}

ul.attachments_files > li a[href*=".pdf"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".pdf"] div,
.acc_files > ul.files > li a[href*=".pdf"] div,
.acc_files > ul.files > li a div#certifiees,
.acc_files > ul.files > li a div.certifiees,
.acc_resultats article .acc_files > ul.files > li a div#certifiees {
    background-position: -30px -350px;
}

ul.attachments_files > li a[href*=".png"] div,
ul.attachments_files > li a[href*=".gif"] div,
ul.attachments_files > li a[href*=".jpeg"] div,
ul.attachments_files > li a[href*=".jpg"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".png"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".gif"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".jpeg"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".jpg"] div,
.acc_files > ul.files > li a[href*=".png"] div,
.acc_files > ul.files > li a[href*=".gif"] div,
.acc_files > ul.files > li a[href*=".jpeg"] div,
.acc_files > ul.files > li a[href*=".jpg"] div {
    background-position: -90px -350px;
}

ul.attachments_files > li a[href*=".zip"] div,
.acc_resultats article .acc_files > ul.files > li a[href*=".zip"] div,
.acc_files > ul.files > li a[href*=".zip"] div {
    background-position: -60px -350px;
}

.acc_resultats article.ecole {
    border-top: 5px solid #ff6600;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.acc_resultats article.ecole:after {
    content: "école";
    color: #ff6600;
}

.acc_resultats article.ecole h1 {
    color: #ff6600;
}

.img_loader{
    background: url('../images/ajax-loader.gif') no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    margin: auto;
    border: 0;
}

.acc_resultats .pagination{
    margin: 3em auto 0 auto;
    width: 35%;
    text-align: center;
}

/*.acc_resultats .pagination .pages:before,*/
/*.acc_resultats .pagination .pages:after {*/
/*background-color: #ff6600;*/
/*content: "";*/
/*height: 52px;*/
/*position: absolute;*/
/*top: 0;*/
/*width: 52px;*/
/*z-index: 0;*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*colo: #fff;*/
/*}*/
/*.acc_resultats .pagination .pages:before {*/
/*left: 0;*/
/*}*/

/*.acc_resultats .pagination .pages:after {*/
/*right: 0;*/
/*}*/

.acc_resultats .pagination ul {
    list-style-type: none;
    margin: 1.5em auto;
}

.acc_resultats .pagination ul li {
    cursor: pointer;
    display: inline-block;
    background-color: #ff6600;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 5px 5px 5px 3px;
    line-height: 2.5;
    margin: 0 10px;
}

.acc_resultats .pagination ul li.unclickable {
    cursor: default;
}
.acc_resultats .pagination ul li#current {
    background-color: #606060;
}

.acc_resultats .pagination:before,
.acc_resultats .pagination:after {
    content: none;
}

.acc_resultats .pagination h6{
    color: #ff6600;
}

/* --------------------------------------------------------- */

/* ------------------- Fond documentaire ------------------- */
#fond_documentaire h1{
    text-align: left;
}

#fond_documentaire ul,
#fond_documentaire ol{
    text-align: left;
}


#fond_documentaire_secondary .file_pdf {
    font-family: Andale Mono, Courier, mono;
    background-color: #fff;
    padding-bottom: 5px;
}

#fond_documentaire_secondary .file_pdf a:hover {
    color: #ff6600;
    text-decoration: none;
}

#fond_documentaire_secondary .pdf_files .menu li {
    border: 0;
}
#fond_documentaire_secondary .file_pdf a {
    color: #606060;
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #d3d3d3;
    margin: 0 10px 0 10px;
    padding: 10px;
}

#fond_documentaire_secondary .file_pdf a > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 30px;
    width: 25px;
}
#fond_documentaire_secondary .file_pdf a > div {
    background: url('../images/sprite.svg') no-repeat 0 -350px;
}

#fond_documentaire_secondary .file_pdf a.pdf > div {
    background-position: -30px -350px;
}

#fond_documentaire .fd-navigation{
    display: inline-block;
    background-color: #ff6600;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    color: #e7e7e7;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin: 0 1rem;
}


#fond_documentaire .fd-pagination{
    margin-top: 4rem;
    text-align: center;
}

#fond_documentaire .fd-navigation:before{
    content: "\f431";
    font-family: "Genericons";
    font-size: 25px;
    line-height: 35px;
    margin-left: 1px;
}

#fond_documentaire .fd-navigation.parent-link:before,
#fond_documentaire .fd-navigation.first-link:before,
#fond_documentaire .fd-navigation.last-link:before{
    content: "\f435";
    line-height: 33px;
}

#fond_documentaire .fd-navigation.last-link,
#fond_documentaire .fd-navigation.prev-link{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#fond_documentaire .fd-navigation.first-link,
#fond_documentaire .fd-navigation.next-link{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


li.item-guide a {
    /*color: #823200 !important;*/
}

li.current-menu-item.item-guide a {
    color: #ff6600 !important;
}

#fond_documentaire {
    text-align: justify;
}
#fond_documentaire table {
    width: auto;
    float: none !important;
}

#fond_documentaire header {
    font-size: 14px;
    color: #ff6600;
}

#fond-documentaire_sommaire .menu {
    margin-left: 20px;
}
#fond-documentaire_sommaire .level a {
    border-bottom: 1px solid #909090;
}

#fond-documentaire_sommaire .level {
    padding-top: 3px;
}

#fond_documentaire .toggle-menu,
#fond-documentaire_sommaire .has-children + ul {
    display: none;
}

#fond-documentaire_sommaire .has-children {
    position: relative;
}

#fond-documentaire_sommaire .current-menu-item {
    display: block;
}

#fond-documentaire_sommaire .menu .menu-item {
    border: 0;
}

#fond-documentaire_sommaire .toggle-menu{
    color: #ff6600;
    font-size: 25px;
    font-family: Arial;
    line-height: 0;
    margin-top: 5%;
    left: -20px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#fond-documentaire_sommaire .opened.has-children .toggle-menu {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#fond-documentaire_sommaire .has-children + ul {
    margin-bottom: 0;
}
/* --------------------------------------------------------- */
/* ----- Override plugin ----- */
.wplp_container.default{
    margin-top: -40px !important;
}
.wplp_container.default .defaultflexslide img{
    margin: auto auto;
    width: auto !important;
    max-height: 100%;
    max-width: 100% !important;
}
.wplp_container.default li{
    padding:0 !important;
}
.wplp_container.default li .insideframe{
    padding: 15px 30px;
    height: 300px;
}
.wplp_container.default li .insideframe .wpcu-front-box.left{
    position: relative;
    top: 35px;
}
.wplp_container.default li .insideframe .wpcu-front-box.right{
    height: 100%;
    width: calc(50% - 30px) !important;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 30px;
}
.wplp_container.default li .insideframe span.img_cropper{
    height: 250px !important;
    max-height: 250px !important;
    display: flex;
}
.grey_box .wplp_container .title{
    font-size: 1.2em !important;
    color: #666666 !important;
    font-weight: 500;
}
.grey_box .wplp_container .text{
    font-size: 1em !important;
    max-height: 136px;
    text-overflow: ellipsis;
}
.grey_box .wplp_container .text .line_limit{
    overflow: unset;
    text-overflow: unset;
    max-height: 8.2em !important;
}
.grey_box .wpcu_block_title{
    font-family: "Geared Slab", Times, Serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding: 0 60px;
}
.grey_box .wplp_widget_default .wplp_listposts li .img_cropper:after {
    background: 0;
    box-shadow: none;
}

.grey_box .wplp_widget_default .wplp_listposts li .img_cropper:before {
    background: 0;
    content: "";
}
/*.wplp_container .thumbnail .img_cropper{*/
    /*height: auto !important;*/
/*}*/
/*.grey_box + .grey_box{*/
    /*padding-top: 0;*/
/*}*/
/*ul.wplp_listposts.defaultflexslide{*/
    /*transition-duration: 1.5s !important;*/
/*}*/
/* --------------------------- */

/* STYLE MAP FORMATIONS */
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper{
    border-radius: 0;
    padding: 0;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content{
    margin: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    max-width: 80vw;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-close-button{
    top: -20px;
    right: 10px;
    color: #ffffff;
    background: #ff6600;
    height: 20px;
    width: 30px;
    text-align: center;
    padding: 0px;
    border: 3px solid #ff6600;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .content{
    max-height: 300px;
    overflow: auto;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3{
    width: 100%;
    background-color: #FF6600;
    color: #ffffff;
    font-size: 1.6em;
    text-transform: none;
    font-weight: normal;
    padding: 10px 16px;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3 a{
    text-decoration: none;
    color: #ffffff;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3:not(:first-child){
    margin-top: 0.9em;
}

#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content h3, #formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .diplome, #formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .liens-detail{
    display: block;
    margin: 0.3em 0;
    padding: 3px 16px;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content hr{
    margin: 10px 0;
}

#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .diplome{
    font-size: 1.1em;
    text-transform: none;
    font-family: "Pier Sans", Helvetica, Arial, sans;
    color: #606060;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .liens-detail.adresse{
    margin-top: -3px;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .liens-detail.voies{
    text-transform: uppercase;
    padding: 5px 32px;
    color: #909090;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .liens-detail a{
    cursor: pointer;
    text-decoration: none !important;
    color: #909090;
    letter-spacing: 2px;
    margin: 0 8px;
}
#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .liens-detail a:hover{
    color: #ff6600;
}

#formations-map .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content .barre-sep{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ff6600;
    margin-bottom: 4px;
}
/* -------------------------- */