@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900&display=swap");
/* line 1, C:/Users/SPN Graphics/Desktop/cl sep/HTML/scss/_extend.scss */
body 
{
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  font-weight: normal;
  font-style: normal;
	font-size:small;
	/*background: rgba(36, 2, 57, 1);*/
}




*, *::after, *::before {
  box-sizing: inherit;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

body:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

p {
  font-weight: 400;
}

a {
  text-decoration: none;
}

label {
  cursor: pointer;
}

.modal-btn {
  position: relative;
  display:inline-block;
  border-radius: 50%;
  font-size: 36px;
  color: white;
  text-align: center;
  line-height: 2.75;
  transition: box-shadow 250ms ease;
}

.modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: background-color 250ms linear;
}

.modal-content {
  position: absolute;
  top: 50%;
  width: 70%;
  height: auto;
  margin-top: -15%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  transform: scale(0);
  transition: transform 250ms ease;
  visibility: hidden;
  z-index: 20;
}
@media (max-width: 400px) {
 .modal-content {
  width: 70%;
  margin-right:5%;
} 
  
}
.modal-content .close {
  position: relative;
  float: right;
  font-size: 18px;
  transition: transform 500ms ease;
  z-index: 11;
}
.modal-content .close:hover {
  color: #3498db;
  transform: rotate(540deg);
}
.modal-content header {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}
.modal-content header h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 28px;
}
.modal-content article {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.modal-content footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}
.modal-content footer .button {
  position: relative;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  text-transform: uppercase;
  overflow: hidden;
}
.modal-content footer .button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: width 250ms ease;
  z-index: 0;
}
.modal-content footer .button:hover:before {
  width: 100%;
}
.modal-content footer .button.success {
  margin-right: 5px;
  background-color: #2ecc71;
}
.modal-content footer .button.danger {
  background-color: #e74c3c;
}

#modal {
  display: none;
}
#modal:checked ~ .modal-bg {
  visibility: visible;
  background-color: black;
  opacity: 0.7;
  transition: background-color 250ms linear;
}
#modal:checked ~ .modal-content {
  visibility: visible;
  transform: scale(1);
  transition: transform 250ms ease;
  z-index: 111;
}







.acc-content p
{
	text-align:justify;
	text-indent:20%;
	margin-bottom:10px;
	color:#333;
	font-size:14px;
}
.py 
{
	width:auto;
	height:40px;
	margin-right:20px;
}	
.py:hover
{
	opacity:0.3;
}	
.logotype 
{
	margin:auto;
}
.partenaires
{
	margin:auto;
}
.partenaires li
{
	list-style-type:none;
	float:left;
	margin-left:10%;
}
.partenaires li img
{
	width:100px;
	height:auto; border-radius:5px;
}
.porto li
{
	list-style-type:none;
	float:left;
	margin-left:5px;margin-bottom:5%;
}

#corpscon 
{
	margin:auto;
	/* [disabled]width:50%; 
	padding:1em;*/
	height:auto;
	width:65%;
	padding:2%;
	height:1500px;
	border: solid thin #e7f1e7;
	border-radius:5px;
	min-width:340px;
	background-color:#f8fff8;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.enreg li 
{
	list-style-type:none;
	float:left;
	padding:10px;
	font-size:small;
}
#coche td { padding:2%;  }
fieldset{
	border:solid thin #f1f1f1;
	border-radius:5px;
	padding:5%;
	width:100%;
	margin:auto;
	background: #f1f1f1;
}
legend{
	text-align:center;
	border:solid thin #f1f1f1;
	border-radius:5px;
	width:70%;
	padding:1%;
	margin:auto;
	font-size:medium;
	color:#027090;
	background-color:#FFF;
}
.cocher{
	padding-left:35px;
	margin-bottom:12px;
	cursor:pointer;
	font-size:22px;
}
label{
	color:#027090;
	font-weight:bold;
	font-stretch:semi-condensed;
	margin-right:5%;
}
input[type=checkbox] {
  height: 25px;
  width:25px;
  margin-right:10px;
}

#divnon input[type=text], #divnon input[type=email], #divnon input[type=tel],#divnon input[type=date],#divnon input[type=file],#divnon select,#divnon textarea {
  height: 40px;
  width:100%;
  background: #fff;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  border: solid thin #ccc;
  border-radius: 3px;
  padding: 5px;
  margin-bottom:2%;/**/
}
#divoui input[type=text],#divoui input[type=email],#divoui input[type=tel],#divoui input[type=date],#divoui input[type=file],#divoui select,#divoui textarea {
  height: 40px;
  width:100%;
  background: #fff;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  border: solid thin #ccc;
  border-radius: 3px;
  padding: 5px;
  margin-bottom:2%;/**/
}
.events input[type=text],.events input[type=email],.events input[type=tel],.events input[type=date],.events input[type=file],.events select,.events textarea {
  height: 40px;
  width:100%;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  border: solid thin #ccc;
  border-radius: 3px;
  padding: 5px;
  margin-bottom:2%;/**/
}
#divoui textarea {
  height: 100px;
}
#divnon textarea {
  height: 100px;
}
.events textarea {
  height: 100px;
}
.gestion
{
	padding:10px 10px;
	color:#000;
	font-size:large;
	border-radius:5px;
	text-align:center;
	background-color:#dfeddf;/**/
}
.revenir
{
	padding:5px 10px;
	border-radius:5px;
	text-align:center;
	font-weight:bold;
	color: #00D363;
    border: 1px solid #00D363;
}

center a
{
	color:#000;
	text-decoration:none; 
}
/*# sourceMappingURL=style.css.map */



/* DEBUT TEXTE DEFILANT */

div#scroller  {
    width:auto; height:50px;
    color:#fff;
	text-align:center;
	margin-left:30%;
    }
@media (max-width: 991px) {  
div#scroller  {
    width:auto; height:50px;
    color:#fff;
	margin-left:28%;
	text-align:center;
    }
}  
@media (max-width: 350px){
  div#scroller  {
    width:auto; height:50px;
    color:#fff;
	margin-left:8%;
	text-align:center;
    }
}
div#wn {
    position:relative;
	width:auto; height:50px;
	overflow:hidden;
    }
    
div#wn div.block {
    height:50px;
}

div#wn div.block a:link,
div#wn div.block a:visited,
div#wn div.block a:hover {
    color:#0F2F8D;
    text-decoration: none;
    }
/* FIN TEXTE DEFILANT */
#dwnl{
	margin:auto;
	width:40%;
	height:100px;
}
#dwnl .dwnl1{
	float:left;
}
#dwnl .dwnl2{
	float:right;
}
#dwnl .dwnl1 img, .dwnl2 img{
	width:170px;
	height:55px;
	margin-top:10px;
}

@media (max-width: 991px) {  
#dwnl .dwnl1 img, .dwnl2 img{
	width:100px;
	height:35px;
}
}  
@media (max-width: 350px){
 #dwnl .dwnl1 img, .dwnl2 img{
	width:100%;
	height:100%;
}
}


.Switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5em;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: r-n .5s;
          animation: r-n .5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 2.5vmin;
  will-change: transform;
  background-color:#e8a80e;
}
.Switcher__checkbox:checked + .Switcher {
  -webkit-animation-name: r-p;
          animation-name: r-p;
}
@-webkit-keyframes r-p {
  50% {
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
}
@keyframes r-p {
  50% {
    -webkit-transform: rotateY(45deg);
            transform: rotateY(45deg);
  }
}
@-webkit-keyframes r-n {
  50% {
    -webkit-transform: rotateY(-45deg);
            transform: rotateY(-45deg);
  }
}
@keyframes r-n {
  50% {
    -webkit-transform: rotateY(-45deg);
            transform: rotateY(-45deg);
  }
}
.Switcher::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200%;
  border-radius: inherit;
  background-color: #00D363;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.Switcher__checkbox:checked + .Switcher::before {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}

.Switcher__trigger {
  position: relative;
  z-index: 1;
  padding: 0.5em 1em;
}
.Switcher__trigger::after {
  content: attr(data-value);
}
.Switcher__trigger::before {
  --i: var(--x);
  content: attr(data-value);
  position: absolute;
  color: #ffffff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: calc((var(--i) + 1) / 2);
  -webkit-transition-delay: calc(.3s * (var(--i) - 1) / -2);
          transition-delay: calc(.3s * (var(--i) - 1) / -2);
}
.Switcher__checkbox:checked + .Switcher .Switcher__trigger::before {
  --i: calc(var(--x) * -1);
}
.Switcher__trigger:nth-of-type(1)::before {
  --x: 1;
}
.Switcher__trigger:nth-of-type(2)::before {
  --x: -1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-perspective: 750px;
          perspective: 750px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.intro {
  width: 90%;
  max-width: 50rem;
  padding-top: .5em;
  padding-bottom: 1rem;
  margin: 0 auto 1em;
  font-size: calc(1rem + 2vmin);
  text-transform: capitalize;
  text-align: center;
  font-family: serif;
}
.intro small {
  display: block;
  text-align: right;
  opacity: .5;
font-style: italic;
  text-transform: none;
  border-top: 1px dashed rgba(255, 255, 255, 0.75);
}

.info {
  margin: 0;
  padding: 1em;
  font-size: .9em;
  font-style: italic;
  font-family: serif;
  text-align: right;
  opacity: .75;
}
.info a {
  color: inherit;
}
.gratuit {
  color:#F66;
}
.premium {
  color:#0C3;
}
/****/

.prevew{
  max-width:80px;
}

.fade { opacity: 0; transition: 0.3s opacity; }
