.header-padding-site{
    padding-top: 95px;
}

.width100{
    width:100%
}

.padding5{
    padding:5px;

}
.padding-top20{
    padding-top: 20px;
}
.padding-bot20{
    padding-bottom: 20px;
}

.grey{
    color: #333;
}

.inline p{
    display:inline;
}

.violet
{
    color:#a556a8;
}

.prelative{
    position:relative;
}

.text-blanc, .text-blanc:hover{
    color:#fff;
}

.size11{
    font-size: 11px;
}

.size12{
    font-size:12px;
}

.size20{
    font-size:20px;
}

.size48{
    font-size: 48px;
}

.set-size{
    font-size:7em;
}

.margin0
{
    margin: 0;
}
.margin-bot18{
    margin-bottom:18px;
}

.margin-top15{
    margin-top:15px;
}

.margin-top30{
    margin-top:30px;
}

.margin-bot100{
    margin-bottom:100px;
}
.margin-bot50{
    margin-bottom:50px;
}

.margin-left6{
    margin-left: 6px;
}

.proj-padding{
    padding-top:15px;
}
.lineheight48
{
    line-height: 48px;
}

.lineheight37
{
    line-height: 37px;
}

.lineheight67
{
    line-height: 67px;
}

.link-violet a {
    color: #a556a8;
    font-weight: 700;
}
.fond-gris {
    background-color: #eee;
    /*background-color: #e3e3e3;*/
}

.warning{
    border:2px solid #cb0b00;
}

.warning .titre-presentation{
    color:#cb0b00;
}

.central{
    margin-top:20px;
}

/* Photo */
/* Photo */
/* Photo */



/* PhotoModal */
/* PhotoModal */
/* PhotoModal */

.modal{
    z-index:1050;
}

#previous{
    position: absolute;
    left:0;
    top: 0;
    padding-left: 20px;
    width : 40%;
    text-align: left;
    font-size: 40px;
    color:#fff;
    cursor:pointer;
}
#next{
    position: absolute;
    right:0;
    top: 0;
    padding-right: 20px;
    width: 40%;
    text-align: right;
    font-size: 40px;
    color:#fff;
    cursor:pointer;
}

#photoModal .modal-dialog{
    width:70%;
    margin-left:15%;
}

.post-section{
    overflow-y: auto;
}

#photoModal .texte-messages{
    margin-top:10px;
}

#photoModal .modal-header{
    padding:5px 5px 0 0;
    text-align:right;
}

#photoModal .modal-header .close{
    float:none;
}

#photoModal .modal-body{
    padding: 0 0 15px 0;
}

#photoModal #photo-section{
    text-align: center;
    background-color: rgb(107, 107, 107);
    position: relative;
}

#photo-post-img{
    max-width:100%;
    max-height:100%;
}

#photoModal .menu-hd{
    position: absolute !important;
    top: 4px;
    right: 30px;
    border-radius: 4px;
}

#photoModal .img-profil-fil{
    float:left;
}

.fix-height{
    display:table;
    clear:both;
    width:100%;
}

/* Tooltips */
/* Tooltips */
/* Tooltips */

/* Scrollbar */
/* Scrollbar */
/* Scrollbar */

.sidebar{
    background-color:#fff;
    border-radius:0px;
}

.sidebar img{
    width:60%;
}

/* Form */
.form-box{
    background: #fff;
    font-size:16px;
    padding:30px;
    box-shadow: 0px 0px 3px 1px rgba(51, 51, 51, 0.1);
    margin:50px auto;
    /*border-radius: 3px;*/
    /*border: 2px solid #bbb;*/
}
.form-box p {
    margin:15px 0;
}
.form-box input, .form-box select {
    border: 1px solid #999;
    border-radius: 2px
}
.form-box input::-webkit-input-placeholder {
    color:#333;

    opacity: 1;
}

@media(min-width: 768px) {
    .form-box{
        max-width: 70%;
    }
}
.loginBtn2 {
    display: block;
    /*width: 80%;*/
    margin: auto;
    text-align: center;
}

.form-box h1{
    font-size: 32px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

/******************************************/
.media-list li {
    line-height: 15px;
}

.media .media-body  {
    padding-left: 15px;
    padding-right: 15px;
}

/* Start : Header menu */
/* Start : Header menu */
/* Start : Header menu */
.header-container{
    background-color:#fff;
    padding: 0;
    border-bottom:1px solid #c4c4c4;
}

.liens-bouton-menu{
    text-align: center;
    margin-bottom:0;
    padding-left: 0;
}

.liens-bouton-menu i{
    font-size:45px;
}

.liens-bouton-menu>li{
    list-style:none;
    float:left;
    padding-right:2px;
}

.liens-bouton-menu>li>a {
    position:relative;
    padding:0;
    height: 95px;
    width: 80px;
    display: block;
}

.right-menu>li{
    display:inline-block;
    float:left;
    position:relative;
}

.padbut>a>i{
    font-size:36px;
    color:#b7b7b7;
}

.padbut.menu-points>a>i{
    color: #525252;
}

.padbut>a, #profile-menu>a{
    background-color:#fff !important;
}

.menu-points{
    margin-left:10px;
}

.menu-points .dropdown-menu{
    left:auto;
    right:0;
}

.dropdown-header{
    padding: 8px 20px;
}

.dropdown-header-link{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
}

.dropdown>.dropdown-menu a {
    border-left: 2px solid #ffffff;
}
/*
.menu-points .dropdown-menu>li>a {
    display: initial;
}*/

/*.dropdown>.dropdown-menu a:hover {
    border-left: 2px solid #996699;
    background-color: rgb(231, 225, 245);
}
*/
.central .dropdown-menu {
    border-radius: 0px;
    border: none;
}

.bouton-points {
    font-weight: 700;
    color: grey;
    font-size: 25px;
    background: #ffffff;
    margin-top: 7px;
    padding: 10px 10px;
    border: none;
    text-decoration: none;
}

/* End : Header menu */
/* End : Header menu */
/* End : Header menu */

.flexbox {
    display: flex;
    /*align-items: center;*/
}

.flexbox.flex-justify {
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox.flex-strech {
    align-items: stretch;
}


.align-right{
    text-align:right;
}

.align-center{
    text-align:center;
}

body a, body a:hover, body a:focus, body a:active, body a.active {
    color: #545456;
}

/****   End : Asso Bloc  ****/

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
    background-color: #ffffff !important;
}

#menu-droite {
    position: relative;
}

.search-xs{
    list-style:none;
}

.navbar-toggle{
    padding:0;
}

.search-xs #search-menu, .navbar-header button{
    padding:10px;
}

/* start : Drawers */

.tiroir, .tiroir2{
    background-color:#a556a8;
    width:40px;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:10px;
    padding-right:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    cursor: pointer;
    display: inline-block;
    float: left;
    height:280px;
}

.tiroir:hover, .tiroir2:hover{
    background-color:#B451B8;
}

.ev-fixe li, #space-menu-spaces li, #event-menu-events li{
    list-style: none;
    padding-left:0;
    padding-right:0;
}

.bloc-tiroir ul, .bloc-tiroir2 ul{
    padding-left:0;
}

.tiroir-content > div.text
{
    background-color: white;
    vertical-align: top;
    padding: 15px;
}

.tiroir-content,.tiroir-content2
{
    width: 820px;
    background-color: white;
    position: relative;
    margin-bottom: 40px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    display: none;
    float: left;
    padding-left:40px;
    height:280px;
}
.ev-fixe{
    height:220px;
    overflow: auto;
    margin-right: 0;
}

#space-menu-spaces, #event-menu-events{
    padding-left:0;
}

.drawer-search{
    margin-right: 0px;
    margin-top: 5px;
}

.drawer-divider{
    height: 1px;
    margin-top: 9px;
    margin-bottom:9px;
    overflow: hidden;
    background-color: #e5e5e5;
}

.tiroir-content > div
{
    /* display: inline-block;*/
}

.tiroir-content2 > div
{
    /* display: inline-block;*/
}

.tiroir-content2 > div.text2
{
    background-color: white;
    vertical-align: top;
    padding: 15px;
}
.bloc-tiroir{
    position:fixed;
    left:0px;
    top:130px;
    z-index: 50;
    background-color: white;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    height:280px;
}
.bloc-tiroir2{
    position:fixed;
    left:0px;
    top:130px;
    z-index: 50;
    background-color: white;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    height:280px;
    margin-top:300px;
}

.text-tiroir{
    color:#FFFFFF;
    font-weight:700;
    font-size:16px;
}

.text-tiroir2 {
    color:#FFFFFF;
    font-weight:700;
    font-size:16px;
}

.titre-text-tiroir
{
    margin-top:20px;
    padding-left:10px;
    color:#996699;
    font-size:20px;
    padding-bottom:5px;
    border-bottom: 4px solid #e3e3e3;
}

.alignementv
{
    vertical-align: middle;
    display:inline-block;
    line-height:normal;
}

.alignementint
{
    line-height: 67px;
}

.img-evenement
{
    padding: 0;
    width:65px;
    height:65px;
}

.img-evenement img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.bouton-evenement
{
    margin-top:20px;
    color:#ffffff;
    font-size:14px;
    padding:5px;
    font-weight:700;
    background-color:#a556a8;
    border:none;
    float:right;
    margin-right:5px;
}

.bouton-evenement:hover{
    background-color:#B451B8;
}

.boutons-evenement
{
    color:#ffffff;
    font-size:14px;
    font-weight:700;
    padding:4px;
    background-color:#a556a8;
    border : 2px solid #a556a8;
    border-radius:5px;
    margin-right:5px;
}

.participation-content-container li{
    padding-top:10px;
}

.boutons-evenement:hover{
    color:#fff;
}

.boutons-evenement.checked
{
    color:#a556a8;
    font-size:14px;
    font-weight:700;
    background-color:#ffffff;
    border : 2px solid #a556a8 ;
    border-radius:5px;
    margin-right:5px;
}

.div-boutons-ouinon {
    vertical-align:middle;
}

.description
{
    padding:15px;
}
.titre-evenement
{
    color:#5d5d5f;
    font-size:20px;
    height:27px;
    line-height:27px;
    overflow: hidden;
    padding-left:15px;
}

.evenement
{
    position:relative;
    padding-top:5px;
    padding-bottom:5px;
    vertical-align:middle;
}

.evenement:hover{
    border-left: 3px solid #a556a8;
    background-color:#f5f5f5;
}

.resume-evenement
{
    color:#5d5d5f;
    font-size:13px;
    height:20px;
    line-height:20px;
    overflow: hidden;
    padding-left:15px;

}
.contenu-evenement
{
    color:#5d5d5f;
    font-size:13px;
    height:20px;
    line-height:20px;
    overflow: hidden;
    padding-left:15px;
}

#create-space-form .radio{
    padding-left:0px;
}

.regular-radio:checked + .regular-radio-button:after{
    background:#a556a8;
}

/* end : drawers */

/* start : notification */

.notif-title {
    font-weight: bold;
    margin-bottom: 8px;
}

/* end : notification */

/* start : general */

.central {
    /*background-color: #e3e3e3;*/
}

.rond {
    border-radius: 50%;
}

.bg-blanc {
    background-color: #ffffff;
}

.marge-bloc-fil {
    padding-top: 10px;
    padding-bottom: 10px;
}
.marge-bloc-fil-small {
    padding-top: 30px;
    padding-bottom: 10px;
}

.nom-utilisateur, .nom-commentaire-post {
    color: #545456;
    font-weight: 700;
}

.nom-utilisateur a {
    color: #545456;
    font-weight: 700;
    text-decoration: none;
}

.nom-utilisateur a:hover {
    color: #545456;
    font-weight: 700;
    text-decoration: none;
}

.titre-utilisateur{
    display:block;
}

.nom-commentaire-post a {
    color: #545456;
    font-weight: 700;
    text-decoration: none;
}

.nom-commentaire-post a:hover {
    color: #545456;
    font-weight: 700;
    text-decoration: none;
}

.temps-ecoule {
    color: #e3e3e3;
    font-weight: 700;
    padding-left: 10px;
}

.texte-messages a, .aime-post a {
    color: #996699;
    font-weight: 400;
    cursor:pointer;
}

.texte-messages {
    color: #545456;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom:8px;
}

.commentaire-post {
    color: #545456;
    font-weight: 400;
}

.comment .content{
    margin-right:0px !important;
}

.liens-com a {
    color: #996699;
    font-weight: 400;
}

.liens-com {
    padding-top: 10px;
}

.publication {
    width: 100% !important;
}

.publication .form-group {
    width: 100%;
}

.publication-input, .publication-input:focus {
    border-bottom: 2px solid #e3e3e3;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    width: 100%;
    box-shadow: none;
}

.comment_create .publication-input:focus {
    padding-bottom:20px;
}

.publication input[type=submit] {
    border: none;
    color: #ffffff;
    background-color: #a556a8;
    border-radius: 5px;
}

.visibility-icon{
    float: left;
    padding-top: 10px;
}

.visibility-text{
    display: inline-block;
    padding-left: 15px;
}

.visibility-status{
    display: inline-block;
}

.post-visibility{
    float:right;
}

#post-visibility{
    border-radius:4px;
    cursor:pointer;
    color: #a1a1a1;
    float: right;
    padding:6px 12px;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-right: 6px;
}

#post-visibility:hover{
    background-color:#d0bbf5;
    color: #818181;
}

.marge-bloc {
    margin-bottom: 40px;
}

.photo-profil {
    position: relative;
}

.photo-profil div {
    position: absolute;
    bottom: -7px;
    height: 0px;
    display: inline-block;
    left: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.photo-profil span {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}

.taille70 {
    width: 70px;
    height: 70px;
}

.taille40 {
    width: 40px;
    height: 40px;
}
.taille50 {
    width: 50px;

}

.haut-taille55 {
    width: 55px;
    height: 55px;
}

.edit-post{
    min-height:70px;
}

.post-files img{
    width: 49%;
}

.position-triangle .img-profil-fil {
    position: absolute;
    left: -68px;
}

.img-profil-fil-small{
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -25px;
}

.position-triangle {
    position: relative;
}

.position-triangle .triangle {
    position: absolute;
    font-size: 45px;
    color: #ffffff;
    left: -14px;
    top: 15px;
}

.triangle-haut{
    position:absolute;
    margin-left: 22px;
    font-size:45px;
    color: #ffffff;
    display:none;
}

.active .triangle-haut{
    display:block;
}

/* end : general */

/* start : sidebar */

.titre-vedette-haut {
    color: #545456;
    font-weight: 700;
    font-size: 27px;
}

.text-organised{
     color: #545456;
     font-weight: 700;
     font-size: 20px;
     text-align:center;
 }
.link-cover:hover
{
    text-decoration:underline;
}
.photo-event{
    text-align:center;
}

.texte-vedette-haut {
    color: #545456;
    font-weight: 400;
    font-size: 14px;
}

.white-ban {
    padding: 7px 15px;
    position: relative;
}

.image-vedette {
    z-index: 1;
    position: relative;
}

.img-container{
    background-size: cover;
    background-position: 50% 25%;
}

.img-container:before{
    content: "";
    display: block;
    padding-top: 75%;
}

.img-container img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width:100%;
}
.arro-fill,
.arro-fill img {
    height: 24px;
}
.arro-fill {
    position: absolute;
    width: 180px
}
.arro-img {
    display: inline-block;
    width: 48px;
}
.collect-purcent {
    display: inline-block;
    /*width: 48px;*/
}
.arro-fill img.empty, .arro-fill .wrapper-hider {
    position: absolute;
    left: 10px;
    top: -2px;
    transition: 1s height ease;
}
.arro-fill .wrapper-hider {
    overflow: hidden;
    height: 100%;
    top: -3px; /* small glitch */
}

.sous-titre-vedette {
    color: #555;
    padding-right: 15%;
    height:50px;

    font-size: 1.20em;
    font-weight: bold;
    margin-bottom: 0;
    display: block;

}

.titre-vedette {
    z-index: 3;
    color: #ffffff;
    font-weight: 700;
    bottom: 4px;
    left: 20px;
    font-size: 25px;
    position: absolute;
}

.texte-vedette {
    color: #545456;
    font-size: 14px;
    font-weight: 400;
}
.plus-vedette a:hover{
    text-decoration:none;
}

.fond-gris-clair {
    background-color: #efefef;
}

#transparence {
    position: absolute;
    bottom: 0px;
    height: 25%;
    width: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0),
        rgb(0, 0, 0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0),
        rgb(0, 0, 0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0),
        rgb(0, 0, 0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0),
        rgb(0, 0, 0)); /* Standard syntax (must be last) */
}

.marge-bas-titre {
    margin-bottom: 40px;
    margin-top: 20px;
}

.marge-bloc-commentaire {
    margin-top: 20px;
}

.padding-bloc-commentaire {
    padding-top:20px;
}

.image-vedette:hover div.arrosoir {
    opacity: 1;
}

.plus-vedette{
    position:relative;
}

.bouton-tous-projets {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    background: #a556a8;
    padding: 15px 20px 15px 20px;
    text-decoration: none;
    width: 100%;
    font-weight: 700;
    box-shadow: none;
    border: none;
}

.bouton-recherche {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    box-shadow: none;
    flot: right;
    background-color: #a556a8;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.bouton-tous-projets:hover {
    text-decoration: none;
}

.doublecolonne {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 12px;
    -webkit-column-gap: 12px;
    -o-column-gap: 12px;
    column-gap: 12px;
}

.logo-bas {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 130px;
}

#search-form {
    width: 100%;
}

.recherche-avancee a{
    color:#ffffff;
}

.recherche-avancee a:hover{
    color:#ffffff;
}

.recherche-avancee {
    float: right;
}

#search-form>div {
    display: none;
    padding: 15px;
    height: 110px;
    background-color: #545456;
}

.espace-small{
    margin-top:20px;
}

.bouton-points {
    padding: 10px 3px;
}

.menu-hd
{
    position: absolute !important;
    top: 8px;
    right: 12px;
    border-radius:4px;
}

.menu-hd .dropdown-menu li{
    border-left:0px solid #fff;
}

.menu-hd .dropdown-menu li:hover{
    border-left:0px solid #fff;
    background-color: rgb(231, 225, 245) !important;
}

.bouton-menu-xs
{
    color: #a556a8;
    font-size:16px;
}

/* start : TopLeftMenu */

.liens-bouton-menu div {
    padding-top: 10px;
    background: #83c137;
    font-weight: 700;
    color: #ffffff;
    border: solid #83c137 3px;
    text-decoration: none;
    height: 100%;
    bottom: -3px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
}
.liens-bouton-menu li.active div, .liens-bouton-menu div:hover {
    background: #ffffff;
    color: #83c137;
}

.bouton-menu-signup:hover div, .liens-bouton-menu .bouton-menu-signup.active div, .bouton-menu-signin:hover div, .liens-bouton-menu .bouton-menu-signin.active div, .bouton-menu-admin:hover div, .liens-bouton-menu .bouton-menu-admin.active div, .bouton-menu-plus:hover div, .liens-bouton-menu .bouton-menu-plus.active div {
    background: #ffffff;
    color: #a556a8;
}

.bouton-menu-signup div, .bouton-menu-signin div, .bouton-menu-admin div, .bouton-menu-plus div {
    border: solid #a556a8 3px;
    background: #a556a8;
}

.liens-bouton-menu span {
    display:block;
}

/* end : TopLeftMenu */

.right-menu{
    float:right;
    height: 95px;
    padding-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
}

.padbut{
    padding-top: 12px;
    padding-right: 8px;
}

@media ( max-width : 767px) {

    .liens-bouton-menu>li>a{
        width:68px;
    }

    .liens-bouton-menu div{
        font-size:11px;
    }

    .titre-page h1{
        font-size:18px;
    }
    .titre-page-project h1{
        font-size:18px;
    }
    .titre-page-project h2{
        font-size:15px;
    }

    .titre-page-project-layout h1{
        font-size:18px;
    }

    .soustitre-page h2{
        font-size:15px;
    }

    #search-menu img, .padbut>a>img{
        width:30px;
    }

    .padbut>a{
        padding-top: 15px !important;
    }

    .navbar-default .navbar-toggle {
        margin-top: 25px;
    }
    .liens-bouton-menu .navbar-form {
        padding: 0px;
        margin-left: 4px;
        margin-top: 0px;
        margin-right: 4px;
        margin-bottom: 0px;
        border: 1px solid #eeeeee;
    }
    .publication .form-group
    {
        padding-left: 65px;
    }
    .marge-bloc-fil .open>.dropdown-menu
    {
        right: 0px;
        top: 30px;
        left: inherit;
    }
    .position-triangle .img-profil-fil
    {
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -25px;
        height: 50px;
        width: 50px;
    }
    .position-triangle.marge-bloc-fil
    {
        padding-top: 40px;
    }

    .green-separator-collect{
        border-bottom: solid #87B14A ;
    }
}

@media ( max-width : 1350px) {
    .recherchexs {
        display: inline;
    }
}

@media ( max-width : 1330px) {
    .bloc-tiroir {
        display: none;
    }

}

@media ( min-width : 1351px) {
    form.navbar-left.recherche {
        display: inline;
    }
    .recherchexs {
        display: none;
    }
}

@media (min-width : 1201px) {
    .infos-projet{
        height:390px;
        font-size:20px;
        line-height: 22px;
    }

    .follow-btn, .followed-btn{
        padding: 20px;
    }

    .padbut {
        padding-right: 15px;
    }
}

@media (max-width : 1202px) {
    .follow-btn, .followed-btn{
        padding: 10px;
    }

    .infos-projet {
        font-size: 18px;
        line-height: 18px;
    }

    .infos-projet span {
        font-size:28px;
    }
}

@media ( min-width : 768px) {

    .green-separator-collect{
        border-right: solid #87B14A ;
    }
    .is-table-row {
        display: table;
        width:100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }

    .titre-page h1{
         font-size:26px;
     }
    .titre-page-project h1{
        font-size:65px;
    }
    .titre-page-project h2{
        font-size:25px;
    }

    .titre-page-project-layout h1{
        font-size:45px;
    }

    .soustitre-page h2{
        font-size:18px;
    }

    #dropdown-notifications, #dropdown-messages, #dropdown-invite{
        width: 350px;
        left: auto;
        right: 0;
    }

    #search-menu img, .padbut>a>img{
        width:40px;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a
        {
        padding-right: 0px;
    }

    .padbut>a{
        padding:15px 0 15px 0 !important;
    }

    .navbar-right.icones-menu {
        margin-top: 5px;
    }
    .navbar-nav>li.visible-md>a {
        padding-right: 4px;
        padding-left: 4px;
    }
    .navbar-nav.liens-bouton-menu>li>a {
        padding: 0px;
    }
    .navbar-nav.liens-bouton-menu>li {
        padding-right: 2px;
    }

    .icones-menu {
        padding-top: 0px;
    }

    /* project creation form */
    .fake-half-bg{
        border-right: solid #e3e3e3 30px;
    }

    /* project page */
    .obj-block{
        padding-top:30px;
    }

}

.search-reset{
    position: absolute;
    color: #999;
    margin: 10px;
    top: -2px;
    right: 50px;
    display: none;
    cursor: pointer;
}

#search-menu-dropdown{
    width:400px;
}

#search-menu{
    padding: 15px 0;
}

#search-menu:hover{
    background-color:#fff;
}

/* start : page asso */

.appphoto-img-profil
{
    color:#ffffff;
    font-size:20px;
    position:absolute;
    bottom:5px;
    left:5px;
}

.img-profil
{
    background: #ffffff;
    background-repeat: no-repeat;
    background-size:cover;
    height:330px;
    position:relative;
}
.img-profil-event
{
    background: #ffffff;
    background-repeat: no-repeat;
    background-size:cover;
    height:400px;
    position:relative;
}

.profile-logo
{
    width:150px;
    margin-top:10px;
    margin-bottom:10px;
}

.groupe-logo{
    width:150px;
    height:150px;
    margin-top:10px;
    margin-bottom:30px;
}

.asso-info {
    display: inline-block;
}

.asso-site a {
    color: #a556a8;
    font-weight: 700;
    text-align: center;
}

.user-name {
    color: #545456;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.titre-case-col-droite
{
    color:#a556a8;
    font-weight:700;
    background-color:#f5f5f5;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    margin-left:10px;
    font-size:18px;
}
.contenu-case-col-droite
{
    color:#545456;
    font-weight:700;
    background-color:#ffffff;
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    margin-left:10px;
    font-size:13px;
}

.mosaique-photo
{
    background-color:#ffffff;
    padding-left:17px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:17px;
    margin-left:10px;
}
.titre-mosaique-photo
{
    margin-top : 10px;
}

.col-xs-4.photos-mosaique
{
    padding:2px;
}

.onglet
{
    display:none;
}
.onglet:first-child
{
    display:inline-block;
}

.col-xs-6.photos-mosaique
{
    padding-right:2px;
    padding-left:2px;
    padding-bottom:2px;
}

.photo-asso
{
    position:relative;
}
.photo-asso>.triangle-photo-asso
{
    position:absolute;
    color:white;
    font-size:40px;
    top:-28px;
    left: 455px;
}

.btn-asso-photo1
{
    position:absolute;
    left:20px;
    float:left;
}
.btn-asso-photo2
{
    position:absolute;
    right:20px;
    float:right;
}
.icone-dl-doc-asso
{
    position:absolute;
    top:13px;
    right:15px;
    color:#a556a8;
    font-size:20px;
    padding-bottom:15px;
}
.text-doc1-asso
{
    display:none;
    color:#545456;
    font-size:15px;
    font-weight:400;
    padding: 10px 10px;
    text-align: justify;
    background-color:#f5f5f5;
    margin-right:-15px;
    margin-left:-15px;
}
.text-doc-asso
{
    color:#545456;
    font-size:15px;
    font-weight:400;
    padding: 20px 20px;
    text-align: justify;
}

.btn-droite
{
    float:right;
    margin-bottom:15px;
    margin-right:-15px;
}
.central .onglet .doc-asso .btn-open-doc-asso a
{
    color:#a556a8 !important;
    font-size:15px;
    font-weight:700;
    position:relative;
}
.central .onglet .doc-asso .btn-open-doc-asso
{
    padding-top:15px;
    padding-bottom:15px;
}

.icone-dl-doc-asso a span{
    position:absolute;
    top:-25px;
    right:-50px;
    color:#ffffff;
    background:#a556a8;
    padding:5px;
    border-radius:3px;
    box-shadow:0 0 2px rgba(0,0,0,.5);
    opacity:0;
    font-size:8px;
    width:114px;
    z-index:50;
}

.icone-dl-doc-asso a:hover span, a:focus span{
    opacity:1;
}

.pas-fleche.bouton-menu-asso.active::after
{
    display:none;
}

.write-message{
    margin-top:10px;
    display: block;
    color: #a556a8;
}

.write-message:hover{
    color:#B451B8;
}

#main-content-container .texte-vedette
{
    font-size:12px;
}

#main-content-container .sous-titre-vedette
{
    font-size:14px;
}

.titre-case-col-gauche
{
    color:#a556a8;
    font-weight:700;
    background-color:#f5f5f5;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:15px;
    font-size:18px;
}
.contenu-case-col-gauche
{
    color:#545456;
    font-weight:700;
    background-color:#ffffff;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    font-size:15px;
}

#main-content-container .margetop20
{
    margin-top:20px;
    padding-left:0px;
    padding-right:0px;
}

.margebottom20
{
    margin-bottom:20px;
}

.big-btn
{
    width:100%;
    padding-top : 15px;
    padding-bottom : 15px;
    font-size:20px;
    border-radius:3px;
}

.pasmarge
{
    padding-left:0px !important;
    padding-right:0px !important;
}

/*.bouton-menu-asso.active::after {*/
    /*font-family: 'Glyphicons Halflings';*/
    /*content: "\e253";*/
    /*color:white;*/
    /*font-size:30px;*/
    /*position:absolute;*/
    /*top:52px;*/
    /*margin-left:30px;*/
/*}*/

.bouton-menu-content-container ul
{
    padding:0;
    margin:0;
    list-style-type:none;
    background-color:#f5f5f5;

}


@media ( max-width : 991px ) {
    .header-infos{
        margin-top:10px;
    }

    /*.img-agence{*/
        /*max-width:200px;*/
    /*}*/
}

@media ( min-width : 768px) and (max-width: 991px) {

    .bouton-menu-content-container a>div
    {
        border:none;
        background-color:#B785BD;
        color:#545456;
        font-size:15px;
        text-align:center;
        height:40px;
        margin:0px;
        padding:0px;
        font-weight:700;
        padding-top:10px;
        padding-left: 30px;
        padding-right: 30px;
        text-decoration:none;
    }
    .bouton-menu-content-container a:hover>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        height:50px;
        text-decoration:none;
    }
    .bouton-menu-content-container a.active>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #7E5C7E;
        height:50px;
        text-decoration:none;
    }

}

@media ( min-width : 992px) and (max-width:1200px){

    .infos-projet{
        height:323px;
    }
}

@media ( min-width : 992px) {

    .collecte-div{
        padding-left: 30px;
    }

    .bouton-menu-content-container a>div
    {
        border:none;
        background-color: #f5f5f5;
        color:#545456;
        font-size:15px;
        text-align:center;
        height:40px;
        margin:0px;
        padding:0px;
        font-weight:700;
        padding-top:10px;
        padding-left: 30px;
        padding-right: 30px;
        text-decoration:none;
    }
    .bouton-menu-content-container a:hover>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        height:50px;
        text-decoration:none;
    }
    .bouton-menu-content-container a.active>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        height:50px;
        text-decoration:none;
    }

}

@media ( min-width:481px ) {

    .text-pres-project{
        font-size: 16px;
    }
}

@media ( min-width : 481px) and (max-width: 767px) {
    .bouton-menu-content-container a>div
    {
        border:none;
        background-color: #f5f5f5;
        color:#545456;
        font-size:13px;
        text-align:center;
        height:40px;
        margin:0px;
        padding:0px;
        font-weight:700;
        padding-top:10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .bouton-menu-content-container a:hover>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        color:#545456;
        text-align:center;
        font-weight:700;
        height:50px;
        text-decoration:none;
    }
    .bouton-menu-content-container a.active>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        color:#545456;
        text-align:center;
        font-weight:700;
        height:50px;
        text-decoration:none;
    }

}

@media (max-width: 480px) {

    /*header site*/
    .liens-bouton-menu>li>a{
        height:70px;
    }

    .liens-bouton-menu div{
        padding-top:7px;
    }

    .liens-bouton-menu i{
        font-size:35px;
    }

    .right-menu{
        height :70px;
        padding-top: 8px;
    }

    .padbut>a>i{
        font-size: 30px;
    }

    /*fin header site*/

    .header-padding-site{
        padding-top: 70px;
    }

    .text-pres-project{
        font-size: 14px;
    }

    .hidden-xxs{
        display:none;
    }

    .bouton-menu-content-container a>div
    {
        border:none;
        background-color: #f5f5f5;
        color:#545456;
        font-size:11px;
        text-align:center;
        height:40px;
        margin:0px;
        padding:0px;
        font-weight:700;
        padding-top:10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .bouton-menu-content-container a:hover>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        color:#545456;
        text-align:center;
        font-weight:700;
        height:50px;
        text-decoration:none;
    }
    .bouton-menu-content-container a.active>div
    {
        border-bottom:3px solid #a556a8;
        background-color: #ffffff;
        color:#545456;
        text-align:center;
        font-weight:700;
        height:50px;
        text-decoration:none;
    }

}
.participation-content-container
{
    text-align:right;
    background-color:#f5f5f5;
    padding:0px;
    margin-bottom:15px;
    display:inline-block;
    width:100%;

}

.position-triangle .img-profil-fil-asso{
    position: absolute;
    left: -65px;
    top: -3px;
}
.position-triangle {
    position: relative;
}

.position-triangle .triangle-asso {
    position: absolute;
    font-size: 25px;
    color: #ffffff;
    left: -18px;
    top: 15px;
}

.decalage-profil
{
    margin-left:35px;
}
.central .margeblocasso
{
    margin-right:-30px;
}

.menu-liste-projet
{
    margin-top:50px;
    margin-bottom : 30px;
}
.menu-liste-projet-cat
{
    margin-bottom : 30px;
}

.menu-liste-projet a>div
{
    background-color:#ffffff;
    color:#545456;
    width:100%;
    padding-top:30px;
    padding-bottom:30px;
    font-size:18px;
    text-decoration:none;
    border-radius:3px;
}
.central .menu-liste-projet a
{
    text-decoration:none;
}
.menu-liste-projet a:hover>div
{
    background-color:#a556a8;
    color:#ffffff;
}
.menu-liste-projet li a span
{
    float:right;
}

.menu-liste-projet ul
{
    list-style-type: none;
}

.filter .checked
{
    color:#ffffff;
    border-left: 2px solid #a556a8 !important;
    background-color:#a556a8;
}
.titre-menu-listp .glyphicon
{
    padding-top:4px;
    font-size:15px;
    margin-left:12px;
}

.liste-projet .dropdown-menu
{
    width:100%
}

.img-round{
    border-radius: 50%;
}

.act-btn-img{
    font-size: 46px;
    color: #fff;
    margin-right: 10px;
    text-shadow: 0px 0px 80px #000;
    position: relative;
    top: 45px;
    left: 5px;
}

.act-btn-img:hover, .act-btn-img:focus{
    color:#eee;
}

.image-upload-container .image-upload-buttons{
    /*position: absolute;*/
    /*left: 10px;*/
    /*bottom: 10px;*/
    /*z-index: 100;*/

}

.project-logo{
    height:100%;
    width:100%;
    overflow:hidden;
}

.project-photo{
    width:100%;
}

#projectmemberfileupload a{
    display:block;
}

.infos-projet{
    background-color:#F5F5F5;
    padding:15px 0;
    color: #545456;
}

.test{
    display: block;
    -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.test.cache {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
}

.project-duration{
    font-size: 1em;
    color: #bebebe;
    float: right;
    display: inline-block;
    padding-right:10px;
}

.infos-projet span{
    font-size:32px;
    font-weight:bold;
}

.fundraising-state{
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.orange{
    color: #ffac43;
}

.green{
    color:#88B04B;
}
.red{
    color:#FF0000;
}


.presentation-proj
{
    margin-bottom:30px;
}
.follow-btn {
    color:#fff;
    display:block;
    text-align:center;
     background-color:#8CC245;
     border-radius:5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
 }

.follow-btn:hover{
    background-color:#A6E552;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.sous-titre-presentation{
    font-weight:bold;
    font-size:18px;
    margin-bottom:15px;
}

.step1{
    background-color: rgba(165, 86, 168, 0.15);
}

.step2{
    background-color: rgba(77, 162, 193, 0.15);
}

.step3{
    background-color: rgba(57, 148, 51, 0.15);
}

.step4{
    background-color: rgba(203, 87, 34, 0.15);
}

.share-items{
    float:left;
}

.share-links{
    text-align:center;
    font-weight:bold;
    font-size:16px;
}

.share-links p{
    display: inline-block;
    padding-right:10px;
    padding-top: 6px;
}

#facebook-share{
    margin-right:10px;
}

#twitter-share, #facebook-share{
    width: 35px;
    height: 35px;
    float: right;
    cursor: pointer;
    display: inline-block;
}

#twitter-share *, #facebook-share *{
    opacity:0;
}

.step-separator
{
    margin-bottom:15px;
    box-shadow: 0 0 3px #fff;
    -webkit-box-shadow: 0 0 3px #fff;
    -moz-box-shadow: 0 0 3px #fff;
}

.number-step
{
    margin-right:0px;
}

.text-right{
    text-align:right;
}

.text-pres-project{
    color: #545456;
    font-weight:bold;
    margin-bottom: 10px;
}

.header-infos>div{
    margin-bottom:6px;
}

.asso-name-on-project{
    font-size:15px;
    font-weight:bold;
}

.asso-text-on-project div{
    margin-bottom:8px;
}

/***********************************************°/
/------------------------------------------------/
/                   DON PROJET                   /
/------------------------------------------------/
/************************************************/

.tax-rec{
    width:100px;
}

.montant{
    display:inline-block;
}

/* page charte projet */

.liste_en_cours{
    padding-left:5%;
    margin-bottom:5%;
    margin-top:2%;
}

.titre_argument{
    margin-top:5%;
}

.titre_argument{
    text-align:center;
    font-size:150%;
    padding-bottom:2%;
}

.txt_argument{
    text-align:center;
}

.pictos{
    margin-top:3%;
    margin-bottom:3%;
}

.txt_charte{
    margin-bottom:3%;
}

.sous_titre{
    font-size:150%;
    text-align:center;
}
.txt_picto{
    text-align:left;
}

.picto_charte{
    font-size:400%;
    text-align:center;
    color:#996699;
}

.bouton:hover , .bouton a:hover{
    background-color:#A6E552;
    color:#fff;
    color:#fff;
    text-decoration:none;
}

.bouton{
    background-color: #8CC245 ;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    padding-left: 0px;
    padding-right: 0px;
}

.bouton a {
    color: white;
    font-size: 200%;
    display:block;
    padding-top:2%;
    padding-bottom:2%;
}

.upload-photo{
    color: #996699;
    font-size: 30px;
    cursor:pointer;
}

.project-form .form-group{
    margin-bottom:0;
}

.project-image-demo img{
    width:100%;
}

.project-form-field .upload-photo{
    font-size:18px;
}

.text-upload-button{
    display:inline-block;
    padding-left:10px;
    cursor:pointer;
}

.no-fundraising{
    text-transform: uppercase;
    color:#8CC245;
    text-align: center;
    margin-bottom: 20px;
}

.text-center{
    text-align: center;
}

/***********************************************°/
/------------------------------------------------/
/                   LANDING PAGE                 /
/------------------------------------------------/
/************************************************/

/* landingPage Audience */

/* landingPage 1 */
.noheader{
    padding-top:0px;
    min-height:560px;
    height:100vh;
}

.lp-content{
    margin-top:10vh;
}

.lp-logo{
    text-align: center;
    margin-bottom:20px;
}

.lp-logo a{
    width: 150px;
}

.lp-vp{
    margin-bottom:20px;
    text-shadow: 0 0 2px #000;
}

.lp-text{
    color:#fff;
    font-size: 16px;
    margin-bottom:30px;
}

.lp-form{
    max-width:500px;
    margin:0 auto;
}

.lp-text p{
    text-shadow: 0 0 2px #000;
}

.lp-btn{
    transition:0.5s;
    color:#fff;
    font-size: 18px;
    background-color: #c04318;
    width:100%;
    margin-top:20px;
}

.lp-btn:hover{
    transition:0.5s;
    color:#fff;
    background-color: #d04418;
}

/* landingPage 2 */

.noheader2{
    padding-top:0px;
    min-height:560px;
    height:100vh;
    background-color:#fff;
}

.lp2-header{
    background: #1f1f1f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#444444, #1f1f1f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#444444, #1f1f1f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#444444, #1f1f1f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#444444, #1f1f1f); /* Standard syntax */
    height:60px;
    margin-bottom:40px;
}

.lp2-logo{
    height:100%;
    text-align:center;
}

.lp2-logo img{
    height:100%;
}

.lp2-contact{
    line-height:60px;
    text-align:right;
}

.lp2-contact a{
    color: #e1e1e1;
    margin:0 8px;
}

.lp2-contact a:hover{
    color:#fff;
}

.lp2-right-content{
    margin-top:20px;
}

.lp2-left-img div{
    width:100%;
    background-image:url('../img/photo-creation-compte.jpg');
    background-size:cover;
    height:500px;
    background-position: 50% 25%;
}

.lp2-left-img img{
    width:100%;
    height:auto;
}

.lp2-vp{
    text-align:center;
}

.lp2-text{
    margin-bottom:20px;
}

.lp2-text h1{
    font-size:26px;
    color: #525252;
}

.lp2-form input{
    height: 41px;
}

.lp2-btn{
    transition:0.5s;
    color:#fff;
    font-size: 18px;
    background-color: #c04318;
    width:100%;
}

/* Landing page 3*/
.noheader3{
    padding-top:0px;
    min-height:950px;
    height:100vh;
    background-color:#fff;
}

.lp3-bottom-img{
    text-align: center;
    margin-bottom:20px;
    background-image:url('../img/photo-creation-compte.jpg');
    background-size:cover;
    height:200px;
    background-position: 50% 25%;
    margin-top:30px;
}

.lp3-bottom-img img{
    width:100%;

}

/* landingPage Audience */

/*Backgrounds*/
@media (max-width: 991px){
    .arrow_boxgauche {
        margin-top: 15%;
        margin-bottom: 15%;

    }

    .arrow_boxdroite{
        margin-top: 15%;
        margin-bottom: 15%;
    }

    .arrow_boxcentre{
        margin-top: 15%;
        margin-bottom: 15%;
    }

}

@font-face{
    font-family:"asap";
    src: url("https://www.wee-jack.com/themes/WeeJack/font/asap.ttf") ;

}

body.guest-body{
    padding-top:50px;
}

.landing-page{
    font-size : 20px;
    font-family:'asap';
}

.header div{
    position:relative;
}

/*Titre */

#transparence div {
    padding:0px;
}

h1{
    font-size: 34pt;
    color: black;
    text-align: center;
    color:white;
}

.titre{
    padding-bottom:10px;
    background-image: url('../img/texture.png');
}

.link-text{
    color: #996699;
    font-weight:bold;
}

/* Menu*/

/** Information **/

.particulier{

    padding-left: 0px;
    padding-right: 0px;
    text-align:left;
    font-size: 150%;
    text-align:center;
    margin-top:3%;
    padding-bottom: 3%;
}

.bg-texture-logo{
    background-image: url('../img/texture_blanc.png');
    background-repeat:no-repeat;
}

.transparence h2 {
    font-size: 36pt;
    color: white;
    opacity: 1;

}

.tarif-span{
    text-align: center;
}

.tarif-span .green{
    font-size:36px;
}

.tarif-span .number{
    font-size:100px;
    line-height: 80px;
}

.argument .picto{
    font-size: 70px;
    text-align: center;
}

.bloc-check {
    text-align:center;
}

.bloc-check span{
    font-size: 50px;
    display: block;
}

.numero{
    font-weight: bolder;
    font-size: 400%;
    color: #6a9d40;
    text-align:center;
}

.argument{
    padding-bottom:20px;
    padding-top:20px;
    border-left: solid 8px #88B04B;
    background-color: #fff;
    margin-bottom:5px;
    margin-top:5px;
}

.argument h3{
    margin-top:0;
}

.titreargument{
    text-transform: uppercase;
    font-weight:bolder;
    color: #6A9D40;
}

.blocargument{
    border-left:solid 2px #996699;
}

.calltoaction{
    background-color:#a556a9;
    display: inline-block;
    color: white;
    text-decoration:none;
    margin-left:0px;
    border-radius: 5px 5px 5px 5px;
    padding:1%;
    font-variant: small-caps;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.54);
}

.calltoaction:hover{
    color:#fff;
}

.lienasso{
    text-align:center;
    background-color:#a556a9;
    padding-top:2%;
    padding-bottom:2%;
    margin-top:2%;
    margin-bottom:3%;
}

a .lienasso {
    color:white;
    text-decoration:none;

}

a .lienasso:hover {

}

/* -------------------- Page Valeurs --------------------------------------*/
/* -------------------- Page Valeurs --------------------------------------*/
/* -------------------- Page Valeurs --------------------------------------*/
/* -------------------- Page Valeurs --------------------------------------*/

.icone{
    text-align:center;
    font-size:300%;
    color:#6a9d40;
}

.presponsable{
    text-align:justify;
}

.partage{
    padding-bottom:2%;
    padding-top:1%;
    border-right:solid 6px white;
}

.partage:hover{
    background-color: rgba(106, 157, 64, 0.17);
    border-right:solid 6px #a556a9;
}

.valeur{
    border-top:solid 6px white;
}

.valeur:hover{
    background-color: rgba(106, 157, 64, 0.17);
    border-top:solid 6px #a556a9;
}

/* -------------------- Page L'�quipe --------------------------------------*/
/* -------------------- Page L'�quipe --------------------------------------*/
/* -------------------- Page L'�quipe --------------------------------------*/

.partiealexis{
    padding-top:3%;
    padding-bottom:2%;
    background-image: url('../img/texture_blanc.png');
    background-repeat:no-repeat;

}

.imgalexis{
    margin-left: auto;
    margin-right: auto;
    padding-right: 15%;
}

.titremembre{
    font-size: 24pt;

    color:#a556a9;
}

.textmembre{
    font-size: 16px;
}

.julien{
    padding-top:3%;
    background-color: rgba(239, 239, 239, 0.862745);
    padding-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: solid 10px white;
}

/* -------------------- Page Presse et CGV et emplois --------------------------------------*/
/* -------------------- Page Presse et CGV et emplois --------------------------------------*/
/* -------------------- Page Presse et CGV et emplois --------------------------------------*/

.box_presse_wj{
    padding:2%;
    margin-top: 5%;
    background-color: #F4F4F4;
}

.titre_presse_wj{
    font-size:36pt;
    color:#996699;
}

.box_presse_asso{
    padding:2%;

}

.titre_presse_asso{
    font-size:36pt;
    color:#09B299;
}

.titre_emploi{
    font-size:36pt;
    color:#996699;
}

/* -------------------- Page Partenaires et S�curit� --------------------------------------*/
/* -------------------- Page Partenaires et S�curit� --------------------------------------*/
/* -------------------- Page Partenaires et S�curit� --------------------------------------*/

.box_fv{
    padding:2%;
    margin-top: 5%;

}

.chapo{
    margin-top:3%;
    background-color:rgba(239, 239, 239, 0.862745);
    padding-top:2%;
    padding-bottom:2%;
    padding-left: 4%;
}

.textpartenaire strong{
    font-variant :small-caps;
    font-size:130%;
}

.box_logo{
    margin-bottom: 2%;
}

/* -------------------- Page Comment �a marche particuliers et associations et charte --------------------------------------*/
/* -------------------- Page Comment �a marche particuliers et associations et charte --------------------------------------*/
/* -------------------- Page Comment �a marche particuliers et associations et charte --------------------------------------*/

.caretfaq{
    border-top: 15px solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    color: #996699;
}

.bandeau{
    background-color:white;
    opacity:0.9;
    padding:2%;
    margin-top:5%;
    margin-bottom: 5%;
}

.contenubandeau{
    padding-bottom:3%;
}

.titrebandeau{
    color: black;
    font-size:30pt;
}

.titrearrowbox{
    font-size: 24pt;
    color: #996699;
}

.bulleactive:active{
    -ms-transform: scale(0.9,0.9); /* IE 9 */
    -webkit-transform: scale(0.9,0.9); /* Safari */
    transform: scale(0.9,0.9);
}

.txtresponsable{
    text-align:center;

    font-size:150%
}

/* -------------------- Page FAQ --------------------------------------*/
/* -------------------- Page FAQ --------------------------------------*/
/* -------------------- Page FAQ --------------------------------------*/

.background{
    /*background: #fff;*/
    /*background-image: url('../img/texture_blanc.png');*/
    /*background-repeat:no-repeat;*/
}

.menuleft{
    background-color:white;
    opacity:0.9;
    padding-left:0px;
    padding-right:0px;
    font-size: 130%;
    box-shadow: 4px 4px 33px -1px #decade;

}

.menuleft .list{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom:0px;

}

.menuleft a{
    color:#666;
    text-decoration:none;

}

.menuleft .ligne_list{
    cursor:pointer;
}

.menuleft .ligne_list:hover{
    background-color:#e5e5e5;
    border-left:4px solid #a556a8;

}

.ultitre{
    color:#a556a8;
    background-color: #f5f5f5;
    padding-left:4%;
    margin-bottom: 0px;
    padding-top: 4%;
    padding-bottom: 4%;
}

.question{
    background-color:whitesmoke;
    text-align:center;
    padding-top: 25px;
    padding-bottom:25px;
    color:#a556a8;
    font-size: 18px;
}

.bloc_question .question{
    cursor:pointer;
}

.bloc_question{
    margin-bottom:30px;
}

.question p{
    margin-bottom:0;
}

@media (max-width: 770px) {
    .bloc_question{
        margin-top:5%;
    }

}

.reponse{
    background-color:#efefef;
    display:none;
    padding-left: 12%;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size:14pt;
}
.img-rotate{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}

.img-rotate-back{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.lien_actif{
    background-color:#e5e5e5;
    border-left:4px solid #996699;

}

/* -------------------- Contact --------------------------------------*/
/* -------------------- Contact --------------------------------------*/
/* -------------------- Contact --------------------------------------*/

.sectioncontact{
    margin-top:5%;
}

/* -------------------- Facebook login --------------------------------------*/
/* -------------------- Facebook login --------------------------------------*/
/* -------------------- Facebook login --------------------------------------*/


/* -------------------- Landing page --------------------------------------*/
/* -------------------- Landing page --------------------------------------*/
/* -------------------- Landing page --------------------------------------*/
/* -------------------- Landing page --------------------------------------*/

.lp-container{
    position:relative;
    text-align:center;
    background-image:url('../img/lp-background.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position-x: 50%;
}


.lp-container>div{
    height:100%;
}

.lp-right-section{
    height:100%;
    background-color: rgba(251, 254, 255, 0.8);
    padding-bottom:30px;
    color: #333;
}

.lp-right-section h1{
    color:#a556a8;
}

.lp-right-section h2, .lp-right-section h2 strong{
    font-size:20px;
}

.lp-right-section .cgu{
    font-size: 12px;
}

.lp-right-section .cgu a{
    color: #a556a8;
}

.btn-green{
    background: #83c137;
    color: #fff;
}

.no-margin{
    margin:0;
}

#logowj{
    margin-bottom: -6%;
    z-index: 2;
}

@media (max-width: 767px) {

    .titre-page h1 {
        font-size: 18px;
    }
    .titre-page-project h1{
        font-size:35px;
    }

    .soustitre-page h2 {
        font-size: 15px;
    }
    .page-offre p{
        font-size:13px;
    }

    .page-offre .argument h3{
        font-size:16px;
    }
    .cartes{
        text-align:center;
    }

}

@media (max-width: 733px){

    .page-offre h2{
        font-size:24px;
    }

    .page-offre .value-prop h2{
        font-size:18px;
    }

    .page-offre .green span {
        font-size:45px;
    }

    .page-offre .green p {
        font-size:18px;
    }

    .argument .picto{
        font-size: 40px;
    }
}

.bouton_savoir{
    text-align:center;
    color:#fff;
    background-color: #a556a8;
    border-radius:6px;
    padding:20px 0;
    margin-top:20px;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 5px 0px 1px rgba(94,46,116,1);
    -moz-box-shadow: 0px 5px 0px 1px rgba(94,46,116,1);
    box-shadow: 0px 2px 0px 1px rgba(94,46,116,1)
}
.bouton_savoir:hover {
    background-color:#B451B8;
    color:#fff;
}

.footer{
    background-color:#eee;
    padding:12px 15px 15px;
    font-size: 1.2em
}

.premiere_ligne{
    margin-top:1%;
    margin-bottom:1%;
    text-align:center;
}

.premiere_ligne a{
    color:#3f3f44;
    font-variant:small-caps;
    font-weight:bold;

}

.premiere_ligne a:hover{
    text-decoration:none;
}

.lien_faq{
    border-right:solid 2px #aad377;
}

.icone_social{
    padding:0;
}

#facebook{
    text-align:right;
}

#twitter{
    text-align:left;
}

#instagram{
    text-align: center;
}

.social{
    border-bottom:solid 2px #dfe2e3;
    text-align:center;
    padding:15px;
}

.deuxieme_ligne{
    margin-bottom:1%;
}

.troisieme_ligne{
    margin-top:1%;
    margin-bottom:1%;
    text-align: center;

}

.troisieme_ligne a{
    color:#3f3f44;
    font-variant:small-caps;
}

.lien_presse{
    font-size:24px;
}

.followed-btn{
    border: 2px solid #8CC245;
    border-radius: 4px;
    color:#8CC245;
    display:block;
    text-align:center;
    background-color:#fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.edit-project-btn {
    font-size:18px;
    font-weight:500;
    background-color:#ab6eb1;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
}
.edit-project-btn:hover{
    background-color:#9a5da0;
    color:#FFFFFF;

}

.donner-project-btn{
    font-size:18px;
    font-weight:500;
    width:120px;
    background-color:#ab6eb1;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
}

.invit-title{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 8px 0;
}

.invit-popup li{
    margin: 0 33px 10px 33px;
}


.regular-checkbox:checked + .regular-checkbox-box{
    border: 2px solid #B451B8;
    background: #B451B8;
    color: white;
}
/*
.tab-content .tab-pane a {
    color: #B451B8;
    cursor: pointer;
}*/

.media-left, .media > .pull-left{
    padding-right:0;
}

/* Start : Event */

.participant{
    text-align:center;
}

/* End : Event */

/***********************************************°/
/------------------------------------------------/
/                   GUIDES                       /
/------------------------------------------------/
/************************************************/

.course{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background:#fff;
}

.course .line{
    position: absolute;
    width: 100%;
    top: 20px;
    z-index: -1;
    border: 6px solid #83c137;
}

.course .logo{
    margin-left: 4%;
}

.course-text-container{
    margin-bottom:20px;
}

.course .title{
    font-weight: bold;
    margin-bottom: 20px;
}

.course .text{
    margin-top:20px;
}

.course .formButton{
    margin-right:20px;
    margin-bottom:20px;
}

.course textarea{
    height:120px;
}

.course .image-div{
    min-height: 750px;
    height: 100vh;
}

.course .course-img-container{
    background-color:#d7d7d7;
}

.course .image{
    height:100%;
    background-size: cover;
    background-position: 50% 25%;
}

.course .cta{
    text-align: center;
    margin-top: 40px;
}

.course .facebook-icon img{
    margin:0;
}

.alternate-cta{
    margin-top:20px;
    text-align:center;
}

.alternate-cta a{
    color:#a556a8;
    font-weight:bold;
    text-decoration: underline;
}

.course .asi-bloc{
    margin-bottom:30px;
}

.course .cta a{
    font-size: 22px;
}

.course .collection-div{
    padding-top:10vh;
    border-left:2px solid #a556a8;
    background-color:#f4f1fb;
    height:100vh;
}

.course .loader{
    padding:0;
}

.course .loader .sk-spinner-three-bounce div{
    background-color: #fff;
}

.course .followed .loader .sk-spinner-three-bounce div{
    background-color: #a556a8;
}

.course .asi-profile{
    position: relative;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    padding: 15px 0;
}

.course .asi-profile-img{
    text-align: center;
    min-height: 90px;
}

.course .asi-profile-img img{
    width: 25%;
    height: 25%;
    border: 5px solid #fff;
    background: #fff;
}

.course-left-side{
    padding-bottom:20px;
}

.course .asi-title{
    background-color:#fff;
    padding-bottom:10px;
    height:70px;
    padding-top:10px;
    font-weight: bold;
    text-align:center;
    font-size: 18px;
}

.course .asi-introduction{
    background-color: rgba(0, 0, 0, 0.65);
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    font-size: 12px;
    padding:12px 10px;
    width:100%;
    height:100%;
}

.course .asi-introduction p{
    position: absolute;
    padding-right: 15px;
    bottom: 50px;
    width: 100%;
}

.course .asi-bouton{
    padding-top:20px;
    /*background-color:#fff;*/
}

.course .asi-bouton .signupfollow,
.course .asi-bouton .signupfollowprojet {
    width:100%;
}

.course .collection{
    height:90%;
    margin:0 3%;
    overflow:hidden;
}

.collection-div .top, .collection-div .bottom{
    position:relative;
    border: 1px solid #c1c1c1;
    margin: 15px;
}

.collection-div .top img, .collection-div .bottom img{
    position: absolute;
    text-align: center;
    height: auto;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
}

.course .btn-facebook{
     line-height: 35px;
     height:50px;
     padding: 5px 10px;
}

.course button.btn-primary{
    float:right;
    background:#a556a8;
    font-size: 22px;
}

.or{
    font-size:18px;
    text-align:center;
}

/* Concours custom pages */

.course .red{
    color:#f96054;
}

.course .red-bg, .course button.red-bg{
    background-color:#f96054;
}

.course .green{
    color:#00b24c;
}

.course .green-bg, .course button.green-bg{
    background-color:#00b24c;
}

.course .blue{
    color:#14cccb;
}

.course .blue-bg, .course button.blue-bg{
    background-color:#14cccb;
}

.course .purple{
    color:#c750d9;
}

.course .purple-bg, .course button.purple-bg{
    background-color:#c750d9;
}

.course .active-form-btn{
    color: #a556a8;
    background: #fff;
    box-shadow: inset 0 0 0 2px #a556a8;
}

.course .active-form-btn-red{
    color: #f96054;
    background: #fff;
    box-shadow: inset 0 0 0 2px #f96054;
}

.course .active-form-btn-green{
    color: #00b24c;
    background: #fff;
    box-shadow: inset 0 0 0 2px #00b24c;
}

.course .active-form-btn-blue{
    color: #14cccb;
    background: #fff;
    box-shadow: inset 0 0 0 2px #14cccb;
}

.course .active-form-btn-purple{
    color: #c750d9;
    background: #fff;
    box-shadow: inset 0 0 0 2px #c750d9;
}

.course .bottom-text{
    position:relative;
    height: 50%;
    color: #fff;
    text-align: right;
    padding-right: 10%
}

.course .bottom-text h1{
    width:80%;
    text-align:right;
    position:absolute;
    bottom:40%;
}

.course .top-text{
    height:50%;
    padding-top:10%;
    color:#fff;
    padding-left:10%;
}

.course .followed{
    background-color:#fff;
}

@media (max-width : 480px) {
    .course .top-text {
        height:5%;
        font-size: 46px;
    }

    .course .bottom-text h1 {
        height:30%;
        font-size: 46px;
    }
}

@media ( min-width : 481px) and (max-width: 767px) {
    .course .top-text {
        height:5%;
        font-size: 46px;
    }

    .course .bottom-text h1 {
        height:30%;
        font-size: 46px;
    }
}

@media ( min-width : 768px) and (max-width: 1200px) {
    .course .top-text {
        font-size: 60px;
    }

    .course .bottom-text h1 {
        font-size: 60px;
    }
}

@media (min-width : 1201px) {
    .course .top-text {
        font-size: 60px;
    }

    .course .bottom-text h1 {
        font-size: 60px;
    }

    .lp-container{
        min-height: 800px;
        height: 90vh;
    }
}

/* Concours custom pages */

@media (max-width : 480px){
    .course .title{
        font-size: 22px;
    }

    .course .subtitle{
        font-size:18px;
    }

    .course .cta a{
        font-size:16px;
    }
}

@media ( min-width : 481px) and (max-width: 767px) {
    .course .title{
        font-size: 28px;
    }

    .course .subtitle{
        font-size:18px;
    }

    .course .text{
        font-size:16px;
        line-height:24px;
    }
}

@media ( min-width : 768px) and (max-width: 1200px) {
    .course .title{
        font-size: 30px;
    }

    .course .subtitle{
        font-size:20px;
    }

    .course .text{
        font-size:16px;
        line-height:28px;
    }

}

@media (min-width : 1201px) {
    .course-left-bloc{
        margin-top:5vh;
    }

    .course .title{
        font-size: 34px;
    }

    .course .subtitle{
        font-size:22px;
    }

    .course .text{
        font-size:18px;
        line-height:28px;
    }
}

/** Fin concours **/

/** Information **/

.company-contact{
    background-color:#fff;
}

.company-contact h2{
    font-size:35px;
}

.company-contact .title{
    background-color:#8CC245;
}

.company-contact .value-prop{
    text-align:center;
}

.company-contact .value-prop h2 {
    font-size:20px;
    margin-bottom:30px;
}

.company-contact .column{
    text-align:center;
    background-image:url("https://www.wee-jack.com/themes/WeeJack/img/bg-shape100x100.png");
    background-position: 50% 90px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.company-contact .column .green{
    font-weight:bold;
}

.company-contact .green span{
    font-size:45px;
}

.company-contact .green p{
    font-size:20px;
    text-transform:uppercase;
}

.company-contact .form-section{
    display:none;
}

.company-contact .btn-company{
    text-align: center;
}

.company-contact .btn-company a{
    margin-bottom:40px;
}

.company-contact h3{
    font-size:18px;
    font-weight:bold;
    color:#333;
}

.company-contact img{
    width:100%;
    height:auto;
}

.company-contact .logo{
    background-image : url("../img/logo.jpg");
    background-size: cover;
    width:100%;
    height:100px;
    background-position: 50% 25%;
}

.company-contact .loader{
    padding:0;
}

.company-contact  .loader .sk-spinner-three-bounce div{
    background-color: #fff;
}

.text-fixed-inscription{
    padding-top:5px;
    font-size: 16px;
}
.marginbottom{
    margin-bottom:20%;
}

.navbar {
    bottom: 0;
    z-index: 1;
    margin-bottom:1%;
    box-shadow: 0 2px 50px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.1);
    background-color:#FFFFFF;
    border-color: #ffffff;
    width:70%;
    margin-left:15%;
    margin-right:15%;

}

.btn-inscription {
    background-color:#88B04B;
    color:#ffffff;

}

.btn-inscription:hover, .btn-inscription:focus {
    color:#FFFFFF;
}

.titre-problematique{
    font-size:2em;
    font-weight:700;
    color:#87B14A;

}

.fullpage-container{
    margin-bottom:2%;
    display:inline-block;
    box-shadow: 3px 3px 2px #AAAAAA;

}

.fullpage-text{
    font-size:18px;

}
.btn-seemore{
    font-size:1.5em;
    font-weight:500;
    background-color:#a556a8;
    color:#FFFFFF;
    width:250px;
    border-radius:0;

}

.seemorediv{
    padding-bottom:15px;
}

.font-date
{
    font-weight:500;
    font-size:1.5em;
}

.btn-help-project{
    font-size:1.7em;
    margin-bottom:15px;
    font-weight:500;
    background-color:#a556a8;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
    display:block;

}

.btn-share-facebook-project{
    font-size:1.7em;
    font-weight:500;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
    background-color:#5674BC;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
    display:block;
    padding:2px;

}

.btn-share-twitter-project{
    font-size:1.7em;
    font-weight:500;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
    background-color:#00AFED;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
    display:block;
    padding:2px;

}

.no-padding-btns{
    padding: 0 !important;
    margin-left: 0 !important;
}

.project-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 25% 50%;
    min-height:300px;
}

.error-don{
    background:#fff;
    color: #920011;
    margin-top:20px;
    padding:15px 20px 5px 50px;
    font-weight:bold;
    position: relative;
}

.error-don i{
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 25%;
}

.message-sent{
    display:none;
    color: #6b9d2b;
}

.img-project{
    height:70vh;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position: center center !important;
}

.title-widget-project{
    color:white;
    text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;

}
.seemorediv{
    margin-top:100px;
}

@media (max-width : 768px) {
    .seemorediv{
        margin-top:25px;
    }
    #slidebox{
        display:none !important;
    }
}

.separator-diamond{
    margin-top:65px;
}

.follow-text{
    padding:15px;
    font-size:18px;
    font-weight:500;

}

.title-follow-bloc{
    padding-top:15px;
    font-size:25px;
    color:#a556a8;
    font-weight:500;
    padding-bottom:15px;
    background-color:#F9F3FB;

}

.text-follow-bloc{
    padding-top:15px;
}

.margin-top50{
    margin-top:50px;

}

.container-project{
    margin-top:50px;

}

.follow-btn-project {
    font-size:18px;
    font-weight:500;
    background-color:#83c137;
    color:#FFFFFF;
    border-radius:0;
    text-align:center;
    box-shadow: none;
    transition:.2s ease;
}

.follow-btn-project:hover,
.follow-btn-project:focus,
.follow-btn-project:active,
.follow-btn-project:active:focus{
    background-color:#72b026;
    color:#FFFFFF;
}

.follow-btn-project.followed {
    border: 2px solid #8CC245;
    background-color:#fff;
    color:#8CC245;
}

.follow-btn-project.big {
    font-size:20px;
    width:100%;
    margin-top:30px;
    margin-bottom:30px;
    transition: 0.4s;
}

#slidebox{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;

}

.close-drawer{
    position:absolute;
    top:0px;
    left:0px;
    padding:0;
    width:30px;
    height:100%;
    background-color:#EEEEEE;

}

.slidebox {
    background-color: white;
    border: 1px solid #8CC245;
    /*-webkit-box-shadow: -5px -5px 10px 2px #A6A6A6;*/
    /*box-shadow: -5px -5px 10px 2px #A6A6A6;*/
    position:fixed;
    bottom:0;
    right:0;
    opacity:1;
    z-index: 999;

}

.slidebox-hidden{
    transform: translateX(300px);
    transition: all 1.5s ease;
}

.centerchart{
    margin: auto;
    display: table;
}
.purple-arrow{
    color: #a556a8;

}
.cartes{
    margin-bottom:15px;
    width:200px;
}

.title.project-fullpage{
    text-align:center;
    display:inline-block;
    position:relative;
    margin-bottom:300px;

}

.project-bloc h2::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #FFFFFF ;
    margin: 15px auto;
}


.white-span span {
    color:#FFFFFF !important;
}

.grey-span span {
    color:#777777 !important;

}
@media ( min-width : 1151px) {
    .menuslide a{
        font-size:25px;

    }

    .numbers-project{
        font-size:50px;
    }
}

/* menus de bas de page responsive */
@media ( max-width : 990px)  {

    #slidebox{
        display:none !important;
    }
    .footer-project span {
        display:none;
    }

    .btn-footer-project {
        margin-bottom:5px;
        margin-top:5px;

    }
    .menuslide{
        margin-top:5px;
    }
    .menuslide a{
        font-size:15px;
        padding:3px ;
        margin:3px ;
    }
    .menuslide ul{
        padding:0;
    }

    .subtitle{
        font-size:19px;
        font-weight:700;
    }
    .text-slides-project-small{
        font-size:15px;
    }

    .testimony-container {
        width: 75px;
    }

    .menu-blue a {
        padding:3px;
        margin:0;
    }
    .numbers-project{
        font-size:28px;
        margin-bottom:-5px;
    }

    .project-bloc h2{
        font-size:35px;
    }
    .objectif-collecte {
        font-size:25px;
    }

    .list-share div{
        margin-bottom:15px;
    }

    .list-share{
        margin-top:15px;
        margin-bottom:15px;
    }
    .btn-participer {
        font-size: 18px;
        width:300px;

    }
    .participate-cta {
        margin-top:15px;
        margin-bottom:15px;

    }

    .arrowprec-red {
        font-size:25px;
    }

    .arrow-presentation{
        display:none;
    }

    .red-title::after{
        margin: 15px auto;
    }

    .green-title::after{
        margin: 15px auto;

    }

    .blue-title::after{
        margin: 15px auto;

    }

    .purple-title::after{
        margin: 15px auto;

    }
    .blue-title::after{
        margin: 15px auto;
    }

    .arrowprec-red {
        font-size: 25px;
    }

    .list-share a {
        width: 250px;
        font-size:18px;
    }

    .number-important-project{
        margin:0;
        margin-bottom:-15px;
        font-size:75px;
    }
    .metadata-icone{
        max-width: 40px;
        max-height:40px;
    }
    .row-numbers{
        margin:0;
    }

    .number-step{
        display: inline-block;
        width:25px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:7px;
        padding-right:7px;
        text-align: center;
    }
    .marginstep{
        margin-left:1%;
    }

    .description-step {
        font-size:15px;
        padding:15px;
    }
    .obj-block{
        margin-bottom:10px;
    }
    .green-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #87B14A;
        border-right:50vw solid #87B14A ;
        border-top:55px solid transparent;
        pointer-events:none;
    }

    .red-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ed585c;
        border-right:50vw solid #ed585c ;
        border-top:55px solid transparent;
        pointer-events:none;
    }

    .white-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ffffff;
        border-right:50vw solid #ffffff ;
        border-top:55px solid transparent;
        pointer-events:none;
    }

    .blue-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #418ede;
        border-right:50vw solid #418ede ;
        border-top:55px solid transparent;
        pointer-events:none;
    }

    .purple-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ba88b9;
        border-right:50vw solid #ba88b9 ;
        border-top:55px solid transparent;
        pointer-events:none;
    }
    #footer-project-menu{
        height: 50px;
        bottom:0px;
        position: fixed;
        width:100%;
        background:transparent;
        z-index: 9;
        text-align: center;

    }
    .section{
        padding-bottom:50px;
    }

    .project-upload-buttons{
        padding-top:0px ;

    }

    .menuslide a{
        font-size:15px;
        padding:3px;
        margin:3px ;
    }
    .follow-btn-project {
        width:80%
    }
    .donner-project-btn {
        width:80%;
    }
    .edit-project-btn {
        width:80%;
    }
}

@media ( min-width : 991px) {
    .donner-project-btn {
        width:150px;
    }
    .edit-project-btn {
        width:150px;
    }
    .follow-btn-project {
        width:150px;
    }
    .closable{
        width:250px;
        padding:5px;
    }

    .closable h3 {
        font-weight: 600;
        margin-bottom:35px;
    }
    .closable p {
        margin-bottom: 25px;
    }

    .slidebox-closed {
        transform: translateX(250px);
        transition: all 1.5s ease;

    }
    .footer-project span {
        font-size: 13px;
    }

    .btn-footer-project {
        margin-top:20px;
    }

    .description-step {
        font-size:16px;
        padding:15px;
        margin:0px;
        margin-left:30px;
    }
    .number-step{
        display: inline-block;
        width:50px;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:15px;
        padding-right:15px;
        text-align: center;
    }
    .row-numbers{
        margin-top:25px;
        margin-bottom:25px;
    }
    .menu-white a {
        padding: 1px 30px 1px 30px;
    }

    .menu-red a {
        padding: 1px 30px 1px 30px;
    }
    .subtitle{
        font-size:24px;
        font-weight:700;
    }

    .testimony-container {
        width: 130px;
    }
    .menu-green a {
        padding: 1px 30px 1px 30px;
    }

    .menu-purple a {
        padding:1px 30px 1px 30px ;
    }

    .menu-blue a {

        padding:1px 30px 1px 30px ;
    }

    .project-bloc h2{
        font-size:42px;
    }

    .objectif-collecte{
        font-size:40px;
    }

    .list-share{
        margin-top:100px;
        margin-bottom:50px;
    }
    .btn-participer {
        font-size: 20px;
        width:450px;

    }
    .participate-cta {
        margin-top:50px;
        margin-bottom:50px;
    }

    .arrow-presentation{

    }

    .red-title::after{
        margin: 35px auto;
    }

    .green-title::after{
        margin: 35px auto;

    }

    .blue-title::after{
        margin: 35px auto;

    }

    .purple-title::after{
        margin: 35px auto;

    }
    .blue-title::after{
        margin: 35px auto;
    }

    .arrowprec-red {
        font-size: 30px;
    }

    .list-share a {
        width: 350px;
        font-size:20px
    }

    .number-important-project{
        font-size:110px;
    }
    .metadata-icone{
        max-width: 76px;
        max-height:76px;
    }

    .green-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #87B14A;
        border-right:50vw solid #87B14A ;
        border-top:50px solid transparent;
        pointer-events:none;
    }

    .red-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ed585c;
        border-right:50vw solid #ed585c ;
        border-top:50px solid transparent;
        pointer-events:none;
    }

    .white-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ffffff;
        border-right:50vw solid #ffffff ;
        border-top:50px solid transparent;
        pointer-events:none;
    }

    .blue-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #418ede;
        border-right:50vw solid #418ede ;
        border-top:50px solid transparent;
        pointer-events:none;
    }

    .purple-footer:after{
        content:'';
        position:absolute;
        bottom:0; left:0;
        opacity:0.4;
        border-left:50vw solid #ba88b9;
        border-right:50vw solid #ba88b9 ;
        border-top:50px solid transparent;
        pointer-events:none;
    }

    #footer-project-menu{
        height: 70px;
        bottom:0px;
        position: fixed;
        width:100%;
        background:transparent;
        z-index: 9;
        text-align: center;

    }

    .btn-footer-project{
        font-size:18px;
    }
    .project-upload-buttons{
        padding-top:30px ;
    }
    .wrapper-slide{
        height:200px;
        clear:both;
        overflow:hidden;
        padding-left: 30px;
        position: relative;

    }
    .close-drawer i {
        line-height: 200px;
        white-space: nowrap;
        font-size:30px;
    }

}
/*
@media  (max-width : 1150px) and (min-width: 991px) , (max-height: 768px) and (min-width: 991px) {

    .closable{
        width:200px;
        padding:5px;
    }
    .closable h3 {
        font-weight: 600;
        font-size:20px;
        margin-bottom:10px;
    }
    .closable p {
        margin-bottom: 10px;
    }

    .slidebox-closed {
        transform: translateX(200px);
        transition: all 1.5s ease;
    }
    .wrapper-slide{
        height:160px;
        clear:both;
        overflow:hidden;
        padding-left: 30px;
        position: relative;

    }

    .close-drawer i {
        line-height: 160px;
        white-space: nowrap;
        font-size:30px;
    }
    .menuslide a{
        font-size:18px;
        margin:5px;

        padding:1px  15px 1px 15px;
    }
    .numbers-project{
        font-size:28px;
    }
    .number-important-project{
        font-size:75px;
    }
    .text-slides-project-white{
        font-size:18px;
    }
    .text-slides-project-small{
        font-size:15px;
    }
    .text-slides-project{
        font-size:15px;
    }
    .project-bloc h2{
        font-size:35px;
    }
    .btn-footer-project{
        font-size:18px;
    }
    .list-share a {
        width: 250px;
        font-size:18px;
    }
    .testimony-container {
        width: 75px;
    }
}
*/

@media ( max-width : 360px) {
    .btn-participer {
        font-size: 18px;
        width:250px;

    }
    .menuslide a{
        font-size:13px;
        padding:1px ;
        margin:0 ;
    }

}

.menu-white{

}
.menu-white a{
    color:#ffffff;

    display:inline-block;

}

.menu-white a:hover{
    color:#ffffff;
    border: 2px solid  #ffffff;
}

.menu-white a:active{
    color:#ffffff;
    border: 2px solid  #ffffff;

 }

.menu-white a.active{
    color:#ffffff;
    border: 2px solid  #ffffff;

}
.menu-white a.arrowprec-red{
    border:0
}
.menu-white a.arrowprec-red:hover{

}

.menu-red{
}
.menu-red a{
    display:inline-block;
    color:#ed585c;
}

.menu-red a:hover{
    color:#ed585c;
    border: 2px solid  #ed585c;
}

.menu-red a:active{
    color:#ed585c;
    border: 2px solid  #ed585c;
}

.menu-red a.active{
    color:#ed585c;
    border: 2px solid  #ed585c;

}
.menu-red a.arrowprec-red{
    border:0;
    color:#ed585c;

}
.menu-red a.arrowprec-red:hover{

}

.menu-green{
}
.menu-green a{

    display:inline-block;
    color:#87b04a;

}

.menu-green a:hover{
    border: 2px solid  #87b04a;
    color:#87b04a;

}

.menu-green a:active{
    border: 2px solid  #87b04a;
    color:#87b04a;

}

.menu-green a.active{
    border: 2px solid  #87b04a;
    color:#87b04a;

}
.menu-green a.arrowprec-red{
    border:0;
    color:#87b04a;

}

.menu-purple{
}
.menu-purple a{
    display:inline-block;
    color:#ba88b9;
}

.menu-purple a:hover{
    color:#ba88b9;
    border: 2px solid  #ba88b9;
}

.menu-purple a:active{
    color:#ba88b9;
    border: 2px solid  #ba88b9;
}

.menu-purple a.active{
    color:#ba88b9;
    border: 2px solid  #ba88b9;

}
.menu-purple a.arrowprec-red{
    border:0;
    color:#ba88b9;
}

.menu-purple a.arrowprec-red:hover{

}

.menu-blue a{
    display:inline-block;
    color:#418ede;
}

.menu-blue a:hover{
    color:#418ede;
    border: 2px solid  #418ede;
}

.menu-blue a:active{
    color:#418ede;
    border: 2px solid  #418ede;
}

.menu-blue a.active{
    color:#418ede;
    border: 2px solid  #418ede;

}
.menu-blue a.arrowprec-red{
    border:0;
    color:#418ede;
}

#asso-slide{
    background-color:#ba88b9;
    position:relative;
    overflow:hidden;
}

#partners-slide{
    background-color:#FFFFFF;
    position:relative;
    overflow:hidden;
}

#temoignage-slide{
    background-color:#ffffff;
    position:relative;
    overflow:hidden;
}

#details-slide{
    background-color:#ffffff;
    position:relative;
    overflow:hidden;
}

#problem-slide{
    position:relative;
    background-color:#ed585c;
    overflow:hidden;
}

#steps-slide{
    background-color:#FFFFFF;
    position:relative;
    overflow:hidden;

}

#goal-slide{
    background-color:#FFFFFF;
    position:relative;
    overflow:hidden;

}

#budget-slide{
    background-color: #ffffff;;
    position:relative;
    overflow:hidden;
}

#short-slide{
    position:relative;
    background-color:#87b04a;
    overflow:hidden;
}

#takepart-slide{
    position:relative;
    background-color:#418ede;
    overflow:hidden;
}

#share-slide{
    position:relative;
    background-color:#FFFFFF;
    overflow:hidden;
}

#support-slide{
    position:relative;
    background-color:#FFFFFF;
    overflow:hidden;
}

#volunteer-slide{
    position:relative;
    background-color:#FFFFFF;
    overflow:hidden;
}

.title.project-fullpage-black-red{
    text-align:center;
    display:inline-block;
    position:relative;
    margin-bottom:300px;

}

.red-title::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #ed585c ;
}

.green-title::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #87b04a ;
}

.blue-title::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #418ede ;
}

.purple-title::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #ba88b9 ;
}
.blue-title::after{
    content:'';
    display:block;
    height:3px;
    width:75px;
    border-bottom:solid 3px #418ede ;
}

.testimony-container{
    margin:auto;
}

.slide-navigation{
    font-size:100px;

}

#menuproject{
    position:fixed;
    top:95px;
}
#menuproject ul {
    padding: 0;
    margin:0;
}

#containerboutonsproject{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-content-container-red li {
    display: inline-block;
    background-color:transparent;
    font-size:25px;
    border-top:4px #FFFFFF solid;
    border-bottom: 4px #FFFFFF solid;
    text-align:center;

}
.menu-content-container-red a {
    color:#FFFFFF;
}
.menu-content-container-red a.active>div {
    color:#ed585c;
    background-color:#ffffff;
}
.menu-content-container-red a:hover>div {
    color:#ed585c;
    background-color:#ffffff;
}

.menu-content-container-green li {
    display: inline-block;
    background-color:transparent;
    font-size:25px;
    border-top:4px #FFFFFF solid;
    border-bottom: 4px #FFFFFF solid;
    text-align:center;
}
.menu-content-container-green a {
    color:#FFFFFF;
}
.menu-content-container-green a.active>div {
    color:#87b04a;
    background-color:#ffffff;
}
.menu-content-container-green a:hover>div {
    color:#87b04a;
    background-color:#ffffff;
}

.menu-content-container-red-slide li {
    display: inline-block;
    background-color:transparent;
    font-size:25px;
    border-top:4px #ed585c solid;
    border-bottom: 4px #ed585c solid;
    text-align:center;

}
.menu-content-container-red-slide a {
    color:#ed585c;
}
.menu-content-container-red-slide a.active>div {
    color:#FFFFFF;
    background-color:#ed585c;
}
.menu-content-container-red-slide a:hover>div {
    color:#FFFFFF;
    background-color:#ed585c;
}

.menu-content-container-green-slide li {
    display: inline-block;
    background-color:transparent;
    font-size:25px;
    border-top: 4px #87b04a solid;
    border-bottom: 4px #87B14A solid;
    text-align:center;
}
.menu-content-container-green-slide a {
    color:#87b04a;
}
.menu-content-container-green-slide a.active>div {
    color:#ffffff;
    background-color:#87b04a;
}
.menu-content-container-green-slide a:hover>div {
    color:#ffffff;
    background-color:#87b04a;
}

.list-share a{
    display:inline-block;
}

.section .slide> .fp-tableCell .countproblem,
.section .slide> .fp-tableCell .countparticipate{
opacity: 0;
transition: transform .66s cubic-bezier(0.16, 0.68, 0.43, 0.99),
opacity .66s ease-in-out;
}

.section.active .slide.active > .fp-tableCell .countproblem,
.section.active .slide.active > .fp-tableCell .countparticipate {
transform: translateX(0);
opacity: 1;
}

.section.active .slide.active > .fp-tableCell .countproblem,
.section.active .slide.active > .fp-tableCell .countparticipate {
transition-delay: 0.4s;
}

.section.active .slide.active > .fp-tableCell .countproblem,
.section.active .slide.active > .fp-tableCell .countparticipate {
transition-delay: 0.8s;
}

/*.section{*/
    /*height: auto !important;*/
/*}*/

#wrapper{
    max-height: 600px;
    overflow-y: scroll;
}

.menu-project{
    margin:0;
    padding:0;
}

.btn-participer{
     padding:15px;
     color:#FFFFFF;
     background-color:#1250c1;
    display:inline-block;
 }

.btn-participer:hover{
    background-color:#1c3461;
    color:#ffffff;
}

.footer-project{
    background:rgba(0,0,0,0.7);
    position: absolute;
    width:100%;
    bottom:0;
}

.footer-project span{
    color:#ffffff;
}

.metadata{
    float:left;
}

.fp-tooltip{
    font-size:25px;
}

.metadatas{
    display:inline-block;
}

.project-menu-purple{
    background-color: #845589;
}
.title-purple{
    background-color: #ab6eb1;

}

.correspondance-don{
    font-size:25px;
    font-weight:600;
    margin-top:25px;
    margin-bottom:15px;
}

.small-deductible{
    margin-top:15px;
    font-size:15px;
}

.slideslink{
    display:inline-block;
}

.fright{
    float:right;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.row.is-flex {
    /*display: -webkit-box;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    /*display: -webkit-box;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.green-advice{
    color:#87b04a;
    font-size:22px;
    margin-bottom:20px;
}

.red-warning{
    color:red;
}

.flex-field{
    height:100%;
}

.advice-text{
    color:black;
    font-size: 16px;
    line-height:1.7em;
    font-weight:normal !important;
}

.example-advice{
    font-size:16px;
    line-height:1.7em;
    font-weight:normal  !important;
    font-style:italic;
}

.advice-inblock{
    font-size:15px;
}

.fix-buttons-creation {
    background-color:#8CC245;
    color:white;
    position:fixed;
    right:0;
    padding:0px;
    height:40px;
}

.fix-buttons-creation:hover{
    background-color:#FFFFFF;
    color:#8CC245;
    border: 1px solid #8CC245;
}

.save-fix{
    top:150px;

}

.previsualise-fix{
    top:200px;
}

.btns-fix{
    display:inline-block;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:5px;
    margin-top:5px;

}

.text-btns-fix{
    display:inline-block;
    width:100px;
    font-weight:600;
    margin-bottom:-10px;
    font-size:16px;
}

.spinner-loading{
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

.closed-drawer{
    display:none;
}

.text-fix-save{
    color:white;
    font-size:22px;
    display:inline-block;
}

.bg-transparent{
    background:transparent;
}

/*.sbn03 ul li a {*/
    /*background-color: rgba(255,255,255,.5);*/
    /*border-radius: 50%;*/
/*}*/
/*.sbn03 ul li a:hover {*/
    /*background-color: rgba(255,255,255,1);*/
/*}*/
/*.sbn03 ul li a.is-active {*/
    /*background-color: transparent;*/
    /*box-shadow: 0 0 0 2px rgba(255,255,255,1);*/
/*}*/

#fp-nav ul li a span {
    background:white;
    border:1px solid black;
}

.logolemon {
    width:100%;
    height:100%;
}

.menuslide {
    margin-top:10px;
}

.title-href{
    color:#ffffff;

}

.title-href:hover{
    color:#ffffff;

}

.title-href:visited{
    color:#ffffff;

}

.name-categ{
    width: 150px;
    text-align:left;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-left{
    float: left;
}

.white-100vh{
    height:100vh;
    background-color:#FFFFFF;
}

/*Style Dev Wikenson*/

.texte-vedette

{
    color: #545456;
    font-size: 14px;
    font-weight: 400;
}

.color-white
{
    color: #ffffff;
}

.text-justified
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}

.hide-profile-img
{
    width: 50px;
    height: 50px;
}

.icon-caract
{
    width: 15px;
    height:15px;
    margin-bottom: 0px;
}
.project-france-volontaires
{
    font-size: 16px;
}

.padding2
{
    padding: 2px;
}
.padding-top10
{
    padding-top: 10px;
}
.padding-bot10
{
    padding-bottom: 10px;
}
.padding-bot50
{
    padding-bottom: 50px;
}
.padding-left30
{
    padding-left: 30px;
}
.padding-left-right15
{
    padding-left: 15px;
    padding-right: 15px;
}
.margin-left30
{
    margin-left: 30px;
}
.margin-right30
{
    margin-right: 30px;
}

.font-weight500
{
    font-weight: 500;
}

.font-weight600
{
    font-weight: 600;
}
.text-gras
{
    font-weight: bold;
}
.pad-top10-center12
{
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}
.pad2-marg2
{
    margin: 2px;
    padding: 2px;
}

.float-right
{
    float: right;
}
.project-deductible-impots
{
    font-size: 12px;
}
.project-banniere
{
    font-weight: 600;
    font-size: 12px;
}

.project-banniere-col-1
{
    background-color: #ffffff;
    padding-bottom: 10px;
}

.project-banniere-col-1-row-1
{
    font-size: 16px;
    font-weight: 700;
    height: 45px;
}

.project-banniere-col-2
{
    background-color: #83C137;
    line-height: 72px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.asso-2-projets
{
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 16px;
}

.asso-banniere-col-1
{
    background-color: #ffffff;
}

.asso-banniere-col-2
{
    background-color: #83C137;
    line-height: 85px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.visibility-col
{
    display: none;
}

.xs-visibility
{
    display: none;
}

.button-linebreak
{
    white-space: normal;
}

.ong-conseils>div
{
    text-align: center;
}
.ong-conseils>p
{
    text-align: justify;
}

.page-assos-section1
{
    position: relative;
    height: 350px;
    width: auto;
    color: white;
    z-index: 1;
    background-size: cover;
    background-position: 50% 25%;
}

.hoverprofil
{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 2;
}
.hoverprofil>.row
{
    padding-top: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.hoverprofil>.row>img
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.hover-section1
{
    position: absolute;
    z-index: 10;
    background-color: #0a0a0a;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0px;
}

.hover-section1:hover
{
    opacity: 0.5;
}

.hover-section2
{
    position: relative;
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: 50% 25%;
    margin: 5px;
}
.hover-section2>div
{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    color: #0a0a0a;
}
.hover-section2>div:hover
{
    opacity: 1;
}

.page-assos-section2
{
    padding-left: 25px;
    padding-right: 25px;
}
.planete-enfants
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.asso-verif
{
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    height: 40px;
    line-height: 40px;
    width: 100%;
    bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.btn-blue
{
    background: #1250c1;
    color: #ffffff;
}
.btn-vert
{
    color: #ffffff;
    background: #83C137;
}

.img-background>div
{
    color: #ffffff;
}

.icone-domaine-zone
{
    height: 90px;
    width: 90px;
}

.img-section2
{
    width: 80%;
    height: auto;
    float: right;
    margin-right: 10px;
}

.titre-bloc
{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    padding-bottom: 20px;
}
.titre-bloc>div
{
    margin-right: 20px;
    margin-left: 20px;
}
.titre-bloc>hr
{
    height: 2px;
    flex: 1;
    background-color: #a556a8;
}

/* Info bulle */
.infobulle-domaine {
    position: relative;
}

.infobulle-domaine span {
    display: none; /* On masque l'infobulle. */
    width: 150px;
    height: auto;
}
.infobulle-domaine:hover {
    z-index: 10; /* On définit une valeur pour l'ordre d'affichage. */
}
.infobulle-domaine:hover span {
    display: inline; /* On affiche l'infobulle. */
    position: absolute;
    top: -80px; /* On positionne notre infobulle. */
    left: 0px;
    background: white;
    border: 2px solid #e5bee7;
    border-radius: 5px;
    padding: 8px;
    font-size: 11px;

}
.infobulle-zone {
    position: relative;
}
.infobulle-zone span {
    display: none; /* On masque l'infobulle. */
    width: 150px;
    height: auto;
}
.infobulle-zone:hover {
    z-index: 10; /* On définit une valeur pour l'ordre d'affichage. */
}
.infobulle-zone:hover span {
    display: inline; /* On affiche l'infobulle. */
    position: absolute;
    top: -80px; /* On positionne notre infobulle. */
    left: 0px;
    background: white;
    border: 2px solid #e5bee7;
    border-radius: 5px;
    padding: 8px;
    font-size: 11px;

}
/* Fin de Info bulle */

.coord-assos
{
    padding-bottom: 20px;
    font-size: 12px;
}
.coord-assos>div>div
{
    padding-bottom: 5px;
    padding-left: 20px;
}
.coord-assos .col-md-3:nth-child(2n+1)
{
    font-weight: bold;
}

.slider
{
    position: relative;
    background-color: lightgrey;
    color: #ffffff;
    margin-left: 2px;
    margin-right: 2px;
}
.slide1
{
    padding-left: 100px;
    padding-right: 150px;

}
.fleche-gauche
{
    left: 30px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:30px solid white;
}
.fleche-droite
{
    right: 30px;
    top: 50%;
    margin-top: -30px;
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
}
.slide1-titre
{
    font-weight: bold;
    padding-bottom: 20px;
}
.slide1-titre::after
{
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #ffffff;
    width: 250px;
    top: 60px;
}
.slide1>.col-md-9>img
{
    width: 40px;
    height: 40px;
}

.slide1>.col-md-9>a
{
    float: right;
}

/* MEDIA */

@media (max-width: 767px) {
    .hide-profile-img {
        display: none;
    }

    .dons-button-linebreak {
        white-space: normal;
    }

    .left {
        text-align: left;
    }

    .hyphens {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .xs-hidden {
        display: none;
    }

    .bo-th-xs::after {
        content: '';
        margin: 15px auto;
        display: block;
        width: 95%;
        border-bottom: solid 2px #808080;
    }

    .xs-visibility {
        display: block;
    }

    .text-overflow {
        width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .margin2 {
        margin: 2px;
    }

    .height50 {
        height: 50px;
    }

    .ong-dons > div {
        padding: 0px;
    }

    .navigation > div {
        padding: 0px;
    }

    .small-screen {
        font-size: 7px;
    }

    .infobulle-zone:hover span {
        display: inline; /* On affiche l'infobulle. */
        position: absolute;
        top: -60px; /* On positionne notre infobulle. */
        left: -110px;
        background: white;
        border: 2px solid #e5bee7;
        border-radius: 5px;
        padding: 8px;
        font-size: 11px;
    }

    .infobulle-domaine:hover span {
        display: inline; /* On affiche l'infobulle. */
        position: absolute;
        top: -60px; /* On positionne notre infobulle. */
        left: 80px;
        background: white;
        border: 2px solid #e5bee7;
        border-radius: 5px;
        padding: 8px;
        font-size: 11px;
    }

    .planete-enfants {
        font-size: 16px;
    }
}

/*Fin Style Dev Wikenson*/

/*Menu déoulante */

.menu-deroulante
{
    line-height: 40px;
    margin-bottom: 10px;
}

.menu-deroulante>div{
    position:relative;
    width:100%;
    display: flex;
}

.menu-filter
{
    flex: 1;
    padding-left: 15px;
    font-weight: bold;
}
.filter-btn
{
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #83C137;
}

.filter-btn>a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
.filtres-asso
{
    background-color: #ffffff;
    margin-right: 0px;
    margin-left: 0px;

}

.filtres-asso>div>div
{
    display: inline-block;
}

.selected-filters
{
    flex: 1;
}

.filter-list{
    background-color: #ffffff;
    position:absolute;
    z-index: 10;
    top:40px;
    padding-left: 0;
    padding-right: 0;
}
.filter-list>div{
    padding-left: 15px;
    padding-right: 15px;
}

.filter-list .checked{
    background-color: #83C137;
    color: #ffffff;
}

.filter-list i{
    line-height: 40px;
    float: right;
    color:#fff;
}
.reinitialize
{
    text-decoration: underline;

}

.table-ranking {
    padding: 15px 0
}
.table-ranking .fa-times {
    color:#E22A2A;
}
.table-ranking .fa-check {
    color:#6FE22A;
}
.table-ranking thead tr th{
    font-size: 1.1em;
    font-weight: bold;
    color:#333;
}
.table-ranking tbody tr td{
    border:none;
    padding:10px;
}
.asi-dashboard h2{
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.asi-dashboard textarea.form-control{
    height:80px;
}
.content-container > .tab-content {
    /*margin-left: 15%;*/
}

/*.content-container > .tab-content .marge-bloc > .bg-blanc.shadowed {
    box-shadow: none !important;
}*/

@media (min-width: 768px) {
    .search-container-2 {
        margin:0 10px;
    }
}

@media(min-width: 1400px) {
    .container.liste-projet {
        width:1350px;
    }
    .search-container-2 {
        margin:0 15px;
    }
    .asso-text{
        width: 310px;
    }
}