
/***
====================================================================
  L'EQUIPE
====================================================================

 ***/



.titre_equipe {
    margin-bottom: 6%;
}

.texte_scroll {
    height: 200px;
    width: 70%;
    font: 16px/26px Georgia, Garamond, Serif;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 14%;
    margin-top: 2%;
    margin-bottom: 5%;
    border-left: white;
} 


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;  
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0.4); 
}

.coach{
   box-shadow: 2px 16px 59px 0px rgba(0,0,0,0.75);
   position:relative;
   width:96%;
   z-index:3;
   left:2%;
   margin-top : -5%;
}
 
.boitetarif{
    margin-left:1.5% !important;
}
 
.bande_coach {
    padding: 15px 0 15px 0;
    background-color: white;
}
 
.testdie{
    position:relative;
    top:-15px;
    z-index:2;
    width:100%
}
 
 

@media screen and (max-width: 800px){
    .col-md-6 {
        margin-top: 10%;
    } 
}

@media screen and (max-width : 1230px) {
    .marge_coach {
        margin-top : 10%;
    }
}
.container1500{
	width: 1500px;
    padding-left: 0;
	margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1550px){
.container1500{
	width: 1200px;
}
}

@media screen and (max-width: 1230px){
.col-xs-4{
	width: 100%;
}

.container1500{
	width: 800px;
}
}

@media screen and (max-width: 800px){

.container1500{
	width: 490px;
}
}

@media screen and (max-width: 500px){

.container1500{
	width: 300px;
}
}