html, body {
    height: 100%;
    width: 100%;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body {
    position: relative;
    background-color: #eeeeee;
}
.container, .container-fluid{
    background-color: #eeeeee;

}

.container-fluid {
    /*      -webkit-box-shadow: 9px 0px 8px -3px rgba(0,0,0,0.75);
            -moz-box-shadow: 9px 0px 8px -3px rgba(0,0,0,0.75);
            box-shadow: 9px 0px 8px -3px rgba(0,0,0,0.75);*/
}
.section{
    min-height: 100%;
    position: relative;

    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #f5f4e9;

    padding-top: 50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}


.search-console{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
    background-color: transparent !important;


    font-size: 0;
}
.search-console .form-inline, .card{
    padding: 0;
    margin: 0;
}
.search-console .card-block{
    padding: 0.8rem;
    background-color: aliceblue;
}
#section-search {
    /*box-shadow: 0 11px 12px -5px;*/
    background-attachment: fixed;

}
.sectionBody{
    padding-top: 24px;
    background-color: transparent;

}
header {
    position: fixed;
    background-color: black;
    z-index: 9999;
    /*background-color: rgba(0,0,0,0.7);*/
}
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
    position: fixed !important;
    z-index: -10;
}
.vedettes{
    -webkit-box-shadow: 0px -7px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:    0px -7px 10px 0px rgba(0, 0, 0, 0.9);
    box-shadow:         0px -7px 10px 0px rgba(0, 0, 0, 0.9);
}
/*
header img{
   transition: all ease .5s;
   -webkit-transition: all ease .5s;
}


header {
   transition: all .5s;
   -webkit-transition: all .5s;
}
*/

.toolsNav
{
    display:table-row;
    text-align: right;
    color: white;
}
.toolsNav li{
    display: table-cell;
    vertical-align: bottom;
    color: white;
}

.notifBtn{
    background-color: #696969;
    margin: 4px;
    width: 35px;
    height: 35px;
    border-radius: 4px;

}
.notifBtn li a { color: white !important; }
.nearmeEventWrap{
    border-color: transparent !important;
}
.nearmeEventInfos{
    font-size : inherit !important;
    color: #111;
}
.col-md-6{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row {
    /*margin: 0 !important;*/
}
.vegas-overlay, .vegas-slide, .vegas-slide-inner, .vegas-timer, .vegas-wrapper {
    position: fixed !important;
    z-index: -10;
    background-attachment: fixed;
    background-position: 50% 50%;
}
.boxFlex{
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    justify-content: space-between;

}
.rowBox {
    width: 350px;
    margin: 15px;
}
.rowBoxFeatured
{
    width: 44% !important;
    margin: 15px;
}



.derniersAjout {
    background-image: url(https://www.mensgo.eu/xxxImgSupp/logomensgo.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 200px;
    background-attachment: fixed;
    height: 100vh;
}
.blocPub {

    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    box-shadow: 0px 0px 15px 7px black;
    z-index: -2;
}



@media only screen and (max-width: 640px) {

    .rowBox
    {
        width: 100% !important;
        margin: 15px;
    }
    .rowBoxFeatured
    {
        width: 100% !important;
        margin: 15px;
    }

}

@media only screen and (min-width: 640px) {

    .rowBox
    {
        width: 44% !important;
        margin: 15px;
    }

}

@media only screen and (min-width: 768px) {
    .cd-main-content {
        padding-top: 70px;
    }
    .rowBox
    {
        width: 28% !important;
        margin: 15px;
    }
    .rowBoxFeatured
    {
        width: 44% !important;
        margin: 15px;
    }
}
@media only screen and (max-width: 993px) {


    .rowBoxFeatured
    {
        width: 44% !important;
        margin: 15px;
    }
}

.row{
    margin-left: 2px !important;
}

@media only screen and (max-width: 600px) {
    .aa .btn {
        width: 100%;
    }
}

.hiddenS {
    display: none;
}

.showS {
    display: flex;
}

.dropdown-menu {
    width: 340px;
    box-shadow: 2px 10px 15px -7px black;
    max-width: 100%;
}

.inputGroup {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;
}

.labelo {
    padding: 12px 37px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}

.labelo:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: #5562eb;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}

.labelo:after {
    width: 32px;
    height: 32px;
    content: '';
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}

.labelo:hover {
    border: dashed 1px black;

    font-weight: bold;
}

.afterCheck {
    color: white;
}

.afterCheck:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.afterCheck:after {
    background-color: #54E0C7;
    border-color: #54E0C7;
}

.aa input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.select-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    color: #60666d;
    text-align: left;
}
.select-box__current {
    position: relative;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: none;
}
.select-box__current:focus + .select-box__list {
    opacity: 1;
    animation-name: none;
}
.select-box__current:focus + .select-box__list .select-box__option {
    cursor: pointer;
}
.select-box__current:focus .select-box__icon {
    transform: translateY(-50%) rotate(180deg);
}
.select-box__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    opacity: 0.3;
    transition: 0.2s ease;
    border: 1px solid;
    padding: 3px;
    width: 25px;
}
.select-box__value {
    display: flex;
}
.select-box__input {
    display: none;
}
.select-box__input:checked + .select-box__input-text {
    display: block;
}
.select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 2px;
    padding-left: 10px;
    background-color: #f2f2f2;
}
.select-box__list {
    position: absolute;
    width: 100%;
    padding: 0;
    list-style: none;
    opacity: 0;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    z-index : 99;
    transition: all ease-in 0.3s;
}
.select-box__list li label{
    margin-bottom: 0;
}
.select-box__option {
    display: block;
    padding: 0;
    padding-left: 0px;
    background-color:#f2f2f2;
    border-bottom: 1px solid#868686;
    padding-left: 10px;
}
.select-box__option:hover, .select-box__option:focus {
    color: #546c84;
    background-color: #fbfbfb;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}