*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
	background: rgba(0,0,0,1.00);
}
html, body {
	font-family: "Milano Sans", sans-serif;
    height: 100%;
	cursor: none;
	scroll-behavior: smooth;
}
body {
    opacity: 1;
    transition: 3s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
	filter: blur(70px);
}
html:hover .cursor {
  opacity: 1;
}
a {
    font-family: "Milano Sans", sans-serif;
    font-weight: bolder;
	letter-spacing: 4px;
	font-size: 19px;
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}

@media screen and (max-width: 992px) {
  a {
	  font-size: 13px;
	  letter-spacing: 0px;
    }
}









/*------------------title------------------*/
.title {
    font-family: "Milano Sans", sans-serif;
    font-weight: bolder;
    font-weight: lighter;
    font-size: 4.4vw;
    letter-spacing: -.2vw;
    color: #F75300;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}
@media screen and (max-width: 992px) {
  .title {
	  font-size: 8vw;
	  letter-spacing: -.4vw;
    }
}
.text {
	font-family: "Milano Sans", sans-serif;
    font-weight: bolder;
    font-weight: lighter;
	font-size: 19px;
    letter-spacing: 2px;
	color: rgba(255,255,255,1.0);
    width: 80%;
	margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 992px) {
  .text {
      font-size: 13px;
      letter-spacing:-.04px;
	   width: 100%;
  }
}
.strategie, .objectifs, .text {
	width: 70%;
}




/*------------------strong------------------*/
strong {
    font-size: 35px;
    color: rgba(165,165,165,1.00);
}
@media screen and (max-width: 992px) {
  strong {
	  font-size: 2vw;
    }
}




/*------------------home------------------*/
.home{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}
.association {
	width: 100%;
	height: 15vh;
	text-align: left;
    margin-left: 1vh;
    padding-bottom: 1vh;
    font-size: 30px;
    letter-spacing: 20px;
    color: rgba(247,83,0,1);
	text-transform: uppercase
}
@media screen and (max-width: 992px) {
  .association {
	  font-size: 4vw;
      letter-spacing: 2vw;
    }
}
.home_background {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-0%, -50%);
	z-index: -1
}
@media screen and (max-width: 992px) {
  .home_background {
	  max-width: 100%;
    }
}
.home_title {
	position: absolute;
	font-family: "Milano Sans", sans-serif;
    font-weight: bolder;
    font-weight: lighter;
    font-size: 6vh;
    letter-spacing: 1vh;
    text-transform: uppercase;
    color: rgba(255,255,255,1.00);
    left: 1vh;
    z-index: 1
}
@media screen and (max-width: 992px) {
  .home_title {
	  font-size: 3.5vh;
	  letter-spacing:8px;
	  text-align: left
    }
}
.sub_title {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
    font-size: 4vh;
    letter-spacing: .2px;
    color: rgba(247,83,0,1.0);
    text-transform: uppercase
}
@media screen and (max-width: 992px) {
  .sub_title {
	  font-size: 2vh;
	  letter-spacing: 3px;
    }
}





/*------------------home text------------------*/
.nous_sommes {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 10vh;
	margin-top: 10vh;
	margin-bottom: 10vh;
    background-color: rgba(255,255,255,1.0);
}
@media screen and (max-width: 992px) {
  .nous_sommes  {
	  width: 95%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 5vh;
	  margin-bottom: 5vh;
	  padding: 20px;
    }
}
.nous_sommes .text {
	font-size: 35px;
	color: rgba(0,0,0,1.0);
	text-align: center;

}
@media screen and (max-width: 992px) {
  .nous_sommes .text {
	  font-size: 15px;
	  letter-spacing:-.04px;
	  padding: 1vh;
    }
}





/*------------------solutions------------------*/
.solutions {
    position: relative;
	width: 100%;
 	height: 100vh;
 	overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
@media screen and (max-width: 992px) {
  .solutions {
	  margin-top: 2vh;
	  padding-bottom: 5vh;
    }
}
@media screen and (max-width: 992px) {
  .solutions .text{
	  font-size: 13px;
	  width: 95%;
    }
}
.solutions_video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#solutions_video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
	filter: brightness(1)
}
@media screen and (max-width: 992px) {
  #solutions_video {
	  max-width: 100%;
	  height: 100%;
    }
}







/*-----------------strategie -----------------*/
.strategie {
    position: relative;
    width: 100%;
    height: 100vh;
	padding-top: 10vh;
	padding-bottom: 10vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.7);
}
@media screen and (max-width: 992px) {
  .strategie {
	  padding-top: 5vh;
	  padding-bottom: 5vh;
    }
}
.strategie .text{
    margin-left: auto;
    margin-right: auto;
	flex-direction: column;
    align-items: center;

}

@media screen and (max-width: 992px) {
  .strategie .text{
	  font-size: 13px;
	  width: 95%;
    }
}





/*-----------------discuter-----------------*/
.discuter {
    text-align: center;
    min-width: 100%;
    height: auto;
	padding-top: 10vh;
	padding-bottom: 10vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
	background-color: rgba(0,0,0,0.3);
}
.discuter .infos {
	width: 100%;
	display: flex-start;
}
.discuter_background {
	width: 650px;
	top:0;
}
@media screen and (max-width: 992px) {
  .discuter_background{
	  max-width: 60%;
    }
}
.discuter .text {
    color: rgba(255,255,255,1.00);
}
.social {
    padding-top: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.social div {
    display: flex;
    align-items: center;
}
.social img {
	height: 50px;
}
@media screen and (max-width: 992px) {
  .social img {
	  height: 20px;
    }
}






/*------------------message------------------*/
.message {
	text-align: center;
    color: rgba(0,0,0,1.00);
    width: 100%;
    height: 100vh;
	margin: 5vh;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 992px) {
  .message {
	  font-size: 13px;
	  }
}
.message .text {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
	padding: 5vh;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,.7);
}
@media screen and (max-width: 992px) {
  .message .text {
	  margin-top: 5vh;
	  font-size: 12px;
	  width: 95%;
	  padding: 3vh;
    }
}
.message_video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#message_video {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	filter: brightness(1.4);
    z-index: -1;
}
.message a {
    color: rgba(0,0,0,1.00);
}
.message a:hover {
	color: rgba(255,0,4,1.00);
}
.message img {
	width: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.message span {
	font-size: 12px;
}
@media screen and (max-width: 992px) {
  .message span {
	  font-size: 10px;

    }
}
.logo img{
	width: 250px;
	padding: 3vh;
}
@media screen and (max-width: 992px) {
  .logo img {
	  width: 100px;
	padding: 1vh;
    }
}




/*---------------------------sign---------------------------*/
.sign {
    font-family: "LemonMilk";
    font-size: 12px;
	letter-spacing: 20px;
    color: rgba(39,39,39,1);
    background-color: rgba(255,255,255,1.00);
    padding-bottom: 30px;
    padding-left: 5px;    
    text-align: left;
    line-height: .9;
    -moz-transition: filter 0.4s ease-in-out;
    -o-transition: filter 0.4s ease-in-out;
    -webkit-transition: filter 0.4s ease-in-out;
    -ms-transition: filter 0.4s ease-in-out;
    transition: filter 0.4s ease-in-out;
    filter: invert(0%);
}
@media (max-width: 992px) {
  .sign{
	  font-size: 11px;
  	  padding: 40px;
  	  padding-left: 5px;
  	  letter-spacing: 0px;
  	  text-align: left;
  	  line-height: .9;
	}
}
.sign:hover {
	filter:invert(1)
}




/*------------------footer------------------*/
.footer {
	text-align: center;
	height: auto;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}
.footer .text {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
	color: rgba(247,83,0,1.0);
	padding: 10vh;
}
@media screen and (max-width: 992px) {
  .footer .text {
	  width: 100%;
	  padding: 5vh;
    }
}
.footer img {
	text-align: center;
	width: 150px;
}





/*--------------------donation button------------------------*/
.donation {
	font-size: 14px;
    top: 45%;
    transform: translate(0, -50%) rotate(90deg);
    transform-origin: left center;
    text-align: center;
    height: auto;
    width: 180px;
    right: -150px;
    color: rgba(255,255,255,1.00);
	background-color: rgba(247,83,0,1.0);
    text-transform: uppercase;
	position: fixed;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .donation {
		top: 40%;
		width: 160px;
    }
}
.donation.visible {
  opacity: 1;
}




/*-------------------------modal------------------------------*/
.overlayModal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity .2s;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	overflow-y: scroll
}
.overlayModal {
	color: rgba(0,0,0,1.00);
}
.overlayModal .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.overlayModal:target {
	visibility: visible;
	opacity: 1;
}
.modal_text {	
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    padding: 5px; 
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100vh;
    position: relative;
}
.modal_text img {
	text-align: center;
	max-height: 200px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-shadow: 12px 10px 34px -8px rgba(0,0,0,0.85);
}
@media screen and (max-width: 768px) {
    .modal_text img {
		max-height: 100px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
}
.modal_text .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	transition: all .2s;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
Z-index: 3
}
.modal_text.close:hover {
	opacity: 1;
}
.modal_text .text {	
	height: auto;
	overflow: auto;
	padding-top: 5vh;
	padding-bottom: 5vh;
}

.modal_text {
color: rgba(0,0,0, 1);
}

/*--------------modal videos footer-----------------*/
.video-link {
   	display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.9);
	backdrop-filter: blur(10px);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: none;
}
.modal-content video {
    width: 100%;
    height: auto;
	box-shadow: 0px 0px 64px 10px rgba(0,0,0,0.49);
}





/*--------------btn close--------------*/
.close {
    background-color: rgba(255,255,255,0.00);
    position: fixed;
    width: 65px;
    height: 65px;
    left: 13px;
    top: 10px;
	padding: 5px;
	display: inline-block;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: -1
}
@media (max-width: 768px) {
  .close{
      top:20px;
      width: 35px;
      height: 35px;
  }
}
.close:hover {
    -moz-transform: all 0.4s ease-in-out 0s;
    -o-transform: all 0.4s ease-in-out 0s;
    -webkit-transform: all 0.4s ease-in-out 0s;
    -ms-transform: all 0.4s ease-in-out 0s;
    transform: scale(1.4);
}
.close::before, .close::after {
  	content: '';
	position: absolute;
	height: 1px;
	width: 60px;
	top: 50%;
	left: -1%;
	}
@media (max-width: 768px) {
  .close::before, .close::after{
      width: 35px;
      height: 0.5px;
	  top: 15px;
  }
}
.close::before {
	background:#000000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(145deg);
    -o-transform: rotate(145deg);
    transform: rotate(45deg);
}
.close::after {
	background:#000000;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}



/*------------------cursor---------------*/
.cursor {
      border: 1px solid;
      color: rgba(247,83,0,1.0);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, -50%);
      z-index: 9999;
      transition: width 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
                  height 0.2s cubic-bezier(0.215, 0.610, 0.355, 1.000),
                  background-color 0.3s ease;
      pointer-events: none;
    }

    .cursor.hovered {
      width: 90px;
      height: 90px;
      background-color: rgba(247,83,0,.3);
		border: 0px solid;
    }

    @media (max-width: 992px) {
      .cursor{
         display: none;
      }
    }



/*-------------------------message page--------------------------*/
.message_page {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin: -30px;
	height: 110%;
	text-align: center;
	background-color: rgba(255,255,255,1.00)
}



/*-----------------------------form-----------------------------*/
.form {
	width: 40%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .form {
 		width: 95%
	}
}
.submit {	 
	margin-top: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase
}
input {
	padding: 10px;
	text-align: left;    
    box-sizing: border-box;	
	outline: none;	
}
input[type="submit"] {
	font-family: "Milano Sans", sans-serif;
    font-size: 25px;
	letter-spacing: 10px;
	color: rgba(255,255,255,1.00);
	border: 0.5px solid rgba(255,255,255,1.00);
	transition: all 0.2s ease-in-out 0.2s;
	display: inline-block;
    width: 100%;
	text-transform: uppercase;
    cursor: pointer;
	background-color: rgba(255,255,255,.00);
}
@media screen and (max-width: 768px) {
    input[type="submit"] {
	  font-size: 13px;
	  padding: 7px;
	}
}
input[type="submit"]:hover {
	color: rgba(0,0,0,1.00);
	border-color: rgba(255,255,255,0);
	background-color:rgba(255,255,255,1.00);
}
input[type=text],
input[type=message],
input[type=date],
input[type=email],
input[type=time],
textarea {
    width: 100%;
    height: 50px;
	padding: 15px;
    resize: vertical;
    font: inherit;
    border: none;
    color: rgba(255,255,255,1.00);
    background-color: rgba(78,78,78,0.2);
}
@media screen and (max-width: 768px) {
	input[type=text],
	input[type=message],
	input[type=date],
	input[type=email],
	input[type=time],
	textarea {
		width: 100%;
		height: 30px;		
	}
}
#message  textarea {	
	margin-top: 10px;
	background-color: rgba(0,0,0,.00);
}
.underline::after,
.underline::after {
    display: block;
    content: '';
    width: 0px;
    height: 6px;
    border-top: solid .05px rgba(255,255,255,1.0);
    transition: .2s ease-in;
}
.underline:hover::after,
.underline:focus::after,
.active .underline::after {
    width: 100%;
    border-color: rgba(255,255,255,1);
}


