.photoFormateur {
    width: 150px !important;
}

/* ------------------------------------------------------------ */
/* INPUT */
/* ------------------------------------------------------------ */
textarea {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
input[type=text] {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
input[type=email] {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
input[type=tel] {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
select {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
input[type="submit"] {
    background-color:#EA5151 !important; 
    color:#FFFFFF !important; 
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

/*-----------------------*/
/*   IMAGE PLEINE LARGEUR   */
/*-----------------------*/
.ImagePleineLargeur {
    width:100% !important;
}

/* ------------------------------------------------------------ */
/* PAGE FORMATION */
/* ------------------------------------------------------------ */
.desc_page_formation {
    padding-right:40px;
}
.img_formateur_page_formation {
    width: 150px !important;
    margin-bottom:20px;
}
.temoignage_page_formation {
    margin-bottom:40px;
}
/* ------------------------------------------------------------ */
/* THE EVENT CALENDAR */
/* ------------------------------------------------------------ */
.tribe-events-widget-link a {
    color:#003350;
    text-decoration: underline;
}

/* ------------------------------------------------------------ */
/* MINI-CALENDAR WIDGET */
/* ------------------------------------------------------------ */
.tribe-mini-calendar th.tribe-mini-calendar-dayofweek {
    background-color: #F2F2F2 !important;
}
.tribe-mini-calendar td.tribe-events-has-events {
    background-color: #000 !important;
}

/* ------------------------------------------------------------ */
/* HEADER BLEU FONCE */
/* ------------------------------------------------------------ */
div.fusion-secondary-header {
    margin:0px;
    padding:0px;
    color:#F2F2F2;
}

/* ------------------------------------------------------------ */
/* BREADCRUMBS */
/* ------------------------------------------------------------ */

span.breadcrumb-leaf {
    font-weight: bold;
}
.fusion-page-title-wrapper{
    width: 100%;
}

/* ------------------------------------------------------------ */
/* MENU PRINCIPAL : DECALAGE */
/* ------------------------------------------------------------ */
ul#menu-menu-principal.fusion-menu {
    position:relative;
    left:25px;
    top:25px;
    min-height:60px;
}

/* ------------------------------------------------------------ */
/* MENU PRINCIPAL : ITEM CATALOGUE */
/* ------------------------------------------------------------ */
li#menu-item-179 a {
    text-transform: uppercase;
    padding-left:20px;
    padding-right:20px;
    border:2px solid #003350;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #003350 !important;
}
li.fusion-main-menu-search {
    margin-right:30px;
}

/* ------------------------------------------------------------ */
/* MENU PRINCIPAL : ITEM ACTIVE */
/* ------------------------------------------------------------ */
#menu-menu-principal ul .menu-item a:hover {
    background-color: #F9BA00 !important;
    font-weight: bold;
}
/* ------------------------------------------------------------ */
/* ACCUEIL, BOUTON FORMATION */
/* ------------------------------------------------------------ */
.btnAccueilFormation {
    width:auto;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin:auto;
    border:2px solid #003350;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #003350 !important;
    font-size:14px;
    font-weight: bold;
}
input.tribe-events-button .tribe-no-param {
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    border:2px solid #003350;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #003350 !important;
    font-size:14px;
    font-weight: bold;
}

/* ------------------------------------------------------------ */
/* LISTE DES SESSIONS DE LA PAGE D'ACCUEIL  */
/* ------------------------------------------------------------ */
.widgetListContainer {
    display: flex;
    flex-wrap: nowrap;
    width: 300px;
    color: #003350;
}
.widgetListDates {
    float:left;
    color: #FFFFFF;
    background-color: #003350;
    height: 54px;
    width: 54px;
    margin: 1px;
    padding: 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.widgetListEvent {
    position: relative;
    top: 0px;
    left: 0px;
    height: 54px;
    width: 100%;
    padding: 8px;
    background-color: #F2F2F2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
#titre {
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
#lieuEtFormateur {
    position: relative;
    top: -20px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

/* ------------------------------------------------------------ */
/* ACCUEIL, FORMATEUR */
/* ------------------------------------------------------------ */
.fusion-person .person-shortcode-image-wrapper {
    float: left;
    vertical-align: middle;
    padding: 0px;
}
.fusion-person img.person-image {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fusion-person .person-desc {
    float: left;
    text-align: left;
    vertical-align: middle;
    margin-left:0px;
}
.fusion-person .person-author-wrapper {
    text-align: left;
    vertical-align: middle;
}
.fusion-person span.person-name {
    text-align: left;
    color:#F9BA00;
    font-weight: bold;
    margin-left:0px;
}
.fusion-person span.person-title {
    color:#61C9E4;
}

.person-content
{
    color:#ddd;
}

/* ------------------------------------------------------------ */
/* TWEETS ACCUEIL */
/* ------------------------------------------------------------ */
.atf-inner-wrapper {
    background-color:#003350;height:270px;
    padding:20px;
    border-radius: 5px;
}
.homeblog {
    padding:20px;
}
.atf-user-card {
    text-align:center;
}
.atf-screen-name {
    padding-left:13px;
    text-align:left;
}
.atf-tweet-text {
    color:#ffffff;
}

/* ------------------------------------------------------------ */
/* LIENS RESEAUX SOCIAUX WIDGET 6 (EN BAS A DROITE) */
/* ------------------------------------------------------------ */
.fusion-social-networks-wrapper {
    position:relative;
    left:20px;
}

/* ------------------------------------------------------------ */
/* FORMULAIRES */
/* ------------------------------------------------------------ */
.wpcf7-form-control .wpcf7-submit {
    background-color:#EA5151; 
    color:#FFFFFF; 
    text-align: center; 
    font-size: 14px; 
    padding-left:20px; 
    padding-right:20px; 
    padding-top:10px; 
    padding-bottom:10px;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

/* ------------------------------------------------------------ */
/*  PAGES DES FORMATIONS  */
/* ------------------------------------------------------------ */
@media screen and (min-width: 1000px) {
    .menuContainer {
        display: flex; 
        flex-flow: row wrap; 
        justify-content: center; 
        width: 100%; 
        text-align:center; 
        margin-top: 8px; 
        margin-bottom: 8px; 
        border-top:1px solid #CCCCCC; 
        border-bottom:1px solid #CCCCCC; 
        color:#CCCCCC;
        cursor: pointer; 
        
        --custom-domain-color: #F9BA00;
    }
    .menuFormation {
        padding: 5px;
        text-transform: uppercase;
        border:0;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 13px;
        outline: none;
        background-color: white;
        color: #003350;
    }
    .menuFormation:hover {
        border-top:3px solid var(--custom-domain-color);
        border: 3px 0 0 0;
        color: var(--custom-domain-color);
        cursor: pointer; 
    }
    .menuFormationActif {
        padding: 5px;
        font-weight: bold;
        cursor: pointer; 
        border-top:3px solid var(--custom-domain-color); 
        color: var(--custom-domain-color) !important;
    }
    .menuFormationActif:hover {
        border-top:3px solid var(--custom-domain-color); 
    }
}
@media screen and (max-width: 999px) {
    .menuContainer {
        display: flex; 
        flex-flow: row wrap; 
        justify-content: center; 
        width: 100%; 
        text-align:center; 
        margin-top: 8px; 
        margin-bottom: 8px; 
        border-top:1px solid #FFFFFF !important; 
        border-bottom:1px solid #FFFFFF !important; 
        color:#CCCCCC;
        cursor: pointer; 
    }
    .menuFormation {
        padding: 8px;
        text-transform: uppercase;
        border:0;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 14px;
        outline: none;
        background-color: white;
    }
    .menuFormation:hover {
        border-top:3px solid var(--custom-domain-color);
        border: 3px 0 0 0;
        color: var(--custom-domain-color);
        cursor: pointer; 
    }
    .menuFormationActif {
        padding: 8px;
        font-weight: bold;
        cursor: pointer; 
        border-top:3px solid var(--custom-domain-color); 
        color: var(--custom-domain-color) !important;
    }
    .menuFormationActif:hover {
        border-top:3px solid var(--custom-domain-color); 
    }
}

/* ------------------------------------------------------------ */
/*  PAGES DES ARTICLES  */
/* ------------------------------------------------------------ */

.shadow-page{
    background: #F1F3F5;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.3);
    padding-top: 25px;
}

.single-navigation{
    margin: 0px 15px 30px;
}

.shadow-page .post-content{
    padding: 0 5% 10%;
}

article .post-content h1, article .post-content h2 {
    color:#FAC101 !important;
}


article .post-content p{
    color:#003350;
    font-size: 1em;
}

body.has-sidebar #content {
    width: 100% !important;
}

.single-navigation a[rel=next]{
    margin-right:15px;
}

article .post-content .fusion-text li{
    list-style-type: none;
    background-image: url(/wp-content/themes/diginamic-gr8/img/check-blue.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size:1.2em;
    padding-left: 15px;
    padding-left: 3em;
    font-size:1.1em;
    line-height:2.5em;

}

article .post-content .fusion-text ul {
    background-color: #61C9E4;
    padding: 4% 18%;
    margin: 4% -12.5%;
}

article .fusion-title {
    margin: 60px 0 30px !important;
}

.single .fusion-sharing-box
{
    margin-top: 20px;
}

.shadow-page .entry-title.fusion-post-title
{
    display:none;
}

/* ------------------------------------------------------------ */
/*  PAGES DES CATEGORIES D'ARTICLES  */
/* ------------------------------------------------------------ */

.post{
    margin-bottom: 0px;
}

.fusion-post-content-container p, .fusion-single-line-meta, #main .post h2 a, p.fusion-single-line-meta a
{
    color:white !important;
}

.post .fusion-meta-info div a{
    color:#F9BA02;
}

.fusion-blog-layout-grid .post .fusion-post-wrapper {
    border: 0;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.3);
}

.fusion-blog-layout-grid .fusion-single-line-meta{
    height: 40px;
}

.fusion-date-and-formats .fusion-date-box{
    background-color: #F9BA02 !important;
}

.fusion-date-and-formats{
    float:none !important;
    margin-top: 20px;
}

.fusion-format-box{
    display:none;
}

.fusion-single-line-meta span:nth-child(3){

    padding: 0.2rem 0.5rem;
    background-color: #F9BA02;
    line-height: 3rem;
    font-size: 1rem;
    font-weight: 300;
}