/* CSS Document */

/*Revert stephane behaviour content jquery*/
.chosen-search-input {
    height: 35px !important;
    text-align: center !important;
}

.bo #zExtProp .checkbox label {
    padding: 5px 0 5px 20px
}

.bo #zExtProp input, .bo #zExtProp select {
    margin-bottom: 10px;
}

.form-control, .chosen-search-input, .bo input {
    box-shadow: none !important
}

.bo #zExtProp .checkbox input[type=checkbox] {
    position: absolute;
    left: 23px;
    top: 4px;
}

.bo input {
    height:auto !important;
    display:initial !important;
    width:auto !important;

}


.bo select {
    box-shadow: none !important;
    border: 1px solid #ccc;
}


.bo .checkbox label {
    margin: auto !important;
    padding-left: 20px !important;
}

    .bo .checkbox label input[type="checkbox"] {
        position: absolute;
        left: 20px;
        top: -3px;
    }

    .bo input[type=text] {
        width: 100% !important;
        height: 40px !important;
        padding: 6px 12px !important;
    }

.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;
    }


/*.search_result .tagedit-list li.tagedit-listelement, .search_result .tagedit-list, .search_result #tagedit-input {
    float: none !important;
    width: auto !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 stephane behaviour content jquery*/
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;
    }


/*------  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: 2000;
    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;
    }

.menu {
    margin: auto;
    display: block;
}


.menu_item {
    position: relative;
    display: inline-block;
    margin: 0 0px;
    width: 110px;
    cursor: pointer;
}



    .menu_item .picto {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4bbbdf+0,009fd1+100 */
        background: #6d7dff;
        background: -moz-linear-gradient(top, #6d7dff 0%, #6d7dff 100%);
        background: -webkit-linear-gradient(top, #6d7dff 0%,#6d7dff 100%);
        background: linear-gradient(to bottom, #6d7dff 0%,#6d7dff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7dff', endColorstr='#6d7dff',GradientType=0 );
        width: 45px;
        height: 45px;
        border-radius: 200px;
        position: relative;
        margin: 0 auto;
        display: block;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

        .menu_item .picto:hover {
            transform: scale(1.3);
            z-index: 2000;
        }

    .menu_item .picto1, .menu_item .picto2, .menu_item .picto3, .menu_item .picto4, .menu_item .picto5, .menu_item .picto6 {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 80% auto;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .menu_item .picto1 {
        background-image: url(/images/icons/nuancier.png);
    }

    .menu_item .picto2 {
        background-image: url(/images/icons/expert.png);
        background-size: 59%;
    }

    .menu_item .picto3 {
        background-image: url(/images/icons/creer.png);
    }

    .menu_item .picto4 {
        background-image: url(/images/icons/palette.png);
    }

    .menu_item .picto5 {
        background-image: url(/images/icons/search.png);
        background-size: 60% auto;
    }

    .menu_item .picto6 {
        background-image: url(/images/icons/albums.png);
        background-size: 60% auto;
    }

    .menu_item .text {
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        color: #fd3478;
        display: block;
        margin: 0 auto;
        padding-top: 7px;
        font-weight: 200;
        line-height: normal;
    }

.dropdown-content {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 1;
    white-space: nowrap;
    padding: 5px 5px;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    text-align: left;
    min-width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
}

    .dropdown-content a {
        color: #fd3478;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }

    .dropdown-content .active {
        color: #12649d;
    }

    .dropdown-content a:hover {
        color: #fff;
        background-color: #6d7dff;
    }

.profil {
    position: absolute;
    right: 0px;
    top: 5px;
}

    .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;
        float: right;
    }

    .profil .name {
        display: inline-block;
        height: 100%;
        padding: 27px 5px;
        color: #fd3478;
        font-weight: bold;
        max-width: 144px;
        text-align: center;
    }

.header_small .profil .name {
    padding: 17px 5px;
}

.profil .avatar img {
    width: 100%;
    height: auto;
}

/*------  Header small // on scroll  ------*/
.header_small {
    height: 60px;
}

    .header_small .logo {
        width: 160px;
    }

    .header_small .menu_item .text {
        display: none;
    }

    .header_small .dropdown-content {
        top: 50px;
    }

    .header_small .profil {
        top: 3px;
    }

        .header_small .profil .avatar {
            width: 50px;
            height: 50px;
        }
/*------ XXX ------*/



@media only screen and (max-width : 992px) {
    .logo {
        width: 150px;
    }

    .menu_item {
        position: relative;
        display: inline-block;
        margin: 0 0px;
        width: 90px;
    }

        .menu_item .picto {
            width: 45px;
            height: 45px;
        }

        .menu_item .text {
            font-size: 11px;
            padding-top: 7px;
        }

    .profil {
        position: absolute;
        right: 10px;
        top: 15px;
    }

        .profil .avatar {
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 200px;
        }
}

@media only screen and (max-width : 768px) {

    .content_list {
        margin-bottom: 55px !important;
    }

    .menu {
        position: fixed;
        margin: 0;
        background-color: #fff;
        width: 100%;
        display: none;
        top: 90px;
        left: 0;
        height: auto;
    }

    .menu_item {
        display: block;
        width: 100%;
        vertical-align: middle;
    }

        .menu_item .picto {
            width: 45px;
            height: 45px;
            display: inline-block;
            margin: auto 10px;
        }

        .menu_item .text {
            text-align: left;
            text-transform: uppercase;
            font-size: 14px;
            color: #fd3478;
            display: inline-block;
            padding-top: 18px;
            font-weight: 200;
            line-height: normal;
            position: absolute;
        }

    .dropdown-content {
        display: none;
        position: relative;
        top: 0px;
        left: 0px;
        background-color: #edeeef;
        z-index: 1;
        white-space: nowrap;
        padding: 5px 5px;
        font-weight: 300;
        margin: 0;
        font-size: 14px;
        text-align: left;
        min-width: 100%;
        margin-bottom: 10px;
        transform: translateX(0);
    }

    .menu_item .picto:hover {
        transform: scale(1);
    }

    .dropdown-content a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
    }

    .dropdown-content .active {
        color: #12649d;
    }

    .dropdown-content a:hover {
        color: #fff;
        background-color: #fd3478;
    }

    .profil {
        position: absolute;
        right: 10px;
        top: 5px;
    }

        .profil .dropdown-content {
            right: 0;
            top: 50px;
            background-color: #fff;
            margin-right: -10px;
        }

        .profil .avatar {
            position: absolute;
            width: 50px;
            height: 50px;
            overflow: hidden;
            border-radius: 200px;
            right: 0;
            top: 0;
        }

    .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%
    }
}

.menu_burger {
    position: fixed;
    height: 30px;
    left: 0;
    top: 60px;
    background-image: url(/images/icons/menu.svg);
    background-repeat: no-repeat;
    background-position: left+10px center;
    display: none;
    cursor: pointer;
    z-index: 200;
    background-size: 24px auto;
    width: 100%;
    background-color: #f6f6f6;
}

.menu_close {
    background-image: url(/images/icons/close.svg);
}

@media only screen and (max-width : 768px) {
    .menu_burger {
        display: block;
    }
}




/*------  Visuel Homepage  ------*/
.visuel_homepage {
    width: 100%;
    height: 285px;
    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: 90px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 10;
}

    .visuel_homepage .accroche {
        font-size: 35px;
        font-weight: 600;
        color: #fff;
        line-height: normal;
        text-align: center;
        margin-top: 42px;
        text-shadow: 0px 0px 50px rgba(0,0,0,0.8);
    }

@media only screen and (max-width : 992px) {
    .visuel_homepage {
        width: 100%;
        height: 285px;
        background-color: #fd3478;
        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: 90px;
    }

        .visuel_homepage .accroche {
            font-size: 30px;
            font-weight: 600;
            color: #fff;
            line-height: normal;
            text-align: center;
            margin-top: 100px;
            text-shadow: 0px 0px 50px rgba(0,0,0,0.8);
        }
}

@media only screen and (max-width : 768px) {
    .visuel_homepage {
        width: 100%;
        height: 400px;
        background-color: #fd3478;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 55% center;
        background-image: url(/images/homepage/visuel.jpg);
        position: relative;
        display: flex;
        margin-top: 90px;
    }

        .visuel_homepage .accroche {
            font-size: 24px;
            font-weight: 600;
            color: #fff;
            line-height: normal;
            text-align: center;
            margin-top: 0;
            text-shadow: 0px 0px 50px rgba(0,0,0,0.4);
            padding: 20px 30px;
            ;
        }
}

.home_recherche_container {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 65px;
}

.home_recherche {
    position: relative;
}

.recherche {
    background-color: #fff;
    height: 55px;
    position: absolute;
    left: 0;
    right: 350px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    border-radius: 8px;
}

.home_search {
    width: 100%;
    height: 55px !important;
    border: 0;
    padding-left: 40px;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 2px 2px 5px rgba(0,0,0,0) !important;
    font-size: 18px;
}

    .home_search::placeholder {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        color: #8f8f8f;
    }

.btn_search {
    position: absolute;
    background-color: #6d7dff;
    width: 55px;
    height: 55px;
    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: 8px;
    border-bottom-right-radius: 8px;
    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 {
        opacity: 0.8;
    }

.btn_creer {
    background-color: #6d7dff;
    height: 55px;
    width: 320px;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0,0,0,.3);
    background-image: url(/images/icons/creer_circle.png);
    background-repeat: no-repeat;
    background-size: auto 75%;
    background-position: right+20px center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 50px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
}

.btn_creer_homepage {
    position: absolute;
    right: 0;
}

.btn_creer:hover {
  opacity:0.8;
}



@media only screen and (max-width : 768px) {
    .home_recherche_container {
        position: absolute;
        bottom: 60px;
        left: 0;
        right: 0;
        height: 65px;
    }

    .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;
    }

    .home_search {
        width: 100%;
        height: 45px;
        border: 0;
        padding-left: 20px;
        padding-right: 45px;
        background-color: transparent;
    }

        .home_search::placeholder {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 700;
            color: #8f8f8f;
        }

    .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;
    }

    .btn_creer {
        background-color: #fd3478;
        height: 45px;
        width: 100%;
        position: relative;
        right: 0;
        border-radius: 6px;
        box-shadow: 2px 2px 5px rgba(0,0,0,.3);
        background-image: url(/images/icons/creer_circle.png);
        background-repeat: no-repeat;
        background-size: auto 75%;
        background-position: right+10px center;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 12px 40px 12px 0px;
        margin-top: 15px;
        text-align: center;
    }
}

/*------  Content list  ------*/

.content_list {
    margin: 0;
}

    .content_list .header_bloc {
        margin-top: 35px;
        margin-bottom: 28px;
    }

        .content_list .header_bloc h1 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

    .content_list h1 {
        font-size: 22px;
        margin: 0;
        padding: 0;
        margin-top: 35px;
        margin-bottom: 28px;
        text-transform: uppercase;
        font-weight: 600;
        color: #333;
    }

    .content_list .item {
        width: 95%;
        margin-bottom: 30px;
        display: inline-flex;
    }

        .content_list .item .vignette {
            width: 50%;
            height: auto;
            overflow: hidden;
            position: relative;
            min-height: 268px;
        }

            .content_list .item .vignette a:hover img {
                transform: scale(1.2);
            }

            .content_list .item .vignette img {
                width: auto;
                max-height: 160px;
                -webkit-transition: all 0.12s ease-out;
                -moz-transition: all 0.12s ease-out;
                transition: all 0.12s ease-out;
                margin: auto;
                display: block;
                max-width: 85%;
            }

            .content_list .item .flag {
                width:25px;
            }

        .content_list .item .texte {
            left: 50%;
            top: 0;
            width: 50%;
            padding-left: 16px;
            line-height: normal;
        }

        .content_list .item .date {
            font-size: 12px;
            color: #9e9e9e;
            font-weight: 200;
            margin-top: -5px;
        }

        .content_list .item .title {
            font-size: 15px;
            text-transform: uppercase;
            color: #333;
            line-height: normal;
            font-weight: 600;
        }

            .content_list .item .title a {
                color: #333;
                text-decoration: none;
                -webkit-transition: all 0.12s ease-out;
                -moz-transition: all 0.12s ease-out;
                transition: all 0.12s ease-out;
            }

                .content_list .item .title a:hover {
                    color: #fd3478;
                    text-decoration: none;
                }

        .content_list .item .avatar {
            display: inline-flex;
            margin-top: 5px;
        }

@media only screen and (max-width : 768px) {
    .content_list .item {
        display: block;
        margin-bottom: 20px;
    }

        .content_list .item .vignette {
            width: 100%;
        }

        .content_list .item .texte {
            width: 100%;
            margin-top: 5px;
        }
}


.content_list .status {
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    width: 68px;
    background-size: 20px auto;
    display: inline-block;
    margin-left: 5px;
}

/*  stars  */
.content_list .stars {
    background-repeat: no-repeat;
    height: 14px;
    overflow: hidden;
    width: 70px;
    background-size: 100% auto;
    display: inline-block;
}



/*  Caummunauté des experts  */
.experts {
    margin: 0;
}

    .experts a {
        text-decoration: none;
    }

.experts_bloc {
    background-color: #fd3478;
    padding: 20px 20px;
    margin-top: 20px;
    border-radius: 8px;
}

    .experts_bloc .expert_items {
        height: 600px;
        overflow-y: scroll;
    }

        .experts_bloc .expert_items .link {
            width: 100%;
        }


.experts_title {
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-image: url(/images/icons/expert.png);
    background-repeat: no-repeat;
    background-position: left+5px center;
    background-size: 36px auto;
    padding-left: 50px;
    margin-left: -10px;
    min-height: 50px;
}

.documents_title {
    font-size: 19px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-image: url(/images/icons/smile.png);
    background-repeat: no-repeat;
    background-position: left+5px center;
    background-size: 36px auto;
    padding-left: 50px;
    margin-left: -10px;
}

.calltotender_title {
    font-size: 19px;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-image: url(/images/icons/megaphone.png);
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: left+5px center;
    background-size: 36px auto;
    padding-left: 50px;
    margin-left: -10px;
}

.experts .line {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 4px 0;
    font-style: italic;
    font-size: 12px;
}

.experts .avatar {
    width: 60px;
    padding-top: 5px;
    position: relative;
    padding: 0;
}

.experts .avatar56_name {
    text-align: center;
    width: 60px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    word-wrap: break-word
}

.experts .texte {
    color: #fff;
    padding-left: 10px;
    padding-top: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 100;
}

.experts .date {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    font-style: italic;
    padding-bottom: 5px;
}

.arrow_more {
    width: 30px;
    height: 23px;
    position: relative;
    margin: auto;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-image: url(/images/icons/bottom_arrow.svg);
    background-repeat: no-repeat;
    background-position: center bottom+3px;
    background-size: 50% auto;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out
}

    .arrow_more:hover {
        background-position: center top+3px;
        transform: scale(1.2);
    }


/*  avatars  */
.avatar32 {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 200px;
}

    .avatar32 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;
    }

        .avatar32 img:hover {
            transform: scale(1.2);
        }

.avatar32_name {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 200;
    margin: auto 5px;
}

.avatar56 {
    width: 56px;
    height: 56px;
    overflow: hidden;
    border-radius: 200px;
}

    .avatar56 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;
    }

        .avatar56 img:hover {
            transform: scale(1.2);
        }

.avatar56_name {
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    line-height: normal;
}

.avatar70 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 200px;
    border: 2px solid #fff;
}

    .avatar70 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;
    }

        .avatar70 img:hover {
            transform: scale(1.2);
        }
/*   Latest news   */
.latest_news {
    background-color: #edeeef;
    padding: 25px;
    margin-top: 20px;
}

    .latest_news h1 {
        font-size: 22px;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #333;
    }



    .latest_news .picto {
        background-repeat: no-repeat;
        background-position: center center;
        width: 35px;
        height: 35px;
        background-color: #fd3478;
        border-radius: 5px;
        margin: 5px 0;
        padding-left: 35px;
        padding-bottom: 35px;
    }

    .latest_news .picto1 {
        background-image: url(/images/icons/actu_picto_mail.svg);
        background-size: 70% auto;
    }

    .latest_news .picto2 {
        background-image: url(/images/icons/actu_picto_phone.svg);
        background-size: auto 70%;
    }

    .latest_news .picto3 {
        background-image: url(/images/icons/actu_picto_text.svg);
        background-size: 60% auto;
    }

    .latest_news .picto4 {
        background-image: url(/images/icons/actu_picto_calendar.svg);
        background-size: 60% auto;
    }

    .latest_news .texte {
        color: #333;
        padding-left: 15px;
        padding-right: 10px;
        padding-top: 0;
        font-size: 14px;
        line-height: normal;
        font-weight: 200;
        margin: auto 0;
    }

    .latest_news .date {
        color: #fd3478;
        font-size: 12px;
        line-height: normal;
        padding-bottom: 0;
    }

    .latest_news .line {
        padding-top: 10px;
        border-bottom: 1px solid #bebfc0;
        margin-bottom: 10px;
    }



/*  Btn créer float  */
#btn_creer_float {
    position: fixed;
    right:0;
    bottom: -90px;
    height: 68px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 0 30px;
    z-index: 5000
}

.creer_right {
    position: absolute;
    right: 0;
    display:none;
}


/*  resultat recherche  */

@media only screen and (max-width : 768px) {

    .newsNotification {
        margin: 0 89px 0 0px;
    }

    .search_result .item {
        width: 100%;
    }
}

.search_result_filter {
    background-color: #edeeef;
    border-radius: 8px;
    padding: 20px;
}

    .search_result_filter .recherche {
        background-color: #fff;
        height: 40px;
        position: relative;
        left: 0;
        right: 350px;
        box-shadow: 1px 1px 2px rgba(0,0,0,.1);
        border-radius: 4px;
    }

    .search_result_filter #tTags {
        border-radius: 5px;
    }
        .search_result_filter #tTags p {
        padding:0 !important;
        }
          .search_result_filter #tTags {
        height:auto !important;
        }

.search_result #tTags li {
width:auto !important;
}



.search_result_filter .recherche input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #8f8f8f;
}

.search_result_filter .btn_search2 {
    position: relative;
    float: right;
    background-color: #6d7dff;
    width: 120px;
    color: #fff;
    font-weight: 700;
}

.search_result_filter .btn_search {
    position: absolute;
    background-color: #6d7dff;
    width: 40px;
    height: 40px;
    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: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease-out;
    -moz-transition: all 0.12s ease-out;
    transition: all 0.12s ease-out;
    text-indent: -9999px;
}

    .search_result_filter .btn_search:hover {
        opacity: 0.8;
    }

    .search_result_filter #tTags {
    padding:0;

    }
    .search_result_filter .tagedit-list {
        min-height: 37px;
    }

    .filter_selects {
        margin-top: 15px;
        margin-bottom: 0;
    }

        .filter_selects label, .filter_selects span {
            font-size: 14px;
            color: #333;
            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 10px;
        margin: 0;
    }

select, input {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4) !important;
    border-radius: 5px;
    width: 100%;
    height: 40px !important;
    display: block;
    border: 0;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
}

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;
}

    input::placeholder, 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;
}

.btn_reset {
    background-color: #fd3478;
    height: 40px;
    line-height: 40px;
    width: 70px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    color: #fff;
    font-size: 16px;
    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;
}

    .btn_reset:hover {
        opacity: 0.8;
    }



@media (max-width: 768px) {
    .search_result_filter {
        padding: 15px;
    }

    .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: 1px 1px 2px rgba(0,0,0,.1);
        background-color: #fff;
        border-radius: 5px;
        width: 24px;
        height: 24px;
        float: left;
        margin-right: 10px;
    }

        .checkbox .cr .cr-icon {
            position: absolute;
            font-size: 18px;
            line-height: 0;
            top: 50%;
            left: 15%;
            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;
    }


/*  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 h1 {
        font-size: 38px;
        margin: 0;
        padding: 0;
        font-weight: 600;
        color: #333;
        padding-right: 150px;
        margin-bottom: 10px;
    }


    .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;
    }


/*  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;
        max-width:100%;
    }

    .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;
        min-width:25%;
        padding: 10px;
        /*height:90px;*/
    }

.download_file:after {
    content: url('../images/icons/download_arrow.png');
    position: absolute;
    right: 15px;
    bottom: 30px;
}

/* Fiche / Download */
.download_bloc, .cat_bloc {
    background-color: #edeeef;
    margin: 10px 0;
    border-radius: 8px;
    padding: 15px;
}

    .download_bloc h1 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        font-weight: 800;
        color: #333;
        padding-right: 40px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .download_bloc a {
        color: #333;
    }

.authorDetails {
    margin-top: 100px;
    position: relative;
    padding-top: 80px;
}

    .authorDetails .avatar {
        position: absolute;
        top: -50px;
        left: 32%;
        width: 100px;
    }

    .authorDetails li {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .cat_bloc li, .cat_bloc a {
        background-color: transparent;
        margin: 0 !important;
        display: block !important;
        text-transform: uppercase;
    }

.cat_bloc ul {
    background-color: transparent;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: uppercase;
}
/*  Comments  */

.comments {
    background-color: #edeeef;
    border-radius: 8px;
    padding: 20px;
    padding-bottom: 0;
}

.comment_btn {
    text-align: center;
    margin: 10px -15px;
    white-space: nowrap;
}

    .comment_btn div {
        display: inline-block;
    }

.comments h2 {
    font-size: 22px;
}

.comment_list {
    padding: 20px;
}

    .comment_list .item {
        position: relative;
        margin-bottom: 20px;
    }

    .comment_list .text {
        background-color: #e1e2e3;
        width: 100%;
        min-height: 100px;
        border-radius: 8px;
        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;
        }

    .attachements ul li {
        width: 50% !important;
    }
}






.file24 {
    min-height: 24px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position: left center;
    padding-left: 30px;
    margin: 10px 0;
}

.file_zip {
    background-image: url(/images/icons/picto_zip.png);
}

.file_pdf {
    background-image: url(/images/icons/picto_pdf.png);
}

.file_mp4 {
    background-image: url(/images/icons/picto_mp4.png);
}



h1 {
    font-size: 38px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    padding-right: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.btn_blue {
    background-color: #6d7dff;
    min-height: 40px;
    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;
    border: 0;
}

    .btn_blue i, .btn_blue span {
        margin: auto 0;
        display: inline-block;
        vertical-align: middle;
    }

    .btn_blue:hover {
        opacity: 0.8;
        outline: none !important;
        color: #fff;
        text-decoration: none;
    }

.btn_share {
    line-height: 16px;
    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);
}








@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*/











.modal .modal-content {
    margin-top: 100px !important;
}


.cellule .btn_add, .cell_result .btn_suppr {
    display: none;
}


.img-circle-child img {
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.latest_news .item {
    display: inline-flex;
}

.latest_news .bloc a {
    display: block;
}

.latest_news .bloc {
    max-height: 300px;
    overflow-y: scroll;
}

.previewMobile {
    width: 22px;
    height: 22px;
    background: url('/images/icons/icon-phone.svg');
    display: inline-block;
    background-size: 100%;
    margin: auto;
    cursor: pointer;
}

.previewTablet {
    width: 22px;
    height: 22px;
    background: url('/images/icons/icon-tablet.svg');
    display: inline-block;
    background-size: 100%;
    margin: auto;
    cursor: pointer;
}

.previewDesktop {
    width: 22px;
    height: 22px;
    background: url('/images/icons/icon-desktop.svg');
    display: inline-block;
    background-size: 100%;
    margin: auto;
    cursor: pointer;
}

.previewFullScreen {
    display: inline-block;
    float: right;
    cursor: pointer;
    font-size: 18px;
    color: #515151;
    margin: 0;
}

.previewFullScreen a { color: #515151; }

#previewIframe {
    margin: 20px auto 0;
    height: 550px;
    width: 100%;
}

#previewModal .modal-body {
    background-color: #edeeef;
    /*overflow-y: scroll;*/
}

.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: #6d7dff;
            color: #fff;
        }

    .pgnb span:hover ~ .pgnb span a, .pgnb span:hover ~ .pgnb span {
        background-color: #edeeef !important;
    }




.btn50 {
    width: 47% !important;
    margin: 0 1% !important;
}

.cbxOld, .cbxOld input[type=checkbox], .reportOptionList input[type=checkbox], #zProject input[type=checkbox], .resourcePage input[type=checkbox], .resourcePage input[type=radio], .reportOptionList input[type=radio] {
    height: 15px !important;
    display: inline;
    width: 15px !important;
}

.communityContent * {
    color: #fff !important;
}

#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;
}

.description_bloc {
    width: 100%;
    background-color: #fd3478;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.description_bloc * {
    color: #fff;
}

@media only screen and (max-width : 768px) {
    .profil .name {
        padding: 18px;
    }


    .dropdown:hover > .dropdown-content {
        display: block;
    }

    /*.profil:hover > .dropdown-content {
        display: none;
    }*/

    .profil .dropdown-content {
    top:0 !important;
    }
}


@media only screen and (max-width : 480px) {
    .profil .name {
        padding: 18px;
    }


    h1 {
        font-size: 32px;
    }

    .avatarParent32 {
        height: 32px;
        display: block;
    }

    .fiche_header h1 {
        font-size: 17px;
        padding: 15px 0;
    }
}


.fiche_status .status {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 17px;
    color: #fff;
}

    .fiche_status .status .published {
        background-color: #aa74ae;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        padding: 5px 15px;
    }

    .fiche_status .status .draft {
        background-color: #fb4398;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        padding: 5px 15px;
    }

.search_result {
position:relative;
min-height:568px;
}

#zIllustration 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;
    }



.profilecomments .avatar {

display:none;}


.btn_flag_fr-FR {
    background-image: url(/images/icons/flag_fr.png);
    background-size: 100% auto;
    height: 22px;
    width: 35px;
}

.btn_flag_en-US, .btn_flag_en-EN {
    background-image: url(/images/icons/flag_en.png);
    background-size: 100% auto;
    height: 22px;
    width: 35px;
}

.btn_flag_de {
    background-image: url(/images/icons/flag_de.png);
    background-size: 100% auto;
    height: 22px;
    width: 35px;
}

.btn_flag_es {
    background-image: url(/images/icons/flag_es.png);
    background-size: 100% auto;
    height: 22px;
    width: 35px;
}


.flags {
    top: 22px;
    padding: 3px;
}

    .flags img {
        width: 25px;
        height: auto;
    }



/* Slider */

.slider {
    position: relative;
    padding: 0;
    margin-top: 20px;
}

.slideridealist .vignette a {
    margin: auto;
    display: block;
    padding: 0 10px;
}

.slideridealist li {
min-height:250px;
}

.slideridealist .vignette img {
    max-width: 100%;
    height: 160px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.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;
    display: none;
}

.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;
    }

.emptyHeader label {
    font-size: 40px;
    float: left;
    line-height: 80px;
    padding: 0 20px 0 0;
}

.emptyHeader img {
    height: 80px;
}

#ddlCategoryFromRoot div {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

#ddlCategoryFromRoot {
    width:500px;
    display:inline;
}

    #ddlCategoryFromRoot span {
        font-size: 16px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
        padding: 0 0 5px 0;
    }

.resourceInfo {
min-height:60px;
}

.home_recherche_container .recherche input {
    width: 100%;
    height: 55px !important;
    border: 0;
    padding-left: 40px;
    padding-right: 65px;
    background-color: transparent;
    box-shadow: 2px 2px 5px rgba(0,0,0,0) !important;
    font-size: 18px;
}

.tagTitle {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #333;
    padding-right: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/*STYLE SHARE*/

.backgroundOverlayColor {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.9;
}


.latest_news {
    background-color: #fff;
    border: 1px solid #edeeef;
}

.visuel_homepage {
    background-image: url(/skin/Custom/images/homepage/visuelhome.jpg);
    background-size: cover;
    background-position: bottom;
    height: 200px;
}

    .visuel_homepage .accroche {
        color: #fd3478;
        text-shadow: none;
    }

        .visuel_homepage .accroche span {
            color: #6d7dff !important;
        }

        .zindexOver {
            z-index:200000;
        }

.experts_bloc {
    background-color: #2E353E;
}

.menu_item .picto {
    background: linear-gradient(to bottom, #fd3478 0%,#fd3478 100%);
}

.menu_item .text {
    color: #2E353E;
    font-family: Segoe UI;
}

.home_recherche_container {
    bottom: 65px;
}
