
/* CSS Document */


/*Revert stephane behaviour content jquery*/
.chosen-search-input {
    height: 35px !important;
    text-align: center !important;
}

.bo input {
    height: auto !important;
    display: initial !important;
    width: auto !important;
    padding: 10px 15px !important;
}

    .bo input[type=text] {
        width: 100% !important;
        height: 40px !important;
        padding: 6px 12px !important;
    }

.bo #zExtProp .checkbox label {
    padding: 5px 0 5px 20px
}

.bo #zExtProp input, .bo #zExtProp select {
    margin-bottom: 10px;
}

.bo #zExtProp .checkbox input[type=checkbox] {
    position: absolute;
    left: 23px;
    top: 4px;
}

.tagedit-list, #tagedit-input {
    border: 1px solid #c6c6c6 !important;
    width: 100% !important;
}

    .tagedit-list:hover {
        cursor: pointer;
    }

.tagedit-listelement-new {
    width: 100% !important;
}

.tagedit-list li.tagedit-listelement-new input.tagedit-input-disabled {
    display: none !important;
}

#tagedit-input {
    height: 100% !important;
    border: 0 !important;
}


/*Toolbar*/
.sf-menu > li > a {
    width: 40px !important;
}

    .sf-menu > li > a:after {
        display: none !important;
    }

.sf-menu li {
    background-color: #f0f0f0 !important;
}

.sf-menu {
    width: 60px !important;
}

    .sf-menu a {
        color: #747474 !important;
    }

#zMenuBar {
    width: 40px !important;
    border: 0px !important;
    border-radius: 7px !important;
}

    #zMenuBar a {
        padding: 5px !important
    }

    #zMenuBar .handle {
        background-color: #747474 !important;
        height: 7px !important;
    }

.sf-menu ul {
    left: 36px !important;
    top: 6px;
}

    .sf-menu ul ul {
        left: 12em !important;
    }


.sf-arrows .sf-with-ul:after {
    border-top-color: #747474 !important;
    right: 5px !important;
}

/*Rate It*/
div.rateit div.rateit-range {
    background: url('/images/star.gif') !important;
}

div.rateit div.rateit-hover {
    background: url(/images/star.gif) left -32px;
}

div.rateit div.rateit-selected {
    background: url(/images/star.gif) left -16px;
}

div.rateit div.rateit-preset {
    background: url(/images/star.gif) left -48px;
}

div.rateit div.rateit-preset-rtl {
    background: url(/images/star.gif) left -48px;
}

/*SweetAlert*/

.sweet-alert button.confirm {
    background-color: #fd3478 !important;
}

/*End Revert*/

body {
    background-color: #fff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden;
    font-weight: 300;
}

html {
    min-height: 100%;
}

a, a:focus, a:active {
    outline: none;
    color: #fd3478;
}

    a:hover {
        color: #fd3478;
    }

/*------  Menu droite  ------*/
.menu {
    position: fixed;
    height: 100%;
    top: 60px;
    right: -500px;
    background-color: rgba(255,255,255,0.9);
    padding: 50px 60px 0 20px;
    box-shadow: -2px -2px 5px rgba(0,0,0,.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: 40;
}

@media only screen and (max-width : 768px) {
    .menu {
        background-color: #fff;
        left: 0;
        display: none;
    }

        .menu .xclose {
            display: none;
        }


    .attachements ul li {
        width: 50% !important;
    }
}

.menu .xclose i {
    position: absolute;
    right: 10px;
    top: 40px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    background-color: transparent;
}

    .menu .xclose i:hover {
        color: #fd3478;
    }

.menu a {
    display: block;
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
}

    .menu a:hover {
        color: #fd3478;
        text-decoration: none;
    }

.menu i {
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    background-color: #fd3478;
    border-radius: 200px;
    line-height: 35px;
    font-size: 20px;
    margin-right: 10px;
}


/*------  Outils  ------*/

.img-circle-child img {
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.tools_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.tools {
    position: absolute;
    top: 110px;
    left: -70px;
    background-color: #f5f5f5;
    border-radius: 6px;
    z-index: 5000;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 5px 3px;
}

.tools_small {
    top: 80px;
}

.tools .item {
    color: #808080;
    font-size: 20px;
    text-align: center;
    padding: 3px 5px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
}

.tools_drop {
    position: absolute;
    width: auto;
    left: 35px;
    top: 2px;
    background-color: #f5f5f5;
    padding: 5px;
    text-align: left;
    display: none;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
}

    .tools_drop a {
        display: block;
        white-space: nowrap;
        font-size: 14px;
        padding: 3px;
        color: #747474;
    }

        .tools_drop a:hover {
            color: #fff;
            background-color: #fd3478;
            text-decoration: none;
        }

.tools .item:hover {
    color: #fd3478;
}


/*------  Header  ------*/
.header {
    background-color: #fff;
    height: 90px;
    box-shadow: 2px 0px 3px rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header_container {
    display: flex;
    position: relative;
    height: 100%;
}

.logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 217px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .logo img {
        width: 100%;
        height: auto;
    }


.dropdown-content {
    display: none;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    white-space: nowrap;
    padding: 5px;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    text-align: left;
    min-width: 100%;
    border-top: 0;
    box-shadow: 0px 2px 3px rgba(0,0,0,.2);
}

    .dropdown-content a {
        color: #747474;
        text-decoration: none;
        display: block;
        padding: 5px 8px;
    }

    .dropdown-content .active {
        color: #12649d;
    }

    .dropdown-content a:hover {
        color: #fff;
        background-color: #fd3478;
    }

.profil {
    margin: auto 10px auto 0;
}

    .profil .avatar {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 200px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .profil .avatar img {
            width: 100%;
            height: auto;
        }

.dropdown_profil {
    top: 70px;
}

@media only screen and (max-width : 768px) {
    .dropdown_profil {
        top: 40px;
        left: 0;
    }
}


/*------  Header small // on scroll  ------*/
.header_small {
    height: 60px;
}

    .header_small .logo {
        width: 160px;
    }

    .header_small .profil {
    }

        .header_small .profil .avatar {
            width: 50px;
            height: 50px;
        }

    .header_small .dropdown_profil {
        top: 50px;
    }
/*------ XXX ------*/


.navig {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.header .recherche {
    background-color: #fff;
    height: 40px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
    border-radius: 4px;
    position: relative;
    margin: auto 10px auto 0
}

.header .search {
    height: 40px !important;
    border: 0;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0,0,0,0) !important;
    font-size: 13px;
    width: 600px !important;
    padding-left: 15px;
}

    .header .search::placeholder {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        color: #333;
    }

.header .btn_search {
    position: absolute;
    background-color: #6d7dff;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(../images/icons/search_white.svg);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

    .header .btn_search:hover {
        opacity: 0.8;
    }

.btn_menu {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto 10px auto 0;
    box-shadow: 0px 0px 2px rgba(0,0,0,.0);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .btn_menu:hover {
        /* box-shadow: 0px 0px 5px rgba(0,159,209,.8);*/
        opacity: 0.8;
    }

.btn_notif {
    background-image: url(../images/icons/bell.svg);
    background-size: 55% auto;
}

.btn_group {
    background-image: url(../images/icons/group.svg);
    background-size: 80% auto;
}

.btn_burger {
    background-image: url(../images/icons/menu_blue.svg);
    background-size: 70% auto;
}

.btn_flag_fr-FR {
    background-image: url(/images//flags/fr.png);
    background-size: 80% auto;
}

.btn_flag_en-US, .btn_flag_en-EN {
    background-image: url(/images//flags/en.png);
    background-size: 80% auto;
}

.btn_flag_de {
    background-image: url(/images//flags/de.png);
    background-size: 80% auto;
}

.btn_flag_es {
    background-image: url(/images//flags/es.png);
    background-size: 80% auto;
}

.btn_menu .nb {
    position: absolute;
    background-color: #ff0000;
    font-size: 9px;
    color: #fff;
    padding: 2px 3px;
    right: -3px;
    top: -3px;
    border-radius: 4px;
    font-weight: 600;
}


.flags {
    top: 22px;
    padding: 3px;
}

    .flags img {
        width: 25px;
        height: auto;
    }


@media only screen and (max-width : 768px) {
    .header .recherche {
        background-color: #fff;
        height: 45px;
        position: relative;
        left: 0;
        right: 0;
        box-shadow: 2px 2px 5px rgba(0,0,0,.3);
        border-radius: 6px;
    }

    .header .search {
        width: 100%;
        height: 45px;
        border: 0;
        padding-left: 20px;
        padding-right: 45px;
        background-color: transparent;
    }

        .header .search::placeholder {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            color: #8f8f8f;
        }

    .header .btn_search {
        position: absolute;
        background-color: #fd3478;
        width: 45px;
        height: 45px;
        right: 0;
        top: 0;
        background-image: url(../images/icons/search.png);
        background-repeat: no-repeat;
        background-size: auto 55%;
        background-position: center center;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .profil .avatar {
        width: 40px;
        height: 40px;
    }

    .btn_menu {
        width: 26px;
        height: 26px;
        margin: auto 3px auto 0;
    }

    .header .recherche {
        display: none;
    }

    .btn_burger {
        display: none;
    }
}



@media only screen and (max-width : 992px) {
    .logo {
        width: 150px;
    }

    .header .search {
        width: 300px;
    }
}

@media only screen and (max-width : 768px) {
    .logo {
        position: absolute;
        top: 10px;
        transform: translateY(0%);
        left: 10px;
        width: 120px;
    }

    .header {
        background-color: #fff;
        height: 60px;
        box-shadow: 2px 0px 3px rgba(0,0,0,.2);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        width: 100%
    }
}

.mobile_menu {
    position: fixed;
    width: 100%;
    height: 30px;
    top: 60px;
    background-color: #f5f5f5;
    z-index: 200;
    display: none;
    border-bottom: 1px solid #fff;
}

.menu_burger {
    position: fixed;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 60px;
    background-image: url(../images/icons/menu.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
    z-index: 200;
    background-size: 90% auto;
}

.btn_recherche_mobile {
    position: fixed;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 60px;
    background-image: url(../images/icons/search_grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    cursor: pointer;
    z-index: 300;
    background-size: 90% auto;
}

.recherche_mobile {
    position: fixed;
    left: 10px;
    top: 90px;
    right: 10px;
    z-index: 5000;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.4);
    border-radius: 4px;
    display: none;
    border: 1px solid #ccc;
}

.search_mobile {
    height: 40px !important;
    border: 0;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0,0,0,0) !important;
    font-size: 14px;
    width: 100%;
}

    .search_mobile::placeholder {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        color: #8f8f8f;
    }

.btn_search_mobile {
    position: absolute;
    background-color: #fd3478;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background-image: url(../images/icons/search_white.svg);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: center center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

.btn_search:hover {
/*    background-color: #fd3478; */
}

.menu_close {
    background-image: url(../images/icons/close.svg);
}

@media only screen and (max-width : 768px) {
    .menu_burger {
        display: block;
    }

    .btn_recherche_mobile {
        display: block;
    }

    .mobile_menu {
        display: block;
    }
}




/*------  Visuel Homepage  ------*/
.visuel_homepage {
    width: 100%;
    height: 380px;
    background-color: #fff;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/homepage/visuel.jpg);
    position: relative;
    display: flex;
    margin-top: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*
	margin:0;
 	padding:0;
  	background: url(../images/homepage/visuel.jpg); no-repeat center fixed; 
  	-webkit-background-size: cover; 
  	background-size: cover;
*/
}

    .visuel_homepage .accroche {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        line-height: 140%;
        text-align: center;
        background-color: rgba(0,0,0,0.5);
        padding: 20px;
        max-width: 1000px;
        position: relative;
        margin: auto;
        margin-top: 125px;
    }

        .visuel_homepage .accroche h1 {
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            margin: 0;
            margin-bottom: 10px;
            text-transform: none;
        }

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

@media only screen and (max-width : 768px) {
    .visuel_homepage .accroche {
        font-size: 14px;
        margin-top: 110px;
        line-height: normal;
    }

        .visuel_homepage .accroche h1 {
            font-size: 20px;
        }
}


/*  Blocs destructurés  */
.bloc_desctructure {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

    .bloc_desctructure .item {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
        margin-bottom: 5%;
        display: block;
        padding-bottom: 60%;
        border: 1px solid #b5b5b5;
    }

    .bloc_desctructure .item1 {
        width: 35%;
    }

    .bloc_desctructure .item2 {
        width: 60%;
    }

    .bloc_desctructure .item3 {
        width: 18%;
    }

@media only screen and (max-width : 508px) {
    .bloc_desctructure .item1 {
        width: 48%;
    }

    .bloc_desctructure .item2 {
        width: 48%;
    }

    .bloc_desctructure .item3 {
        width: 48%;
    }
}




.bloc_desctructure .visuel {
    position: absolute;
    width: 100%;
    height: 100%;
}

    .bloc_desctructure .visuel img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
    }

.bloc_desctructure .texte {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    bottom: 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

.bloc_desctructure a:hover .visuel img {
    transform: scale(1.1);
}

.bloc_desctructure a:hover .texte {
    padding: 15px 10px;
}

.bloc_desctructure .picto {
    position: absolute;
    width: 30%;
    left: 5px;
    top: 5px;
}

    .bloc_desctructure .picto img {
        width: 100%;
        height: auto;
        max-width: 115px;
    }



/*  Caummunauté  */
.community {
    margin: 0;
    min-height: 684px;
}

    .community a {
        text-decoration: none;
    }

.community_bloc {
    background-color: #f5f5f5;
    padding: 20px 20px;
    margin-top: 20px;
}

.community_title {
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3478;
    /*text-align: center;*/
}

.community .line {
    display: flex;
    padding-bottom: 20px;
    padding-top: 10px;
}

.community .avatar {
    width: 43px;
    padding-top: 5px;
    position: relative;
    padding: 0;
}

.community .texte {
    color: #333;
    padding-left: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 100;
}

    .community .texte:hover {
        color: #fd3478;
    }

.community .date {
    font-size: 10px;
    line-height: normal;
    font-style: italic;
    margin-top: 5px;
}

.community .ronds {
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.community .rond {
    width: 100px;
    min-width: 100px;
    height: 100px;
    background-color: #6d7dff;
    border-radius: 200px;
    display: inline-flex;
    color: #fff;
    margin: auto 10px;
    text-align: center;
    padding: 20px;
}

    .community .rond span {
        margin: auto;
    }

    .community .rond h1 {
        font-size: 16px;
        margin: 0;
        margin-bottom: 3px;
        font-weight: 600;
        color: #fff;
    }

    .community .rond p {
        font-size: 11px;
    }

@media only screen and (max-width : 1200px) {
    .community .ronds {
        display: block;
    }

    .community .rond {
        margin: 10px 0;
    }
}

@media only screen and (max-width : 992px) {
    .community .avatar {
        margin: auto;
        margin-bottom: 10px;
    }

    .community .line {
        display: block;
    }
}

@media only screen and (max-width : 768px) {
    .community .ronds {
        display: flex;
    }

    .community .rond {
        margin: auto 10px;
    }

    .community .line {
        display: flex;
    }
}


/*  resultat recherche  */
.search_result {
    margin-top: 0;
}

    .search_result .item {
        width: 33%;
    }

@media only screen and (max-width : 768px) {
    .search_result .item {
        width: 100%;
    }
}

.item .flag {
    width: 25px;
    display: inline-block;
    vertical-align: -4px;
}

.search_result_filter {
    margin-top: 0;
    padding: 120px 0 20px 0;
    background-color: #f9f9ff;
}

.search_result_filter label {
    color: #fd3478;
}

.search_result_filter .checkbox label {
    font-weight: 600;
}

.search_result_filter .input-group-addon {
    background-color: #fd3478 !important;
    color: #fff !important;
    border-color: #fd3478 !important;
    border-radius: 4px 0 0 4px !important;
    border-right: none !important;
}

.search_result_filter select, .search_result_filter input:not([type="submit"]) {
    height: 34px !important;
    z-index: 0 !important;
    border-radius: 4px;
    padding: 0 10px;
    display: block;
    border-color: #e1e1e9!important;
}

.search_result_filter .advSearch {
    display: none;
    margin-top: 15px;
}

.search_result_filter .advSearch.show {
    display: block;
}

.search_result_filter .searchDynamicalExtPropItem {
    margin-bottom: 15px;
}




/*
.search_result_filter .recherche {
    background-color: #fff;
    height: 40px;
    position: relative;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 2px rgba(0,0,0,.1);
    border-radius: 5px;
}


        .search_result_filter .recherche input {
            width: 100%;
            height: 40px;
            border: 0;
            padding-left: 10px;
            padding-right: 50px;
            background-color: transparent;
        }

            .search_result_filter .recherche input .placeholder {
                font-size: 16px;
                font-weight: 400;
                color: #8f8f8f;
            }
*/

.btn_search2 {
    background-color: #6d7dff;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    text-align: center;
    display: inline-block;
    float: right;
    border: 0;
    padding: 10px 15px;
}

    .btn_search2:hover {
        background-color: #05b5ec;
    }


        /*
.filter_selects {
    margin-top: 15px;
    margin-bottom: 0;
}


    .filter_selects label, .filter_selects span {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding: 5px 0;
        display: block;
        margin: 0;
    } 

    .filter_selects .input-group-btn, .filter_selects .input-group .form-control {
        padding: 0;
        padding-right: 20px;
        margin: 0;
    }



.search_result_filter textarea {
    box-shadow: 1px 1px 2px rgba(0,0,0,.1) !important;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    resize: none;
}

    .search_result_filter input::placeholder, .search_result_filter textarea::placeholder {
        font-size: 16px;
        font-weight: 400;
        color: #8f8f8f;
    }

*/

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    /*cursor: pointer;
	border: 0;*/
}

.selectpicker {
    background-image: url(../images/icons/input_down_arrow.svg);
    background-repeat: no-repeat;
    background-position: right+10px center;
    background-size: 12px auto;
    border-radius: 5px !important;
}





@media (max-width: 768px) {
    .search_result_filter {
        padding: 15px 0;
        margin-top: 90px;
    }

    .filter_selects .input-group-btn, .filter_selects .input-group .form-control {
        display: block;
        margin-bottom: 10px;
        clear: both;
        width: 100%;
        padding-right: 0;
    }

    .input-group {
        display: block;
        width: 100%;
    }

    .btn_reset {
        float: none;
        display: block;
    }

    .search_result_filter .checkbox {
        padding-bottom: 5px;
        margin-top: -15px;
    }
}

/*  Checkbox  */
.checkbox {
    display: inline-block;
}

    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        box-shadow: 0px 0px 2px rgba(0,0,0,.2);
        background-color: #fff;
        border-radius: 3px;
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 10px;
    }

        .checkbox .cr .cr-icon {
            position: absolute;
            font-size: 16px;
            line-height: 0;
            top: 50%;
            left: 10%;
            color: #fd3478;
        }

    .checkbox label {
        text-transform: none;
        margin: 0;
        padding: 0;
    }

        .checkbox label input[type="checkbox"] {
            display: none;
        }

            .checkbox label input[type="checkbox"] + .cr > .cr-icon {
                opacity: 0;
            }

            .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
                opacity: 1;
            }

            .checkbox label input[type="checkbox"]:disabled + .cr {
                opacity: .5;
            }


/*  Pagination  */
.pagination {
    width: 100%;
    text-align: center;
}

    .pagination a {
        font-size: 16px;
        color: #fd3478;
        width: 32px;
        height: 32px;
        display: inline-block;
        line-height: 32px;
        border-radius: 100px;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
        text-decoration: none;
    }

        .pagination a:hover {
            background-color: #edeeef;
        }

    .pagination .active {
        font-size: 16px;
        color: #fff;
        background-color: #fd3478;
    }



/*  Resultat recherche // Affichage vignettes  */

/*  ->  Blocs  */
.result_blocs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .result_blocs .vignette {
        /* width: 23%; */
        margin: 10px auto;
    }

    .result_blocs .vignette_text .texte {
        display: none;
    }

    .result_blocs .vignette_text {
        height: 75px;
    }

@media only screen and (max-width : 768px) {
    .result_blocs .vignette {
        width: 48%;
        margin: 10px auto;
    }
}

@media only screen and (max-width : 480px) {
    .result_blocs .vignette {
        width: 100%;
        margin: 10px auto;
    }
}




/*  ->  Liste  */
.result_list {
    display: block;
    width: 100%;
}

    .result_list .vignette {
        width: 100%;
        margin: 20px auto;
        display: flex;
        position: relative;
        height: auto;
    }

    .result_list .vignette_image {
        width: 20%;
        overflow: hidden;
        position: relative;
        padding-bottom: 0;
        height: auto;
        margin: 0;
    }

        .result_list .vignette_image:after {
            content: "";
            padding-bottom: 60%;
            display: inline-block;
        }

    .result_list .vignette_text {
        background-color: #fff;
        font-size: 14px;
        position: relative;
        padding: 0 10px;
        top: 0px;
        width: 80%;
        min-height: 100%;
        height: auto;
    }

        .result_list .vignette_text .titre {
            font-size: 20px;
            margin: 0;
            font-weight: 600;
            color: #fd3478;
            margin-bottom: 5px;
        }

    .result_list .vignette_footer {
        font-size: 12px;
        color: #777;
        text-align: left;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 0;
        width: 100%;
        margin-top: 10px;
    }

        .result_list .vignette_footer i {
            padding-left: 5px;
        }

    .result_list .vignette .stars {
        background-repeat: no-repeat;
        height: 12px;
        overflow: hidden;
        width: 70px;
        background-size: 100% auto;
        display: inline-block;
        float: none;
        margin-left: 20px;
    }


.list_display {
    position: relative;
}

    .list_display .sort_container {
        position: absolute;
        right: 0;
        top: 15px;
        transform: translateY(-50%);
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        z-index: 10;
        font-size: 16px;
        color: #333;
    }

    .list_display .sort {
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

        .list_display .sort .dropdown {
            color: #333;
            padding: 5px;
            padding-right: 40px;
            padding-left: 10px;
            font-size: 14px;
            background-image: url(../images/icons/down_arrow.png);
            background-repeat: no-repeat;
            background-position: right+10px center;
            cursor: pointer;
            background-color: #fff;
            min-width: 100px;
            border-radius: 4px;
            box-shadow: 0px 0px 2px rgba(0,0,0,.4);
        }

        .list_display .sort .dropdown_content {
            background-color: #fff;
            position: absolute;
            z-index: 200;
            width: 100%;
            color: #333;
            padding: 3px;
            font-size: 12px;
            border: 1px solid #ccc;
            display: none;
        }

            .list_display .sort .dropdown_content .choice {
                width: 100%;
                cursor: pointer;
                padding: 5px 10px;
                white-space: nowrap;
            }

                .list_display .sort .dropdown_content .choice:hover {
                    background-color: #fd3478;
                    color: #fff;
                }

            .list_display .sort .dropdown_content .choice {
            }

@media only screen and (max-width : 768px) {
    .list_display .green_block {
        height: auto;
        display: block;
        padding: 10px;
    }

    .list_display .sort_container {
        position: relative;
        display: block;
        left: 0;
        top: 0;
        transform: translateY(0);
        margin-top: 10px;
    }

    .list_display .sort {
        display: block;
        margin: 0;
        position: relative;
        margin-top: 5px;
    }
}

.list_display .choice {
    display: inline-block;
    margin-right: 10px;
}

.list_display .choice_btn {
    display: inline-block;
    background-color: #fff;
    padding: 5px 8px;
    font-size: 16px;
    margin-right: 5px;
    color: #949494;
    cursor: pointer;
    margin-bottom: 7px;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.4);
}


/*  Fiche  */
.fiche {
}

    .fiche .texte {
        font-size: 14px;
        text-align: justify;
    }

    .fiche .image img {
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

.fiche_header {
    position: relative;
    width: 100%;
}

    .fiche_header .flag {
        width: 50px;
        float: right;
    }

    .fiche_header h1 {
        font-size: 38px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        color: #333;
        margin-right: 80px;
        margin-bottom: 30px;
        text-transform: none;
        display: inline-block;
        position: relative;
    }

h1.favorite:after {
    content: url('../images/icons/favorite.svg');
    position: absolute;
    right: -30px;
    top: 0;
    width: 25px;
}

.fiche_header .type {
    position: absolute;
    top: 5px;
    right: 0;
    background-repeat: no-repeat;
    height: 70px;
    width: 70px;
    overflow: hidden;
    background-size: 100% auto;
}

@media only screen and (max-width : 768px) {
    .fiche_header .type {
        height: 40px;
        width: 40px;
    }
}

.fiche_header .details {
    font-size: 14px;
    margin-bottom: 5px;
}

    .fiche_header .details i {
        color: #fd3478;
    }

    .fiche_header .details span {
        margin-right: 10px;
        white-space: nowrap;
    }

.fiche_header .stars {
    margin-bottom: 20px;
}

/*  Colonne droite  */
.fiche_col_right {
}

    .fiche_col_right .titre {
        background-color: #6d7dff;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 10px;
        font-weight: 600;
        margin-bottom: 10px;
    }
/* Boutons arrondis Tags */
.tag_btn {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 100px;
    background-color: #e2e2e3;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    margin: 3px;
}

    .tag_btn:hover {
        background-color: #fd3478;
        text-decoration: none;
        color: #fff;
    }

    .tag_btn, .tag_btn:focus, .tag_btn:active {
        outline: none;
        color: #333;
        text-decoration: none;
    }

#tagList_ulTag li {
    display: inline-block;
    padding: 5px 12px !important;
    border-radius: 4px;
    background-color: #fd3478;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    margin: 3px;
}

    #tagList_ulTag li, #tagList_ulTag li:focus, #tagList_ulTag li:active {
        outline: none;
        color: #fff;
        text-decoration: none;
    }

/*  Tools  */
.fiche_tools {
    text-align: center;
    margin: 20px 0;
}

    .fiche_tools .item {
        font-size: 20px;
        margin: 0 5px;
        color: #fd3478;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        cursor: pointer;
        display: inline-block;
    }

        .fiche_tools .item:hover {
            transform: scale(1.2);
            color: #333;
        }


/*  Comments  */
.comments {
    background-color: #edeeef;
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 0;
}

.comment_btn > div {
    display: inline-block;
}

.comment_btn {
    text-align: center;
    margin: 10px -15px;
}

.comments h2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.comment_list {
    padding: 20px;
}

    .comment_list .item {
        position: relative;
        margin-bottom: 20px;
    }

    .comment_list .text {
        background-color: rgba(255,255,255,0.5);
        width: 100%;
        min-height: 100px;
        border-radius: 5px;
        padding: 15px;
        padding-left: 75px;
        font-size: 14px;
    }

    .comment_list .name {
        font-size: 18px;
        color: #fd3478;
        font-weight: 600;
        margin-bottom: 3px;
    }

    .comment_list .date {
        font-size: 12px;
        color: #333;
        margin-left: 5px;
    }

    .comment_list .avatar {
        position: absolute;
        top: 20px;
        left: -10px;
    }

    .comment_list .links {
        font-size: 13px;
        margin-top: 10px;
    }

@media only screen and (max-width : 768px) {
    .comments {
        padding: 10px;
    }

    .comment_list {
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: -10px;
    }

        .comment_list .avatar {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
        }

        .comment_list .text {
            padding: 10px;
            padding-left: 10px;
            font-size: 14px;
            padding-top: 90px;
        }

        .comment_list .date {
            display: block;
            margin-left: 0;
        }
}

textarea {
    box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
    border-radius: 5px;
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    resize: none;
}


/*  avatars  */
.avatar {
    width: 43px;
    height: 43px;
    overflow: hidden;
    border-radius: 200px;
}

    .avatar img {
        width: 100%;
        height: auto;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
    }

        .avatar img:hover {
            transform: scale(1.2);
        }

.avatar70 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 200px;
    border: 2px solid #fff;
}


/*****************/
/*  Généralités  */
/*****************/

select, input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(.ControlError):not(.mce-textbox) {
    box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
    width: 100%;
    height: 40px !important;
    display: block;
    border: 1px solid #e3e3e9 !important;
    /* font-size: 16px;
    line-height: 40px;
    */
    padding: 0 10px;
    z-index: 0 !important;
    border-radius: 4px;
}

input[type="submit"] {
    display: inline;
}


h1 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fd3478;
}


/* vignettes ressources */

.vignette {
    margin: 0 10px;
    cursor: pointer;
}

.vignette_text {
    background-color: #f5f5f5;
    height: 80px;
    font-size: 14px;
    position: relative;
    padding: 10px 10px;
}

.vignette_image {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

    .vignette_image .visuel {
        position: absolute;
        width: auto;
        height: 165px;
        margin: auto;
    }

        .vignette_image .visuel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-transition: all 0.15s ease-out;
            -moz-transition: all 0.15s ease-out;
            transition: all 0.15s ease-out;
        }

    .vignette_image:hover .visuel img {
        transform: scale(1.1);
    }

.vignette_footer {
    font-size: 12px;
    color: #777;
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    padding-right: 10px;
}

    .vignette_footer i {
        padding-left: 5px;
    }

.vignette .stars {
    background-repeat: no-repeat;
    height: 14px;
    overflow: hidden;
    width: 70px;
    background-size: 100% auto;
    display: inline-block;
    float: right;
}


/* Slider */

.slider {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

.prevBtn, .nextBtn {
    width: 12px;
    height: 24px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
    font-size: 0px;
    margin: auto 0;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.prevBtn {
    left: -10px;
    background-image: url(../images/CarouselArrowLeft.png);
    pointer-events: auto;
}

.nextBtn {
    right: -10px;
    background-image: url(../images/CarouselArrowRight.png);
    pointer-events: auto;
}

    .prevBtn:focus, .nextBtn:focus {
        outline: 0;
    }

span.controls {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

ol.numericControls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    pointer-events: auto;
    text-align: center;
    padding: 3px;
}


    ol.numericControls li {
        list-style: none;
        line-height: 10px;
        display: inline-block;
    }

        ol.numericControls li a {
            height: 10px;
            width: 10px;
            line-height: 0;
            background-color: #adadad;
            color: #e4e3e3;
            text-decoration: none;
            border-radius: 100px;
            display: block;
            font-size: 0;
            margin: 0 5px;
        }

    ol.numericControls .current a {
        background-color: #fd3478 !important;
        color: #71b738 !important;
    }



.btn_blue {
    background-color: #fd3478;
    height: 38px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    text-align: center;
    padding: 0 15px;
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 5px;
    border: 0;
}

    .btn_blue i, .btn_blue span {
        margin: auto 0;
        display: inline-block;
        vertical-align: middle;
    }

    .btn_blue:hover {
        background-color: #05b5ec;
    }

.btn_share {
    line-height: 12px;
    font-size: 12px;
}

.btn_blue i {
    line-height: 16px;
    font-size: 18px;
    padding-right: 7px;
}

.btn_50 {
    display: table;
}

    .btn_50 a {
        display: table-cell;
        width: 50%;
        text-decoration: none;
    }

    .btn_50 div {
        display: flex;
        width: 100%;
    }














/*  stars  */
.stars {
    font-size: 14px;
}

.stars_bar_eval, .stars_bar {
    display: inline;
    margin-right: 5px;
    font-size: 14px;
    white-space: nowrap;
}

.stars_bar {
    margin-left: 15px;
}

/*  Stars interactive  */
.stars_bar_eval span {
    color: #ccc;
    font-size: 14px;
    letter-spacing: -2px;
}

.stars_bar_eval .checked {
    color: #fd3478;
}

.stars_bar {
}

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

        .stars_bar > a:before {
            color: #ccc;
            cursor: pointer;
            font-size: 14px;
            letter-spacing: -2px;
        }

    .stars_bar:hover > a:before {
        color: #fd3478;
    }

    .stars_bar > a:hover ~ a:before {
        color: #c7c5c5;
    }

.stars_1 {
    background-image: url(../images/icons/stars_1.png);
}

.stars_2 {
    background-image: url(../images/icons/stars_2.png);
}

.stars_3 {
    background-image: url(../images/icons/stars_3.png);
}

.stars_4 {
    background-image: url(../images/icons/stars_4.png);
}

.stars_5 {
    background-image: url(../images/icons/stars_5.png);
}

.cIdeaContent {
    margin-top: 15px;
    padding: 15px 30px 30px;
    background-color: #edeeef;
    border-radius: 8px;
}

.cIdeaMoreInfo h2 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.fiche_header .cat_bloc .titre {
    font-weight: 600;
    margin-top: 10px;
    display: none;
}

.fiche_header .cat_bloc .listCatAndTag {
    margin-top: 5px !important;
}

.orderSelectResult {
    border: 1px solid;
    width: auto;
    display: inline-block;
}

.btn-enjeux {
    background-color: #6d7dff;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

    .btn-enjeux:hover {
       opacity:0.8;
    }

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

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

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

/*couleur bleu #fd3478*/
/*couleur bleu hover #05b5ec*/
/*couleur gris clair #edeeef*/



#pnlCurrentModule {
    padding: 20px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 5000;
    background-color: #05b5ec;
    height: 50px;
    margin: 0;
}

    #pnlCurrentModule #previewModuleBurgerMenuBtn {
        width: 20px;
        height: 20px;
        float: left;
        display: block;
        color: #fff;
    }

    #pnlCurrentModule .title {
        color: #fff;
        display: block;
        margin: auto;
    }

        #pnlCurrentModule .title .previousModule, #pnlCurrentModule .title .nextModule {
            padding: 0 10px;
            color: #fff;
        }

#previewModuleBurgerMenu {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #05b5ec;
    box-sizing: border-box;
    padding: 70px;
    position: fixed;
    left: 0;
    top: 0;
}

    #previewModuleBurgerMenu * {
        color: #fff;
    }

    #previewModuleBurgerMenu a {
        padding: 7px 0;
        display: block;
    }

#pnlCurrentModule #position {
    color: #fff;
}

#pnlCurrentModule a:hover {
    cursor: pointer;
    transform: scale(1.3);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


#previewIframe {
    margin: 20px auto 0;
    height: 550px;
    width: 100%;
}

#zResults {
    position: relative;
    min-height: 200px;
}

.modal .modal-content {
    margin-top: 100px !important;
}

.sweet-alert fieldset {
    display: none !important;
}

.memberList .avatar {
    float: none !important;
    margin: auto !important;
}


.pgnb {
    text-align: center !important;
    font-size: 17px;
}

    .pgnb span {
        padding: 10px;
        border-radius: 50%;
        color: #fd3478;
        display: inline-block;
        width: 40px;
        height: 40px;
    }

        .pgnb span a {
            color: #fd3478;
        }

    .pgnb .selected {
        background-color: #fd3478;
        color: #fff;
    }

        .pgnb .selected a {
            background-color: #fd3478;
            color: #fff;
        }

    .pgnb span:hover ~ .pgnb span a, .pgnb span:hover ~ .pgnb span {
        background-color: #edeeef !important;
    }

.fil {
    min-height: 500px;
}

#articlelist_ulArticle li {
    padding: 10px 0;
}

    #articlelist_ulArticle li img {
        width: 100%
    }

.profilAvatar img {
    position: absolute;
    top: -69px;
    left: 110px;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 200px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .profilAvatar img:hover {
        transform: none;
    }




/*  Fiche / Attachements  */
.attachements h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #333;
    padding-right: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.attachements .files {
    border-top: 1px solid #a3a3a3;
    border-bottom: 1px solid #a3a3a3;
    padding: 10px 0;
    display: flex;
    margin-bottom: 10px;
}

.attachements .file {
    text-align: center;
    /*display: inline-block;*/
    font-size: 12px;
    width: 80px;
    line-height: normal;
    margin: auto;
    vertical-align: top;
    position: relative;
}

    .attachements .file img {
        display: block;
        margin: auto;
        margin-bottom: 5px;
        -webkit-transition: all 0.12s ease-out;
        -moz-transition: all 0.12s ease-out;
        transition: all 0.12s ease-out;
    }

    .attachements .file a {
        text-decoration: none;
        color: #333;
    }

        .attachements .file a:hover img {
            transform: scale(1.2);
        }

.attachements ul {
    width: 100%;
}

    .attachements ul li {
        float: left;
        width: 25%;
        padding: 10px;
    }

.emptyHeader label {
    font-size: 40px;
    float: left;
    line-height: 80px;
    padding: 0 20px 0 0;
}

.emptyHeader img {
    height:80px;
}

.modal-full {
    width: 90% !important;
    top: 0;
    position: absolute;
    left: 5%;
    box-sizing: border-box;
}

    .modal-full .modal-content {
        margin-top: 0 !important;
    }

    /*Assignation*/

#formationsSliders a.selected {
    text-decoration: underline;
}

#formationsSliders a.formationTitle {
    font-size: 16px;
    padding: 0 10Px 15px 10px;
    display: inline-block;
}

#formationsSliders {
    position: relative;
}

#previewFooter {
    background-color: #05b5ec;
    padding: 8px;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.description_bloc {
    width: 100%;
    background-color: #fd3478#fd3478;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

    .description_bloc h2 {
        padding: 5px 0;
        font-size: 20px;
        font-weight: bold;
    }

    .description_bloc * {
        color: #fff;
    }

.newsNotification {
    margin: 35px 7px;
}


.list_display .choice_btn_select, .choice_btn_select:hover {
    background-color: #6d7dff;
    color: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0);
}

