html {
  scroll-behavior: smooth;
}

.conteneur-page{
  max-width: 1500px;
  margin: 0 auto;
}

.container{
	background-color: white;
	width: 100% !important;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

.sticky {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100000;
    background-color: #0099cc;
    color: white;
    font-size: 17px;
    text-align: center;
    width: 125px;
    border-radius: 20px 0 0 20px;
    padding: 20px 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    transition: background-color 0.5s;
}

.sticky:hover{
    background-color: #339933;
}

.sticky a{
    color: white;
}

.onlyphone{
  display: none;
}

.nophone{
	display: block;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.gris{
	background-color: #EDEFEF;
}

.blanc{
	background-color: white;
}

.colorwhite{
	color: white;
}

.blue{
	color: #0099cc;
}

.justify{
	text-align: justify;
}

.center{
    text-align:center;
}

.left{
    text-align:left;
}

.right{
    text-align:right;
}

.inline-block{
	display:inline-block;
}

.form-rgpd{
    display: grid;
    grid-template-columns: 20px 1fr;
    align-self: center;
    justify-self: center;
    margin-bottom: 25px;
    grid-gap: 10px;
}

.rgpd-paragraphe{
	font-size: 14px !important;
}

a:hover {
  text-decoration: none;
}

img{
	max-width: 100%;
}

select{
    height: 28px;
}

input, select, textarea {
    font-size: 14px;
    width: 95%;
}

.alerte-rouge{
    background-color: red;
    padding: 5px 10px;
    color: white;
    text-align: center;
}

.alerte-verte{
    background-color: green;
    padding: 5px 10px;
    color: white;
    text-align: center;
}


@media screen and (max-width: 1750px){

	.sticky {
	    font-size: 15px;
	    width: 100px;
	}
	
}

@media screen and (max-width: 1200px){
	.sticky {
	    font-size: 13px;
	    width: 80px;
	}
}

@media screen and (max-width: 992px){

	.videoinscription{
		width: 100%;
		height: 100% !important;
		margin: 0px;
		padding: 5px;
	}

	.videoinscription2{
		width: 100%;
		height: 100%;
		margin: 30px 0;
		padding: 5px;
		margin-left: 0 !important;
	}

}

@media screen and (max-width: 800px){

  .onlyphone{
    display: block;
  }

  .nophone{
		display: none;
	}

  .sticky {
	    display: none;
	}

}


/****** 404 **********/

.mo-404{
	min-height: 400px;
}

.mo-404 h1{
	color: grey;
}

.mo-404 img{
	width:30%;
}

.espacemd{
	display: none;
}

@media screen and (max-width: 415px){

	.espacemd{
        display: block;
    }

    .mobilecenter{
        text-align: center;
    }
}