@charset "UTF-8";
.select--language h3 {
  color: #ebebeb;
  font-size: 4rem;
  line-height: 3.5rem;
  padding-right: 1rem; }

p.visualSlide {
  font-size: 1.5rem !important; }

.nav-item img {
  max-width: 90px; }

.header {
  height: 10rem; }

.text-tech {
  color: #4b4b4b; }

.page--title {
  padding-left: 50px;
    font-size: 2rem;
    text-transform: uppercase;}
  .page--title:before {
    content: url("/img/snowflake.png");
    position: absolute;
    left: 0px;
    top: -18px; }
  .page--title img {
    float: right; }

.carousel-caption {
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  color: #204383;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto; }
  .carousel-caption p {
    margin: 0; }

/* Color la langue selectionnée */
.langflags--img img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
  .langflags--img img.selected {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%); }

.alert-success, .alert-danger {
  position: absolute !important;
  z-index: 9999 !important;
  top: 2%;
  left: 50%;
  width: 40%;
  margin-left: -20%;
  text-align: center; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?kjlu2r");
  src: url("fonts/icomoon.eot?kjlu2r#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?kjlu2r") format("truetype"), url("fonts/icomoon.woff?kjlu2r") format("woff"), url("fonts/icomoon.svg?kjlu2r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

.tab-content {
  width: 100%; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ENGRENAGE:before {
  content: "\e90b"; }

.icon-GEO3:before {
  content: "\e9d5"; }

.icon-PLAY_VIDEO:before {
  content: "\e9d6"; }

.icon-TRIANGLE:before {
  content: "\e9d7";
  color: #2fb6e5; }

/****************************************
************** GENERAL ******************
****************************************/
body {
  font-family: 'Catamaran', sans-serif;
  position: relative;
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth; }

.margin-t {
  margin-top: 70px; }

img {
  max-width: 100%; }

.blue-f {
  color: #204383; }

.blue-c {
  color: #57b0da; }

a:hover {
  text-decoration: none !important; }

a, button, i {
  transition: all .2s ease-in-out; }

main .moyens .row > p, main .maps .adresse p:first-child {
  font-size: 2rem; }

/****************************************
************** HEADER *******************
****************************************/
header .background-blue {
  background-color: #204381; }

header .contact {
  display: flex;
  align-items: center; }

header .header {
  text-align: center; }

/****************************************
***************** MAIN ******************
****************************************/
main .languages h3 {
  color: #ebebeb;
  font-size: 60px;
  line-height: 50px; }

main .languages .flags {
  display: flex; }

main .languages .flags img {
  width: 90px;
  height: 90px;
  margin-right: 50px; }

main .languages .row {
  align-items: center; }

main .visuel-home {
  max-width: 100%; }

main .onglets {
  text-align: center;
  width: 600px; }

main .prez h1 span:last-child {
  display: block;
  width: 50px; }

main .prez .photos img {
  width: 215px;
  height: 200px; }

main .prez .photos img:first-child {
  margin-bottom: 25px; }

main .moyens img {
    width: 35px;
    margin: 0 15px 9px 0; }

main .moyens .row:first-child {
  margin-bottom: 35px; }

main .moyens span.little {
  font-size: 13px; }

main .moyens div.row:first-child {
  align-items: center;
  margin-bottom: -10px; }

main .moyens h2 {
  font-size: 1.75rem; }

main .moyens h2:last-child {
  margin-top: 25px; }

main .axe {
  background-color: #e4e4e4;
  padding: 0 0 90px 0; }

main .axe img {
  width: 1000px; }

main .maps .adresse {
  margin-top: 45px; }

main .maps .adresse p {
  margin-top: 25px; }

main .maps .adresse img {
  margin-top: 25px; }

main .article-figaro {
  width: 700px; }

main .article-figaro .cta {
  background-color: #204383;
  margin-top: 15px;
  padding: 1%;
  transition: all .2s ease-in-out; }

main .article-figaro .cta:hover {
  background-color: #57b0da; }

main .article-figaro a {
  color: #fff; }

main .form {
  background-color: #ebebeb;
  padding: 65px 0; }

main form input::placeholder, main form textarea::placeholder {
  color: grey; }

main .form .col-lg-6.col-md-12.text-right p {
  font-size: 45px; }

main form div input[type=text], main form div input[type=email], main form textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 0;
  padding: 25px; }

form.droits input[type=text], form.droits input[type=email], form.droits textarea {
  border: 1px solid; }

main form div input[type=text], main form div input[type=email] {
  height: 45px; }

main form label, main form p {
  font-size: 12px; }

main form .text-right p {
  color: #bebfbf; }

main form button {
  background-color: #57afdf;
  color: #fff;
  border: 0;
  font-size: 25px;
  padding: 5px 15px; }

main form button:hover {
  background-color: #204383; }

main form .conditions {
  margin-bottom: 0px; }

main form .checkbox {
  display: flex;
  align-items: center; }

main form .checkbox input[type="checkbox"] {
  margin-right: 15px; }

main .slider .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

main .slider p {
  margin-left: 10px; }

main .slider .carousel-caption h5 {
  color: #000; }

main .slider .new-caption-area {
  width: 600px; }

main .slider .play-slide {
  margin-top: 30px;
  padding-left: 1rem;
  outline: none; }

.play-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

main .slider .play-slide .col-lg-10.col-md-10.col-sm-10.col-xs-10 p {
  font-size: 2rem; }

main .slider i {
  color: #fff;
  background-color: #204383;
  font-size: 35px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px; }

main .slider .col-lg-2.col-md-2.col-sm-2.col-xs-2:hover i {
  background-color: #57b0da; }

main .slider button {
  border: 0;
  background-color: transparent;
  outline: none; }

/***************************************
************** EXERCEZ *****************
************ VOS DROITS ****************/
form.donnees {
  margin-bottom: 50px; }

form.donnees .rouge {
  color: red; }

form.donnees label {
  font-size: 16px; }

form.donnees input, form.donnees textarea {
  border: 1px solid #204383 !important; }

form.donnees input[type=file] {
  border: 0 !important; }

form.donnees .identite {
  margin-top: 15px; }

form.donnees .submit {
  text-align: center; }

form.donnees p a:hover {
  color: #57afdf; }

/***************************************
************** MENTIONS ****************
****************************************/
.mentions p.blue-f {
  font-size: 1.25rem; }

/****************************************
************** FOOTER *******************
****************************************/
footer {
  background-color: #204383;
  padding: 50px 0px 25px; }

footer nav {
  margin-top: 25px; }

footer a {
  color: #fff !important; }

footer a:hover {
  color: #57b0da !important; }

/****************************************
************** RESPONSIVE ***************
****************************************/
@media screen and (max-width: 1000px) {
  main .onglets .col-lg-4 {
    margin: 15px 0; }
  footer .col-lg-6.col-md-12 {
    text-align: center !important; }
  footer img {
    margin-bottom: 25px; }
  main .slider .new-caption-area {
    margin-top: 25px;
    width: auto; }
  main .slider .play-slide {
    margin-bottom: 50px;
    margin-top: 30px; }
  main .maps .adresse img {
    display: none; }
  main .slider .titre-photo, main .slider .play-video, main .maps .col-lg-4.col-md-12 {
    margin-top: 25px; }
  main .article-figaro .col-lg-4 {
    text-align: center;
    margin-bottom: 25px; }
  main .prez .prez-text {
    margin-top: 0px; }
  main .prez .photos img:first-child {
    margin-bottom: 0px; }
  main .prez .photos {
    text-align: center;
    margin-top: 25px;
    display: flex;
    justify-content: space-around; }
  main .prez, main .slider, main .maps, main .article-figaro {
    margin-bottom: 70px; }
  header .contact {
    justify-content: center; }
  main .languages h3 {
    text-align: center !important; }
  main .languages .flags {
    justify-content: center; }
  main .flags a img {
    margin: 0 3.5px !important;
    width: 75px !important;
    height: 75px !important; }
  main .maps .adresse p {
    margin: 0; } }

@media screen and (max-width: 768px) {
  main .onglets {
    width: auto; }
  h1 {
    font-size: 2rem; }
  main .moyens .row > p, main .maps .adresse p:first-child, main .slider .play-slide .col-lg-10.col-md-10.col-sm-10.col-xs-10 p {
    font-size: 1.75rem; }
  main .moyens h2, main .slider .new-caption-area p {
    font-size: 1.5rem; }
  .margin-t {
    margin-top: 35px; }
  main .moyens > .row {
    padding: 0 15px; }
  main .form .col-lg-6.col-md-12.text-right p {
    font-size: 35px; }
  main .languages h3 {
    font-size: 40px; }
  main .slider .play-video .col-lg-2 {
    flex-basis: 0%;
    padding-right: 0px !important; }
  main .slider .play-video .col-lg-10 {
    flex-basis: 80%;
    padding-left: 0px !important; }
  main .prez .prez-text {
    margin-top: 0px; }
  .col-md-12.photos, .maps .col-md-12, .article-figaro .col-lg-4 {
    text-align: center; }
  .maps .col-lg-4 {
    margin-top: 25px; }
  main .article-figaro {
    width: auto; }
  footer .row .col-lg-6.col-md-12 {
    text-align: center !important;
    margin-bottom: 15px; }
  .play-slide .col-lg-2.col-md-2.col-sm-2.col-xs-2 {
    width: 20%; }
  .play-slide .col-lg-10.col-md-10.col-sm-10.col-xs-10 {
    width: 80%; } }

@media screen and (max-width: 500px) {
  .slider .play-slide .col-lg-2.col-md-2.col-sm-2.col-xs-2 {
    padding-right: 0px; }
  .slider .play-slide .col-lg-10.col-md-10.col-sm-10.col-xs-10 {
    padding-left: 0px; }
  header img {
    width: 250px; }
  header .background-blue {
    display: none; }
  main .prez .photos {
    flex-direction: column; }
  main .prez .photos img {
    margin: auto;
    margin-bottom: 10px !important; }
  main .prez .photos img {
    width: auto;
    height: auto; }
  main .flags a img {
    margin: 0 3.5px !important;
    width: 50px !important;
    height: 50px !important; } }

.prez-photo-bloc {
    height: 180px;
}
    .prez-photo-bloc img {
        object-fit: cover;
        font-family: "object-fit: cover;";
        height: 100%;
        width: 100%;
    }
.carousel-item {
    height: 650px;
    overflow: hidden;
}
.carousel-item img {
    height: 530px;
    width: initial !important;
    display: block;
    max-width: initial;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}
.carousel-control-prev-icon {
    background-image: url(../../img/arrow-left.png);
}
.carousel-control-next-icon {
    background-image: url(../../img/arrow-right.png);
}
.article-figaro p.font-weight-bold.blue-f.text-center {
    font-size: 2rem;
    text-transform: uppercase;
}
@media (max-width: 768px) {
	.select--language ul {
        justify-content: center !important
    }
    	.select--language ul li {
            padding: 0 10px !important;
        }
            .select--language ul li img {
                max-width: 60px;
            }
    .langflags--img {
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }
        .langflags--img img {
            margin: 0 0 12px 0;
        }
    main .axe img {
        margin: 0 0 50px 0;
    }
}
.carousel-caption {
    padding-top: 0;
}
.play-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important;
}
@media (min-width: 992px) {
    .play-slide {
        justify-content: flex-end;
        margin-bottom: 50px;
    }
}
