.bg-bluegreen{
background-color:#00ffef;
	
}

.bg-facebook{
background-color:#2284DD;	
	
}

.bg-youtube{
background-color:#EB8989;	
	
}

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

.bg-twitter{
background-color:#BBFAFF;	
	
}

.bg-snapchat{
background-color:#D60C80;	
	
}

.bg-tiktok{
background-color:#FF95B5;	
}

.bg-twitch{
background-color:#D7ADFC;	
}


.bg-soundcloud{
background-color:#FAB9A0;	
}

.bg-spotify{
background-color:#92EFB3;	
}

.bg-linkedin{
background-color:#62CCFF;	
}



.package-box{
font-family: 'Roboto Condensed', sans-serif;
}


.text-barlowfont
{
    font-family: 'Barlow', sans-serif;
}
.nav-link{
    font-size: 0.9em;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;

}

.package-box span.border-bottom{
	padding-bottom:10px;
	
}
.border-boxes{
border:6px solid rgba(255, 255, 255, .15);
}

.text-RobotoCondense{
font-family: 'Roboto Condensed', sans-serif;
}


.website_logo_image {
	height: 70px;
}

/*mobiyo paliers*/
.mobiyo_palier_radio{
	display: none;
}

.mobiyo_palier_radio+label img{
	height: 70px;
}

.mobiyo_palier_radio:checked+label{
	font-weight: bold;
	font-size:1.2em;
	color: #ff0000;
}



.palier_radio_wrapper {
	    display: inline-block;
    width: 90px;
    text-align: center;
    font-size: 10px;
}
.palier_label .image {
	height: 46px;
    width: 46px;
    line-height: 132px;
    margin-left: auto;
    margin-right: auto;
}
.palier_label .premium-sms{
	background: url(carousel-row-mobiyo.png) center -238px no-repeat;
}
.palier_label .premium-calling{
	background: url(carousel-row-mobiyo.png) center -388px no-repeat;
}
.palier_label .mpme{
	background: url(carousel-row-mobiyo.png) center -2038px no-repeat;
}
.palier_label .hipay{
	background: url(carousel-row-mobiyo.png) center -838px no-repeat;
}
.contact-btn
{
	        background: #fbc303;
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
    margin-left: 20px;
    margin-top: 4px;

}
.contact-btn-link
{
	     color: white !important;
    font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none !important;
    
}
@media (min-width: 576px)
{
.modal-dialog {
    max-width: 600px !important;
}
}
.modal-footer
{
	display: block !important;
}
.devis-btn
{
	        margin-left: 10px;
    padding: 5px 20px 5px 20px;
    margin-top: 4px;
	   
}
.devis-btn a
{
 background: black;
        padding: 8px 20px;
    border-radius: 15px;
    color: white !important;
        font-size: 1.4em;
    font-family: 'Roboto Condensed', sans-serif;
}
.navbar-brand
{
	margin-right: 3rem !important;
}
.nav-item .pink
{
color: #ebc0c0 !important;
}
.nav-item .blue
{
color: #a4cde2 !important;
}
.nav-item .green
{
color: #b2dbd3 !important;
}
.nav-item .pink:hover {
    color: #c39696 !important;
}
.nav-item .blue:hover {
    color: #1a648b !important;
}
.nav-item .green:hover {
    color: #57998c !important;
}
a, footer p, h3 {
    color: #ebc0c0 !important;
    }
    footer
    {
    	/*background: url('../image/footer.webp');
    	    font-weight: bold;*/
    }
    a.text-dark:hover
    {
    	 color: #06c5b1 !important;
    }
    .team-box
    {
    	text-align: center;
    }

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #06c5b1;
}