@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;500;600;700;800;900&family=Outfit:wght@100..900&display=swap');

body{
	font-family: 'Outfit', sans-serif;
	color:#1E496F;
	font-size:16px;
	line-height:1.4;
}

.jumbotron{
	background:transparent;
	padding-left:0;
	padding-right:0;
	color:#fff;
}

.jumbotron h4{
	color:#1E496F;
}

/*.navbar-light .navbar-toggler-icon{
	background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}*/

iframe{
    text-align:center;
}

img{
	max-width:100%;
}

.btn, #submit-contact{
	color: #fff;
    padding: 4px 25px;
    font-weight: 600;
    border-radius: 25px;
    background: #FF6417;
    min-width:305px;
}

.container-fluid{
	padding-top:100px;
	padding-bottom:100px;
}

.np{
	padding-top:0px;
	padding-bottom:0px;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'MuseoModerno', cursive;
	font-weight:600;
}

h2{
	font-size:40px;
}

h3{
	font-size:34px;
}

h4{
	font-size:27px;
	padding-top:50px;
}

h5{
	font-size:20px;
}

.museo{
    font-family : "MuseoModerno", cursive;
}

.media img{
	max-width:90px;
}

.media h5{
	font-size:15px;
}

.accueil{
    font-size:22px;
    line-height:2;
    font-family:"MuseoModerno",cursive;
    font-weight:600;
}

.equipe{
    width:150px;
    padding:10px 0 25px 0;
}

.admin{
    max-height:80px;
    margin-top:25%;
    max-width:90%;
}

.partner{
    max-height:100px;
    margin-top:25%;
    max-width:60%;
}

.financeur{
    max-height:90px;
    margin-top:25%;
    max-width:80%;
}

.logo{
    align-items:center;
    justify-content:center;
}

.chiffres{
    align-items:center;
    justify-content:space-around;
}


.accompagnant{
    max-height:90px;
    max-width:80%;
    margin-top:25%;
}

.blue{
	background:#0394B7;
	color:#fff;
	padding:40px 0 40px 0;
}

.list-unstyled{
	margin-bottom:0;
}

.navbar-brand img{
	max-width:115px;
}

.navbar-light .navbar-nav .nav-link{
	color:#1E496F;
	font-weight:bold;
	padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link.active{
	color:#FF6417;
}

.title{
	position:relative;
	display: inline-block;
	padding-bottom: 20px;
	color:#1E496F;
}

.title:after{
	content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 6px;
    border-radius: 8px;
    background: #FF6417;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

.title-ornament{
	margin-top:0px;
	padding-bottom:30px;
}

.title-ornament:before{
	content:"";
	display:block;
	position:absolute;
	color:#1E496F;
}

.title-ornament.soutien:before,
.title-ornament.contact:before{
	width: 250px;
	height: 231px;
	background:url(../img/title-contact.png) center center no-repeat;
	background-size:contain;
	right: -215px;
    top: -30px;
}

.title-ornament.accompagnement:before{
    width: 180px;
    height: 180px;
    background: url(../img/title-accompagnement.png) center center no-repeat;
    background-size: contain;
    left: -150px;
    top: -50px;
}

.title-ornament.projet:before{
    width: 150px;
    height: 150px;
    background: url(../img/title-projet.png) center center no-repeat;
    background-size: contain;
    right: -170px;
    top: -50px;
}

.title-ornament.reunion:before{
    width: 130px;
    height: 130px;
    background: url(../img/title-reunion.png) center center no-repeat;
    background-size: contain;
    right: 120px;
    top: 5px;
}

.title-ornament.edl:before{
    width: 110px;
    height: 110px;
    background: url(../img/title-candidat.png) center center no-repeat;
    background-size: contain;
    left:-90px;
    top: 10px;
}

.title-ornament.candidat:before{
    width: 110px;
    height: 110px;
    background: url(../img/title-candidat.png) center center no-repeat;
    background-size: contain;
    left:190px;
    top: 0px;
}

.data{
    font-family:"MuseoModerno",cursive;
    font-size:65px;
    font-weight:600;
    color:#FF6417;
}

.etape{
    font-family:"MuseoModerno",cursive;
    font-size:55px;
    font-weight:600;
    color:#0295b7;
}

.imgetape:after{
	content: "";
    position: absolute;
    display: block;
    width: 40%;
    height: 6px;
    border-radius: 8px;
    background: #FF6417;
    bottom: 40%;
    left: 77%;
}


header{
	box-shadow: 7px 9px 6px #00000029;
    z-index: 2;
    position: relative;
}

.fa {
	padding: 10px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
	margin-right:10px;
    border-radius: 50%;
}

.spanded{
	display:block;
	margin-top:7px;
    font-size: 18px;
}
.fa:hover {
    opacity: 0.7;
}

.fa {
  background: #1E496F;
  color: white;
}

.hero{
	background:#0394B7 url(../img/masque-blanc.svg) left -1px bottom -1px no-repeat;
	background-size: 100% auto;
	padding-top:100px;
}

header a.fa {
    padding: 5px;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 17px;
    margin-top: -50px;
	background:#FF6417;
	color:#fff;
}

.details-phone{
	padding-left:55px;
	background: url(../img/picto-phone.svg) left center no-repeat;
	background-size:auto 40px;
}

.details-mail{
	padding-left:55px;
	background: url(../img/picto-mail.svg) left center no-repeat;
	background-size:auto 30px;
}

footer .row{
	position:relative;
}

footer.container-fluid{
	padding-top:30px;
	padding-bottom:30px;
}

footer a#totop{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:10px;
	top:-10px;
	z-index: 99;
	background: url(../img/totop.svg) center center no-repeat;
	background-size:30px auto;
}

header.container-fluid{
	padding-top:15px;
	padding-bottom:15px;
}

footer{
	background:#1E496F;
	color:#fff;
}

.deepblue{
	background:#1E496F;
	color:#fff;
	padding:40px 0 40px 0;
}

footer ul{
	color:#FF6417;
}

footer ul.list-unstyled li.list-item a{
	color:#fff;
	font-weight:bold;
}

.block{
	border-radius: 15px;
    padding: 35px;
    border: solid 1px #efefef;
    padding-bottom: 15px;
    margin-bottom: 30px;
    box-shadow: 7px 9px 6px #00000029;
}

.block img{
	max-height: 110px;
}

.block a{
	color:#FF6417;
	text-decoration:none !important;
}

.lead{
    font-weight:bold;
	font-size:22px;
}

.lead, .item{
	font-size:18px;
}

.content-box {
  position:relative;
  width:100%;
  min-height:520px;
  background:transparent;
  margin:15px 0;
}

.img-box.left {
  position:absolute;
  top:-15px;
  right:-22px;
  bottom:-15px;
  width:calc( 50vw );
}

.img-box.right {
  position:absolute;
  top:-15px;
  left:-15px;
  bottom:-15px;
  width:calc( 50vw );
}

.slide .title{
	margin: auto;
	margin-bottom:20px;
}

input[type=text],input[type=email], textarea.form-control{
	background: #EDEDED;
	border:none;
	outline:none;
	border-radius:30px;
	padding:4px 25px;
}

textarea.form-control{
	height:220px;
	padding:20px 25px;
}

.opacity{
	opacity:0;
}

.block-partners{
	font-weight:bold;
	color:#1E496F;
}

.contact-details h5{
	color:#FF6417;
	font-size:25px;
	font-weight:bold;
	font-family: 'Raleway', sans-serif;
}

.contact-details h5 span{
	color:#1E496F;
}

.title-ornament.contact .lead{
	color: #1E496F;
}

.homepage header{
	box-shadow:none;
}

.homepage .navbar-collapse{
	padding-top:30px;
}

.homepage header.position-absolute .navbar-light .navbar-nav .nav-link{
	color:#fff;
}

nav ul li ul {
display: none;
position: absolute; 
z-index: 100;
padding : 0 0 0 0 ;
}

nav ul li:hover > ul {
display: block;
background-color: #fff;
}

.homepage nav ul li:hover > ul {
display: block;
background-color: #0295B7;
}


nav ul li ul li {
display: block;
	padding : 20px 0 0 0;
	font-size:14px;
}


.slick-slide img {
    display: block;
    margin: auto;
    max-width: 170px;
}

.slick-next{
	right:25px;
    z-index: 99;
	width:35px;
	height:35px;
	background:url(../img/slick-next.svg) center center no-repeat !important;
	background-size:contain !important;
}

.slick-prev{
	left:25px;	
    z-index: 99;
	width:35px;
	height:35px;
	background:url(../img/slick-prev.svg) center center no-repeat !important;
	background-size:contain !important;
}

.slick-next:before{
	display:none;
}

.slick-prev:before{
	display:none;
}


.col-step{
	position:relative;
}
					
.col-step + .col-step:before {
  	content:"";
					display:block;
					width:35px;
					height:35px;
					background:url(../img/slick-next.svg) center center no-repeat;
					background-size:contain;
					position:absolute;
					left:-17px;
					top:120px;
}

/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox a {
    color: #1E496F;
	text-decoration:underline;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 25px;
  width: 25px;
	border-radius:2px;
  background-color: #dedede;
}

.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #1E496F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  font-size:30px;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-checkbox p{
	font-size:14px !important;
	text-align:left;
	margin-top:5px;
	line-height:1.3 !important;
}

@media only screen and (max-width: 1200px) {
	.title-ornament:before{
		display:none;
	}


@media only screen and (max-width: 1350px) {
	.imgetape:after{
	    display:none;
	}
}

@media only screen and (max-width: 991px) {
	.small{
	    display:none;
	}
}

.navbar-light .navbar-nav .nav-link.nav-link{
		padding-left:0;
		padding-bottom: 15px;
	}



@media only screen and (max-width: 768px) {
	
	.col-step + .col-step:before {
		display:none;
	}
	
	.col-step{
		margin-bottom:30px;
	}
	
    .img-box.left, .img-box.right  {
      position:absolute;
      top:0px;
      left:0px;
      right:0px;
      bottom:0px;
      width:100%;
    }
}

@media only screen  and (min-width: 640px) and (max-width: 1250px) {
	.media h5 {
		font-size: 13px;
	}
	.media img {
		max-width: 50px;
	}
}
