@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400&display=swap");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  background: #fff;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: none;
}

p {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-size: 13px;
}

div {
  font-family: "Poppins", sans-serif;
  line-height: normal;
  font-size: 13px;
}

a {
  outline: 0;
  color: #046f9e;
  text-decoration: none;
}
a:hover {
  outline: 0;
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: 0;
  color: #000;
  text-decoration: underline;
}
a:active {
  outline: 0;
  color: #000;
  text-decoration: underline;
}
a:hover.bt {
  color: #fff;
}
a:hover.bg-white {
  color: #046f9e;
}
a:hover.hover-color {
  background: #e6266c !important;
  border: 1px solid #e6266c !important;
}

a.active {
  outline: 0;
  color: #000;
  text-decoration: underline;
}

h1 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #414141;
}

h2 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #414141;
  padding: 15px 0 20px;
  line-height: auto;
  margin-top: 0;
}

h3 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #414141;
  padding: 15px 0 20px;
  line-height: auto;
  margin-top: 0;
}

h4 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-weight: 400;
  margin-bottom: 0 !important;
  font-family: "Poppins", sans-serif;
}

.f-size-10 {
  font-size: 10px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-20 {
  font-size: 20px;
}

.f-size-24 {
  font-size: 24px;
}

.f-size-26 {
  font-size: 26px;
}

.f-size-28 {
  font-size: 28px;
}

.f-size-32 {
  font-size: 32px;
}

.f-300 {
  font-weight: 300;
}

section {
  padding: 36px 0;
}
section h1 {
  padding-bottom: 25px;
}

.relative {
  position: relative;
}

.pad-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.bold {
  font-weight: bold;
}

.img-centered {
  margin: 0 auto;
}

.d-block {
  display: block;
}

.bt-plus {
  border: 1px solid #d8d8d8;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 10px;
  width: 70px;
  height: 20px;
  text-align: center;
}
.bt-plus:hover {
  color: #303335;
}

.right-arrow {
  border: 1px solid #d8d8d8;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 10px;
  width: 70px;
  height: 20px;
  text-align: center;
  float: right;
}

.bt-plus2 {
  border: 1px solid #d8d8d8;
  background: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  padding: 2px 10px;
  width: 100px;
  height: 20px;
  text-align: center;
  margin-top: 4px;
}
.bt-plus2:hover {
  color: #303335;
}

.bg-primary {
  background: #F0F5F5;
}
.bg-primary .list-prepa-voyage li a {
  color: #c7c7c7;
}
.bg-primary .list-prepa-voyage li a span {
  color: #c7c7c7;
}

.bg-secondary {
  background: #E1006A;
}

.bg-rose {
  background: #f96299;
}

.bg-grey {
  background: rgba(87, 87, 86, 0.47);
}

.bg-white {
  background: #fff;
  color: #414042;
  margin-bottom: 3px;
}

.color-primary {
  color: #004070;
}

.color-secondary {
  color: #E1006A;
}

.color-white {
  color: #fff;
}

.color-rose {
  color: #E1006A;
}

.grey-dark {
  color: #9b9b9b;
}

.link-white {
  color: #fff;
}
.link-white a {
  color: #fff;
}

.lf-top div {
  display: inline-block;
  line-height: 11px;
}

.lr-top div {
  display: inline-block;
}
.lr-top div .modal-dialog {
  display: inherit !important;
  top: 25%;
}

input:-webkit-autofill {
  background: #fff !important;
}

textarea:-webkit-autofill {
  background: #fff !important;
}

select:-webkit-autofill {
  background: #fff !important;
}

/*--------------------*/
/* SLIDER */
/* SLIDER END*/
/*cv-theque*/
/*--serach-google--*/
/****** LOGIN MODAL ******/
/* Custom Arrow */
/*-------*/
/*-----------------------------*/
/*----css-owl-carrousel----*/
/*--------*/
/* customisation formulaire inscription REV 23 */
/*
#form_edv-rev232 .frm_primary_label {
    font-weight: bold !important;
}

#form_edv-rev232 .frm_form_field.form-field label {
	font-size: 15px!important;
}

#form_edv-rev232 .frm_form_field .frm_radio {
	margin-bottom: 0.5rem;
}

.frm_style_style-formidable #form_edv-rev232 .frm_form_field.frm_right_container {
    grid-template-columns: 15px 100% !important;
}

.frm_style_style-formidable #form_edv-rev232 .frm_form_field.frm_right_container .frm_opt_container .frm_checkbox label {
	color: transparent;
}

.frm_style_style-formidable #form_edv-rev232 h2 {
	color: #046f9e;
    margin: 0 0 0 0 !important;
    padding: 30px 0 5px 0 !important;
    font-size: 20px;
    font-weight: bold;
}

.frm_style_style-formidable #form_edv-rev232 .frm_section_heading {
    margin-top: 0px !important;
}

.frm_style_style-formidable #form_edv-rev232 .frm_section_heading h3 {
    border-top: none !important;
}

.frm_style_style-formidable #form_edv-rev232 .nb_personnes,
.frm_style_style-formidable #form_edv-rev232 .nb_nuits {
	grid-template-columns: auto 100px !important;
}

.frm_style_style-formidable #form_edv-rev232 .nb_personnes .frm_primary_label,
.frm_style_style-formidable #form_edv-rev232 .nb_nuits .frm_primary_label,
.frm_style_style-formidable #form_edv-rev232 .frm_form_field.frm_right_container .frm_primary_label {
	font-weight: normal !important;
}

.frm_style_style-formidable #form_edv-rev232 .nb_personnes label,
.frm_style_style-formidable #form_edv-rev232 .nb_nuits label {
    text-align: right !important;
}

.frm_style_style-formidable #form_edv-rev232 .frm_first.nb_personnes {
	grid-template-columns: repeat(2, minmax(auto, max-content) ) !important;
}

#form_edv-rev232 .frm_primary_label {
    font-weight: bold !important;
}

@media screen and (max-width: 600px) {
	.frm_style_style-formidable #form_edv-rev232 .nb_personnes label, .frm_style_style-formidable #form_edv-rev232 .nb_nuits label {
		text-align: left !important;
	}
	.frm_style_style-formidable #form_edv-rev232 .frm_form_field.frm_right_container {
		display: grid!important;
	}
}
*/
#slide {
  padding: 0;
}
#slide .carousel-control {
  width: 0 !important;
}

.txt-slide {
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.txt-slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  letter-spacing: -0.46em;
}
.txt-slide li {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  color: #fff;
  padding: 15px;
}
.txt-slide li span {
  z-index: 3;
  position: relative;
}
.txt-slide li:first-child {
  background: #414141;
}
.txt-slide li:first-child:before {
  background: #414141;
  transform: skewX(-30deg);
  width: 48px;
  left: -25px;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
}
.txt-slide li:last-child {
  background: #1e1e1e;
}
.txt-slide li:last-child:after {
  background: #1e1e1e;
  transform: skewX(-30deg);
  width: 48px;
  right: -25px;
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
}

.slogan {
  padding-top: 13px;
  padding-left: 20px;
  text-align: center;
}
.slogan a {
  color: #fff !important;
  font-weight: bold;
}
.slogan a:hover {
  color: #e6266c;
}

.carte-agv {
  position: absolute;
  top: 10%;
  right: 5%;
}

#partenaires {
  background: #ededed;
  padding: 30px 0 35px;
}
#partenaires .owl-carousel .owl-item img {
  width: 90% !important;
}

.pic-plus {
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
}

.bg-pic-plus {
  bottom: -14px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.bg-pic-plus .fa-envelope {
  background: #e6266c;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
}
.bg-pic-plus .fa-envelope a {
  color: #fff !important;
}
.bg-pic-plus i {
  line-height: 30px;
}

#mn-int {
  background: #656565;
  padding: 0;
}

.bt {
  padding: 3px 45px 4px;
  margin-top: 15px;
  display: inline-block;
}

.bt2 {
  padding: 3px 20px;
  margin-top: 10px;
  display: inline-block;
}

.sociaux {
  padding-top: 13px;
  color: #fff;
  padding-right: 20px;
}
.sociaux a {
  padding: 0 5px;
}
.sociaux .fa {
  color: #fff;
}
.sociaux .fa:hover {
  color: #f96299;
}

.txt-top {
  color: #fff;
  line-height: 22px;
}
.txt-top ul {
  padding: 0 0 15px;
  margin: 0;
}

.pic-presse {
  background: url(../images/esp-presse.png) no-repeat;
  padding-left: 50px;
  height: 50px;
  margin-top: 10px;
  line-height: 20px;
}

.pic-lampe {
  background: url(../images/lampe.png) no-repeat;
  padding-left: 35px;
  height: 50px;
  margin-top: 10px;
  line-height: 20px;
}

.pic-presse-paps {
  background: url(../images/presse-paps.png) no-repeat;
  padding-top: 10px;
  padding-left: 35px;
  height: 50px;
  margin-top: 10px;
}

.list-prepa-voyage {
  padding-left: 15px;
}
.list-prepa-voyage li {
  list-style: disc;
  line-height: 14px;
  padding-bottom: 10px;
}
.list-prepa-voyage li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
}
.list-prepa-voyage li a span {
  font-weight: 300;
  text-transform: capitalize;
}

.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.expand li {
  list-style-type: disc;
}
.expand:hover {
  color: #555;
}

.bd-top {
  border-top: 1px solid #b5b5b5;
}

.bloc-prestation-home {
  border: 1px solid #eaeaea;
  min-height: 155px;
  margin-bottom: 20px;
  border: 1px solid #f96299;
  cursor: pointer;
  color: #f96299;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.bloc-prestation-home p {
  padding-top: 10px;
}
.bloc-prestation-home a:hover {
  color: #f96299;
}
.bloc-prestation-home:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.bloc-prestation {
  border: 1px solid #eaeaea;
  min-height: 325px;
  margin-bottom: 20px;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.bloc-prestation:hover {
  border: 1px solid #f96299;
  cursor: pointer;
  color: #f96299;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}
.bloc-prestation p {
  padding-top: 10px;
}
.bloc-prestation a:hover {
  color: #f96299;
}
.bloc-prestation img {
  width: 100% !important;
}

.date-agenda {
  background: #55b8e3;
  text-align: center;
  padding: 14px 10px;
  line-height: 21px;
}
.date-agenda:hover {
  background: #f96299;
  color: #fff;
}
.date-agenda a:hover {
  color: #fff;
}
.date-agenda time {
  display: block;
}

.pic-carte {
  background: url(../images/carte.png) no-repeat;
  padding-left: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.pic-eye {
  background: #fff url(../images/eye.png) 10px 15px no-repeat;
  width: 100%;
  height: 40px;
  line-height: 20px;
}
.pic-eye p {
  line-height: 11px;
  padding-top: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 40px;
  margin-top: 2px;
}
.pic-eye:hover {
  background: #046f9e url(../images/pencil.png) 5px 5px no-repeat;
}

.pic-pencil {
  background: #fff url(../images/pencil.png) 10px 10px no-repeat;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.pic-pencil:hover {
  background: #046f9e url(../images/eye.png) 10px 15px no-repeat;
}
.pic-pencil p {
  padding-top: 15px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 40px;
  margin-top: 2px;
}

.pic-computer {
  background: url(../images/pic-computer.png) no-repeat;
  padding-left: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 15px;
}

.bloc-pic {
  height: 52px;
}

#return-to-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  color: #d4d4d4;
  z-index: 1000;
}

.btn-read {
  background: transparent;
  border-radius: 0;
  border: 1px solid #e44a82;
  background: #f96299;
  color: #fff;
}

.leftLst {
  border: none;
  background: none;
}

.rightLst {
  border: none;
  background: none;
}

.section-box-nine {
  height: 235px;
  background: #024562;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-box-nine figure {
  position: absolute;
  text-align: center;
  padding: 10px 19px;
  width: 100%;
  height: 100%;
}
.section-box-nine figure p {
  padding-top: 30px;
  line-height: 22px;
}
.section-box-nine img {
  height: 100%;
  position: absolute;
  transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
}
.section-box-nine:hover img {
  transform: scale(3);
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  opacity: 0;
}

.txt-dossier p {
  margin: 2px 0 4px;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
}
.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:hover:before {
  content: "\f005";
  color: #dbdbdb;
}
.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #47a6d0;
}
.rating span.star:hover ~ span.star:before {
  content: "\f005";
  color: #dbdbdb;
}

#Container_Carousel {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 850px;
}
#Container_Carousel .rows .col-xs-12 {
  margin: 0;
  padding: 0;
}

ul.dropdown-menu {
  z-index: 100 !important;
}

.img-responsive {
  z-index: 10 !important;
}

.thumbnail a > img {
  z-index: 10 !important;
}
.thumbnail > img {
  z-index: 10 !important;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.menu-int {
  margin: 0;
  padding: 35px 0;
}
.menu-int li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
}
.menu-int li a span {
  background: #868686;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.menu-int li a:hover {
  color: #fff;
}
.menu-int li a:hover p {
  color: #fff;
}
.menu-int li a:hover span {
  background: #fff;
}
.menu-int li a p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

.bloc-lg {
  border: 1px solid #d8d8d8;
  margin-bottom: 25px;
}
.bloc-lg img {
  padding: 20px 0;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.bloc-lg img:hover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
}

.bloc-orga {
  border: 1px solid #d8d8d8;
  padding: 15px 0 5px;
  margin-bottom: 20px;
}
.bloc-orga ul {
  margin: 0;
  padding-left: 20px;
}
.bloc-orga li {
  list-style-type: disc;
}
.bloc-orga h3 {
  color: #e6266c;
}

.li-orga {
  margin: 0;
  padding-left: 20px;
}
.li-orga li {
  list-style-type: disc;
}

#bloc-coordo {
  background: #797979;
}

#integration-list ul > li:hover {
  background: #efefef;
}

.detail {
  display: none;
  padding: 25px 0;
}
.detail .bg-white {
  padding-top: 0 !important;
}

.bloc-dossier .f-300 {
  padding-bottom: 15px;
}

.bg-article {
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 12%, #f9f9f9 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #f8f8f8 12%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 12%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f8f8f8", endColorstr="#f9f9f9", GradientType=0 );
  border-top: 1px dotted #CCC;
  margin-bottom: 25px;
  min-height: 200px;
}
.bg-article:hover {
  background: #e2e2e2;
}
.bg-article p a {
  display: inline-block;
}
.bg-article a {
  background: #046f9e;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #045b81;
}
.bg-article a:hover {
  background: #045b81;
  border: 1px solid #046f9e;
}

.francemap {
  color: #ffffff;
  padding: 10px;
}

.carte-fr {
  padding: 20px;
}

#page-int {
  padding: 0;
}
#page-int h1 {
  color: #e6266c;
}

.ttl-accueil {
  color: #414141;
  font-size: 26px;
  padding-bottom: 25px;
}

.int-pub {
  max-height: 216px;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
}
.int-pub img {
  margin: 0 auto;
}

footer .menu-les-edv-dans-la-presse-container ul {
  margin: 0;
  padding: 0;
}
footer .menu-les-edv-dans-la-presse-container ul > li > a {
  color: #fff;
}
footer #menu-menu-footer {
  list-style-type: none;
  display: inline-block;
}
footer #menu-menu-footer a {
  list-style-type: none;
  display: inline-block;
}
footer #menu-menu-footer li {
  display: inline-block;
}
footer .link-white {
  font-size: 14px;
  font-weight: bold;
}

.bloc-bg-date {
  background: #f5f5f5;
  margin-bottom: 25px;
  box-shadow: 1px 1px 5px #ccc !important;
}

.pods-form-front .pods-field-label {
  float: none !important;
  width: 100% !important;
  padding-top: 0 !important;
}
.pods-form-front .pods-field-input {
  width: 100% !important;
  height: 34px;
}
.pods-form-front .pods-field-input input[type=text] {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 35px !important;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pods-form-front .pods-field-input input[type=password] {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 35px !important;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pods-form-front .pods-field-input select {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  margin-bottom: 10px;
  height: 35px !important;
  padding-top: 7px !important;
  font-size: 12px !important;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: 0 !important;
}
.pods-form-front .pods-submit {
  float: none !important;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 25px 0;
  padding-left: 30%;
}
.pods-form-front ul.pods-form-fields {
  list-style: none;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}

.pods-field {
  padding: 0 10px !important;
  width: 47%;
  display: inline-block;
}
.pods-field label {
  font-size: 14px;
  padding-top: 7px !important;
  font-weight: 600;
}

.pods-form .pods-field table.pods-metabox {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
}
.pods-form .pods-field-input textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  border: 1px;
  border-color: #ddd;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: 100% !important;
  margin-bottom: 25px;
}

.pods-pick-values {
  border: none !important;
}
.pods-pick-values li {
  display: inline-block !important;
  border-bottom: none !important;
}
.pods-pick-values li:nth-child(even) {
  background: none !important;
}
.pods-pick-values .pods-radio {
  border: none !important;
}

.pods-submit-button {
  border: 1px solid #045b81;
  background: #046f9e;
  color: #fff;
  border-radius: 4px;
  width: 50%;
  font-size: 16px;
  padding: 8px 0;
}

.pic-lock {
  background: url(../images/lock.png) 0 2px no-repeat;
  padding-left: 15px;
}

.logo {
  padding: 25px 0 20px;
}

.tnp-subscription input[type=text] {
  height: 35px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tnp-subscription input[type=email] {
  height: 35px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tnp-subscription input[type=submit] {
  height: 35px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tnp-subscription select {
  height: 35px !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px !important;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tnp-subscription input.tnp-submit {
  background: #046f9e !important;
  border: 1px solid #fff !important;
  width: 50% !important;
  margin: 25px auto !important;
  background: #046f9e !important;
}

.account-wall input {
  margin-bottom: 20px;
}

.connexion-error {
  color: #F00;
  padding-bottom: 10px;
  color: #F00;
  padding-bottom: 10px;
  border: 1px solid #f00;
  padding: 5px 20px;
  margin: 25px auto;
  width: 80%;
}

.ctc-services {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ctc-services p {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ctc-services li {
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}
.ctc-services ul {
  margin: 0;
  padding: 0;
}
.ctc-services .col-sm-3 {
  color: #046f9e;
}

.tab-offre li a {
  background: #046f9e;
  color: #fff;
}
.tab-offre li a:hover {
  background: #e6266c;
  color: #fff;
}

.btn-formulaire input {
  border: 1px solid #045b81;
  background: #046f9e;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 8px 0;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #046f9e !important;
  display: -webkit-inline-box !important;
  padding: 1em 1em;
  color: #046f9e !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #cf0000 !important;
  color: #cf0000 !important;
  display: -webkit-inline-box !important;
  width: 100%;
  padding: 1em 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-bandeau img {
  width: 100% !important;
  margin-bottom: 50px;
}

.ctc-color strong {
  color: #e6266c;
}

.fd-trnsp {
  background: url(../images/fd-trsp.png) repeat;
  position: absolute;
  top: 10%;
  left: 0;
  border-radius: 0 8px 8px 0;
}
.fd-trnsp p {
  line-height: 22px;
  padding: 25px 0;
}
.fd-trnsp a:hover {
  text-decoration: none !important;
}

.panel-heading {
  cursor: pointer;
  cursor: hand;
}
.panel-heading a:after {
  font-family: "fontawesome";
  content: "\f07d";
  float: right;
  color: grey;
  font-family: "fontawesome";
  content: "\f07d";
  float: right;
  color: grey;
}
.panel-heading a::after {
  color: #045b81;
}

.sidebar-page .col-sm-3 {
  width: 100% !important;
}

.panel {
  border-radius: 0 !important;
}

ul.search-ggle {
  margin: 0;
  padding: 5px 5px 5px 20px;
  background: #045b81;
  width: 100%;
}

.search-ggle ul li {
  list-style-type: none;
}
.search-ggle #custom-search-input button {
  border-left: none;
}
.search-ggle .input-group-btn {
  display: block;
}

#custom-search-input {
  padding: 3px;
  border: solid 1px #E4E4E4;
  background-color: #fff;
  width: 100%;
  line-height: 22px;
}
#custom-search-input input {
  border: 0;
  box-shadow: none;
  display: inline-block;
  height: 24px;
  font-size: 14px;
  padding: 0 10px;
}
#custom-search-input button {
  margin: 2px 0 0 0;
  background: none;
  box-shadow: none;
  border: 0;
  color: #666666;
  padding: 0 8px 0 10px;
  border-left: solid 1px #ccc;
  display: inline-block;
}
#custom-search-input button:hover {
  border: 0;
  box-shadow: none;
}
#custom-search-input .fa-search-plus {
  font-size: 22px;
  color: #fff;
}
#custom-search-input input[type=radio] {
  height: 12px;
}
#custom-search-input label {
  font-weight: 400;
}

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
  z-index: 9999 !important;
}
.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}
.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.loginmodal-container input[type=text] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.loginmodal-container input[type=text]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}
.loginmodal-container input[type=text] {
  color: #000;
}

input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.loginmodal-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  background-color: #046f9e;
  border: 1px solid #045b81;
}
.loginmodal-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background-color: #357ae8;
  background-color: #045b81;
  border: 1px solid #046f9e;
}

.login-help {
  font-size: 12px;
}

input[type=password] {
  color: #000;
}

.search-google #custom-search-input {
  background-color: transparent !important;
  border: none;
  display: block !important;
}

.bt-google {
  background: #046f9e !important;
  border: 1px solid #fff !important;
}

a.collapsed {
  color: #045b81;
}

.panel-title {
  color: #045b81;
}

.panel-default > .panel-heading {
  color: #045b81;
  background-color: #e4e4e4;
  border-color: #d0d0d0;
  border-radius: 0 !important;
}

.cl-actus p {
  text-align: left;
}
.cl-actus h2 {
  padding: 0;
}

.fitre-abc ul {
  margin: 0 !important;
  padding: 25px 0 0 !important;
}
.fitre-abc li {
  text-align: center !important;
  display: inline-block !important;
  margin-left: 10px !important;
}
.fitre-abc li a {
  color: #e6266c !important;
}
.fitre-abc li a strong {
  font-size: 20px !important;
}

.result-liste ul {
  padding: 0 !important;
  margin: 25px 0 !important;
  border-top: 1px solid #eaeaea;
}
.result-liste ul li a strong {
  color: #046f9e !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.result-liste li {
  padding: 8px;
  border-bottom: 1px solid #eaeaea;
}
.result-liste li:nth-of-type(odd) {
  background: #fafafa;
}

.form-sidebar .form-control {
  font-size: 13px !important;
}

.rech-side {
  background: #046f9e;
  padding: 20px;
  margin: 0 auto 20px;
  border-radius: 4px 4px 0 0;
}

.pagintation-adherents a {
  text-align: center !important;
  color: #fff !important;
}

a.hover-color {
  text-align: center !important;
  color: #fff !important;
  background: #337ab7 !important;
  border: 1px solid #2e6da4 !important;
  width: 20px;
  height: 20px;
  display: inline-block;
}
a.hover-color:visited {
  background: #e6266c !important;
  border: 1px solid #e6266c !important;
}

a.hover-color.active {
  background: #e6266c !important;
  border: 1px solid #e6266c !important;
}

.arconix-faq-title {
  font-size: 13px;
}

.arconix-faq-wrap {
  padding: 10px;
}

.form-adhere label {
  padding-top: 17px;
  font-weight: 400;
}

.dcf-breadcrumb {
  padding-bottom: 25px;
  font-size: 12px;
}
.dcf-breadcrumb a {
  text-decoration: underline;
  font-weight: bold;
}

.plan-site li {
  border-bottom: 1px dotted #CCC;
  line-height: 26px;
}
.plan-site li a:hover {
  color: #f96299;
}
.plan-site .children {
  margin: 0;
  padding-left: 35px;
  border-top: 1px dotted #CCC;
}
.plan-site .children li {
  border-bottom: none;
}
.plan-site .children li ul {
  padding-left: 0;
}

.bloc-mn-actus {
  background: #c1005b;
  padding: 20px 0;
  margin: 0;
}
.bloc-mn-actus ul {
  margin: 0;
  padding: 0;
}
.bloc-mn-actus li {
  list-style-type: none;
  display: inline;
}
.bloc-mn-actus a {
  text-align: center;
  padding: 10px 8px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 16px !important;
  color: #fff;
}
.bloc-mn-actus a:hover {
  background: #e6006c;
}

#publication ul.slick-dots {
  display: none !important;
}
#publication .prev {
  color: #fff;
  background: #046f9e;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 1.5em;
}
#publication .prev:hover {
  color: #fff;
  background: #045b81;
}
#publication .next {
  color: #fff;
  background: #046f9e;
  padding: 7px 10px;
  cursor: pointer;
  font-size: 1.5em;
}
#publication .next:hover {
  color: #fff;
  background: #045b81;
}

.slick-initialized .slick-slide {
  padding: 15px;
}

.fiche-adherent dl {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  margin-bottom: 1px;
}
.fiche-adherent dt {
  flex: none;
  width: 160px;
  background: #046f9e;
  color: #fff;
  padding: 5px 8px;
}
.fiche-adherent dd {
  flex: 1;
  background: #eaeaea;
  padding: 5px 8px;
}
.fiche-adherent a {
  font-weight: bold;
  color: #f96299;
}

.main-content {
  padding-bottom: 20px;
}

.sidebar {
  padding-bottom: 20px;
}

.eo-event-meta {
  margin: 0 !important;
  padding: 0;
}
.eo-event-meta strong {
  color: #f96299;
}

#maprgn h3 {
  color: #046f9e;
}
#maprgn .bold {
  color: #046f9e;
}
#maprgn strong {
  color: #046f9e;
}
#maprgn p span {
  color: #000 !important;
}
#maprgn p a {
  text-decoration: underline !important;
}

.comm-presse ul {
  margin: 0;
  padding: 0;
}
.comm-presse .cat-post-title {
  color: #286090;
  font-weight: bold;
}
.comm-presse .cat-post-item img {
  border: 1px solid #286090;
}

.barometre strong ul {
  padding: 0;
  margin: 0;
}
.barometre strong ul li {
  border-bottom: 1px dotted #CCC;
}
.barometre strong ul li a {
  font-weight: normal;
  line-height: 24px;
  background: url(../images/picto-pdf.png) no-repeat;
  padding-left: 25px;
}
.barometre strong ul li a:hover {
  font-weight: bold;
}

textarea.pods-form-ui-field-type-paragraph {
  min-height: auto !important;
}

.faq-article .arconix-faq-title {
  font-size: 13px;
}
.faq-article .arconix-faq-title:hover {
  font-weight: bold;
  color: #046f9e;
}
.faq-article .arconix-faq-wrap {
  background: none !important;
  border-bottom: 1px dotted #999 !important;
  border: none;
}
.faq-article .arconix-faq-content {
  color: #046f9e;
}
.faq-article .arconix-faq-content a {
  color: #f96299;
  font-weight: bold;
}

.pods-form-ui-row-type-pick .pods-form-ui-field select {
  width: 100% !important;
}

.pods-boolean input {
  top: 3px !important;
}

.pods-form-ui-row-name-cv {
  width: 100% !important;
  display: block !important;
  float: none !important;
  clear: both !important;
}

#message-alert {
  padding-bottom: 10px;
  border: 1px solid #3c763d;
  margin: 25px auto;
  width: 80%;
}

.owl-edv .owl-stage-outer {
  height: 310px;
}
.owl-edv .owl-nav {
  border-top: 2px solid #046f9e;
  padding-top: 10px;
  text-align: right !important;
}
.owl-edv .owl-nav .owl-prev {
  color: #fff !important;
  background: #046f9e !important;
  padding: 7px 10px !important;
  cursor: pointer !important;
  font-size: 1.5em !important;
  content: "\e079" !important;
}
.owl-edv .owl-nav .owl-next {
  color: #fff !important;
  background: #046f9e !important;
  padding: 7px 10px !important;
  cursor: pointer !important;
  font-size: 1.5em !important;
  content: "\e079" !important;
}
.owl-edv .owl-nav [class*=owl-] {
  background: #024562;
  text-transform: capitalize;
}
.owl-edv .owl-dots {
  display: none !important;
}
.owl-edv .snip1491 img {
  width: auto !important;
}

.owl-part {
  height: 190px;
}
.owl-part .owl-stage-outer {
  height: 190px;
}
.owl-part .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  z-index: 10;
  right: -28px;
  position: absolute;
  top: 35%;
  z-index: 10;
  right: -28px;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: none !important;
}
.owl-part .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  z-index: 10;
  left: -28px;
  position: absolute;
  top: 35%;
  z-index: 10;
  left: -28px;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: none !important;
}
.owl-part .owl-nav [class*=owl-] {
  background: #024562;
  text-transform: capitalize;
}
.owl-part .owl-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #333;
}
.owl-part .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #333;
}
.owl-part .owl-carousel .owl-stage-outer {
  height: auto !important;
}

.owl-part2 .owl-stage-outer {
  height: 280px;
}
.owl-part2 .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  z-index: 10;
  right: -28px;
  position: absolute;
  top: 35%;
  z-index: 10;
  right: -28px;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: none !important;
}
.owl-part2 .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  z-index: 10;
  left: -28px;
  position: absolute;
  top: 35%;
  z-index: 10;
  left: -28px;
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  background: none !important;
}
.owl-part2 .owl-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #333;
}
.owl-part2 .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  color: #333;
}
.owl-part2 .owl-carousel .owl-stage-outer {
  height: auto !important;
}
.owl-part2 .owl-item {
  overflow: visible !important;
  float: left !important;
  min-width: 160px !important;
}
.owl-part2 .owl-item .item > div {
  min-height: 265px !important;
  margin-bottom: 25px;
}
.owl-part2 .owl-item .item > div .link-actus-color a {
  color: #046f9e;
  text-decoration: none;
}

.owl-carousel .owl-item {
  overflow: hidden;
  margin-left: 11px !important;
}
.owl-carousel .owl-edv .owl-item img {
  height: 240px !important;
  width: inherit !important;
}
.owl-carousel .owl-part .owl-item img {
  height: auto !important;
  width: auto !important;
}
.owl-carousel .owl-part2 .owl-item img {
  height: auto !important;
  height: auto !important;
  width: auto !important;
  width: auto !important;
}

.owl-carousel.owl-rtl {
  width: 90%;
  margin: 0 auto;
}

.snip1491 {
  position: relative;
  float: left;
  overflow: hidden;
  height: 240px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.snip1491 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  color: #fff;
}
.snip1491 img {
  vertical-align: top;
  height: 240px;
  backface-visibility: hidden;
}
.snip1491 figcaption {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 5px;
  background-color: #024562;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1491 figcaption .btn:hover {
  color: #fff;
}
.snip1491 p {
  font-size: 14px;
  margin-top: 12px;
  padding: 0 0 15px;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
}
.snip1491 .btn-read {
  background: #f96299 !important;
  margin: 10px !important;
  display: inline-block;
}
.snip1491 a {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.snip1491:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1491:hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.snip1491.hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1491.hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.owl-prev:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  content: "\e080";
  font-family: "Glyphicons Halflings";
  color: #fff;
}

.owl-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  content: "\e079";
  font-family: "Glyphicons Halflings";
}

[dir=rtl] .owl-prev:before {
  content: "\e079";
  font-family: "Glyphicons Halflings";
}
[dir=rtl] .owl-next:before {
  content: "\e080";
  font-family: "Glyphicons Halflings";
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 0 !important;
  border-radius: 0 !important;
  margin: 2px !important;
}
.owl-theme .owl-dots {
  display: none;
}

.link-actus-color a:hover {
  color: #004563;
}

.bd-top3 {
  padding-top: 25px;
}

.photo-sidebar-right img {
  border: 1px solid #ccc;
  margin: 0 auto 15px;
}

.owl-carousel.owl-part2.owl-rtl {
  width: 100% !important;
  margin: 0 auto;
}

div.pods-message.pods-message-error {
  color: #cf0000 !important;
  border: 1px solid;
  padding: 10px;
}

.tableau-tarifs-congres td {
  padding: 5px 0;
}
.tableau-tarifs-congres tr td:nth-child(2) {
  padding-right: 2rem;
  white-space: nowrap;
}
.tableau-tarifs-congres tr td:nth-child(3) {
  white-space: nowrap;
}

.form-rev23 {
  background-color: rgba(255, 255, 255, 0.9);
}

.frm_style_edv-rev23 .form-field.frm_section_heading {
  margin-bottom: 0 !important;
  border: 2px solid #e8e8e8 !important;
  padding: 2rem !important;
  border-radius: 1rem !important;
}
.frm_style_edv-rev23 .frm_section_heading h3 {
  border-top: none !important;
  border-bottom: 2px solid #e8e8e8 !important;
  padding: 0 0 1rem !important;
  margin-bottom: 1rem !important;
}
.frm_style_edv-rev23 .form-field.div-hr {
  margin-bottom: 20px !important;
}
.frm_style_edv-rev23 .form-field.div-hr hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 2px solid #e8e8e8;
}
.frm_style_edv-rev23 .form-field.total-final {
  border: 2px solid #f96299;
  border: 2px solid #f96299;
  border-radius: 1rem;
  border-radius: 1rem;
  padding: 2rem;
  padding: 2rem;
}
.frm_style_edv-rev23 .form-field.total-row {
  border-top: 2px solid #e8e8e8;
  border-radius: 0;
  padding-top: 2rem;
}
.frm_style_edv-rev23 .frm_prenom_nom .frm_combo_inputs_container .frm_form_subfield-first {
  grid-column: span 12/span 12 !important;
  margin-bottom: 10px !important;
}
.frm_style_edv-rev23 .frm_prenom_nom .frm_combo_inputs_container .frm_form_subfield-first:before {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  content: "Votre prénom *";
}
.frm_style_edv-rev23 .frm_prenom_nom .frm_combo_inputs_container .frm_form_subfield-last {
  grid-column: span 12/span 12 !important;
}
.frm_style_edv-rev23 .frm_prenom_nom .frm_combo_inputs_container .frm_form_subfield-last:before {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  content: "Votre nom *";
}

.with_frm_style .vertical_radio .frm_radio {
  position: relative;
}
.with_frm_style .frm-summary-page-wrapper {
  padding: 20px !important;
}

.frm_style_formidable-style.with_frm_style .form-field.star-red .frm_radio input {
  margin-right: 2rem;
}
.frm_style_formidable-style.with_frm_style .form-field.star-red .frm_radio:after {
  content: " * ";
  color: #FF0000;
  position: absolute;
  left: 25px;
  top: -1px;
  font-weight: bold;
  font-size: 20px;
}

.frm-line-table h3 {
  font-weight: bold !important;
}
.frm-line-table tr:last-of-type {
  border-bottom: none;
}

.frm-summary-page-wrapper .frm-line-table th {
  font-weight: 600 !important;
}

@media (max-width: 1200px) {
  .foot-news {
    padding-top: 20px;
  }
}
@media (max-width: 943px) {
  .txt-slide li {
    font-size: 14px;
  }
}
@media (max-width: 610px) {
  .txt-slide {
    bottom: 10px;
  }
  .txt-slide li {
    font-size: 10px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .lr-top {
    float: none;
    text-align: center;
    width: 100%;
  }

  lf-top {
    float: none;
    text-align: center;
    width: 100%;
  }

  .navbar-wrapper {
    padding-top: 0 !important;
  }

  .container-fluid {
    padding: 0 !important;
  }

  .navbar-toggle {
    margin-right: 0 !important;
  }

  .section-box-nine img {
    width: 100% !important;
  }

  .form-adhere label {
    padding-top: 0;
  }
  .form-adhere .form-group {
    margin-bottom: 0;
  }

  .form-sidebar input {
    margin-bottom: 15px;
  }
  .form-sidebar select {
    margin-bottom: 15px;
  }

  #footer .sociaux {
    text-align: center;
    padding-bottom: 15px;
  }

  .logo-footer {
    text-align: center;
    padding-bottom: 15px;
  }

  .esp-agenda .row {
    margin-left: 0 !important;
  }

  #publication .owl-edv .snip1491 img {
    width: 100% !important;
  }

  .pods-field {
    width: 100% !important;
  }

  .owl-part2 .owl-stage-outer {
    width: 100% !important;
  }

  .owl-carousel.owl-part2.owl-rtl {
    width: 90% !important;
  }

  .owl-carousel.owl-part2 .owl-item {
    margin-left: 10px !important;
  }

  .cl-actus {
    width: 100%;
    display: block;
  }

  .int-pub {
    max-height: 240px;
  }
}
@media (max-width: 480px) {
  .slogan {
    display: block !important;
    line-height: 18px !important;
  }

  header div {
    text-align: center !important;
    float: none;
  }

  .navbar-wrapper {
    padding: 0 !important;
  }

  h3 {
    line-height: 22px !important;
  }

  .fd-trnsp p {
    line-height: 14px !important;
    padding: 10px 0 !important;
    font-size: 12px !important;
  }

  div.owl-edv .owl-nav {
    text-align: center !important;
    margin: 0 auto !important;
  }

  #publication .owl-carousel .owl-item {
    margin-left: 10px !important;
  }
}
@media (max-width: 380px) {
  .logo img {
    width: 100%;
  }
}
@media screen and (min-width: 1022px) and (max-width: 1400px) {
  .section-box-nine figure p {
    padding-top: 0 !important;
    line-height: 16px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .date-agenda span.d-ti {
    font-size: 11px !important;
  }
}
.navbar {
  border: none;
  margin: 0;
}

.dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100000 !important;
  background: #046f9e;
  color: #fff;
}
.dropdown-menu > li > a {
  border-bottom: 3px solid transparent;
}
.dropdown-menu > li > a:focus {
  border-bottom: 3px solid #E1006A;
}
.dropdown-menu > li > a:hover {
  border-bottom: 3px solid #E1006A;
}

.nav > li {
  border-bottom: 3px solid transparent;
}
.nav > li > a {
  color: #141D20;
  border-bottom: 3px solid transparent;
  background-color: white;
}
@media (max-width: 610px) {
  .nav > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}
.nav > li > a:focus, .nav > li > a:hover {
  color: #E1006A;
  background-color: white;
  border-bottom: 3px solid #E1006A;
}
.nav .open > a {
  background-color: white !important;
  border-bottom: 3px solid #E1006A !important;
}
.nav .open > a:focus, .nav .open > a:hover {
  border-bottom: 3px solid #E1006A !important;
}

.navbar-toggle {
  z-index: 1000;
}
.navbar-toggle::before {
  font-family: "FontAwesome";
  content: "\f0c9";
  color: #004070;
  font-weight: 100;
  font-size: 2.5rem;
}
.navbar-toggle[aria-expanded=true]::before {
  content: "\f00d";
  position: fixed;
  top: 1rem;
  right: 2rem;
}

.navbar-nav > li > .dropdown-menu > li > ul.dropdown-menu {
  position: static !important;
}
.navbar-nav > li > .dropdown-menu > li > ul.dropdown-menu > li > ul {
  position: relative !important;
}

@media (max-width: 767px) {
  .navbar .in .dropdown-menu > li > a {
    white-space: break-spaces;
    width: 100%;
  }
  .navbar .in .navbar-collapse {
    display: flex !important;
  }

  .dropdown-menu {
    padding: 0;
  }

  .navbar-brand {
    display: table;
  }

  .nav > li > a {
    text-align: left;
  }

  .navbar-collapse {
    position: fixed;
    transition: none;
    display: none;
    overflow: scroll;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 9rem;
    right: 0;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .navbar-collapse.in {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }
}
@media (max-width: 1200px) {
  .navbar-collapse {
    top: 0;
    padding-top: 4rem !important;
  }
}
.header .preheader {
  background-color: #F1F4F6;
  color: #6D727A;
}
.header .preheader__menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  vertical-align: middle;
}
@media (max-width: 610px) {
  .header .preheader__menu {
    display: none;
  }
  .header .preheader__menu__right {
    display: flex;
  }
}
.header .preheader__menu__right {
  justify-content: flex-end;
}
.header .preheader__links {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.header .preheader__link, .header .preheader__links a {
  color: rgba(87, 87, 86, 0.47) !important;
  padding: 1rem;
  transition: 0.1s;
  position: relative;
}
.header .preheader__link:hover, .header .preheader__links a:hover {
  background-color: #004070;
  text-decoration: none;
  color: white !important;
}
.header .preheader__before {
  padding: 1rem;
  margin: 0;
}
.header .preheader .row {
  height: 100%;
}
.header__logo {
  padding: 0.1rem;
}
.header__logo__img {
  max-width: 13rem;
  margin: auto;
  padding: 1rem;
}
.header__menu__nav {
  font-size: 1.4rem;
}
.header__menu .dropdown:hover .header__submenu {
  display: flex !important;
  top: 9.5rem;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}
@media (max-width: 767px) {
  .header__menu .dropdown:hover .header__submenu {
    top: 0;
  }
}
.header__submenu {
  transition: none;
  padding: 0 10vw;
  display: none;
  border-top: 3px solid #F0F5F5;
  background-color: white;
  width: 100vw;
  position: fixed;
  left: 0;
  max-height: 36vh;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  .header__submenu {
    max-height: none;
    position: relative;
    padding: 0;
    background-color: #F0F5F5 !important;
    margin-top: 0;
  }
}
.header__submenu__link {
  font-size: 1.4rem;
  transition: 0.1s;
  padding: 1.5rem !important;
  border: none !important;
}
.header__submenu__link:hover, .header__submenu__link:focus {
  background-color: white !important;
  border: none !important;
  color: #E1006A !important;
}
.header__submenu__link::after {
  content: ">";
  font-size: 1.5em;
  padding: 0 1rem;
  float: right;
  font-family: "Poppins", Sans-serif;
}
.header__submenu__link__wrapper {
  max-width: 80rem;
}
@media (max-width: 610px) {
  .header__searchbar {
    display: none;
  }
}
.header__searchbar__form {
  margin: 15px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}
.header__searchbar__form:hover, .header__searchbar__form:focus {
  border-bottom: 3px solid #E1006A;
}
.header__searchbar__searchfield {
  width: 70%;
  border: none;
}
.header__searchbar__searchfield:hover, .header__searchbar__searchfield:focus {
  border: none;
}
.header__searchbar__search-icon {
  width: 25%;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  border: none;
  background-color: transparent;
  transition: 0.3s;
}
.header__searchbar__search-icon:hover {
  color: #E1006A;
}
.header__searchbar__search-icon:hover .header__searchfield__searchfield {
  display: block;
}
.header__adh-research {
  height: 33rem;
  padding: 1rem 6rem;
  background-color: #004070;
}
@media (max-width: 610px) {
  .header__adh-research {
    display: none;
  }
}
.header__adh-research__heading {
  padding: 1rem 0px;
}
.header__adh-research__heading__title {
  color: white;
  padding: 2rem 0px;
  font-size: 2.3rem;
  font-weight: bold;
}
.header__adh-research__heading__desc {
  font-size: 1.4rem;
}
.header__adh-research__form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.header__adh-research__form__field {
  padding: 1.5rem;
  height: auto;
  width: 100%;
}

.footer {
  background-color: white;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .footer__company {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__social {
  margin: 0.5rem;
  background-color: #004070;
  padding: 0.7rem;
  display: inline-block;
  width: 3rem;
  color: white;
  text-align: center;
  font-size: 1.3rem;
  height: 3rem;
  border-radius: 50%;
}
.footer__address {
  font-size: 1.2rem;
}
.footer__menus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .footer__menus {
    margin: 2rem 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__menu {
  width: 50%;
}
@media (max-width: 767px) {
  .footer__menu {
    width: 100%;
  }
}
.footer__menu li {
  width: 100%;
  padding: 0.2rem 0;
}
.footer__menu--main {
  font-size: 1.5rem;
}
.footer__menu--main > .footer__links a {
  color: black;
}
.footer__links {
  padding: 0;
}
.footer__links a {
  color: rgba(87, 87, 86, 0.47);
}
.footer__subscription {
  background-color: #F0F5F5;
  padding: 2rem;
  border-radius: 1rem;
}
.footer__subscription__caption {
  margin: 0 1rem;
  float: right;
  display: inline-block;
  font-size: 1rem;
  border-bottom: solid 2px;
}
.footer__subscription__title {
  font-size: 1.5rem;
}
.footer__subscription__form {
  background-color: white;
  padding: 1rem;
  position: relative;
  margin: 1rem 0;
}
.footer__subscription__form__field, .footer__subscription__form__field:hover, .footer__subscription__form__field:active, .footer__subscription__form__field:focus {
  border: none !important;
}
.footer__subscription__form__field::placeholder {
  color: #004070;
}
.footer__subscription__form__submit {
  float: right;
  background-color: #004070;
  color: white;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 100%;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin: -0.5rem 0 1rem;
}
.footer__subscription__mentions {
  font-size: 1rem;
}
.footer__sub {
  background-color: #F0F5F5;
  color: rgba(87, 87, 86, 0.47);
  padding: 2rem;
}
.footer__sub__link {
  color: rgba(87, 87, 86, 0.47);
  padding: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer__sub__link a {
  color: rgba(87, 87, 86, 0.47);
  font-size: 1.2rem;
}

.component {
  font-family: "Poppins", sans-serif;
}
.component--grey {
  background-color: #F0F5F5;
}
.component__suptitle {
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #E1006A;
  padding: 1rem 0;
}
.component__title {
  padding: 0 0 2rem 0;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 610px) {
  .component__title {
    font-size: 3rem;
    text-align: center;
  }
}
.component__cta {
  font-weight: bold;
  padding: 2rem;
  display: inline-block;
}
.component__cta::before {
  font-family: "FontAwesome";
  content: "\f105";
  padding-right: 0.5rem;
}
.component__cta, .component__cta__icon {
  color: #E1006A;
}
.component__cta:hover, .component__cta:hover .component__cta__icon {
  color: #B00062;
}
.component__cta__icon {
  padding-right: 1rem;
}
.component__button {
  display: inline-block;
  color: black;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border: rgba(87, 87, 86, 0.47) solid 2px;
  border-radius: 1rem;
  margin: 1rem;
}
.component__button:hover {
  text-decoration: none;
  border: black solid 2px;
}
.component__button--secondary {
  border-color: black;
  background-color: black;
  color: white;
}
.component__button--secondary:hover {
  background-color: #E1006A;
  border-color: #E1006A;
  color: white;
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cards--teams.cards .card {
  box-shadow: 0 0 4rem #F0F5F5;
  max-width: 23%;
}
.cards--teams.cards .card__thumbnail {
  height: 20rem;
}

.card {
  position: relative;
  max-width: 30%;
  overflow: hidden;
  border-radius: 1rem;
  margin: 1rem;
  box-shadow: rgba(87, 87, 86, 0.1) 0 0 3rem 0;
}
.card:hover {
  box-shadow: rgba(87, 87, 86, 0.2) 0 0 3rem 0;
}
.card--white {
  background-color: white;
}
@media (max-width: 610px) {
  .card {
    margin: 1rem auto;
    width: 100% !important;
    max-width: 100%;
  }
}
.card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.card__thumbnail {
  transition: 0.2ms;
  overflow: hidden;
  height: 18rem;
}
.card__thumbnail__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card__thumbnail__img:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card__content {
  padding: 3rem 1rem;
}
.card__content__categories {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  font-weight: bold;
  color: #E1006A;
  justify-content: flex-start;
}
.card__content__category p {
  font-size: 0.9em;
}
.card__content__suptitle {
  font-size: 0.9em;
  color: rgba(87, 87, 86, 0.47);
  padding-bottom: 1rem;
}
.card__content__title {
  font-size: 1.6rem;
  padding: 1rem 0;
}
.card__content__more {
  padding-top: 2rem;
}
.card__content__more a {
  text-decoration: underline;
  color: rgba(87, 87, 86, 0.47);
  font-size: 0.9em;
}

.hero {
  background-size: cover;
  color: white;
}
.hero__heading {
  display: flex;
  min-height: 55vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 610px) {
  .hero__heading {
    min-height: 40vh;
  }
}
.hero__title {
  padding: 2rem 0;
  font-weight: bold;
  text-align: center;
  font-size: 6rem;
}
@media (max-width: 610px) {
  .hero__title {
    font-size: 2.5rem;
  }
}
.hero__text {
  font-size: 1.4rem;
  padding: 1rem 18rem;
}
@media (max-width: 610px) {
  .hero__text {
    text-align: center;
    padding: 1rem;
  }
}
.hero__cta {
  padding: 2rem;
  display: inline-block;
  float: right;
  position: relative;
  background-color: #85C8EB;
  color: white;
  margin-top: -6rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  transition: 0.2s;
  animation: ease-in-out;
}
.hero__cta:hover {
  background-color: #004070;
}
.hero__cta__icon {
  padding: 0 1rem;
  color: white;
}
.hero__cta:hover, .hero__cta:hover .hero__cta__icon {
  color: white;
}
@media (max-width: 610px) {
  .hero__cta {
    float: none;
    padding: 1rem;
    font-size: 1rem;
    margin-top: 0;
    width: 100%;
  }
}
.hero .page__breadcrumb {
  margin-top: -4rem;
}
.hero__reassurance {
  display: flex;
  padding: 5rem 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 610px) {
  .hero__reassurance {
    flex-direction: column;
  }
}
.hero__reassurance__block {
  display: inline-flex;
  width: 22rem;
  padding: 1rem;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
}
.hero__reassurance__block__icon {
  font-size: 3rem;
  padding: 0 1rem;
}
.hero__home .hero__heading {
  min-height: 66vh;
  align-items: flex-start;
}
.hero__home .hero__title {
  text-align: left;
  width: 60%;
}
@media (max-width: 610px) {
  .hero__home .hero__title {
    text-align: center;
    width: 100%;
  }
}
.hero__home .hero__text {
  padding: 1rem;
  font-size: 1.6rem;
  width: 60%;
}
@media (max-width: 610px) {
  .hero__home .hero__text {
    width: 100%;
  }
}
.hero__home .hero__cta {
  background-color: #E1006A;
}
.hero__home .hero__cta:hover {
  background-color: #B00062;
}

.presentation {
  padding: 4rem 0;
}
.presentation__suptitle {
  text-align: center;
}
.presentation__title {
  text-align: center;
  max-width: 85%;
  margin: auto;
}
.presentation__blocks {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 610px) {
  .presentation__blocks {
    flex-direction: column;
  }
}
.presentation__block {
  padding: 3rem;
  border-radius: 1rem;
  background-color: white;
  margin: 2rem;
}
.presentation__block li {
  list-style-type: disc !important;
}
@media (max-width: 610px) {
  .presentation__block {
    width: 100%;
    padding: 2rem;
    margin: 1rem;
  }
}

.txt_img__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: space-evenly;
}
.txt_img__blocks--inverted {
  flex-direction: row-reverse;
}
.txt_img__block {
  padding: 5rem;
  width: 50%;
}
@media (max-width: 610px) {
  .txt_img__block {
    width: 100%;
    padding: 1rem;
  }
}
.txt_img__img__img {
  border-radius: 1rem;
}

.key-facts {
  padding: 4rem 0;
}
.key-facts__suptitle {
  text-align: center;
}
.key-facts__blocks {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: wrap;
}
@media (max-width: 610px) {
  .key-facts__blocks {
    flex-direction: column;
  }
}
.key-facts__block {
  text-align: center;
  padding: 3rem;
  width: 20rem;
  display: flex;
  margin: 2rem;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.key-facts__block__number {
  font-weight: bold;
  font-size: 4rem;
}
.key-facts__block__desc {
  font-size: 1.5rem;
}
@media (max-width: 610px) {
  .key-facts__block {
    width: 100%;
    padding: 2rem;
    margin: 1rem;
  }
}

.advantages__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-around;
  align-items: flex-end;
}
.advantages__block {
  width: 24rem;
  background-color: white;
  margin: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  height: 18rem;
  box-shadow: rgba(87, 87, 86, 0.1) 0 0 3rem 0;
  display: inline-flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}
.advantages__block:hover {
  box-shadow: rgba(87, 87, 86, 0.2) 0 0 3rem 0;
}
.advantages__block:hover .advantages__arrow {
  background-color: #85C8EB;
}
.advantages__block:hover .advantages__arrow__icon {
  transform: rotate(-45deg);
}
.advantages__block:hover .advantages__text {
  display: inline;
}
.advantages__block:after {
  content: "";
  padding-right: 0.5rem;
  position: absolute;
  z-index: -1;
  top: -2rem;
  right: -2rem;
  margin: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  color: white;
}
.advantages__block:nth-child(4n+1)::after {
  background-color: #85C8EB;
}
.advantages__block:nth-child(4n+1):hover .advantages__arrow {
  background-color: #85C8EB;
}
.advantages__block:nth-child(4n+2)::after {
  background-color: #E1006A;
}
.advantages__block:nth-child(4n+2):hover .advantages__arrow {
  background-color: #E1006A;
}
.advantages__block:nth-child(4n+3)::after {
  background-color: #004070;
}
.advantages__block:nth-child(4n+3):hover .advantages__arrow {
  background-color: #004070;
}
.advantages__block:nth-child(4n+0)::after {
  background-color: #B00062;
}
.advantages__block:nth-child(4n+0):hover .advantages__arrow {
  background-color: #B00062;
}
.advantages__block__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.advantages__arrow {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  background-color: black;
}
.advantages__arrow__icon {
  transition: 0.3s;
}
.advantages__title {
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.6rem;
}
.advantages__text {
  display: none;
  padding: 1rem 0;
  transition: 0.3s;
}

.slider--inverted .slider__slide {
  flex-direction: row-reverse;
}
.slider--inverted .slider__controls {
  left: 50%;
}
.slider__content .item {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.slider__content .active.item {
  opacity: 1;
}
.slider__slide {
  display: flex;
  min-height: 40rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.slider__slide__block {
  width: 50%;
  min-height: 50rem;
  overflow: hidden;
}
.slider__slide__block--img {
  height: 67rem;
}
.slider__slide__block--img img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.slider__slide__block--desc {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.slider__slide__suptitle {
  color: #004070;
  width: 100%;
}
.slider__slide__count {
  float: right;
  padding-right: 2rem;
}
.slider__slide__text {
  padding: 2rem 0;
}
.slider__slide__caption {
  font-size: 1.2rem;
}
.slider__slide__caption__name {
  font-weight: bold;
  font-size: 1.2em;
}
.slider__slide__caption__info {
  border-bottom: 1px solid;
}
.slider__controls {
  position: absolute;
  bottom: 0;
  left: 38%;
}
.slider__control {
  z-index: 2;
  position: relative;
  width: 7rem;
  padding: 2rem;
  display: block;
  float: left;
  background-color: white;
  opacity: 0.7;
}
.slider__control:hover {
  opacity: 1;
}
.slider__control .fa {
  color: black;
  text-shadow: none;
}

@media (max-width: 610px) {
  .slider__slide {
    flex-direction: column !important;
  }
  .slider__slide__block {
    width: 100%;
    min-height: auto;
  }
  .slider__slide__block--img {
    height: auto;
    max-width: 100%;
  }
  .slider__controls {
    position: relative;
    bottom: 0;
    left: 30%;
    margin: auto;
    width: 100%;
  }
}
.page {
  font-family: "Poppins", sans-serif;
}
.page__hero {
  filter: brightness(0.9);
}
.page__title {
  margin-top: -28rem;
  position: absolute;
  text-align: center;
  color: white;
  width: 100%;
  font-weight: bold;
}
.page__breadcrumb {
  position: absolute;
  margin-top: -9rem;
  color: white;
}
@media (max-width: 610px) {
  .page__breadcrumb {
    display: none;
  }
}
.page__breadcrumb__link, .page__breadcrumb a {
  color: white;
  font-weight: normal;
}
.page__comments {
  padding: 2rem;
  background-color: #F0F5F5;
}
.page__comments__comment_form {
  color: #E1006A;
  font-weight: bold;
}
.page__comments__comment_form a {
  color: #E1006A;
  text-decoration: underline;
}
.page__content__meta {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0 0 2rem;
}

.page__archive__filters {
  -webkit-box-shadow: 0px 10px 13px -7px #F0F5F5, 5px 5px 15px 5px transparent;
  box-shadow: 0px 10px 13px -7px #F0F5F5, 5px 5px 15px 5px transparent;
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 610px) {
  .page__archive__filters {
    display: none;
  }
}
.page__archive__filters__filter {
  padding: 0 1rem;
  color: black;
}
.page__archive__filters__filter:first-child a {
  color: #E1006A;
}
.page__archive__filters__filter a {
  color: black;
}
.page__archive__filters__filter a:hover {
  color: #E1006A;
}
.page__archive__pagination {
  text-align: center;
  font-weight: bold;
}
.page__archive__pagination .wp-paginate .title {
  display: none;
}
.page__archive__pagination .wp-paginate a, .page__archive__pagination .wp-paginate .current {
  color: black;
  background: none;
  border: none;
}
.page__archive__pagination .wp-paginate a:hover, .page__archive__pagination .wp-paginate .current:hover {
  color: #E1006A;
  background: none;
  border: none;
}
.page__archive__pagination .wp-paginate .current {
  color: #E1006A;
}

/*# sourceMappingURL=style.css.map */
