/*-----------
-----All-----
-----------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
	font-family: 'Source Sans Pro', sans-serif !important;
}

html{
	margin:0 !important;
}

a{
	text-decoration: none !important;
}


/*
* Nav
*/


.prgComplet{
	background: #086880;
    color: white;
    border: none;
    padding: 5px;
	border-radius: 14px;
    font-size: 13px;
    margin-left: 10px;
    width: 160px;
}

.signup{
	background: rgba(242, 102, 143, 1);
    color: white;
    border: none;
    padding: 5px;
	border-radius: 14px;
    font-size: 13px;
    margin-left: 10px;
    width: 160px;
}

.topnav {
	overflow: hidden;
	background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 3;
	width: 100%;
	box-shadow: 0px 0px 2px 2px rgba(60, 60, 60, 0.35);
  }

  #infos{
	margin-top: 104px;
  }
  
  .topnav a {
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
  }
  
  .flex-nav{
	display: flex;
	  align-items: center;
	  justify-content: center;
	  position: relative;
  }
  
  .center-nav{
	width: 65%;
	height: 103px;
	margin: auto;
	text-align: center;
  }
  
  .topnav a.active {
	background-color: #4CAF50;
	color: white;
  }
  
  .recall{
	border-radius: 100px;
	font-size: 12px !important;
	padding: 5px 20px !important;
	font-weight: bold;
	background-color: rgba(242, 102, 143, 1);
	transition: 0.4s ease 0s;
	color: white !important;
	border:none !important;
	outline: none !important;
  }
  .recall:hover{
	background-color: rgb(10, 104, 129);
	transition: 0.4s ease 0s;
	color: white;
  }
  
  /*
  * Nav
  */


/*---search-bar---*/

/*	.search-bar {
		width: 817px;
		height: 61px;
		border: 1px solid #DCE0E0;
		padding: 19px 18px;
		float: left;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-top: none;
	}
		.search-icon {
			width: 26px;
			height: 26px;
			margin-right: 4px;
			float: left;
			fill: currentColor;
			color: #D3D5D3;
		}
		.search-form input{
			width: 730px;
			height: 18px;
			line-height: 18px;
			font-size: 15px;
			padding: 2px;
			margin-top: 3px;
			border: transparent;
		}
		.search-form input:focus {
			outline: none;
		}

*/

/*---main-nav---*/

.site-content{
	/*position: sticky;*/
	top: 20px;
	/*margin: 130px auto;*/
	/*width: 940px;*/
	height: auto;
	
}

/*---search-row---*/

/*	.search-input{
		padding: 10px;
		float: left;
		width: 330px;
		height: 42px;
		border: 1px solid #757575;
		border-right-color: transparent;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		font-size: 16px;
	}
	.checks-input{
		float: left;
		width: 330px;
		height: 42px;
		border: 1px solid #757575;
		border-right-color: transparent;
	}
		.check-in {
			padding: 2px;
			margin: 5px;
			float: left;
			width: 100px;
			height: 30px;
			border-color: transparent;
		  font-size: 16px;
		}
		.check-in:focus{
			outline: none;
			background-color: #99EDE6;
			border-radius: 4px;
		}
		.check-in:hover{
			cursor: pointer;
		}
		.check-out{
			padding: 2px;
			float: right;
			margin-top: 5px;
			margin-right: 70px;
			width: 110px;
			height: 30px;
			border-color: transparent;
		  font-size: 16px;
		}
		.check-out:focus{
			outline: none;
			background-color: #99EDE6;
			border-radius: 4px;
		}
		.check-out:hover{
			cursor: pointer;
		}
		.right-arrow{
			fill: currentColor;
			color: #757575;
			margin-top: 7px;
		}
	.guests{
		float: left;
		width: 130px;
		height: 42px;
		border: 1px solid #757575;
		border-right-color: transparent;
		background-color: #fff;
		font-size: 16px;
		padding: 10px;
	}
	.search-btn{
		float: left;
		width: 150px;
		height: 42px;
		border: 1px solid #FF5A5F;
		margin: 0 0 3px 0;
		background-color: #FF5A5F;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.search-btn:hover{
		background-color: #FF7E82;
		cursor: pointer;
	}*/


	span h2{
		font-size: 25px;;
		color: #086880;
		font-weight: bold;
		margin-left: 20px;
   		padding-top: 25px;
	}

	
	span h2::first-letter{
		color: #f2668f;
	}



	select, input[type="date"]{
		height: 40px;
		font-size: 14px;
		width: fit-content;
		color: #1d1d1d !important;
		cursor: pointer;
		border-radius: 75px !important;
		padding: 0px 25px 0px 25px;
		border: none !important;
		outline: none;
		font-weight: 400 !important;
		background-color: white !important;
		transition: 0.3s ease-in;
		outline: 0 !important;
		border: 1px solid rgb(176, 176, 176) !important;
		margin-left: 5px;
		box-shadow: 0px 0px 0px 2px rgba(245, 245, 245, 0.39);
	}

	#filtre{
		display: flex;
		align-items: center;
		justify-content: left;
		position: relative;
		padding-top: 25px;
	}

	#infomarker{
		padding-top: 15px;
	}

	/* div#filtre:after {
		box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 2px !important;
		content: "" !important;
		left: 0px !important;
		width: 100% !important;
		background: rgb(255, 255, 255) !important;
		height: 1px;
		position: absolute !important;
		bottom: -19px !important;
	} */

#infoContainer{
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
}

#ContentContainer {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	font-size: 1.2em;
	color : grey;
	height: 100%;
	min-width: 320px;
}

.form-control {
    color: #fff !important;
    background-image: none;
    border: none !important;
    border-radius: 4px !important;
    background-color: rgba(10, 104, 129, 1) !important;
}

footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pforts{
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pforts::first-letter{
	text-transform: uppercase !important;
}
#mapContainer {
	width: 100%;
	font-size: 0.8em;	
	height: 100%;
}

.mapContainerSticky{
	padding-top: 104px;
    margin-top: -104px;
    position: sticky;
    top: 0px;
}

.col-md-6, .col-md-12{
	text-align: left;
	padding-right: 5px !important;
    padding-left: 5px !important;
}

.modalFormFormation{
	text-align: center;
    width: 371px;
	margin: auto;
	margin-top: 15px;
}

.row
{
	width: 100%;	
}

.send{
	padding: 10px 30px 10px 30px;
    background: #ff7099;
    color: white;
    border: none;
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 14px;
	border-radius: 4px;
}

.modal-header{
	border: none !important;
	cursor: initial !important;
}

@media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 30px auto;
}
}

#load {
	position: fixed;
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: white;
	z-index: 4;
	top: 0;
}

#map {
	height: 100% !important;
	width: 100% !important;
}

#rightContainer {
	flex-direction: column;
	height: 100%;
	width: 100%;
	/*background-color: white;*/
	overflow: auto;
	color: inherit;
	text-align: justify;
	overflow-x: hidden;
  	border-radius: 8px;
}

.title{
	font-size: 23px;
}

.container-div{
width: 100% !important;
position: relative;
}

.contener {
    margin: 20px 0px 20px 0px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
	text-align: justify;
}


.background-formation {
	width: 38%;
    border-radius: 8px;
    object-fit: cover;

}

/*.inscrire {
	float:right !important
}*/
.float-left {
    float: left!important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500 !important;
    font-size: 15px;
}

h3{
	color: #444444 !important;
    font-weight: 600 !important;
}

ion-icon{
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
	display: inline-block;
	color: #FF7794;
}

.modal-content{
	margin: auto;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.validate {
	width: 90px;
}

.formation {
	color: rgb(34, 34, 34) !important;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 10px;
	font-weight: 600;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
    text-align: initial;
    font-family: inherit;
}

.titleForm{
	font-weight: 400 !important;
    color: rgb(34, 34, 34) !important;
    font-size: 18px !important;
	line-height: 24px !important;
}
		
.dated {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    color: rgb(138, 138, 138) !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    min-height: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-height: 18px !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-transform: lowercase;
    vertical-align: text-bottom;
}

.ville {
    font-size: 13px;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    min-height: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-height: 18px !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
	display: inline-block;
	text-transform: lowercase;
}

.ville::first-letter{
	text-transform: uppercase !important;
}

.myButton {
	/*box-shadow: 0px 10px 14px -7px #0A6881;*/
    background: linear-gradient(to bottom, #0A6881 5%, #408c99 100%);
    /* background-color: #0A6881; */
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 70px;
    text-decoration: none;
    width: 100%;
    float: right !important;
    /* text-shadow: 0px 1px 0px #0A6881; */
    margin-top: 10px;
    /*margin-left: 220px;*/
    border: none;
    outline: none;
}
.myButton:hover {
    background: linear-gradient(to bottom,#0A6881 5%, #0A6881 100%);
    transition: 0.5s;
    transform: translate(0px, -5px);
    background-color: #0A6881;
}
.myButton:active {
	position:relative;
	top:1px;
}

.popup {
    position:fixed;
    top:0px;
    left:0px;
	bottom:0px;
	right:0px;	
    margin:auto;
    width:200px;
    height:150px;
    font-size:13px;
    padding:10px;
    background-color:rgb(240,240,240);
    border:2px solid grey;
    z-index:100000000000000000;
}
    
.cancel {
    display:relative;
    cursor:pointer;
    margin:0;
    float:right;
    height:10px;
    width:14px;
    padding:0 0 5px 0;
    background-color:red;
    text-align:center;
    font-weight:bold;
    font-size:11px;
    color:white;
    border-radius:3px;
    z-index:100000000000000000;
}

.cancel:hover {
    background:rgb(255,50,50);
}

@media (min-width: 768px){
.modal-dialog {
    width: 888px !important;
    margin: 30px auto;
}
}

.modal-content{height: auto !important; border-radius: 0px !important;width: 100%;cursor: initial !important;padding-bottom: 15px;}

.modal-backdrop.in {
    opacity: .8 !important;
}

.form-control:focus {
    border-color: unset !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

::placeholder{
	color:white !important;
}

.social{
    display: flex;
    align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.style-jslsdhjg{
	transform-origin: center 1.5px;
    width: 21px;
    height: 5px;
    pointer-events: auto;
    transform: rotate(270deg);
    box-sizing: border-box;
    border-top: 3px solid rgba(10, 104, 129, 1);
}

.social a{
	color: black;
	padding: 0;
}

.social .socialLogo{
	font-size: 17px;
	color: black;
	margin-left: 0;
	margin-right: 12px;
}

.form-control{

}

/*
* footer
*/
.footer{
	width: 100%;
	text-align: center;
	color: white;
  }
  
  .footer-flex{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .footer-flex h1{
	  margin: 0;
	  font-size: 40px;
	  font-family: 'Poppins', sans-serif;
	  font-weight: 700;
  }
  .next-img{
	width: 50px;
	  background: white;
	  border-radius: 90px;
	  transform: rotate(-90deg);
  }
  
  .s-fo{
	background: #f2668f;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
  }
  .s-fo a{
	text-decoration: none;
	color: white;
  }
  /*
  * footer
  */

  /*
  * overflow
  */
  #rightContainer::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE and Edge */
  #rightContainer {
	-ms-overflow-style: none;
  }

.gm-fullscreen-control, .gm-svpc, .gm-style-iw-c,.gm-style-mtc, .gmnoprint div{
	  border-radius: 8px !important;
	  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
  }

  .gm-control-active:hover ,.gm-fullscreen-control:hover{
	background-color: rgb(247, 247, 247) !important;
  }

  .gm-bundled-control-on-bottom div div{
	border-radius: 8px !important;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
  }

  .gm-bundled-control-on-bottom div div:hover{
	border-radius: 8px !important;
  }
  
.listOfDate .dated{
	display: block;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    min-height: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-height: 18px !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-transform: lowercase;
    margin-left: 4px;
}

.listOfDate{
	display: inline-block;
    margin-left: 31px;
}

.listOfDate .dated:first-child{
	display: inline-block !important;
    font-size: 13px;
    color: rgb(113, 113, 113) !important;
    font-weight: 400 !important;
    min-height: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-height: 18px !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-transform: lowercase;
  }

  .dated::first-letter{
	  text-transform: uppercase !important;
  }

.dateIcon{
	position: absolute;
}

.OnSend {
    display: none;
}

.Sent {
    display: none;
}

.dismiss{
	padding: 10px 30px 10px 30px;
    background: #ff7070;
    color: white;
    border: none;
	border-radius: 4px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
}

.error_lastname, .error_form, .error_name, .error_phone, .error_cp,.error_email, .error_cp,.error_firstname, .error_date {
    color: #ff7099;
    font-size: 14px;
}

.open>.dropdown-menu {
    display: block;
    height: 173px;
	overflow: overlay;
	margin-top: 10px;
}

.multiselect-container>li {
    padding: 0;
    text-align: left;
    display: block;
}

.dropdown-menu{
	border-radius: 12px;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    outline: none !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	outline: none !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 0 !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.multiselect-container>li>a>label.checkbox {
	padding: 3px 20px 3px 40px;
	font-size: 14px;
	height: auto !important;
	margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.multiselect-container>li>a>label {
    height: auto;
}

.btn-default {
    color: #fff !important;
    background-color: #0a6881 !important;
    border:none !important;
    border-radius:4px !important;
}

.btn-default:hover {
    color: #000 !important;
    background-color: #ffffff !important;
    /* border: none !important; */
    border: 1px solid rgb(0, 0, 0) !important;
}

.btn-default:active{
    color: #000 !important;
    background-color: #ffffff !important;
    /* border: none !important; */
	border: 2px solid rgb(0, 0, 0) !important;
	box-shadow: none !important;
    background-color: #f3f3f3 !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
	color: #fff !important;
    text-decoration: none !important;
    background-color: #0a68819c !important;
    outline: 0 !important;
}

#loadMore{
	background-position: center;
	transition: background 0.8s;
	padding: 10px 15px 10px 15px;
    font-size: 15px;
    width: 135px;
    background-color: #007390;
    color: white;
    border: none;
	border-radius: 5px;
	box-shadow: 0 0 4px #c5c5c5;
	outline: none;
}

#loadMore:hover {
	background: #086880 radial-gradient(circle, transparent 1%, #086880 1%) center/15000%;
  }

  #loadMore:active {
	background-color: #007390;
	background-size: 100%;
	transition: background 0s;
  }

  /*Custom select*/
  .selectformation{
	  margin-top: 0px !important;
	  overflow: unset !important;
  }

.bootstrap-select{
	width: fit-content !important;
	margin-right: 5px !important;
    margin-left: 5px !important;
}



  .bootstrap-select button, .bootstrap-select button, .bootstrap-select button{
    width: 290px;
    color: #1d1d1d !important;
    cursor: pointer;
    border-radius: 78px !important;
    padding: 0px 25px 0px 25px;
    border: none !important;
    outline: none;
    font-weight: 400 !important;
	line-height: 38px;
    background-color: white !important;
    transition: 0.3s ease-in;
    outline: 0 !important;
    border: 1px solid rgb(176, 176, 176) !important;
  }

  .bootstrap-select .dropdown-toggle .filter-option{
	padding-right: 10px !important;
  }

  ul.dropdown-menu.inner::-webkit-scrollbar {
    width: 5px;
}

ul.dropdown-menu.inner::-webkit-scrollbar-track {
	background: #ffffff;
}

ul.dropdown-menu.inner::-webkit-scrollbar-thumb {
	background: #0a6881;
    height: 45px;
	border-radius: 51px;
	transition:0.2s ease-in;
}

ul.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
	background: #0c4c5d;
	cursor: pointer;
}

.open>.dropdown-toggle.btn-default{
    color: #000 !important;
    background-color: #ffffff !important;
    /* border: none !important; */
	border: 2px solid rgb(0, 0, 0) !important;
	box-shadow: none !important;
    background-color: #f3f3f3 !important;
}

/* .bootstrap-select button:hover, input[type="date"]:hover{
    outline: 0 !important;
    background-color: #f2668f29 !important;
    color: #f2668f !important;
    border-color: #fde6ed !important;
} */
/* .bootstrap-select button:focus, input[type="date"]:focus {
    outline: 0 !important;
    background-color: #f2668f29 !important;
    color: #f2668f !important;
    border-color: #fde6ed !important;
} */

/* select:hover, select:active, select:focus{
	outline: 0 !important;
    background-color: #f2668f29 !important;
    color: #f2668f !important;
    border-color: #fde6ed !important;
} */

.bootstrap-select .dropdown-menu li a{
	padding: 7px !important;
}

.dropdown-menu{
	border: none !important;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px !important;
}

.gm-style-iw-d{
	overflow: hidden !important;
}

.gm-style-iw-c{
	width: 274px !important;
	padding: 0px !important;
}

.gm-style-iw-c .gm-ui-hover-effect{
	display: none !important;
}

#bodyContent{
	padding: 16px !important;
}

.firstHeading{
	margin:0;
	font-weight: 400 !important;
	color: rgb(34, 34, 34) !important;
	margin-bottom: 4px;
	font-size: 14px;
}

.gm-style-iw-t::after{
	display: none;
}

.gm-style-pbc {
	opacity: 0 !important;
}


.stickyOnScroll{
    /* margin-top: 104px; */
    top: 104px;
    position: sticky !important;
	height: 100% !important;
    /* width: calc(100%/2) !important; */
    z-index: 0 !important;
}
.marginTop{
	margin-top: 104px;
}

.buttonOpenMap{
	display: none;
}
.buttonOpenMap button{
    font-weight: bold;
    background-color: rgb(53, 53, 53);
    transition: 0.4s ease 0s;
    color: white !important;
	-webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    border-radius: 24px !important;
    border-image: initial !important;
    outline: 0px !important;
    margin: 0px !important;
    padding: 12px 20px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
    background: rgb(34, 34, 34) !important;
}

#contactUs{
	outline: none;
    border: none;
    background: none;
    text-decoration: underline;
    color: #f2668f;
    font-weight: bold;
}

.displayNone{
	display: none !important;
}

.displayBlock{
	display: block !important;
}

.footer1{
	display: none;
}

/*Responsive*/

@media (max-width:1024px){
	.displayNoneMap{
		left: -1000000000000000;
		position: absolute;
		opacity: 0;
	}
	.buttonOpenMap{
		position: fixed !important;
		bottom: 20px !important;
		z-index: 1 !important;
		white-space: nowrap !important;
		left: auto !important;
		right: auto !important;
		text-align: center;
		transition: -ms-transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s !important;
		display: block;
		width: 100%;
	}
}

@media (max-width:740px){
	.contener{
		display: block !important;
	}
	.container-div div{
		height: unset !important;
		padding:0px !important;
	}
	.background-formation{
		height: 230px;
		width: 100%;
		margin-bottom: 15px;
	}
	.container-div div{
		padding: 0;
	}
	.prgComplet{
		margin-left: 0 !important;
	}
	.formation{
		overflow: unset !important;
		position: unset !important;
	}

	.footer1{
		display: block;
	}
	.footer2{
		display: none;
	}

	.modalFormFormation{
		width: unset !important;
	}

}


@media (max-width:800px){
	.center-nav{
		width: 90%;
	}
}


@media (max-width:600px){
	#filtre{
		display: block;
	}

	#filtre select, #filtre input{
		width: 100% !important;
		margin:0px;
		margin-left: 0px !important;
		margin-right: 0px !important;
		margin-bottom: 10px;
	}
}

@media (max-width:590px){
	.logo{
		width:115px;
	}
	.logo img{
		width: 100%;
	}
	.center-nav{
		width: 400px;
	}
	.flex-nav{
		justify-content: unset !important;
		height: inherit;
	}
	.flex-nav div{
		right: 25px !important;
	}

	span h2{
		text-align: left;
		font-size: 20px;
	}
}

.fixedMap{
	position:fixed !important;
	width: 100%;
	height: 100%; 
	z-index: 2;
	margin-top: 0;
	padding-top: 0;
}

.relative{
	position: relative !important;
}

.hideButton{
	position: fixed !important;
    bottom: 20px !important;
    z-index: 1 !important;
    white-space: nowrap !important;
    left: auto !important;
    right: auto;
    width: 100%;
    text-align: center;
    margin: auto;
    transition: -ms-transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s, transform 0.2s ease-in-out 0s !important;
    display: block;
    transform: translateY(69px) !important;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
}

.simple-pagination .current {
	-webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 32px !important;
    width: 32px !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
	background: rgb(242, 102, 143) !important;
}

.titleFormPink .container-div div .formation {
	color: #f2668f !important;
	transition: 0.5s;
}

.next, .prev{
	-webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    color: rgb(34, 34, 34) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    background-clip: padding-box !important;
    box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border-image: initial !important;
    outline: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
}

.prev{
	-webkit-box-pack: center !important;
    -webkit-box-align: center !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    color: rgb(34, 34, 34) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    background-clip: padding-box !important;
    box-shadow: transparent 0px 0px 0px 1px, transparent 0px 0px 0px 4px, rgba(0, 0, 0, 0.18) 0px 2px 4px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border-image: initial !important;
    outline: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s !important;
}

.inputWishedForm1{
	width: 100%;
    background-color: #0a6881 !important;
    color: white !important;
    height: 34px;
	padding: 6px 12px;
	border: none !important;
	border-radius: 4px !important;
}

.gm-style img{max-height:none;}

#maps {
    width: 100%;
}


.foad{
	color: white;
    margin-top: 10px;
    font-size: 15px !important;
	background: #0a6881;
	border-radius: 100px;
	padding: 5px 20px !important;
	font-weight: bold;
	transition: 0.4s ease 0s;
}

.foad:hover{
	background-color: rgba(242, 102, 143, 1);
}

.bootstrap-select .dropdown-menu.inner{
	overflow-x: hidden;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    width: 100%;
}

input#mydate:hover {
    color: #000 !important;
    background-color: #ffffff !important;
    /* border: none !important; */
    border: 1px solid rgb(0, 0, 0) !important;
}

input#mydate:active, input#mydate:focus{
	color: #000 !important;
    background-color: #ffffff !important;
    /* border: none !important; */
    border: 2px solid rgb(0, 0, 0) !important;
    box-shadow: none !important;
    background-color: #f3f3f3 !important;

}

@media(max-width:860px){
	.bootstrap-select{
		width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
		margin-bottom:5px !important;
	}
}