/*  
	========================================================================== 
	Numero Vert - Créer composant
	========================================================================== 
*/

.l-fr-sticky-head.l-fr-greennumber--fixed {
    bottom: auto;
    top: -100px;
}

.l-fr-sticky-fixed {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: displayHeadFixed;
    animation-name: displayHeadFixed;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(92, 89, 109, 0.15);
    box-shadow: 0 2px 2px 0 rgba(92, 89, 109, 0.15);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}

@-webkit-keyframes displayHeadFixed {
    0% {
        top: -100px;
    }
    to {
        top: 0;
    }
}

@keyframes displayHeadFixed {
    0% {
        top: -100px;
    }
    to {
        top: 0;
    }
}


/**Numero vert fixe**/

.l-fr-sticky-head.l-fr-sticky-fixed {
    top: 0;
    text-align: center;
}

.l-fr-greennumber--fixed {
    display: none;
}

@media (max-width: 35em) {
    .l-fr-greennumber--fixed {
        background-color: #eee;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        bottom: 0;
        display: block;
        float: none;
        left: 0;
        padding: 0;
        position: fixed;
        width: 100%;
        z-index: 99;
    }
}

.l-fr-greennumber--fixed .m-fr-greennumber {
    margin: 1px auto;

}


/**Numero vert static**/

.l-fr-greennumber {
    padding: 0 0 0;
    text-align: left;
}

@media (min-width: 60em) {
    .l-fr-greennumber {
        padding: 0.825em 0 0;
        text-align: left;
    }
}

@media (min-width: 70em) {
    .l-fr-greennumber {
        margin: auto;
        max-width: 20em;
    }
}


/**Numero vert**/

.m-fr-greennumber {
    background-color: #fff;
    border: 0.5px solid #78b41e;
    color: #78b41e;
    display: inline-block;
    font-family: Arial;
    font-weight: 700;
    height: 35px;
    padding: 2px;
    position: relative;
    max-width: 18.688em;
    width: 100%;
    z-index: 0;
border-radius: 10px;
}

@media (min-width: 35em) {
    .m-fr-greennumber {
        max-width: none;
        min-width: 18.688em;
        width: auto;
    }
}

@media (min-width: 60em) {
    .m-fr-greennumber {
        max-width: 100%;
    }
}


/**Numero de telephone**/

.m-fr-wrapper-greennumber {
    color: #78b41e;
    font-size: 1.6em;
    float: left;
    height: 32px;
    letter-spacing: -0.025rem;
    line-height: 1.2;
    margin-right: 4.054em;
    min-width: 6.4em;
    overflow: hidden;
    padding: 2px 0.27em 2px 0;
    text-align: left;
}

.m-fr-wrapper-greennumber .m-fr-greennumber--phone,
a.m-fr-greennumber--phone {
    color: #78b41e;
    font-family: Arial;
    text-decoration: none;
    border-bottom: 0;
}

a.m-fr-greennumber--phone {
    text-decoration: none !important;
}

@media (max-width: 35em) {
    .m-fr-wrapper-greennumber .m-fr-greennumber--phone {
        font-size: 0.9em;
    }
    .m-fr-greennumber {
        padding: 0;
border-radius:20px;
    }
}


/**Ruban**/

.m-fr-greennumber--ribbon {
    background-color: #78b41e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 0.7875rem;
    font-weight: 400;
    height: auto;
    max-height: 60px;
    letter-spacing: -0.025rem;
    line-height: 0.89;
    padding: 9px 0.39em 8px 0.98em;
    position: absolute;
    right: 0.51em;
    text-align: left;
    top: -2px;
    width: 41%;
}

@media (min-width: 35em) {
    .m-fr-greennumber--ribbon {
        line-height: 1;
        padding: 7px 0.39em 6px 0.98em;
    }
}

@media (min-width: 60em) {
    .m-fr-greennumber--ribbon {
        line-height: 1;
        font-size: 0.875rem;
    }
}

.m-fr-greennumber--ribbon:before {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 6px;
    content: "";
    left: 0;
    position: absolute;
    top: 13px;
    z-index: 1;
}


/**Texte**/

.m-fr-greennumber--text-head {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.m-fr-greennumber--text-footer {
    display: block;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 0;
    padding: 10px;
    text-align: center; border-radius: 20px;
}
