/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/* arabic */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: local('Amiri Regular'), local('Amiri-Regular'), url(../fonts/amiri/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* flatin-ext */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: local('Amiri Regular'), local('Amiri-Regular'), url(../fonts/amiri/J7aRnpd8CGxBHpUgtLMA7w.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  src: local('Amiri Regular'), local('Amiri-Regular'), url(../fonts/amiri/J7aRnpd8CGxBHpUutLM.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  src: local('Amiri Bold'), local('Amiri-Bold'), url(../fonts/amiri/J7acnpd8CGxBHp2VkaY6zp5yGw.woff2) format('woff2');
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* latin-ext */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  src: local('Amiri Bold'), local('Amiri-Bold'), url(../fonts/amiri/J7acnpd8CGxBHp2VkaYxzp5yGw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  src: local('Amiri Bold'), local('Amiri-Bold'), url(../fonts/amiri/J7acnpd8CGxBHp2VkaY_zp4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}
@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}
@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	direction: ltr;
	font-family: Montserrat-Regular, Amiri;
	font-size: 12px;
	color: #333333;
	
	
}

/*---------------------------------------------*/

a {
	font-size: 12px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
  line-height: 1.7;
  font-size: 14px;
  text-align: justify;
  margin: 0px 5px 0px 5px; 
}
p + p {
  text-indent: 1em;
  margin-top: 0; 
}

p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }

ul, li {
	margin: 0px;
	list-style-type: none;
}

/*----------------placeholder----------------------*/

::placeholder {
  font-size: 16px;
  padding-top: 26px;
  text-align: center;
}

/*---------------------------------------------*/
/*RETIRER LES FLÈCHES DES INPUTS NUMBER*/
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}
/*Fin RETIRER LES FLÈCHES DES INPUTS NUMBER*/

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
	/*box-shadow: 8px 8px 12px #aaa;*/
}

iframe {
	border: none !important;
}

hr {
	height: 1px;
	color: #178DCF;
	background-color: #178DCF;
	border: none;
}

.agiter img:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
.biger {
	height:50;
	padding: 30px 60px 30px 60px;
	display:flex;
    justify-content:space-between;
}
.biger img {
  height: 40px;
}
.biger img:hover {
  height: 45px;
}

.alert{width:100%; position:absolute; top:0px; border-radius: 0px 0px 10px 10px; padding:5px;background-color:#f44336;color:white;font-size:28;opacity:0.8;text-align:center;}.closebtn{margin:10px 15px 0px 15px;color:white;font-weight:bold;float:right;line-height:20px;cursor:pointer;transition:0.3s;}.closebtn:hover{color:black;}



.footer{position:relative;padding-top:20px;padding-left:30px; direction:rtl;width:100%;font-size:12px;text-align:left;opacity:0.5;}


/* upload file */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;width: 100%;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/* upload file */

/*//////////////////////////////////////////////////////////////////
[ radio ]*/

.check {
  display:flex;
  justify-content:space-between;
  padding-bottom: 2px;
  padding-left: 20px;
  border-radius: 25px;
  height: 50px;
  background-color: #e6e6e6;
}

/* The container */
.container {
  display:inline;
  position: relative;
  margin-top: auto;
  padding-left: 35px;
  cursor: pointer;
  font-family: Montserrat, Amiri;
  font-size: 18px;
  color: #666666;
	
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}


/* Hide the browser's default radio button */

/* Create a custom radio button */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #C0C0C0;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.container:hover input ~ .checkmark {
  background-color: #999999;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #178DCF;
}

  #f input:checked ~ .checkmark {
  background-color: palevioletred;
}

  #y_residence input:checked ~ .checkmark {
  background-color:darkgreen;
}

  #n_residence input:checked ~ .checkmark {
  background-color:darkred;
}

  #y_interested input:checked ~ .checkmark {
  background-color:darkgreen;
}

  #n_interested input:checked ~ .checkmark {
  background-color:darkred;
}

/* When the radio button is checked, add a blue background */

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* Style the indicator (dot/circle) */

/*//////////////////////////////////////////////////////////////////
[ Fin Radio ]*/

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.bg-contact100 {
  background-color: #178DCF;
  width: 100%;  
  background-repeat: no-repeat;
  background-position:top;
  /*background-size: cover;*/
  background-size:auto; 
  background-image: url('../images/fond.png');
}

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /*background: #178DCF;*/
}

.wrap-contact100 {
  width: 1200px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 70px 30px 70px;
  opacity: 0.9;
}
/*------------------------------------------------------------------
[ Assonceur]*/

.elevator_form {
	overflow-x:hidden;
	height: 550px;
	width: 100%;
	border-top: 1px solid #178DCF;
	border-bottom: 1px solid #178DCF;
	padding: 0px 20px 0px 27px;
}

/*------------------------------------------------------------------
[  ]*/
.contact100-pic {
  width: 540px;
  position:relative;
}

.contact100-pic img {
  max-width: 100%;
}

.contact100-pic-glob {
  opacity: 0.1;
  position:absolute;
  top: -150px;
  width: 100%;
}

.contact100-pic-photo {
  border: 5px solid #fff;
  -moz-box-shadow: 8px 8px 12px #aaa; 
  -webkit-box-shadow: 8px 8px 12px #aaa; 
  box-shadow: 8px 8px 12px #555;
  border-radius: 10px;
}

.contact100-glob {
    display:none;
	position:relative;
	width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	
  }
.contact100-glob img {
    height: 140px;
    position:absolute;
    opacity: 0.2;
    right: 0px;
    top: -130px;
}
/*------------------------------------------------------------------
[  ]*/
.contact100-form {
  width: 390px;
}

.contact100-form-title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #178DCF;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 36px;
}

input.input100, input.input101, select.input100 {
  min-height: 50px;
}

input[type=date].input100 {
  margin-top: 10px;
  padding-left: 65px;
  padding-right: 10px;
  font-size: 18px;
}


select.input100 {
  padding-left: 20px;
  font-size: 18px;
}

select option:first-child {
display: none;
}

select option {
 /*background-color: aqua;*/
}

textarea.input100 {
  min-height: 100px;
  padding: 10px;
  text-align:justify;
  font-size: 16px;
}

/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 50px;
}

.input100 {
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold, Amiri Bold;
  font-size: 22px;
  text-align:center;
  color: #666666;
  outline: none;
  border: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
	
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.input101 {
  width: 50px;
  font-size: 30px;
  line-height: 1.5; 
  border-color: #178DCF;
  color: transparent;
  text-shadow: 0px 0px 0px #178DCF;
}

/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #178DCF;
}

.input100:focus {
  border-style: solid;
  border-color: #178DCF;
}

.input100:hover + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

.check:hover + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

#mon_anim_1 {
  -webkit-animation: anim-shadow 1.5s ease  infinite;
  animation: anim-shadow 1.5s ease infinite;
}

/*------------------------------------------------------------------
[ Focus ]*/

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 15px 15px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 25px 25px;
    opacity: 0;
  }
}

.symbol-input100{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  pointer-events: none;
  color: #aaaaaa;
  font-size: 18px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.symbol-input101 {
  bottom: 0;
  padding-left: 15px;
  font-size: 20px;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #178DCF;
  padding-left: 50px;
}

.check:hover + .focus-input100 + .symbol-input100 {
  color: #178DCF;
  padding-left: 50px;
}

.input101:focus + .focus-input100 + .symbol-input100 + .symbol-input101{
  color: #178DCF;
  border:solid;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.contact100-form-btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #178DCF;
  font-family: Montserrat-Bold, Amiri;
  font-size: 26px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background: #333333;
}

/*------------------------------------------------------------------
[ 2éme à suprimer ]*/
.contact100-pic {
  width: 480px;
}
.contact100-form {
  width: 540px;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 1200px) {
  .contact100-pic {
    width: 50%;
  }

  .contact100-form {
    width: 44%;
  }
}

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 30px 60px 30px 60px;
  }

  .contact100-pic {
    width: 40%;
  }

  .contact100-form {
    width: 55%;
  }
	
}

/*------------------------------------------------------------------
[ affichage reduit phone]*/

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 30px 80px 30px 80px;
  }

  .contact100-pic {
    display: none;
  }
	
  .contact100-glob {
    display:block;
  }

  .contact100-form {
    width: 100%;
  }
	
  .elevator_form {
	overflow: visible;
	height: 100%;
	border: none;
	padding: 0px;
}
	
    .footer{padding-left:0px;text-align: center;}
	
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 30px 15px 30px 15px;
	 
  }
	
}

@media (max-width: 360px) {
	
  .alert {
		font-size:22;
	  
	}
  .contact100-form-title  {
		font-size:16;
	}
	
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Montserrat-Medium, Amiri;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome, Amiri;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

/*------------------------------------------------------------------

[ affichage print]*/
.hide-on-screen {display:none;}
.yesPrint, .noPrint {display:block;}

@media print {@page {margin: 30px;}
	          body {zoom:0.6;}
	          .yesPrint, .hide-on-screen {display:block;}
	          .dont_print {display: none;}
	          .js-pscroll, .table100-body, .table100.ver1, .table100.ver2, .table100.ver3, .table100.ver4, .table100.ver5 , .table100.ver5 .table100-bodybody tr, #myDIV 
	          {display: block !important;
              position: relative !important;
              width: auto !important;
              height: auto !important;
              overflow: visible !important;
              margin-left: 0 !important;
			  max-height: none !important;
			  padding: 30px 0px 0px 0px !important;
	          }
	          #my_head{display:flex;justify-content:space-around;direction:rtl;}
}