/*================================================================================*/
/*	COMMUN TOUTES TAILLES ECRANS
/*================================================================================*/
body {
padding-bottom: 40px;
color: #5a5a5a;
background-color:#FFFFFF; /* Couleur de fond */
}

.parlonshand{
color: #812376;
}

.marketing{
background-color: #FFFFFF;
}

.navbar-header{
background-color: #000000;
}

.fond{
background-image:url(http://vision-sport.fr/une/Fichiers/Papier-peint.jpg);
background-repeat:repeat;
}

/* Le div Bienvenue contient la balise H1 avec le titre de la page */
.Bienvenue{
margin-top: 80px; /* A garder */
}

/* Pour les textes, couleurs des polices */
.rougefonce{
color: #921a37;
width:1px;
}
.orange{
color: #d7a700;
text-shadow: 1px 1px 1px black;
}
/* Position des logos Twitter,Facebook etc. */
.logosociaux{
height:40px;
padding-top:7px;
padding-left:10px;
float:right;
}
/* Paragraphes */
p{
text-align:justify;
}
/* Liens hypertextes */
a{
color:#921a37;
text-decoration:none;
}
a:hover {
color:black;
}

.textearticle{
margin-left:10px !important;
margin-right:10px !important;
}

/* --------------------------------------------*/
/* 				Gestion des videos 			   */
/* --------------------------------------------*/
.video{
width:100%;
height:0;
overflow:hidden;
padding-top:56.25%; /* ration en 16/9 */
position: relative;
}

.video iframe{
width:100% !important;
height:100% !important;
max-width:1280px !important;
position: absolute;
top: 0 !important;
bottom: 0 !important;
left: 0!important;
right: 0!important;
margin: auto!important;
}

/* --------------------------------------------*/
/* 				Gestion des images 			   */
/* --------------------------------------------*/
img { 
max-width:100% ;
height: auto;
}
.img-circle { 
width:200px !important;
height:150px !important;
}

.img-carre { 
max-width:200px !important;
max-height:150px !important;
}

/*-----------------------------------------------*/
/* Gestion des retour haut de pages */
.retourhautpagegauche{
float:left;
max-width:20px;
margin-left:20px;
}
.retourhautpagedroit{
float:right;
max-width:20px;
margin-right:20px;
}
.retourhautpagegaucherubrique{
float:left;
max-width:20px;
}
.retourhautpagedroitrubrique{
float:right;
max-width:20px;
}
/*---------------------------------*/
/* Zone du formulaire de contact */
textarea {
    width: 100%;
}
input.text, textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: #EFEFEF;
    border: 4px solid #ECECEC;
}
textarea {
    overflow: auto;
}
input, textarea, select, button {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
}
/*-------------------------------------------*/
/* Texte des Mentions Légales */
/*-------------------------------------------*/
.mentionslegales{
font-size:20px;
}
.MentionsLegales{
padding-left:20px;
}
.plansite{
padding-left:30px;
}
/*-------------------------------------------*/
/* Footer*/
/*-------------------------------------------*/
.validator{
float:right;
}
