/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
@font-face {
    font-family: 'BebasNeue';
    src: url('public/font/BEBAS.TTF') ;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('public/font/BebasNeue Bold_1.otf');
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('public/font/BebasNeue Book.otf');
}

@font-face {
    font-family: 'Bebas Neue Light';
    src: url('public/font/BebasNeue Light.otf');
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('public/font/BebasNeue Regular_0.otf');
}

@font-face {
    font-family: 'Bebas Neue Thin';
    src: url('public/font/BebasNeue Thin_0.otf');
}

@font-face {
    font-family: 'Freescp';
    src: url('public/font/FREESCPT.TTF');
}

/*@font-face {*/
    /*font-family: 'Gabriel';*/
    /*src: */
    /*url('public/font/Gabriel-Sans-Cond-Bold.otf'),url('public/font/Gabriel-Sans-Cond-Light.otf'),url('public/font/Gabriel-Sans-Cond-Medium.otf');*/

/*}*/

@font-face {
    font-family: 'Gabriel Sans Cond Normal';
    src: url('public/font/Gabriel-Sans-Cond-Normal.otf');

}

@font-face {
    font-family: 'Gabriel Sans Cond Bold';
    src: url('public/font/Gabriel-Sans-Cond-Bold.otf');

}

@font-face {
    font-family: 'Gabriel Sans Cond Light';
    src: url('public/font/Gabriel-Sans-Cond-Light.otf');

}

@font-face {
    font-family: 'Gabriel Sans Cond Medium';
    src: url('public/font/Gabriel-Sans-Cond-Medium.otf');

}

@font-face {
    font-family: 'Gabriel Sans Cond Black';
    src: url('public/font/Gabriel-Sans-Cond-Black.otf');
}



* {
    font-family: "Gabriel Sans Cond Normal", sans-serif !important;
}

/* Bootstrap conflict */
body {
    background-color: transparent;
    overflow-x: hidden;
}
*, *::before, *::after { box-sizing:unset; }

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}
.loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.loginBtn:focus {
    outline: none;
}
.loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
    /*font-family: "Roboto", Roboto, arial, sans-serif;*/
    background: #DD4B39;
}
.loginBtn--google:before {
    border-right: #BB3F30 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
    background: #E74B37;
}

body .page-id-64 #Header_creative{
    background-color: white;
}

/*----------------------------------------------------------------------------------------*/
/** Bootstrap, Base **/
/** Par défaut, le thème inclut ses paramètres css directement dans le code html et écrase les fichiers css **/
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,strong,tt,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    font-size: 1rem;
}

.h1, h1, h1 strong {
    font-size: 2.5rem !important;
    color: #ffffff;
    text-transform: uppercase;
}

.h2, h2, h2 strong {
    font-size: 2rem !important;
    color: #fb5b37;
    text-transform: uppercase;
}

.h3, h3, h3 strong {
    font-size: 1.75rem !important;
    color: #2888b2;
    text-transform: uppercase;
}

.h4, h4, h4 strong {
    font-size: 1.5rem !important;
    text-transform: uppercase;
}

.h5, h5, h5 strong {
    font-size: 1.25rem !important;
    color: #00a680;
    text-transform: uppercase;
}

.h6, h6, h6 strong {
    font-size: 1rem !important;
    text-transform: uppercase;
}

hr {
    border-color: transparent;
    background-color: transparent;
}

body:not(.home) #Header_wrapper {
    height: 250px;
}

#Top_bar .menu > li > a, #Top_bar #menu ul li.submenu .menu-toggle {
    color: #ffffff;
}

#Top_bar a.responsive-menu-toggle {
    color: #ffffff;
}

#Footer {
    color: #ffffff;
    background: #212121;
}

#Footer a {
    color: #696b71;
}

#Footer .widgets_wrapper {
    text-align: right;
}

#Footer .widgets_wrapper .column {
    width: 100%;
    margin: 0px;
}

#Footer .widgets_wrapper .widget {
    width: fit-content;
    display: inline-block;
    padding: 15px;
}

#Footer .menu-menu-footer-container ul li {
    display: inline-block;
    padding: 0px 5px;
}

#Footer .widget_nav_menu ul li:after {
    border: none;
}

#Subheader {
    background-color: transparent;
}

.alert{
    padding: 20px 55px 20px 90px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

#side-container{
    background-color: #f1f4f5;
}

#menu-item-212{
    background-color: #EE5839 !important;
    padding: unset !important;
}

#menu-item-212 a{
    padding: 50px 0 !important;
}

.menu-callout-right {
    font-size: 10px;
    margin-left: 4px;
    position: absolute;
    top: -10px;
    margin-bottom: 13px;
    color: #EE5839;
    padding: 3px 4px;
    border-radius: 3px;
}

body {
    height: 100%;
}

#Footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 900px){
    #menu-item-212{
        background-color: #EE5839 !important;
        padding: unset !important;
    }

    #menu-item-212 a{
        /*padding: 50px 0 !important;*/
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 1489px) and (min-width: 1240px){
    .header-open #Wrapper {
        /*max-width: unset !important;*/
    }
}

@media only screen and (max-width: 1239px) {
    #Header_creative {
        background-color: #303030 !important;
    }
}

@media only screen and (min-width: 1240px){
    #Header_creative {
        width: 200px !important;
    }

    body:not(.home) #Header_creative {
        background-color: #303030 !important;
    }

    #Wrapper{
        /*position: absolute;
        left: 200px;
        top: 0px;
        width: 100%;
        max-width: unset !important;*/
    }

    /*#container-logout{*/
        /*color: white;*/
    /*}*/

    /*button{*/
    /*background-color: #00a680 !important;*/
    /*border: unset !important;*/
    /*color: white !important;*/
    /*}*/
}

body.home #Header_creative {
    border-right: 1px solid #ffffff;
}

.green-button {
    background-color: #00a680 !important;
    color: #ffffff !important ;
    font-family: "Gabriel Sans Cond Normal";
    text-transform: uppercase;
}

#Subheader{
    padding: 0;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    #Subheader{
        top: 30px;
    }
}


@media only screen and (max-width: 1024px) {
    #Subheader .container{
        margin: unset !important;
        max-width: unset !important;
        padding: 0 21px;
    }
}

#container-logout{
    padding-top: 14px;
    color: white;
}

/* ---------- CSS ---------- */

/* Header */
@media only screen and (max-width: 1240px) {
    #Header_creative #Top_bar #logo img.logo-sticky {
        max-height: none !important;
    }
}

@media only screen and (min-width: 1241px) {
    #Header_creative #Top_bar .logo {
        margin: 0px 30px !important;
    }

    #Top_bar #logo {
        height: 115px !important;
        padding-top: 67px !important;
    }

}

@media only screen and (max-width: 960px){
    #header-image {
        display: none;
    }
}

#Top_bar.is-sticky {
    background-color: #303030 !important;
    z-index: 1000;
}

.responsive-menu-toggle {
    z-index: 10000 !important;
}

/* Page*/
html {
    background-color: #303030 !important;
}

body.header-creative {
    padding-left: 200px !important;
}

body.header-creative.header-open{
    padding-left: 200px !important;
}

.container {
    max-width: initial !important;
    margin: 0px !important;
    padding: 0px !important;
}

@media only screen and (max-width: 767px) {
    body:not(.home) #Content .entry-content > .container .row > *.col-12 > *:not(h2, span) {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.row {
    max-width: 1024px;
    margin: 0px auto;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    margin: 0px;
    padding: 0px;
}

#Content:not(.split-page){
    background-color: #ffffff !important;
    padding-top: 0px !important; /** annule le css pas défaut du thème **/
}

#Content:not(.split-page) div.sections_group {
    margin: 30px auto;
}

#Content.split-page {
    background: linear-gradient( to right, #ffffff 50%, #f1f4f5 50% );
}

.section.the_content {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1024px;
    margin: 0px auto;
}

.section.the_content .the_content_wrapper {
    margin: 0px;
}

.section.the_content .section.the_content {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 767px) {
    .section.the_content {
        padding-left: 0px;
        padding-right: 0px;
    }

    #Subheader h1.title {
        padding: 0px 33px;
    }
}

#section_new_password {
    padding-left: 35px;
    padding-right: 35px;
}

.section_wrapper {
    margin: 0px;
}

/* Demi-page */
.split-page {
    padding-top: 0px !important;
}

.main-split > div, .second-split > div {
    margin: 35px;
}

.main-split {
    background-color: #ffffff;
}

.second-split {
    background-color: #f1f4f5;
}

/* Entete */
body:not(.home) #Header_wrapper .col-12 {
    height: 250px;
    position: relative;
}

#header-image{
    position: absolute;
    right: 20px;
    bottom: 0px;
}

/* Onglets */
ul.nav-tabs {
    border-bottom: 0px;
}

ul.nav-tabs a.nav-link {
    width: 100px;
    height: 95px;
    color: #999997;
    border: 1px solid #babebf;
    border-radius: 0.25rem;
    margin: 5px;
    padding: 10px 5px;
}

ul.nav-tabs a.nav-link:hover {
    border-color: #babebf;
}

ul.nav-tabs a.nav-link.active {
    background-color: #00a680;
    color: #ffffff;
}

ul.nav-tabs a.nav-link div:last-child {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
}

div.tab-content {
    margin: 35px 0px;
}

div.tab-content div.col-lg-12 {
    padding: 0px;
}

input, select, textarea {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #e5e5e5 !important;
}

.hidden-clubaremiti {
    display: none;
}

.flex-clubaremiti {
    display: flex;
}

/** Font Awesome **/
.fa {
    font-family: FontAwesome !important;
}

/** Blog **/
.section_wrapper.section_wrapper:before, .section_wrapper.section_wrapper:after {
    display: none;
}

/** Partage sur les réseaux sociaux **/
.share-simple-wrapper .icons a {
    color: #00a680 !important;
}

.share-simple-wrapper .icons a:hover {
    text-decoration: none;
}

.share-simple-wrapper .icons {
    font-size: 30px;
}

/** Magazine **/
div#blog-mag div.article-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px;
    height: 100%;
}

div#blog-mag.section-related-ul div.article:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 70px;
}

div#blog-mag div.article {
    width: 215px;
    height: 290px;
}

div#blog-mag div.article div.article-back {
    height: 100%;
    background: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 60% );
}

div#blog-mag div.article div.article-data {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    min-height: 100px;
    max-height: 125px;
}

div#blog-mag div.article span {
    color: #a8abae;
    font-size: 0.75rem !important;
}

div#blog-mag div.article h3 {
    line-height: 25px;
    text-transform: none;
}

div#blog-mag div.article h3 a {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    font-weight: 500;
}

/** Formulaires **/
form div.row {
    margin-bottom: 20px !important;
}

input {
    margin-bottom: 0px !important;
}

input:read-only, select:disabled {
    background-color: #eeeeee !important;
}

label.error {
    color: #fb3237;
}

/** Puces **/
.the_content_wrapper ol, .the_content_wrapper ul {
    color: #000000 !important;
}

/** Menu **/
#menu-menu-header .menu-item:last-of-type {
    margin-top: 120px;
}

/** Formulaires **/

form .col-12.col-sm-6 input, form .div#actus-aremiticol-12.col-sm-6 select {
    width: 99%;
}

form .col-12.col-sm-6:nth-of-type(even) input, form .col-12.col-sm-6:nth-of-type(even) select {
    margin-left: 1%;
}

form .col-12 textarea, form .col-12 select {
    width: 100%;
}

/** Autres **/
div.pubs {
    margin: 30px auto;
}

@media only screen and (max-width: 767px) {
    .row {
        max-width: 90%;
        margin: 0px auto;
    }

    div#blog-mag div.article {
        width: 160px;
        height: 210px;
    }

    div#blog-mag div.article h3 a {
        font-size: 1rem !important;
        line-height: 0px;
    }

    div#blog-mag div.article div.article-data {
        min-height: 100px;
        max-height: 100px;
        padding: 0px 15px;
    }

    div#blog-mag div.article h3 {
        line-height: 20px;
    }

    body:not(.home) #Header_wrapper {
        height: 175px;
    }

    #container-logout {
        padding: 0px 33px;
    }

    .main-split > div, .second-split > div {
        margin: 35px 0px;
    }

    #block-echange {
        padding: 15px 0px;
    }
}

@media only screen and (max-width: 575px) {
    div.col-sm-6:first-of-type {
        margin-bottom: 20px;
    }
}

::selection {
    color: #ffffff;
    background: #3c8efe;
}

::-moz-selection {
    color: #ffffff;
    background: #3c8efe;
}

div.article:hover {
    cursor: pointer;
}

.aremi-custom img {
    width: 100% !important;
    height: auto !important;
    max-width: 770px !important;
    max-height: 77px !important;
}

/** Page Navigation **/
ul.page-numbers {
    float: right;
}

ul.page-numbers li {
    list-style: none;
    display: inline-block;
}

ul.page-numbers li a.page-numbers {
    color: #00a680;
}