@charset "UTF-8";

@font-face {
  font-family: 'montserratregular';
  src: url('../../_assets/fonts/montserrat-regular-webfont.woff2') format('woff2'),
       url('../../_assets/fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('../../_assets/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
       url('../../_assets/fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../../_assets/fonts/montserrat-light-webfont.woff2') format('woff2'),
       url('../../_assets/fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../../_assets/fonts/montserrat-bold-webfont.woff2') format('woff2'),
       url('../../_assets/fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "montserratregular";
  line-height: normal;
  color: #001d85;
  width: 100%;
}

section {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

ul,
li,
p,
h1,
h2,
figure,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: normal;
}

h1,
h2 {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  list-style: none;
}


.content-top-mobile {
  display: none;
}

.main {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0;
}

.background {
  /*background-image: url(../../_assets/images/bg-page.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  width: 100%;
  max-width: 54rem;
  margin: 0 auto;
}

.content-langue{
  padding-top: 1rem;
  text-align: center;	
}

.content-top {
  padding: 3.25rem 3.5625rem 1.125rem 3.5625rem;
  background-color: #fff;
}

.content-bottom {
  padding: 2.125rem 3.5625rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 1.25rem;
  opacity: 0.7;
  color: #bbb;

}
.content-bottom .spacer-mobile {
  display: none;
  width: 100%;
}

.content-logo {
  margin-bottom: 3rem;
  text-align: center;
}
.content-logo a {
  display: inline-block;
}
.content-logo img {
  width: 15rem;
}


.content-text {
  padding-bottom: 4.25rem;
  text-align: center;	
  margin: auto;
  max-width: 600px;
}
.content-mentions {
  padding-bottom: 4.25rem;
  text-align: left;
}
.content-text .title {
  font-family: 'montserratbold';
  font-size: 1.5em;
  line-height: 1.8125rem;
  margin-bottom: 0.375rem;
}

.content-text .titleH2 {
  font-family: 'montserratbold';
  font-size: 1em;
    line-height: 1.8125rem;
  margin-bottom: 0.375rem;

}
.content-text .subtitle {
  font-family: 'montserratlight';
  font-size: 1em;
  line-height: 1.1875rem;
  margin-bottom: 2rem;
}
.content-text .description {
  margin-bottom: 2.625rem;
  text-align: justify;
}
.content-text .description p {
  font-size: 0.813em;
  line-height: 1.5rem;
}
.content-text .cta {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.375rem;
  text-decoration: none;
  height: 2.625rem;
  line-height: 2.625rem;
  color: #fff;
  background-color: #001d85;
  border: 0.0625rem solid #001d85;
}
/*.content-text .cta:hover,
.content-text .cta:focus {
  background-color: #fff;
  /*color: #312783;
  border-color: #312783;*/
  /*color: #001d85;
  border-color: #001d85;
	
}*/

.content-logos {
  text-align: center;
}
.content-logos-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.125rem;
  margin-bottom: 1.5rem;
}
/*.content-logos-item:nth-child(1) img {
  width: 4.75rem;
}
.content-logos-item:nth-child(2) img {
  width: 4.375rem;
}
.content-logos-item:nth-child(3) img {
  width: 4.125rem;
}
.content-logos-item:nth-child(4) img {
  width: 5.8125rem;
}
.content-logos-item:nth-child(5) img {
  width: 4.3125rem;
}
.content-logos-item:nth-child(6) img {
  width: 2.8125rem;
}
.content-logos-item:nth-child(7) img {
  width: 5.6875rem;
}*/
.content-logos-item a {
  display: block;
}
.content-logos-item:last-child {
  margin-right: 0;
}

.content-footer {
  margin-top: 1.0625rem;
}
.content-footer:before {
  content: '';
  display: block;
  margin: 0 auto 3.125rem auto;
  width: 16.875rem;
  height: 0.0625rem;
  background-color: #e63229;
}
.content-footer div.content-footer-line {
  text-align: center;
}
.content-footer div.content-footer-col p {
  font-family: 'montserratsemibold';
  font-size: 0.813em;
  line-height: 1.25rem;
}
.content-footer div.content-footer-col p a {
  font-family: 'montserratlight';
  color: #001d85;
  text-decoration: none;
}
.content-footer div.content-footer-col p a:hover {
  text-decoration: underline;
}
.content-footer div.content-footer-line:nth-child(1) {
  margin-bottom: 2.375rem;
}
.content-footer div.content-footer-line:nth-child(1) div.content-footer-col:nth-child(1) p {
  margin-bottom: 1.25rem;
}
.content-footer div.content-footer-line:nth-child(1) div.content-footer-col:last-child p {
  margin-bottom: 1rem;
}
.content-footer .content-footer-col {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-left: -0.1875rem;
}
.content-footer .content-footer-col li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.0625rem;
}
.content-footer .content-footer-col li:last-child {
  margin-right: 0;
}
/*.content-footer .content-footer-col li img {
  width: 1.875rem;
}*/
.content-footer div.content-footer-line:last-child p a {
  font-family: 'montserratregular';
  color: #001d85;
  text-decoration: none;
  font-size: 0.75em;
  line-height: 1.25rem;
}
.content-footer div.content-footer-line:last-child p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 48em) {
  /*.background {
    display: none;
  }*/
  .content-top-mobile {
    display: block;
  }
  .main {
    background-image: none;
  }
  .content {
    max-width: 100%;
  }
  .content-top-mobile img {
    width: 100%;
  }
  .content-top {
    padding: 3.125rem 1.25rem 1.125rem 1.25rem;
    height: inherit;
  }	
  .content-footer .content-footer-col {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .content-footer div.content-footer-line:nth-child(1) div.content-footer-col:nth-child(1) p {
    margin-bottom: 1rem;
  }
  .content-footer div.content-footer-line:nth-child(1) div.content-footer-col:last-child p {
    margin-top: 2.375rem;
  }
  .content-bottom {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #bbb;
    opacity: 1;
    padding: 0;
    position: relative;
  }
  .content-bottom .spacer-mobile {
    display: block;
  }
  .content-bottom p {
    position: absolute;
    z-index: 1;
    width: 94%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1rem;
  }
  .content-logos {
    font-size: 0;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .content-logos-item {
    margin-right: 0;
    width: 30%;
  }
  .content-text .description br {
    display:none;
  }

@media screen and (max-width: 47.938em) {
  .content-text .title span,
  .content-text .subtitle span {
    display: block;
  }
  .content-text .description br {
    display:none;
  }	
}

@media screen and (max-width: 36.1875rem) {
  .content-bottom p span {
    display: block;
  }
  .content-text .description br {
    display:none;
  }	
}

@media screen and (max-width: 23.375rem) {
  .content-bottom p span {
    display: inline;
  }
  .content-text .description br {
    display:none;
  }	
}

@media screen and (min-height: 63.375rem) {
  .background {
    max-height: 63.375rem;
  }
  .content-text .description br {
    display:none;
  }	
}

@media
      only screen and (-webkit-min-device-pixel-ratio: 1.5),
      only screen and (-o-min-device-pixel-ratio: 3/2),
      only screen and (min--moz-device-pixel-ratio: 1.5),
      only screen and (min-device-pixel-ratio: 1.5) {
  .main {
    zoom: 0.8;
  }
}
