.content-bloc {
    height: 100vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
}
section {
    display: block;
    clear: both;
}
.titre-bloc {
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'anton';
    letter-spacing: 2px;
    color: #0f4d9a;
    padding-bottom: 25px;
}

.titre-bloc span {
    color: #da2f29;
}

.text-bloc p {
    color: #9eaab8;
    text-align: justify;
}

.link-bloc a {
    color: #0f4d9a;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-top: 50px;
    display: block;
    padding-left: 90px;
    font-weight: bold;
    transition: 0.5s;
}
.link-bloc a:before {
    background: #0f4d9a;
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    left: 0;
    bottom: 10px;
}

.link-bloc a:hover {
    transition: 0.5s;
    color: #da2f29;
    text-decoration: line-through;
}
.container.partenaire {
    max-width: 1600px;
    width:100%;
    overflow: hidden;
}
.banner-interne {
    position: relative;
    overflow: hidden;
    width:100%;
    max-height: 600px; 
    height: 600px;
    clear: both;
}
.banner-interne:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, 0.1);
    }
.img-header {
    max-width: 100%;
    width:100%;
    height: 600px;
}
.title-box {
	position: absolute;
	height: 600px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	flex-direction: column;
	padding-bottom: 20px;
}
.title-box h1 {
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'anton', sans-serif !important;
    font-weight: bold;
    letter-spacing: 5px;
}

.banner-interne .col-md-5 {
height:600px;
background: rgb(39,46,112); /* Old browsers */
background: -moz-linear-gradient(top, rgba(39,46,112,1) 0%, rgba(58,112,183,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(39,46,112,1) 0%,rgba(58,112,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(39,46,112,1) 0%,rgba(58,112,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272e70', endColorstr='#3a70b7',GradientType=0 ); /* IE6-9 */}
.chemin a {
    color: #c8c8c8;
    transition:0.5s;
    text-decoration:none;
    }
.chemin a:hover {
    color: #db2436;
    transition:0.5s;
    text-decoration:none;
}
.chemin {
    text-transform: uppercase;
    font-size: 12px;
}
.page {color: #fff;}
.content-bloc-presentation {
    padding-left: 25px;
    padding-right: 25px;
}
.text-bloc h1 {
    color: #da2f29;
    font-size: 22px;
    font-weight: bold;
    padding-top: 55px;
    padding-bottom: 15px;
}
.text-bloc h2 {
    color: #272e70;
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

li {}

.text-bloc li {
    list-style: none;
    line-height: 24px;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
}

.text-bloc ul {
    padding-left: 0;
}

.text-bloc li:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
}
.logo-partenaire {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nos-coordonnees .titre {
    color: #da2f29;
    font-size:22px;
    font-weight: bold;
    text-transform: uppercase;
}
.nos-coordonnees {
    color: #8a939f;
    width: 90%;
    height: 850px;
    padding-top: 70px;
    margin: 0 auto;
}
.nos-coordonnees address div {
    padding-top: 25px;
}
.formulaire .titre {
    color: #da2f29;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 30px;
}

.formulaire {
    width: 90%;
    margin: 0 auto;
}
.adresse {font-size: 15px;}
.img-services{height: 100vh;}
.img-content{height:100%;}
.scroll-downs {
  position: absolute;
  right: 30px;
  bottom: 40px;
  margin: auto;
  width: 30px;
  height: 30px;
  z-index:999;
}
.mousey {
  width: 3px;
  padding: 2px 8px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
@media screen and (max-width: 1280px) {
.img-services{height: auto;width: 100%;}
}
@media screen and (max-width: 991px) {
.banner-interne {height: 450px;}
.img-header {height: 450px;    width: auto;
    max-width: initial;}
.banner-interne .col-md-5 {height: 450px;}
.title-box {height: 450px;}
.title-box h1 {font-size: 18px;}
.chemin {font-size: 11px;}
.img-content {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content-bloc-presentation {
    padding-left: inherit;
    padding-right: inherit;
}
.text-bloc h1 {
    font-size: 18px;
    line-height: 28px;
}
.titre-bloc{font-size:36px;}
.titre-bloc span{display:block;}
.nos-coordonnees {height: auto;}
.formulaire .titre {padding-top: 20px;}
.map iframe {height: 400px;}
}
@media screen and (max-width: 380px) {
.title-box h1 {font-size: 16px;}
.chemin {font-size: 10px;}
}
