/*** MODIFICATION DES MARGES DU HEADER *****/

.header-ext .btn {
    margin-top: 0.2rem!important;
    margin-bottom: 0.2rem!important;
}

/** RETOUCHES DU MENU PRINCIPAL ****/ 

.line-menu .zone-menu .navbar-nav>li .dropdown-menu li a {
    font-size: 15px!important;
    padding: 15px 40px 15px 20px!important;
}

/** LEGERES RETOUCHES SUR LES BOUTONS **/ 

.btn {

    font-size: 16px!important;
    padding: 12px 26px!important;
}


/**** BOTTIN DES CLUBS ****/



.bottin .directory-member-detail-wrapper h1 {
   display: none;
}

.bottin .section-title {
font-size: 30px!important;
    font-weight:600!important;
}

.bottin .form-horizontal .control-label {
    font-size: 17px;
    padding-bottom: 0rem!important;
    font-weight: bold;
    color: #2B5747 !important;
}

#directory-tabs .nav-item.active a {
    background-color: var(--primary);
    color: #fff;
    margin-bottom: -1px;
    font-size: 16px;
    display: none;
}

.revues .section-revues .btn-primary {
display:none;
}

.revues .section-revues h3 a {
text-decoration:none;
    font-weight: 500;
}

.revues .e-thumbnail {
max-width: 350px!important;
    text-align: center;
}

/***.PAGE GENERALE FORMATIONS ***/ 

.mod_event_activity__topic {
max-width: 80%!important;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    
}

.activities-mosaic .item img {
    margin-bottom: 20px;
    border-radius: 8px;
    height: 270px!important;
    width: 100%!important;
    object-fit: cover!important;
}

.activities-mosaic .item h3 {
    margin-top: 10px;
}
.activities-mosaic .row {
    padding-bottom: 30px;
}

.events-mosaic .address {
    display:none!important;
}

/*** PAGE FORMATION PRECISE ***/

.jumbotron {
    background: none!important;

}


.event-jumbotron__left-right__title,.form-withProgress__title-main {
    font-size: 32px!important;
       font-family: "DM Sans", sans-serif;
    color: #333!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: normal;
    letter-spacing: -1px!important;
    text-transform: none;

}

.zone-event .jumbotron {
    border-radius: 0;
    border: 1px solid black!important;
      background: var(--beige-light)!important;
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    color: #444444!important;
}

.jumbotron p.event-jumbotron__date.itemInfos {
    font-family: "DM Sans"!important;
    color: #444444!important;
    font-size: 28px!important;
    font-weight: 700!important;
    text-transform: inherit!important;
}

.jumbotron p, .jumbotron span {
    color: #444444!important;
}

/**** PAGE GENERALE DES FORMATIONS ****/ 

#eventFilterForm .form-horizontal {
    background-color: white!important;
    padding: 0px!important;
    padding-bottom: 40px!important;
}

.events .item {
    border-radius: 10px!important;
    padding: 0px!important;
    border: 1px solid black!important;
    background: white; /** ou var(--beige-light); en alternative ***/
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.3);
    margin-bottom: 20px!important;
}
.events .item .btn.btn-default {
    color: var(--primary);
    background: white!important;
    border: solid 1px var(--primary);
}



.events-mosaic .thumb {
    margin-bottom: 20px!important;
    border-radius: 10px 10px 0 0;
}

.events .item h3,.events .item h4,.events .item p {
    padding-left: 20px!important;
    padding-right: 20px!important;
}


/**** POUR PASSER CERTAINS CHAMPS EN 100% DE LARGEUR DANS L'ESPACE MEMBRE *****/

@media (min-width: 992px) {
    #section_493415 .col-md-12, #section_487643 .col-md-12 {
        width: 100%!important;
    }
}

/*** RETOUCHE DE LA PAGE BILAN LORS DE L'INSCRIPTION ****/

.form-control-static {
    background: #fff;
    border: 1px solid var(--primary);
    border-radius: 8px;
    padding: 10px;
        width: 100%;
}
@media (min-width: 481px) {
    .form-withProgress__wrapper fieldset>legend {

    font-family: "GarageGothic-bold", sans-serif;
    color: var(--gray-tx-44);
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: normal;
    text-align: left;
        padding-top: 30px;
     
    }
}
.total-amount-section {
    margin-top: 30px;
    border-radius: 6px;
}





