body{
	background-color:#0F1B38;
	color: white;
}

.marginMenuDesk{
	margin-top: 250px;
	transition: .4s;
}

.mobOverlay{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(15,27,56,.85);
}

.mobOverlay .title .titleWidth{
	width: 80%;
}

.mobOverlay .title .titleWidth .titleh1{
	width: 100%;
}

.historic .content p{
	margin: 2px;
}

.mobOverlay{
	width: 100vw;
}

.teams .img{
	background-position: center;
	background-size: cover;
}

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

.coachCard{
	margin-left: 20px;
}

.coachCard:first-child{
	margin-left: 0;
}



/* --------------- Modal -------------------- */

.modal-view{
    z-index: 5000;
    position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.modal-overlay{
	background-color: rgba(255,255,255,.6);
	width: 100%;
	height: 100%;
	padding: 10px 10px;
}

.modal-alert{
	position: absolute;
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
	background-color: var(--violet);
	width: calc(100% - 20px);
	max-width: 550px;
	border-radius: 20px;
	padding: 10px 20px 60px;
}

.modal-alert a{
	top: 10px;
	right: 20px;
}

.modal-alert a img{
	width: 15px;
	height: auto;
}

.modal-alert textarea{
	width: 100%;
	height: 150px;
}

.modal-alert input{
	bottom: 10px;
	right: 20px;
}



/* --------------- share --------------------- */

.share.desktop .reseauxSociaux{
	position: fixed;
	width: 150px;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	z-index: 5000
}

.share.mobile .reseauxSociaux{
	position: fixed;
	width: 245px;
	top: 60px;
	right: -200px;
	/* transform: translate(-50%); */
	z-index: 5000;
	height: 40px;
	background-color: var(--red);
	border-radius: 20px 0 0 20px;
	padding-left: 10px;
    transform: translate(0, 0);
    transition: transform .5s;

}

.share.mobile .reseauxSociaux.active{
	transform: translate(-200px, 0);
}

.share.mobile .reseauxSociaux img{
	width: 32px;
	height: auto;
	margin-right: 10px;
}

.share .reseauxMobile{
	border: 2px solid white;
	border-radius: 25px 0 0 25px;
	height: 40px;
	width: 50%;
	z-index: 10;
	background-color: #0F1B38;
	top: 60px;
    right: -40%;
}

.share .reseauxMobile .share{
	width: 16px;
	height: 16px;
	margin-left: 10px;
}

.share .reseauxMobile .linkCase{
	width: calc(100% - 26px);
}

.share .reseauxMobile .link{
	width: 26px;
	height: 26px;
}

/* --------------- shop --------------------- */

.shop .bg{
	background-image: url(../_img/mur.jpg);
	background-position: center;
	height: 300px;
}

.shopCard {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.shopCard span {
	font-family: Mali, sans-serif;
    font-size: 90px;
    color: var(--violet);
	transform: rotate(-10deg);
    text-shadow:
    .1vw 0vw .25vw #7476ff, 
    .15vw 0vw .25vw #7476ff, 


    .1vw 0vw  .1vw #3134ff, 
    .15vw 0vw  .1vw #3134ff, 
    .4vw 0vw  .1vw #3134ff,

    .1vw 0vw   2vw #3134ff, 
    .15vw 0vw   2vw #3134ff, 
    .4vw 0vw   2vw #3134ff, 

    .1vw 0vw   1vw #0408fb, 
    .15vw 0vw   1vw #0408fb, 
    .4vw 0vw   5vw #0408fb, 

    .1vw 0vw   5vw #0408fb, 
    .15vw 0vw  20vw #0408fb, 
    .4vw 0vw  10vw #0408fb,
    
    .1vw 0vw  10vw #0408fb, 
    .15vw 0vw  30vw #0408fb, 
    .4vw 0vw  10vw #0408fb;

    animation: blink 2s infinite alternate;
}

.shopCard img {
    width: 250px;
	transform: rotate(5deg);
    filter: 
    drop-shadow(0 0.15vw 0.30vw #dbdbdb)
    drop-shadow(0 0.15vw 0.30vw #b1b1b1);
    animation: saxo-blink 2s infinite alternate;
}

.shop .sheetCard, .account .sheetCard{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	color: var(--violet);
	border-radius: 4px;
}



@keyframes blink {
    
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
  
        text-shadow:
        0 0   0.5vw #7476ff,
        0.1vw 0 0.5vw #7476ff,
        0.3vw 0 0.5vw #7476ff,
    
        0 0 1.2vw #3134ff,
        0.1vw 0 1.2vw #3134ff,
        0.3vw 0 1.2vw #3134ff,
    
    
        0 0 3vw #0408fb,
        0.1vw 0 3vw #0408fb,
        0.3vw 0 3vw #0408fb;
    
    }
    
    20%, 24%, 55% {        
        text-shadow: none;
    }    
}

@keyframes saxo-blink {
0%, 9%, 15%, 79%, 83%, 100%{

	filter: 
	drop-shadow(0 0.15vw 0.30vw #dbdbdb)
	drop-shadow(0 0.15vw 0.30vw #b1b1b1);

	}

	10%, 14%, 80%, 82% {        
		
		filter: none;
	}  
}

/* --------------- accueil --------------------- */

.accueil{
	/*overflow: hidden;*/
}

.cvb_btn{
	padding: 6px 13px 10px;
	border-radius: 10px;
	border: 2px solid red;
	text-decoration: none;
	color: white;
	transition: all .5s ease-out;
	font-size: 20px;
	background-color: #0F1B38;
}

.cvb_btn:hover{
	text-decoration: none;
	border: 2px solid white;
	color: var(--violet) !important;
	background-color: white;
}

.accueil .mobileEntity{
	height: 60px;
}

.accueil .menuDesk{
	padding-left: 50px;
	font-size: 30px;
	height: 105px;
}

.accueil .menuDesk .identity{
	width: 30%;
}

#imgSociety{
	right: 10px;
    top: 9px;
    width: 42px;
    height: auto;
}

.accueil .mobileEntity .society h1{
	font-size: 20px !important;
}

.accueil .menuDesk h1{
	font-size: 30px !important;
}

.accueil .menuLink{
	width: 70%;
}

.accueil .menuLink p{
	padding: 0;
	margin: 0;
}

.accueil .menuLink p:first-child{
	padding: 6px 13px 10px;
	background-color: red;
	border-radius: 10px;
}

.accueil .menuDesk img{
	width: 130px;
	height: auto;
	height: 130px;
    z-index: 200;
}

.accueil .enAvant{
	width: 100%;
	display: flex;
}

.accueil .enAvantMob{
	width: 100%;
}

.accueil .before, .accueil .after{
	top: 50%;
	transform: translateY(-50%);
}

.accueil .before img, .accueil .after img{
	width: 65px;
	height: auto;
}

.accueil .before{
	left: 20px;
}

.accueil .after{
	right: 30px;
}

.accueil section .carousel ul .slide{
	min-width: 100vw;
}

.accueil section .news ul .slide{
	min-width: 50vw;
}

.accueil section ul::-webkit-scrollbar{
	-webkit-appearance: none;
}

.accueil .enAvantMob .enAvantImg{
	width: 100%;
	height: 200px;
	background-image: url(../_img/314726649_641819737645309_6345530559669337064_n.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.accueil .enAvantMob p{
	font-size: 18px;
	padding: 15px 15px;
	margin: 0;
}

/*.accueil .news{
	height: 400px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}*/

.accueil .news .leftNews, .accueil .news .rightNews{
	width: 50%;
	height: 100%;
}

.accueil .news .leftNews .newsImg{
	background-image: url(../_img/314186176_636273044866645_6538293986204443111_n.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100%;
	width: 50%;
}

.accueil .news .rightNews .newsImg{
	position: relative;
    overflow: hidden;
    transform: rotate(90deg);
    height: 100%;
    width: 400px;
  }
  
.accueil .news .rightNews .newsImg::before {
	content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    top: 10%;
    left: -13%;
    z-index: -1;
    background: url(../_img/312649452_636740988153184_4961181852378281690_n.jpg) 0 0 repeat;
    transform: rotate(0deg);
    background-size: contain;
    background-repeat: no-repeat;
  }

.accueil .news .newsImg{
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.call{
	margin-top: 15px;
}

.accueil .mobile .callToAction{
	width: 95px;
	height: 100px;
	background-color: white;
	color: black;
	border-radius: 5px;
	margin-bottom: 15px;
}

.accueil .desktop .callToAction{
	width: 235px;
	height: 80px;
	background-color: white;
	color: black;
	border-radius: 5px;
	margin-bottom: 15px;
}

.accueil .callToAction .flex{
	height: 50%;
	width: 100%;
}

.accueil .desktop .callToAction .flexCol:first-child{
	width: 60px;
}

.accueil .desktop .callToAction .flexCol:last-child{
	width: calc(100% - 60px);
}

.accueil .callToAction .flex .majuscule{
	line-height: 16px;
    font-size: 14px;
    font-weight: bold;
}

.accueil .callToAction img{
	width: 40px;
	height: 40px;
}

.accueil .maquette{
	margin-bottom: 25px;
}

.accueil .maquette .cvb_btn{
	margin-top: 15px;
}

.accueil .carousel{
	width: 100vw;
}

.accueil .news{
	width: 100vw;
	height: 400px;
}

.accueil .carousel .slide, .accueil .news .slide{
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: 200ms opacity ease-in-out;
}

.accueil .carousel .slide[data-active], .accueil .news .slide[data-active]{
	opacity: 1;
}

.accueil .enAvant .cvb_btn, .accueil .news .cvb_btn{
	z-index: 80;
}

.accueil .carousel > ul, .accueil .news > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.accueil .carousel .before,.accueil .news .before,.accueil .carousel .after,.accueil .news .after{
	z-index: 50;
}

.accueil button{
	background-color: rgba(0,0,0,.6);
	border: unset;
	padding: 4px 4px;
	border-radius: 10px;
	cursor: pointer;
}

.accueil button:focus-visible{
	border: unset;
}

.accueil button:focus{
	outline: none;
}

.accueil .laUne{
	font-size: 40px;
	line-height: 80px;
}

.accueil .laSeconde{
	font-size: 30px;
	line-height: 60px;
}



.matchCalendar .blockTeam{
	width: 680px;
}

.matchCalendar .zone{
	background-color: rgba(255, 255, 255, .15);
	padding-bottom: 5px;
	border-radius: 0 0 10px 10px;
}

.matchCalendar .title, .accueil .filActu .title{
	height: 38px;
	background: radial-gradient(red 0, #0F1B38 70%);
}

.matchCalendar .title h2, .accueil .filActu .title h2{
	font-size: 18px;
	line-height: 38px;
}

.accueil .matchCalendar .calendZone, .accueil .matchCalendar .calendZone{
	padding: 5px 0;
}

.accueil .matchCalendar .presentation h3.noResult{
	font-size: 17px;
}

.matchCalendar .live{
	padding: 0 10px;
	background-color: red;
	font-size: 30px;
	border-radius: 5px;
}

.matchCalendar .presentation{
	height: 50px;
}

.matchCalendar .presentation h3{
	font-size: 45px;
}

.matchCalendar .zone .calendZone{
	border-bottom: 1px solid #707070;
}

.matchCalendar .zone .calendZone:last-child{
	border-bottom: none;
}

.matchCalendar .zone .calendMultiZone{
	border-bottom: 1px solid #707070;
}

.matchCalendar .zone .calendMultiZone:last-child{
	border-bottom: none;
}

.matchCalendar .date{
	width: 45px;
	height: 45px;
	background-color: white;
	top: 50%;
	left: 5px;
	transform: translate(0, -50%);
}

.matchCalendar .date .month{
	height: 44%;
	background-color: #0F1B38;
	color: white;
}

.matchCalendar .date .day, .matchCalendar .date .week{
	height: 32%;
	color: #0F1B38;
}

.matchCalendar .date .day{
	font-size: 16px;
}

.matchCalendar .date .week{
	font-size: 7px;
}

.matchCalendar .renc .setAccueil p{
	font-size: 14px
}

.matchCalendar .renc .teams{
	height: 70%;
}

.matchCalendar .renc .link{
	height: 30%;
}

.matchCalendar .teamName{
	max-width: 140px;
	text-align: center;
}

.accueil .filActu .grid{
	background-color: rgba(255, 255, 255, .15);
	height: 100px;
	border-bottom: 1px solid #707070;
}

.accueil .filActu .grid:last-child{
	border-bottom: none;
	border-radius: 0 0 10px 10px;
}

.accueil .filActu .grid .gridPicto{
	background-color: var(--white);
	border-radius: 50%;
	border: 2px solid black;
}

.accueil .filActu .linkActu{
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}

/* --------------- horaires --------------------- */

.horaire p{
	font-size: 18px;
	margin-bottom: 5px;
}

.horaire hr{
    border-top: 1px solid var(--red);
}

/* --------------- historic --------------------- */

.historic .bg{
	background-image: url(../_img/ballon-volley.jpg);
	background-position: center;
}

.historic .mobOverlay{
	width: 100vw;
}

/* --------------- cookies --------------------- */

.cookies .bg{
	background-image: url(../_img/cookies.jpg);
	background-position: center;
}

/* --------------- teams --------------------- */

.teams .bg{
	background-image: url(../_img/edf.jpg);
	background-position: center;
}

.teams .listCard, .shop .listCard{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.teams .teamCard .img, .shop .teamCard .img{
	border-radius: 15px 15px 0 0;
}

.teams .teamCard .teamName, .shop .teamCard .teamName{
	border-radius: 0 0 15px 15px;
}

.teams .listCard .teamName, .shop .listCard .teamName{
	background-color: var(--white);
	color: var(--violet);
}

.teams .match{
	line-height: 40px;
}

.teams .match p{
	font-weight: 100;
}

.teams .listMatchs .cardMatch{
	border: 1px solid var(--red);
	border-radius: 15px;
	margin: 15px;
	min-height: 370px;
}

.teams .listMatchs .cardMatch > p{
	font-size: 20px;
}

.teams .listMatchs .cardMatch .dateMatch p{
	font-size: 20px;
	margin-bottom: 5px;
}

.teams .match p.bold{
	font-weight: bold;
}

.teams .match .winner{
	background: red;
    padding: 0px 15px;
    border-radius: 5px;
    font-weight: bold;
}

.teams .matchCalendar .zone{
	background-color: rgba(255, 255, 255, .15);
	padding-bottom: unset;
	border-radius: unset;
	padding-top: 10px;
}

.teams .border, .shop .border{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border-width: 3px !important;
    border-color: var(--red) !important;
	top: -30px;
	background-color: var(--white);
}

.teams .border .picto, .shop .border .picto{
	width: 46px;
	height: 46px;
	background-color: var(--violet);
	border-radius: 50%;
	margin: auto;
}

.teams .border .picto img, .shop .border .picto img{
	width: 30px;
	height: auto;
}

.liseret{
	border: 1px solid rgba(255, 0, 0, .8);
	top: 0;
	left: 0;
	width: 100%;
}

.shop .news, .account .news{
	background-color: red;
	color: white;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
}

.btn-shine{
  color: #ffffff;
  background: linear-gradient(to right, white 0, #4d4d4d 10%, white 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 5s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  font-size: 18px;
}
    
@keyframes shine{
  0%{
    background-position: 0;}
  60%{
    background-position: 180px;}
  100%{
    background-position: 180px;}
}

/*------------------------ info ---------------------*/

.info_spacer{
	height: 4px;
	border-radius: 2px;
	background-color: var(--red);
}

.info .date{
	padding: 5px 10px;
	background-color: var(--red);
}


.info .description p{
	font-size: 18px;
}

.info .description p img{
	width: 100%;
	height: auto;
}

.tags span{
	padding: 5px 10px;
	background-color: var(--red);
	font-weight: Bold;
	border-radius: 4px;
	margin-right: 20px;
	margin-top: 5px;
}


/*------------------------ Partnairs ---------------------*/

.teams .cardPartnair img{
	width: 100%;
	height: auto;
	max-height: 320px;
}

.teams .cardPartnair{
	background-color: var(--white);
	border-radius: 15px 15px 0 0;
}

.teams .partnairImg img{
	max-width: 100%;
	margin-top: 80px;
    border: 4px solid var(--red);
    margin-bottom: 50px;
}

.teams .partnairText p{
	font-size: 18px;
}



/*------------------------- Login -------------------------*/

#login .account{
    margin-top: 20px;
}

.login form .form-group{
	width: 300px;
}

/*------------------------- Register -------------------------*/

.register h1{
	font-size: 25px;
	line-height: 30px;
}

/*------------------------- mySpace -------------------------*/

.mySpace .uploadCard{
	border: 1px solid var(--red);
	border-radius: 10px;
	padding: 5px;
}

/*------------------------- toute l'actu -------------------------*/

.listPublication .publiCard .publiDesc p{
	margin-bottom: 5px;
}

.listPublication .publiCard .publiDesc{
	background-color: white;
	color: var(--violet);
	padding: 0 15px;
	border-radius: 0 0 10px 10px;
	background-image: url("../_img/logo_cvb_reverse_600x600.png");
	background-position: center;
	background-size: 240px;
	background-repeat: no-repeat;
}

.listPublication .publiCard .publiDesc .publiButton .cvb_btn:hover{
	border: 2px solid var(--violet);
	background-color: var(--red);
	color: white !important;
}

.listPublication .publiCard .publiDesc .publiButton{
	bottom: 10px;
    width: calc(100% - 30px);
}

.listPublication .publiCard .publiDesc .publiButton .cvb_btn{
	padding: 1px 10px 5px;
	border-radius: 6px;
	border: 2px solid red;
	text-decoration: none;
	transition: all .5s ease-out;
	font-size: 20px;
	background-color: white;
	color: var(--violet) !important;
}

.listPublication .publiCard .publiDesc .publiOverlay{
	background-color: rgba(255,255,255,.85);
	width: calc(100% - 30px);
}

.teams .pagination a{
	color: var(--violet) !important;
}

.teams .pagination a.next{
	height: auto;
}

/*--------------- Desktop -------------------*/

@media only screen and (min-device-width : 821px){

	.bg{
		background-size: cover;
	}

	/* --------------- rgpd --------------------- */

	.rgpd{
		margin-top: 350px;
	}

	/* --------------- List publications -----------------*/

	.publiCard .imgPublication{
		width: 500px;
		height: 250px
	}

	.listPublication .publiCard .publiDesc .publiButton p{
		font-size: 15px;
	}

	/* --------------- Accueil -----------------*/

	.accueil .enAvant{
		flex-direction: row;
	}

	.accueil section .news ul .slide{
		min-width: 50vw;
	}

	.accueil .news ul li div{
		width: 50%;
	}

	.matchCalendar .zone .calendZone, .matchCalendar .zone .calendMultiZone{
		min-height: 100px;
	}

	.matchCalendar .zone .viewMatch{
		right: 5px;
		top: 50%;
		transform: translate(0px, -50%);

	}
	
	.matchCalendar .linkMatch{
		width: 100%;
	}

	.blockTeam .title .calendar{
		top: 50%;
		right: 5px;
		transform: translate(0, -50%);
	}

	.matchCalendar .remote{
		left: 22px;
		bottom: 15px;
		z-index: 90;
	}

	.matchCalendar .tv{
		right: 22px;
		bottom: 15px;
		z-index: 90;
	}

	.accueil .filActu{
		width: 380px;
		margin-left: 25px
	}

	/* ------------------ mySpace ---------------*/

	.mySpace{
		padding-top: 80px;
	}

	/* ------------------ historique ---------------*/

	.historic .content{
		width: 80%;
		margin: 15px auto 0;
	}

	.historic h1 span.first{
		justify-content: left;
	}

	.historic h1 span.second{
		justify-content: center;
	}

	.historic h1 span.third{
		justify-content: right;
	}

	.mobOverlay .title h1{
		font-size: 4vw;
	}

	.mobOverlay .title{
		height: 100%;
		width: 70%;
	}

	.bg{
		min-height: 500px;
	}
	
	.mobOverlay{
		height: 500px;
	}

	.content h2{
		font-size: 25px;
		line-height: 50px;
	}

	.content h3{
		font-size: 22px;
		line-height: 44px;
	}

	.historic .content p{
		font-size: 22px;
	}

	/* ------------------ teams ---------------*/

	.teams .listCard{
		margin: 0 15%;
	}

	.teams .listCard .img{
		height: 350px;
		width: 400px;
	}

	.teams .listCard .teamName{
		height: 150px;
		font-size: 18px;
	}

	.shop .listCard .teamName{
		height: 100px;
		font-size: 18px;
	}

	.teams .listCard .img img{
		width: 220px;
		height: 220px;
	}

	.teams .cardMatch{
		/*background-color: var(--white);
		color: black;*/
		border: 1px solid var(--red);
		border-radius: 10px;
		margin-top: 25px;
	}

	.teams .match p{
		font-size: 22px;
	}

	.teams .listMatchs .cardMatch{
		width: 400px;
		background-color: rgba(255, 255, 255, .15);
	}

	.teams .titleh1 img{
		max-height: 250px;
	}

	/*------------------------ Partnairs ---------------------*/

	.teams .cardPartnair{
		width: 350px;
		height: 350px;
		background-color: var(--white);
		border-radius: 15px 15px 0 0;
	}

	.matchCalendar .remote .remoteCount{
		width: 25px;
		height: 25px;
		border-radius: 50%;
		border: 1px solid white;
		background-color: var(--violet);
		align-items: center;
		top: -10px;
		right: -5px;
	}

	/*------------------------ info ---------------------*/

	.info .infoImg img{
		margin-top: 80px;
		border: 4px solid var(--red);
		margin-bottom: 50px;
		width: 100%;
	}

	.info_spacer{
		width: 50px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.info .date{
		margin-bottom: 40px;
		border-radius: 7px;
	}

	/*------------------------ account ---------------------*/

	.account .back, .account h2{
		margin-top: 30px;
	}

	.footer{
		margin-left: 110px;
		margin-right: 110px;
		font-size: 25px;
	}

	.footer p{
		margin-bottom: 5px;
	}

	.footer .tiersWidth{
		width: calc((100vw - 220px) / 3);
	}

	.footer .img{
		background-image: url(../_img/logo_cvb_600x600.png);
		width: 300px;
		height: 300px;
		background-size: cover;
	}

	.footer .text{
		padding: 0 20px;
		width: 775px;
	}

	.footer .footerMenu{
		width: 300px;
		padding: 0 20px;
		font-size: 25px;
	}

	.footer .network .reseau{
		width: 75px;
		height: 75px;
		background-color: var(--white);
		border: 1px solid var(--red);
		border-radius: 50%;
	}

	.footer .network .reseau img{
		width: 48px;
		height: auto;
	}

	.footer .mlDev{
		font-size: 16px;
		border-top: 2px solid transparent;
		border-image: linear-gradient(0.25turn, rgba(15,27,56), rgba(255,0,0), rgba(15,27,56,0));
		border-image-slice: 1;
	}

	.inscription p, .inscription li{
		font-size: 20px;
	}
	
}

/*--------------- Mobile --------------------*/
@media only screen and (max-device-width : 500px){

	.mySpace{
		padding: 10px 20px 10px 20px;
	}

}

@media only screen and (min-device-width : 500px){

	.mySpace{
		padding: 40px 50px 40px 50px;
	}

}

@media only screen and (max-device-width : 820px){

	.shopCard span {
		font-size: 40px;
	}

	.shopCard img {
		width: 125px;
	}

	/* --------------- List publications -----------------*/

	.publiCard .imgPublication{
		width: 100%;
		height: 280px
	}

	.listPublication .publiCard .publiDesc .publiButton p{
		font-size: 12px;
	}

	/* --------------- rgpd --------------------- */

	.rgpd{
		margin-top: 15px;
	}

	.accueil .enAvant{
		flex-direction: column;
		height: 340px;
	}

	.accueil .enAvant .enAvantImg {
		height: 400px;
		width: 100%;
	}

	.accueil .enAvant .enAvantText{
		width: 100%;
		font-size: 15px;
		padding: 10px 15px 5px;
	}

	.accueil .carousel{
		height: 350px;
	}

	.accueil .enAvant li{
		height: 330px;
	}

	.accueil section .news ul .slide{
		min-width: 100vw;
	}

	.accueil .news ul li .new{
		width: 100%;
	}

	.accueil .news ul li .newsImg{
		width: 50%;
	}

	.accueil .news .newsText{
		width: 50%;
		font-size: 15px;
		padding: 0 15px;
	}

	.matchCalendar .linkMatch{
		bottom: 10px;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
	}

	.matchCalendar .remote, .teams .cardMatch .remote{
		right: 5px;
		top: 15px;
		z-index: 90;
	}

	.matchCalendar .tv, .teams .cardMatch .tv{
		right: 45px;
		top: 18px;
		z-index: 90;
	}

	.matchCalendar .remote .remoteCount, .teams .cardMatch .remote .remoteCount{
		width: 25px;
		height: 25px;
		border-radius: 50%;
		border: 1px solid white;
		background-color: var(--violet);
		align-items: center;
		top: -37px;
		right: -1px;
	}

	.cvb_btn{
		padding: 8px 13px 8px;
		font-size: 15px;
	}

	.marginMenuDesk{
		margin-top: 0 !important;
	}

	.society h1{
		font-size: 10px !important;
	}

	.accueil .bg_mobile{
		background-image: url(../_img/iOxBDyX.jpg);
		background-size: cover;
		background-position: 86%;
	}

	.accueil .mobOverlay, .historic .mobOverlay{
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(15,27,56,.85);
	}

	.accueil .news .leftNews, .accueil .news .rightNews{
		width: 100%;
	}

	.accueil .news{
		height: 150px;
	}

	.accueil .before img, .accueil .after img{
		width: 30px;
	}

	.accueil .before{
		left: 10px;
	}
	
	.accueil .after{
		right: 10px;
	}

	/*------------------------ info ---------------------*/

	.info .infoImg img{
		width: 100%;
		border: 4px solid var(--red);
		border-radius: 15px;
		margin-bottom: 50px;
	}

	.info_spacer{
		width: 30px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.info .date{
		margin-bottom: 30px;
		border-radius: 4px;
	}

	.info .description .centrer img{
		width: 100% !important;
		height: auto !important;
	}


	.matchCalendar .zone .calendZone:first-child{
		min-height: 200px;
		border-bottom: 1px solid #707070;
	}

	.matchCalendar .zone .calendMultiZone{
		min-height: 200px;
	}

	.matchCalendar .renc{
		min-height: 80px;
	}

	.matchCalendar .zone .calendZone:nth-child(2){
		min-height: 150px;
	}

	#span{
		top: 0;
		left: 9px;
	}

	#spanOne{
		margin-bottom: 0;
	}

	span.cross
	{
	  display: block;
	  width: 33px;
	  height: 4px;
	  position: relative;
  
	  background: var(--white);
	  border-radius: 3px;
  
	  z-index: 10;
  
	  transform-origin: 0px 0px;
  
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				  opacity 0.55s ease;
	  position: relative;
	  z-index: 20;
	}

	span:first-child {
		transform-origin: 0% 0%;
	}

	.accueil .mobileEntity .society h1{
		margin: 0
	}

	span.boldMenu{
		font-size: 12px;
	}

	.accueil .laUne p, .accueil .laSeconde p{
		font-size: 20px;
		font-weight: bold;
		line-height: 40px;
		margin: 0;
	}

	.accueil .maquette img{
		width: 50%;
		height: auto;
	}

	#welcomeTableau .flexRow{
		margin-top: 100px;
	}

	#welcomeTableau .none{
		margin-top: 0;
	}

	.accueil .matchCalendar, .accueil .filActu{
		margin: 0 5%;
	}

	.matchCalendar .blockTeam{
		width: 100%;
	}

	.matchCalendar .zone{
		border-radius: unset;
		padding-bottom: unset;
	}

	.accueil .filActu{
		margin-top: 25px;
	}

	.accueil .filActu .grid:last-child{
		border-radius: 0 0 10x 10px;
	}

	.inscription p, .inscription li{
		font-size: 18px;
	}

	/* ------------------- historic --------------------*/

	.historic .content, .teams .content{
		width: calc(100% - 20px);
		margin: 15px 10px 0;
	}

	.historic h1{
		font-size: 35px;
	}

	.historic h1 span{
		justify-content: center;
	}

	.mobOverlay .title h1{
		font-size: 35px;
	}

	.mobOverlay .title{
		height: 100%;
		width: 100%;
	}

	.historic .bg, .teams .bg, .cookies .bg{
		height: 400px;
	}
	
	.historic .mobOverlay{
		height: 400px;
	}

	.historic .content h2{
		font-size: 23px;
	}

	.historic .content p{
		font-size: 18px;
	}

	/* ------------------- Teams -------------------*/

	.teams .listMatchs{
		width: 100%;
		padding: 15px;
	}

	.teams .teamCard, .shop .teamCard{
		margin-bottom: 25px;
		width: 100%;
	}

	.teams .listCard .img, .shop .listCard .img{
		height: 330px;
		background-size: cover;
		background-position: center;
		width: 100%;
	}

	.teams .listCard .teamName, .shop .listCard .teamName{
		height: 100px;
		font-size: 18px;
	}

	.teams h1 span{
		justify-content: center;
	}

	/*.teams .listCard .img img, .shop .listCard .img img{
		width: 180px;
		height: 180px;
	}*/

	.teams .listMatchs .cardMatch{
		padding: 15px 0;
		background-color: rgba(255, 255, 255, .15);
		width: 100%;
		margin: 25px 0 0;
		width: 400px;
	}

	.teams .listMatchs .cardMatch:first-child{
		margin-top: 0;
	}

	.teams .match p{
		font-size: 19px;
	}

	.teams .cardMatch .remote{
		right: 5px;
		top: 20px;
		z-index: 90;
	}

	.teams .cardMatch .remote .remoteCount{
		width: 25px;
		height: 25px;
		border-radius: 50%;
		border: 1px solid white;
		background-color: var(--violet);
		align-items: center;
		top: -37px;
		right: -1px;
	}

	.teams .titleh1 img{
		width: 300px;
	}

	/*------------------------ Partnairs ---------------------*/

	.teams .cardPartnair{
		width: 100%;
		height: 350px;
	}

	.footer{
		margin-right: 5%;
		margin-left: 5%;
	}

	.footer .text, .footer .footerMenu{
		width: 100%;
	}

	.footer .footerTitle{
		font-size: 25px;
	}

	.footer .mobile.enteteMobile p{
		line-height: 30px;
	}

	.footer .mobile.enteteMobile img{
		width: 30px;
		height: auto;
		margin-right: 10px;
	}

	.footer a p{
		margin-bottom: 5px;
	}

	.footer .localisation p{
		margin-bottom: 5px;
	}

	.footer .tiersWidth{
		width: 100%;
	}

	.footer .network .reseau{
		width: 60px;
		height: 60px;
		background-color: var(--white);
		border: 3px solid var(--red);
		border-radius: 50%;
	}

	.footer .network .reseau img{
		width: 40px;
		height: auto;
	}

	.footer .mlDev{
		font-size: 12px;
		border-top: 2px solid transparent;
		border-image: linear-gradient(0.25turn, rgba(15,27,56), rgba(255,0,0), rgba(15,27,56,0));
		border-image-slice: 1;
	}

	.footer .mlDev p{
		line-height: unset;
		margin: 0;
	}

	.nav-item{
		width: 100%;
		/*padding-left: 15px;
		padding-right: 15px;*/
	}
	
}

@media only screen and (min-width : 821px) and (max-width : 1200px){

	.shopCard span {
		font-size: 60px;
	}

	.publiCard{
		width: 400px;
	}

	.publiCard .publiDesc{
		height: 350px;
	}

	.publiCard .publiOverlay{
		height: 350px;
	}

	.publiCard .imgPublication{
		width: 400px;
		height: 250px
	}

	.listPublication .publiCard .publiDesc .publiButton p{
		font-size: 15px;
	}

	.matchCalendar .blockTeam{
		width: 560px;
	}

}

@media only screen and (min-device-width : 1200px){

}

@media only screen and (max-device-width : 1400px){
	.accueil .enAvant .enAvantImg{
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.accueil .enAvant .enAvantText{
		width: 100%;
		font-size: 18px;
		padding: 0 40px 0 40px;
	}
}

@media only screen and (min-width : 821px) and (max-width : 1400px){

	.accueil .enAvant .enAvantImg{
		width: 50%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.accueil .enAvant {
		height: 450px;
	}

	.accueil .enAvant .enAvantText{
		width: 50%;
		font-size: 28px;
		padding: 0 110px 0 40px;
	}

	.accueil .carousel{
		height: 450px;
	}

	.accueil .enAvant{
		height: 450px;
	}

	.accueil .news .newsText{
		width: 70%;
		font-size: 25px;
		padding: 0 30px 0 20px;
	}

}

@media only screen and (min-device-width : 1401px){

	.accueil .enAvant .enAvantImg{
		width: 65%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.accueil .enAvant .enAvantText{
		width: 35%;
		font-size: 28px;
		padding: 0 110px 0 40px;
	}

	.accueil .carousel{
		height: 540px;
	}

	.accueil .enAvant{
		height: 540px;
	}

	.accueil .news .newsText{
		width: 50%;
		font-size: 25px;
		padding: 0 90px 0 20px;
	}
	
}




