@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p {
  padding: 0px;
  margin: 0px;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

button, input, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, ul, li {
  margin: 0;
  padding: 0;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "sailecBold";
  src: url("../fonts/sailec/sailec-Bold.woff2") format("woff2"), url("../fonts/sailec/sailec-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sailecRegular";
  src: url("../fonts/sailec/sailec-Regular.woff2") format("woff2"), url("../fonts/sailec/sailec-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sailecSemibold";
  src: url("../fonts/sailec/sailec-Medium.woff2") format("woff2"), url("../fonts/sailec/sailec-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "sailecLight";
  src: url("../fonts/sailec/sailec-Light.woff2") format("woff2"), url("../fonts/sailec/sailec-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
.btn-blue {
  text-align: center;
  transition: all 0.25s;
  color: #fff;
  padding: 23px 29px;
  border-radius: 50px;
  font: 19px/23px "sailecRegular";
  background-color: #001A4A;
}
.btn-blue:hover {
  color: #001A4A;
  background: #fff;
}

.btn-white {
  text-align: center;
  transition: all 0.25s;
  color: #001A4A;
  padding: 23px 29px;
  border-radius: 50px;
  font: 19px/23px "sailecRegular";
  background-color: #fff;
  transition: all 0.3s ease;
}
.btn-white:hover {
  color: #fff;
  background: #001A4A;
}
.btn-white--small {
  color: #0078BF;
  font: 15px/17px "sailecRegular";
  padding: 17px 23px 14px 23px;
}

.btn-yellow {
  text-align: center;
  transition: all 0.25s;
  color: #001A4A;
  border: 0;
  padding: 20px 20px;
  border-radius: 50px;
  font: 19px/23px "sailecBold";
  background: linear-gradient(90deg, #FADC38, #FAC500);
  transition: all 0.3s ease;
}
.btn-yellow:hover {
  background: #fff;
}

.btn-blue-outline {
  text-align: center;
  transition: all 0.25s;
  color: #0078BF;
  border: 2px solid #0078BF;
  padding: 16px 23px 14px 23px;
  border-radius: 50px;
  font: 20px/24px "sailecBold";
}
.btn-blue-outline:hover {
  border: 2px solid #FFCD49;
  color: #001A4A;
  background-color: #FFCD49;
}
.btn-blue-outline--small {
  border: 3px solid #0078BF;
  padding: 10px 15px;
  font: 12px/14px "sailecBold";
}
.btn-blue-outline--small:hover {
  border: 3px solid #FFCD49;
}

.btn-round {
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-container {
  min-width: 110px;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  border-radius: 0px;
  height: 50px;
  background: #fff;
  border: 0;
  border-radius: 40px !important;
  height: auto;
  cursor: pointer;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #030C14;
  font: 20px/24px "sailecRegular";
  padding: 18px 30px 16px 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #030C14;
  font: 20px/24px "sailecRegular";
}
.select2-container .select2-selection__arrow {
  width: 18px !important;
  height: 100% !important;
  top: 13px !important;
  right: 30px !important;
}
.select2-container .select2-selection__arrow b {
  display: block;
  width: 22px !important;
  height: 100% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  top: -13px !important;
  border: 0 !important;
  border-color: inherit !important;
  border-width: 0 !important;
  background: url("../icons/icn-selectdropdown.svg") no-repeat center;
}

.select2-dropdown.select2-dropdown--below {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-top: 8px;
  overflow: hidden;
}

.select2-dropdown.select2-dropdown--above {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-top: -8px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #0078BF;
  border-radius: 50px;
  outline: none;
  padding: 7px 14px;
}

.select2-search--dropdown {
  padding: 10px;
}

.select2-dropdown .select2-results__option, .select2-container--default .select2-results__option {
  font: 16px/15px "sailecRegular";
  color: #0078BF;
  background: white;
  transition: all 0.3s ease;
  padding: 15px 15px;
}
.select2-dropdown .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background: #FFCD49;
  font-weight: "sailecBold";
}
.select2-dropdown .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(0, 120, 191, 0.1);
  color: #0078BF;
  font: 16px/15px "sailecRegular";
}
.select2-dropdown .select2-selection--single .select2-selection__clear, .select2-container--default .select2-selection--single .select2-selection__clear {
  top: 2px;
  right: 21px;
}

form .row {
  border: 0;
  margin: 0 0 30px 0;
  padding: 0;
  display: flex;
}
form .row p {
  width: 50%;
  margin-right: 3%;
}
form .row p:last-child {
  margin-right: 0;
}
form .fullWidth p {
  width: 100%;
}
form label {
  font: 15px/18px "sailecRegular";
  color: #8E8E8E;
}
form input[type=text], form input[type=number], form input[type=email], form input[type=password], form textarea, form select {
  margin-top: 8px;
  background-color: #fff;
  border-radius: 0px 50px 50px 50px;
  border: 1px solid #B1B1B1;
  outline: none;
  font: 18px/18px "sailecRegular";
  color: #0078BF;
  padding: 15px 25px;
  width: 100%;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.07);
}
form input[type=text]::placeholder, form input[type=number]::placeholder, form input[type=email]::placeholder, form input[type=password]::placeholder, form textarea::placeholder, form select::placeholder {
  color: #030C14;
}
form input[type=radio] {
  background-color: #FFCD49;
}
form textarea {
  resize: none;
  min-height: 150px;
}
form button {
  margin-top: 35px;
}
form button:after {
  content: "";
  display: table;
  clear: both;
}
form .formSuccess {
  background-color: #39FF41;
  color: #030C14;
  font: 18px/22px "sailecRegular";
  padding: 15px 25px;
  text-align: center;
  border-radius: 0 10px 10px 10px;
  margin-top: 35px;
  display: none;
}
form .formError {
  font: 18px/22px "sailecRegular";
  padding: 15px 25px;
  text-align: center;
  border-radius: 0 10px 10px 10px;
  background-color: #FF3939;
  margin-top: 35px;
  color: #fff;
  display: none;
}
form span.status.error {
  color: #FF3939;
  padding-top: 15px;
  display: block;
  font: 14px/14px "sailecRegular";
}
form .error label {
  color: #FF3939;
}
form .error input, form .error textarea {
  border: 2px solid #FF3939;
}
form .button {
  display: flex;
  justify-content: flex-end;
}

input[type=number] {
  margin-top: 8px;
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  border: 1px solid #B1B1B1;
  outline: none;
  font: 18px/18px "sailecRegular";
  color: #0078BF;
  padding: 10px 20px;
  width: 100%;
  box-shadow: 2px 3px 4px 1px rgba(0, 0, 0, 0.07);
}

@media all and (max-width: 768px) {
  form .row {
    display: block;
  }
  form .row p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  form .row p:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  form .button {
    display: flex;
    justify-content: flex-end;
  }
}
.payment-fields {
  padding: 0 10px 0 0;
}
.payment-fields .row {
  display: inline-block;
  width: 100%;
}
.payment-fields label {
  font: 16px "sailecRegular";
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
.payment-fields .fieldCard {
  width: 100%;
  margin-bottom: 30px;
}
.payment-fields .fieldExpiry, .payment-fields .fieldCVC {
  width: 50%;
  float: left;
}
.payment-fields .fieldExpiry {
  padding: 0 10px 0 0;
}
.payment-fields .fieldCVC {
  padding: 0 0 0 10px;
}
.payment-fields #card-number, .payment-fields #card-expiry, .payment-fields #card-cvc {
  width: 100%;
  font: 21px "sailecRegular";
  color: #030C14;
  display: block;
  padding: 23px 30px;
  border: 2px solid #F4F4F4;
  border-radius: 5px;
  background: #fff;
}
.payment-fields #card-number.invalid, .payment-fields #card-expiry.invalid, .payment-fields #card-cvc.invalid {
  border-color: #FF3939;
}

p.radioField {
  position: relative;
  display: inline-block;
  width: 100%;
}
p.radioField input[type=radio], p.radioField input[type=checkbox] {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  /*&:hover + label:after {
    opacity: 1;
  }*/
}
p.radioField input[type=radio] + label:after, p.radioField input[type=checkbox] + label:after {
  content: url(../icons/checkbox.svg);
  margin-right: 10px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 11px;
  transition: all 0.3s ease;
  border-radius: 50px;
  top: -3px;
  position: absolute;
  left: 5px;
  opacity: 0;
}
p.radioField input[type=radio] + label, p.radioField input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #030C14;
  left: 0;
  font: 15px/15px "sailecRegular";
}
p.radioField input[type=radio] + label:before, p.radioField input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 19px;
  background: white;
  border: 2px solid #030C14;
  transition: all 0.3s ease;
  border-radius: 50px;
  top: -5px;
  position: relative;
}
p.radioField input[type=radio]:hover + label:before, p.radioField input[type=checkbox]:hover + label:before {
  border: 2px solid #FFCD49;
}
p.radioField input[type=radio]:checked + label:after, p.radioField input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* –– GENERAL –– */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.full-height {
  height: 100%;
}
html.full-height body {
  height: 100%;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.-modal-opened {
  overflow: hidden;
}

html.mobile body.-modal-opened {
  overflow: hidden;
  position: fixed;
  overflow-y: hidden;
}

.modal-open {
  overflow-y: hidden;
}

a {
  outline: none;
}

a[target=_blank] {
  position: relative;
  padding-right: 20px;
}
a[target=_blank]:after {
  content: url("../icons/blank-icn.svg");
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 2px;
  top: -6px;
}

.no-scroll {
  overflow: hidden;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.wrap {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.wrap-full {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 1825px;
  margin-right: 0 !important;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #fff;
}
#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 68px;
}

#popup-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.95);
  display: none;
}
#popup-video .container {
  position: absolute;
  width: 80%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#popup-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#popup-video .btn-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
#popup-video .btn-close img, #popup-video .btn-close svg {
  width: 20px;
  height: 20px;
}
#popup-video .btn-close img path, #popup-video .btn-close svg path {
  fill: white;
  transition: all 0.3s ease;
}
#popup-video .btn-close:hover svg path {
  fill: #E50019;
}

a {
  outline: none;
}

.editor-text p {
  font: 21px/32px "sailecRegular";
}
.editor-text ul, .editor-text ol {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.editor-text ul li, .editor-text ol li {
  list-style-position: inside;
  font: 21px/32px "sailecRegular";
}
.editor-text ul {
  margin: 16px 0;
  list-style-image: url(../icons/icn-list-style-type-dot.svg);
}
.editor-text ol {
  margin-left: 2em;
}
.editor-text ol li {
  counter-increment: count-me;
}
.editor-text ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #0078BF;
  font-weight: bold;
}

.pagination {
  text-align: center;
}
.pagination .inner-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .inner-pagination .page-nb {
  display: inline-block;
  position: relative;
}
.pagination .inner-pagination .page-nb img {
  display: block;
  position: relative;
}
.pagination .inner-pagination .page-nb span {
  display: inline-block;
  color: #001A4A;
  font: 25px/25px "sailecBold";
}
.pagination .inner-pagination .page-nb__current {
  position: absolute;
  top: -4px;
  left: 0;
}
.pagination .inner-pagination .page-nb__total {
  position: absolute;
  bottom: -9px;
  right: 0;
}
.pagination .inner-pagination .btn__next {
  margin-left: 20px;
  display: inline-block;
}
.pagination .inner-pagination .btn__next .btn-next {
  outline: none;
  display: flex;
  align-items: center;
  color: #001A4A;
  font: 20px/24px "sailecBold";
  transition: all 0.3s ease;
}
.pagination .inner-pagination .btn__next .btn-next svg {
  width: 34px;
  margin-left: 10px;
}
.pagination .inner-pagination .btn__next .btn-next:hover svg path {
  fill: #FFCD49;
}
.pagination .inner-pagination .btn__prev {
  margin-right: 20px;
  display: inline-block;
}
.pagination .inner-pagination .btn__prev .btn-prev {
  outline: none;
  display: flex;
  align-items: center;
  color: #001A4A;
  font: 20px/24px "sailecBold";
  transition: all 0.3s ease;
}
.pagination .inner-pagination .btn__prev .btn-prev svg {
  width: 34px;
  margin-right: 10px;
}
.pagination .inner-pagination .btn__prev .btn-prev:hover svg path {
  fill: #FFCD49;
}

::selection {
  background: #FFCD49;
  color: white;
}

::-moz-selection {
  background: #E50019;
  color: white;
}

a {
  text-decoration: none;
}

p {
  font: 16px/16px "sailecRegular";
  color: #030C14;
}

.red {
  color: #FF3939;
}

.accordion {
  display: block;
}
.accordion__title {
  color: #0078BF;
  padding-bottom: 40px;
  font: 30px/36px "sailecBold";
}
.accordion > ul {
  list-style: none;
}
.accordion > ul > li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.accordion > ul > li:nth-last-child(0) {
  margin-bottom: 0;
}
.accordion > ul > li .content {
  display: none;
  margin: 0 0 4rem 0;
}
.accordion > ul > li .content .item .text {
  font: 20px/24px "sailecLight";
}
.accordion > ul > li > a {
  position: relative;
  display: block;
  background: #0078BF;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font: 18px/23px "sailecBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.accordion > ul > li > a:not(:last-child) {
  margin-bottom: 1rem;
}
.accordion > ul > li > a:hover {
  background: #001A4A;
}
.accordion > ul > li > a span {
  position: absolute;
  top: 25%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.accordion > ul > li > a span img, .accordion > ul > li > a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 25px;
}
.accordion > ul > li > a span img path, .accordion > ul > li > a span svg path {
  fill: #fff;
}
.accordion > ul > li > a:hover {
  color: #fff;
}
.accordion > ul > li > a.active span {
  transform: rotate(90deg);
}
.accordion > ul > li > a.active span img, .accordion > ul > li > a.active span svg {
  left: 45%;
}

#content-builder {
  position: relative;
  overflow: hidden;
}
#content-builder .title {
  display: block;
  font: 23px/29px "sailecBold";
  color: #0078BF;
  margin-bottom: 54px;
}
#content-builder .subtitle {
  display: block;
  font: 21px/27px "sailecBold";
  color: #0078BF;
  margin-bottom: 27px;
}
#content-builder .tableau {
  margin: 0 0 50px 0;
  overflow-x: auto;
}
#content-builder .tableau table {
  min-width: 600px;
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
}
#content-builder .tableau table thead tr {
  background: #030C14 !important;
}
#content-builder .tableau table thead tr th {
  color: #fff;
  text-transform: uppercase;
}
#content-builder .tableau table tr {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: white;
  color: white;
}
#content-builder .tableau table td, #content-builder .tableau table th {
  padding: 15px 20px 13px 20px;
  font: 100 15px/20px "avertaExtraBold";
  margin-bottom: 30px;
  color: "sailecRegular";
  border-bottom: 1px solid #dedede;
  color: #030C14;
}
#content-builder .tableau table td a, #content-builder .tableau table th a {
  color: #030C14;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#content-builder .tableau table td a:hover, #content-builder .tableau table th a:hover {
  color: #030C14;
}
#content-builder .textBasPage p {
  line-height: 30px;
  margin-bottom: 30px;
  font: 15px/28px "sailecRegular";
}
#content-builder .textBasPage p a {
  color: #030C14;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#content-builder .textBasPage p a:hover {
  color: #030C14;
}
#content-builder .text {
  display: block;
  margin-bottom: 50px;
}
#content-builder .text img {
  max-width: 100%;
}
#content-builder .text h1, #content-builder .text h2, #content-builder .text h3, #content-builder .text h4, #content-builder .text h5, #content-builder .text h6 {
  color: #0078BF;
  padding-bottom: 20px;
}
#content-builder .text h1 {
  font: 33px/39px "sailecBold";
}
#content-builder .text h2 {
  font: 30px/36px "sailecBold";
}
#content-builder .text h3 {
  font: 27px/33px "sailecBold";
}
#content-builder .text h4 {
  font: 24px/30px "sailecBold";
}
#content-builder .text h5 {
  font: 21px/27px "sailecBold";
}
#content-builder .text h6 {
  font: 18px/24px "sailecBold";
}
#content-builder .text a {
  color: #030C14;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#content-builder .text a:hover {
  color: #0078BF;
}
#content-builder .text p {
  font: 21px/32px "sailecRegular";
  margin-bottom: 30px;
}
#content-builder .text p:last-child {
  margin-bottom: 0;
}
#content-builder .text ul, #content-builder .text ol {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin: 0 0 30px 0;
}
#content-builder .text ul li, #content-builder .text ol li {
  list-style-position: inside;
  font: 21px/32px "sailecRegular";
}
#content-builder .text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
#content-builder .text ul li:last-child {
  margin-bottom: 0;
}
#content-builder .text ul li:before {
  content: url(../icons/icn-list-style-type-dot.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
#content-builder .text ol {
  margin-left: 2em;
}
#content-builder .text ol li {
  counter-increment: count-me;
}
#content-builder .text ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #0078BF;
  font-weight: bold;
}
#content-builder .text-two-cols {
  display: flex;
  margin-bottom: 50px;
}
#content-builder .text-two-cols > div {
  width: 48%;
  margin-right: 4%;
}
#content-builder .text-two-cols > div p {
  line-height: 30px;
  font: 21px/32px "sailecRegular";
  margin-bottom: 30px;
}
#content-builder .text-two-cols > div p a {
  color: #030C14;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#content-builder .text-two-cols > div p a:hover {
  color: #030C14;
}
#content-builder .text-two-cols > div:last-child {
  margin-right: 0;
}
#content-builder .text-two-cols > div ul, #content-builder .text-two-cols > div ol {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
#content-builder .text-two-cols > div ul li, #content-builder .text-two-cols > div ol li {
  list-style-position: inside;
  font: 21px/32px "sailecRegular";
}
#content-builder .text-two-cols > div ul {
  margin: 16px 0;
  list-style-image: url(../icons/icn-list-style-type-dot.svg);
}
#content-builder .text-two-cols > div ol {
  margin-left: 2em;
}
#content-builder .text-two-cols > div ol li {
  counter-increment: count-me;
}
#content-builder .text-two-cols > div ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #0078BF;
  font-weight: bold;
}
#content-builder .buttons {
  display: block;
  margin-bottom: 50px;
}
#content-builder .buttons .btn-blue-outline {
  font: 14px/16px "sailecBold";
  outline: none;
}
#content-builder .buttons .btn-document {
  font: 14px/16px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
  outline: none;
}
#content-builder .buttons .btn-document:hover {
  color: #FFCD49;
}
#content-builder .divider {
  display: block;
  width: 100%;
  height: 5px;
  background: #f2f2f2;
  margin-bottom: 50px;
  margin-top: 50px;
}
#content-builder .photos-full {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  display: block;
  margin-bottom: 80px;
}
#content-builder .photos-full > a {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #0078BF;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 101;
  outline: none;
}
#content-builder .photos-full > a span svg path {
  fill: #fff;
}
#content-builder .photos-full > a img, #content-builder .photos-full > a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  fill: #fff;
}
#content-builder .photos-full > a:hover {
  background: #FFCD49;
}
#content-builder .photos-full > a.btn-prev {
  left: 30px;
}
#content-builder .photos-full > a.btn-next {
  right: 30px;
}
#content-builder .photos-full .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-builder .photos-full .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}
#content-builder .photos-double {
  position: relative;
  display: flex;
  margin-bottom: 80px;
}
#content-builder .photos-double .slider {
  position: relative;
  width: 47.5%;
  height: 0;
  padding-bottom: 50%;
  display: block;
  margin-right: 5%;
}
#content-builder .photos-double .slider:last-child {
  margin-right: 0;
}
#content-builder .photos-double .slider > a {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #fff;
  background: #0078BF;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 101;
  outline: none;
}
#content-builder .photos-double .slider > a span svg path {
  fill: #fff;
}
#content-builder .photos-double .slider > a img, #content-builder .photos-double .slider > a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  fill: #fff;
}
#content-builder .photos-double .slider > a:hover {
  background: #030C14;
}
#content-builder .photos-double .slider > a.btn-prev {
  left: 30px;
}
#content-builder .photos-double .slider > a.btn-next {
  right: 30px;
}
#content-builder .photos-double .slider .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-builder .photos-double .slider .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
#content-builder .photos-texte {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
#content-builder .photos-texte .slider {
  position: relative;
  width: 47.5%;
  height: 0;
  padding-bottom: 25%;
  display: block;
  margin-right: 5%;
}
#content-builder .photos-texte .slider:last-child {
  margin-right: 0;
}
#content-builder .photos-texte .slider > a {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 1px solid #fff;
  background: #0078BF;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 101;
  outline: none;
}
#content-builder .photos-texte .slider > a span svg path {
  fill: #fff;
}
#content-builder .photos-texte .slider > a img, #content-builder .photos-texte .slider > a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 18px;
  fill: #fff;
}
#content-builder .photos-texte .slider > a:hover {
  background: #030C14;
}
#content-builder .photos-texte .slider > a.btn-prev {
  left: 30px;
}
#content-builder .photos-texte .slider > a.btn-next {
  right: 30px;
}
#content-builder .photos-texte .slider .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content-builder .photos-texte .slider .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
#content-builder .photos-texte .text {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 0;
}
#content-builder .photos-texte .text:last-child {
  margin-right: 0;
}
#content-builder .photos-texte .text h1 {
  display: block;
  font: 23px/29px "sailecBold";
  color: #0078BF;
  margin-bottom: 54px;
}
#content-builder .photos-texte .text h2, #content-builder .photos-texte .text h3, #content-builder .photos-texte .text h4 {
  display: block;
  font: 21px/27px "sailecBold";
  color: #0078BF;
  margin-bottom: 27px;
}
#content-builder .photos-texte .text p {
  line-height: 30px;
  font-weight: "sailecLight";
  margin-bottom: 30px;
}
#content-builder .photos-texte .text p {
  font: 21px/32px "sailecRegular";
}
#content-builder .photos-texte .text ul, #content-builder .photos-texte .text ol {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
#content-builder .photos-texte .text ul li, #content-builder .photos-texte .text ol li {
  list-style-position: inside;
  font: 21px/32px "sailecRegular";
}
#content-builder .photos-texte .text ul {
  margin: 16px 0;
  list-style-image: url(../icons/icn-list-style-type-dot.svg);
}
#content-builder .photos-texte .text ol {
  margin-left: 2em;
}
#content-builder .photos-texte .text ol li {
  counter-increment: count-me;
}
#content-builder .photos-texte .text ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1.3em;
  top: 0.05em;
  color: #0078BF;
  font-weight: bold;
}
#content-builder .questions-reponses {
  display: block;
}
#content-builder .questions-reponses > ul {
  list-style: none;
}
#content-builder .questions-reponses > ul > li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
#content-builder .questions-reponses > ul > li:nth-last-child(0) {
  margin-bottom: 0;
}
#content-builder .questions-reponses > ul > li > a {
  position: relative;
  display: block;
  background: #0078BF;
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font: 18px/23px "sailecBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
#content-builder .questions-reponses > ul > li > a:not(:last-child) {
  margin-bottom: 1rem;
}
#content-builder .questions-reponses > ul > li > a:hover {
  background: #001A4A;
}
#content-builder .questions-reponses > ul > li > a span {
  position: absolute;
  top: 25%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
#content-builder .questions-reponses > ul > li > a span img, #content-builder .questions-reponses > ul > li > a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 25px;
}
#content-builder .questions-reponses > ul > li > a span img path, #content-builder .questions-reponses > ul > li > a span svg path {
  fill: #fff;
}
#content-builder .questions-reponses > ul > li > a:hover {
  color: #fff;
}
#content-builder .questions-reponses > ul > li > a.active span {
  transform: rotate(90deg);
}
#content-builder .questions-reponses > ul > li > a.active span img, #content-builder .questions-reponses > ul > li > a.active span svg {
  left: 45%;
}
#content-builder .questions-reponses > ul > li .text {
  padding: 30px 20px 10px 20px;
  display: none;
  margin-bottom: 0;
  font: 20px/24px "sailecLight";
  color: #030C14;
}
#content-builder .questions-reponses > ul > li .text p {
  color: #030C14;
}
#content-builder .questions-reponses > ul > li .text p:nth-child(0) {
  margin-bottom: 0;
}
#content-builder .questions-reponses > ul > li .text ul li a {
  color: #030C14;
  transition: all 0.3s ease;
}
#content-builder .questions-reponses > ul > li .text ul li a:hover {
  color: #030C14;
}

sidebar .block {
  background: #030C14;
  padding: 40px 30px;
  margin-bottom: 35px;
}
sidebar .title {
  font: 18px/26px "avertaExtraBold";
  color: #030C14;
  display: block;
  margin-bottom: 30px;
}
sidebar ul.useful {
  list-style: none;
}
sidebar ul.useful li {
  margin-bottom: 10px;
}
sidebar ul.useful li a {
  position: relative;
  display: block;
  font-size: 12px;
  text-transform: none;
  padding: 15px 65px 15px 20px;
}
sidebar ul.useful li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
sidebar ul.useful.-divider {
  padding-bottom: 20px;
  border-bottom: 5px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 35px;
}
sidebar ul.related {
  list-style: none;
}
sidebar ul.related li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
sidebar ul.related li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
sidebar ul.related li a {
  position: relative;
  font: 14px/18px "avertaExtraBold";
  color: #030C14;
  display: block;
  margin-bottom: 30px;
  padding-right: 88px;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  transition: all 0.3s ease;
}
sidebar ul.related li a:hover {
  color: #030C14;
}
sidebar ul.related li a:hover span svg {
  fill: #030C14;
}
sidebar ul.related li a:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
sidebar ul.related li a span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background: rgba(0, 65, 102, 0.1);
}
sidebar ul.related li a span img, sidebar ul.related li a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
  fill: #030C14;
  transition: all 0.3s ease;
}
sidebar .social {
  padding-bottom: 60px;
}
sidebar .social a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #030C14;
  margin-right: 10px;
  transition: all 0.3s ease;
}
sidebar .social a img, sidebar .social a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  fill: #fff;
}
sidebar .social a:last-child {
  margin-right: 0;
}
sidebar .social a:hover {
  background: #030C14;
}

.photo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.photo-popup .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 0.3s ease;
}
.photo-popup .btn-close img, .photo-popup .btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  fill: #fff;
}
.photo-popup > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
}

footer {
  display: flex;
  color: #fff;
}
footer .footer-left {
  width: 50%;
  background: linear-gradient(-45deg, #0078BF 0%, #1645B7 100%);
  padding: 69px 69px 80px 69px;
  display: flex;
}
footer .footer-left .col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-left ul {
  list-style-type: none;
  margin-bottom: 30px;
}
footer .footer-left ul li {
  font: 25px/30px "sailecBold";
  transition: all 0.3s ease;
}
footer .footer-left ul li a {
  transition: all 0.3s ease;
  color: #fff;
}
footer .footer-left ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .footer-left ul li:hover a {
  color: #FFCD49;
}
footer .footer-left .sub_nav a {
  font: 25px/30px "sailecBold";
  color: #fff;
}
footer .footer-left .sub_nav__connexion {
  display: block;
  cursor: pointer;
}
footer .footer-left .sub_nav__connexion:hover {
  color: #FFCD49;
}
footer .footer-left .sub_nav__lang {
  display: block;
  margin-top: 10px;
}
footer .footer-left .sub_nav__lang:hover {
  color: #FFCD49;
}
footer .footer-left .info .legal p {
  font: 15px/20px "sailecRegular";
  color: #fff;
}
footer .footer-left .info .legal img {
  margin: 50px 0 60px 0;
  max-width: 311px;
  transition: all 0.3s ease;
}
footer .footer-left .info .legal img:hover {
  opacity: 0.6;
}
footer .footer-left .info .copyright a {
  font: 15px/18px "sailecRegular";
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
footer .footer-left .info .copyright a:hover {
  color: #FFCD49;
}
footer .footer-left .info .copyright p {
  font: 15px/18px "sailecRegular";
  color: #fff;
  margin-top: 6px;
}
footer .footer-left .info .copyright p a {
  transition: all 0.3s ease;
}
footer .footer-left .info .copyright p a svg path {
  transition: all 0.3s ease;
}
footer .footer-left .info .copyright p a svg:hover path {
  fill: #001A4A;
}
footer .footer-right {
  position: relative;
  padding: 69px 69px 80px 69px;
  width: 50%;
  background: linear-gradient(-45deg, #073179 0%, #001A4A 100%);
}
footer .footer-right .title {
  color: #fff;
  font: 52px/70px "sailecBold";
}
footer .footer-right p {
  color: #fff;
  font: 23px/40px "sailecLight";
  padding: 10px 0;
}
footer .footer-right .conseiller {
  display: block;
  margin-top: 5rem;
}
footer .footer-right .conseiller .titre-conseiller {
  color: #fff;
  font: 28px/40px "sailecBold";
  margin-bottom: 15px;
}
footer .mail__text {
  display: inline-block;
  color: #fff;
  font: 25px/53px "sailecBold";
  transition: all 0.3s ease;
}
footer .mail .btn-round {
  margin-right: 30px;
  font: 25px/53px "sailecBold";
  display: inline-block;
  background: #fff;
  width: 51px;
  height: 51px;
  transition: all 0.3s ease;
}
footer .mail .btn-round img {
  width: 25px;
}
footer .mail:hover {
  cursor: pointer;
}
footer .mail:hover .mail__text {
  color: #FFCD49;
}
footer .mail:hover .btn-round {
  background-color: #FFCD49;
}
footer .bkg-img {
  position: absolute;
  left: 0;
  bottom: 41px;
}

.header {
  padding-top: 255px;
  background: linear-gradient(90deg, #0078BF, #1645B7);
}
.header--member {
  background: linear-gradient(45deg, #001A4A, #073179);
}
.header .content {
  max-height: 100%;
  background-image: url(../icons/icn-logo-icon.svg);
  background-repeat: no-repeat;
  background-position: -3% -2%;
  background-size: 8%;
  background-size: contain;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.header .left {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 67px !important;
  padding-right: 67px;
  width: 40%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.header .left .btn-return {
  color: #fff;
  font: 20px/24px "sailecBold";
  line-height: 1;
  display: inline-flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.header .left .btn-return img {
  transition: all 0.3s ease;
  margin-right: 18px;
}
.header .left .btn-return:hover {
  color: #FFCD49;
}
.header .left .btn-return:hover img {
  margin-right: 10px;
}
.header .left .title {
  padding-bottom: 2rem;
}
.header .left .title .page-title {
  word-break: break-word;
  display: block;
  color: #fff;
  font: 60px/75px "sailecBold";
}
.header .left .title .page-sub-title {
  color: #fff;
  margin-top: 1rem;
  font: 30px/36px "sailecBold";
  display: inline-block;
}
.header .left .title .page-sub-title.link {
  text-decoration: underline;
}
.header .left .title .arrow {
  padding: 0 10px;
}
.header .left .select-title {
  color: #fff;
  font: 30px/36px "sailecBold";
  padding-bottom: 28px;
}
.header .left .select {
  margin-top: 20px;
}
.header .left .filters {
  width: 100%;
}
.header .left .filters .select2 {
  width: 44% !important;
  margin-right: 10%;
}
.header .left .filters .select2:last-child {
  margin-right: 0;
}
.header .left .anchor ul {
  list-style-type: none;
}
.header .left .anchor ul li {
  display: inline-block;
}
.header .left .anchor ul li a {
  outline: none;
  text-decoration: underline;
  color: #fff;
  font: 18px/33px "sailecRegular";
  transition: all 0.3s ease;
}
.header .left .anchor ul li a:hover {
  color: #FFCD49;
}
.header .left .anchor ul li:not(:last-child):after {
  content: "|";
  padding: 0 8px;
  color: #fff;
}
.header .left .user-login {
  display: flex;
  align-items: flex-end;
}
.header .left .user-login__icon {
  margin-right: 18px;
}
.header .left .user-login__icon img {
  width: 70px;
}
.header .left .user-login__text p {
  color: #fff;
  font: 30px/30px "sailecBold";
}
.header .left .user-login__text .logout {
  font: 18px/33px "sailecRegular";
  color: #FFCD49;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.header .left .user-login__text .logout:hover {
  color: #0078BF;
}
.header .left #searchForm input {
  border-radius: 50px;
  font: 20px/24px "sailecRegular";
  background-image: url("../icons/icn-search-blue.svg");
  background-repeat: no-repeat;
  background-position: 96% center;
  outline: 0;
}
.header .left #searchForm input::placeholder {
  font: 20px/24px "sailecRegular";
}
.header .right {
  margin-bottom: -74px;
  width: 60%;
  border-radius: 10px 0 0 10px;
}
.header .right__textOnly {
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  font: 21px/32px "sailecRegular";
}
.header .right__imgOnly img {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  min-height: 421px;
  max-height: 421px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__search .result {
  min-height: 421px;
  max-height: 421px;
  display: flex;
  position: relative;
}
.header .right__search .result .block-result {
  position: absolute;
  bottom: 32%;
  background: linear-gradient(90deg, #FADC38, #FAC500);
  width: 230px;
  height: 230px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.header .right__search .result span {
  color: #001A4A;
  font: 95px/95px "sailecBold";
}
.header .right__search .result p {
  color: #001A4A;
  font: 27px/32px "sailecBold";
}
.header .right__member {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  padding: 58px 75px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__member .row {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .right__member .col--content {
  width: 60%;
}
.header .right__member .col--img {
  width: 40%;
}
.header .right__member .col--img img {
  text-align: center;
  max-width: 100%;
}
.header .right__member .title {
  display: flex;
  align-items: center;
  color: #001A4A;
  font: 30px/36px "sailecBold";
  margin-bottom: 25px;
}
.header .right__member .title img {
  margin-right: 18px;
}
.header .right__member .item__header {
  margin-bottom: 34px;
  max-width: 72%;
}
.header .right__member .item__header .title {
  color: #0078BF;
  font: 32px/38px "sailecBold";
  margin-bottom: 18px;
  display: block;
  transition: all 0.3s ease;
}
.header .right__member .item__header .title:hover {
  color: #FFCD49;
}
.header .right__member .item .button a {
  display: inline-block;
}
.header .right__member .item .button .note {
  color: #7d7d7d;
  font: 15px/18px "sailecBold";
  margin-top: 20px;
}
.header .right__lastEvent, .header .right__singleEvent {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  padding: 36px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__lastEvent .title, .header .right__singleEvent .title {
  color: #001A4A;
  font: 30px/36px "sailecBold";
  margin-bottom: 15px;
}
.header .right__lastEvent .title img, .header .right__singleEvent .title img {
  margin-right: 18px;
}
.header .right__lastEvent .item__header, .header .right__singleEvent .item__header {
  margin-bottom: 34px;
  max-width: 72%;
}
.header .right__lastEvent .item__header .title, .header .right__singleEvent .item__header .title {
  cursor: pointer;
  color: #0078BF;
  font: 32px/38px "sailecBold";
  margin-bottom: 18px;
  display: block;
  transition: all 0.3s ease;
}
.header .right__lastEvent .item__header .title:hover, .header .right__singleEvent .item__header .title:hover {
  color: #FFCD49;
}
.header .right__lastEvent .item__header .title-member, .header .right__singleEvent .item__header .title-member {
  color: #0078BF;
  font: 32px/38px "sailecBold";
  margin-bottom: 18px;
  display: block;
  transition: all 0.3s ease;
}
.header .right__lastEvent .item__header .cat, .header .right__singleEvent .item__header .cat {
  font: 21px/24px "sailecLight";
}
.header .right__lastEvent .item .button p, .header .right__singleEvent .item .button p {
  color: #0078BF;
  padding: 16px 0;
  font: 20px/24px "sailecBold";
}
.header .right__lastEvent .item .button .login-btn, .header .right__singleEvent .item .button .login-btn {
  padding-left: 10px;
  font: 18px/24px "sailecRegular";
  transition: all 0.3s ease;
  cursor: pointer;
}
.header .right__lastEvent .item .button .login-btn:hover, .header .right__singleEvent .item .button .login-btn:hover {
  color: #FFCD49;
}
.header .right__lastEvent .item__content, .header .right__singleEvent .item__content {
  margin-bottom: 75px;
}
.header .right__lastEvent .item__content ul, .header .right__singleEvent .item__content ul {
  list-style-type: none;
}
.header .right__lastEvent .item__content ul li, .header .right__singleEvent .item__content ul li {
  display: inline-flex;
  align-items: center;
}
.header .right__lastEvent .item__content ul li:first-child, .header .right__singleEvent .item__content ul li:first-child {
  margin-right: 40px;
}
.header .right__lastEvent .item__content ul li p, .header .right__singleEvent .item__content ul li p {
  font: 19px/22px "sailecLight";
  display: inline-block;
}
.header .right__lastEvent .item__content ul li .btn-round, .header .right__singleEvent .item__content ul li .btn-round {
  cursor: inherit;
  display: inline-flex;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  margin-right: 15px;
  background: #0078BF;
  width: 39px;
  height: 39px;
}
.header .right__lastEvent .item__content ul li .btn-round img, .header .right__singleEvent .item__content ul li .btn-round img {
  width: 18px;
}
.header .right__lastEvent .item__content ul li .btn-round img.marker, .header .right__singleEvent .item__content ul li .btn-round img.marker {
  width: 15px;
}
.header .right__lastEvent .item .price, .header .right__singleEvent .item .price {
  background: linear-gradient(-90deg, #FADC38, #FAC500);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 0 0 10px;
  padding: 40px 60px;
  text-align: center;
}
.header .right__lastEvent .item .price span, .header .right__singleEvent .item .price span {
  color: #001A4A;
  font: 26px/31px "sailecBold";
}
.header .right__lastEvent .item .price p, .header .right__singleEvent .item .price p {
  letter-spacing: 4px;
  color: #001A4A;
  font: 67px/80px "sailecBold";
  margin-top: 8px;
}
.header .right__lastEvent .item__member, .header .right__singleEvent .item__member {
  position: relative;
}
.header .right__lastEvent .item__member .only-member, .header .right__singleEvent .item__member .only-member {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../icons/icn-close-event-member.svg), linear-gradient(90deg, rgba(250, 197, 0, 0.88), rgba(250, 220, 56, 0.88));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 50px 40px;
  border-radius: 10px;
  z-index: 3;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.header .right__lastEvent .item__member .only-member .title, .header .right__singleEvent .item__member .only-member .title {
  font: 41px/45px "sailecBold";
  color: #001A4A;
  margin-bottom: 13px;
}
.header .right__lastEvent .item__member .only-member .sub-title, .header .right__singleEvent .item__member .only-member .sub-title {
  font: 34px/38px "sailecRegular";
  color: #001A4A;
  margin-bottom: 40px;
}
.header .right__lastEvent .item__member .only-member .login, .header .right__singleEvent .item__member .only-member .login {
  font: 26px/38px "sailecRegular";
  color: #001A4A;
}
.header .right__lastEvent .item__member .only-member .login span, .header .right__singleEvent .item__member .only-member .login span {
  cursor: pointer;
  color: #001A4A;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.header .right__lastEvent .item__member .only-member .login span:hover, .header .right__singleEvent .item__member .only-member .login span:hover {
  color: #0078BF;
}
.header .right__singleEvent {
  background: linear-gradient(#fff, #fff), url("../icons/icn-bkg-event.svg");
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  padding: 36px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__singleEvent .link {
  color: #0078BF;
  display: inline-flex;
  align-items: center;
  border: 3px solid #0078BF;
  border-radius: 50px;
  padding: 10px 14px 10px 14px;
  transition: all 0.3s ease;
}
.header .right__singleEvent .link span {
  font: 20px/20px "sailecBold";
  padding-top: 7px;
}
.header .right__singleEvent .link svg {
  margin-right: 10px;
}
.header .right__singleEvent .link:hover {
  color: #FFCD49;
}
.header .right__lastArticle {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  padding: 36px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__lastArticle .title {
  color: #001A4A;
  font: 30px/36px "sailecBold";
  margin-bottom: 35px;
}
.header .right__lastArticle .item {
  display: flex;
  align-items: center;
}
.header .right__lastArticle .item .content__head {
  margin-bottom: 15px;
  width: 100%;
}
.header .right__lastArticle .item .content__head .date {
  font: 20px/20px "sailecLight";
}
.header .right__lastArticle .item .content__head .cat {
  font: 20px/20px "sailecRegular";
  transition: all 0.3s ease;
}
.header .right__lastArticle .item .content .title {
  width: 100%;
  margin-bottom: 30px;
}
.header .right__lastArticle .item .content .title a {
  font: 29px/37px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.header .right__lastArticle .item .content .title a:hover {
  color: #FFCD49;
}
.header .right__lastArticle .item .content p {
  font: 20px/32px "sailecRegular";
  margin-bottom: 30px;
}
.header .right__singleMembre .header-member {
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  width: 100%;
  display: flex;
  padding: 58px 75px;
}
.header .right__singleMembre .header-member .col {
  width: 60%;
  align-self: center;
  justify-content: center;
}
.header .right__singleMembre .header-member .col:first-child {
  padding-right: 40px;
}
.header .right__singleMembre .header-member .col:last-child {
  padding-left: 40px;
}
.header .right__singleMembre .header-member .col .title {
  font: 40px/48px "sailecBold";
  color: #0078BF;
  margin-bottom: 30px;
}
.header .right__singleMembre .header-member .col .link {
  font: 20px/24px "sailecBold";
  color: #0078BF;
  display: inline-flex;
  align-items: center;
  border: 3px solid #0078BF;
  border-radius: 50px;
  padding: 10px 14px 6px 14px;
  transition: all 0.3s ease;
}
.header .right__singleMembre .header-member .col .link img {
  margin-right: 17px;
  top: -2px;
  position: relative;
}
.header .right__singleMembre .header-member .col .link:hover {
  color: #FFCD49;
}
.header .right__singleMembre .header-member .col .link:nth-child(2) {
  margin-bottom: 10px;
}
.header .right__singleMembre .header-member .col img {
  max-width: 330px;
}
.header .right__singleMembre .header-member .col:last-child {
  width: 40%;
  text-align: center;
  border-left: 3px solid #F4F4F4;
}
.header .right__singleArticle {
  border-radius: 10px 0 0 10px;
  min-height: 421px;
  max-height: 421px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
}
.header .right__singleArticle .info {
  margin-bottom: 35px;
}
.header .right__singleArticle .info .date {
  font: 20px/25px "sailecLight";
}
.header .right__singleArticle .info .cat {
  font: 20px/25px "sailecRegular";
}
.header .right__singleArticle .title {
  color: #0078BF;
  font: 46px/49px "sailecBold";
}
.header .right__singleArticle .intro {
  margin-top: 20px;
  font: 21px/32px "sailecRegular";
}
.header .right__2col {
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.header .right__2col .row {
  display: flex;
  width: 100%;
  height: 100%;
}
.header .right__2col .text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px;
  font: 21px/32px "sailecRegular";
}
.header .right__2col .img {
  width: 40%;
}
.header .right__2col .img img {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.menu {
  padding: 40px 0 0 0;
  position: absolute;
  left: 38px;
  right: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
}
.menu .logo {
  display: inline-block;
}
.menu .logo svg {
  transition: all 0.3s ease;
  width: 353px;
}
.menu .logo--white svg .cls-1 {
  fill: #ffffff;
}
.menu .logo--white svg .cls-2 {
  fill: #ffffff;
}
.menu .nav {
  display: inline-block;
}
.menu .nav .sub_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
}
.menu .nav .sub_nav a {
  color: #0078BF;
  font: 12px/12px "sailecSemibold";
}
.menu .nav .sub_nav .login {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  margin-right: 25px;
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  line-height: 1;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .login svg {
  transition: all 0.3s ease;
  margin-right: 10px;
  width: 15px;
}
.menu .nav .sub_nav .login svg path {
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .login:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .login:hover svg path {
  fill: #FFCD49;
}
.menu .nav .sub_nav .taille-texte {
  margin-right: 20px;
}
.menu .nav .sub_nav .taille-texte a {
  margin-right: 2px;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .taille-texte a:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .taille-texte a.sm {
  font: 15px/15px "sailecBold";
}
.menu .nav .sub_nav .taille-texte a.md {
  font: 20px/20px "sailecBold";
}
.menu .nav .sub_nav .taille-texte a.lg {
  font: 23px/23px "sailecBold";
}
.menu .nav .sub_nav #searchForm {
  display: none;
  margin-right: 20px;
}
.menu .nav .sub_nav #searchForm .group {
  display: flex;
}
.menu .nav .sub_nav #searchForm input {
  margin-top: 0 !important;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  border: 2px solid #0078BF;
  border-radius: 50px;
  padding: 10px 16px;
  font: 14px/17px "sailecRegular";
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  outline: none;
  color: #030C14;
}
.menu .nav .sub_nav #searchForm input::placeholder {
  color: #0078BF;
}
.menu .nav .sub_nav #searchForm .btnSearch {
  margin-top: 0;
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.menu .nav .sub_nav #searchForm .btnSearch svg path {
  fill: #0078BF;
}
.menu .nav .sub_nav #searchForm .btnSearch:hover svg path {
  fill: #FFCD49;
}
.menu .nav .sub_nav .search {
  color: #0078BF;
  font: 14px/14px "sailecRegular";
  transition: all 0.4s;
  margin-right: 25px;
  padding: 9px;
  min-width: 49px;
  min-height: 49px;
  background: #0078BF;
  width: 49px;
  height: 49px;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .search:hover {
  background-color: #FFCD49;
}
.menu .nav .sub_nav .lang {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  line-height: 1;
  transition: all 0.3s ease;
  margin-left: 20px;
}
.menu .nav .sub_nav .lang:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .compte {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .compte:hover a {
  color: #FFCD49;
}
.menu .nav .sub_nav .compte a {
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .compte a:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .connexion {
  display: none;
  position: absolute;
  width: 350px;
  top: 90px;
  right: 0px;
  z-index: 99;
  border-radius: 10px 0 0 0;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  background: url("../icons/icn-lock.svg"), #fff;
  background-repeat: no-repeat;
  background-position: 127%;
}
.menu .nav .sub_nav .connexion .head-form {
  padding: 23px 23px 0 23px;
  display: flex;
  justify-content: space-between;
}
.menu .nav .sub_nav .connexion .head-form .title {
  display: inline-block;
  color: #0078BF;
  font: 20px/24px "sailecBold";
  padding-bottom: 20px;
}
.menu .nav .sub_nav .connexion .head-form .btn-round {
  background: #0078BF;
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .connexion .head-form .btn-round svg {
  width: 10px;
}
.menu .nav .sub_nav .connexion .head-form .btn-round:hover {
  background: #FFCD49;
  width: 25px;
  height: 25px;
}
.menu .nav .sub_nav .connexion #formConnexionMembre {
  padding: 23px 23px 0 23px;
  background: url(../icons/icn-login-bg.svg);
  background-position: right;
}
.menu .nav .sub_nav .connexion .group {
  margin-bottom: 18px;
}
.menu .nav .sub_nav .connexion .group label {
  color: #7d7d7d;
  font: 11px/13px "sailecRegular";
}
.menu .nav .sub_nav .connexion .group input {
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  margin-top: 5px;
  border: 2px solid #B7B7B7;
  border-radius: 0 50px 50px 50px;
  padding: 16px;
  font: 14px/17px "sailecRegular";
  width: 100%;
  outline: none;
  color: #030C14;
}
.menu .nav .sub_nav .connexion .group input::placeholder {
  color: #030C14;
}
.menu .nav .sub_nav .connexion .group .error {
  color: #E50019;
  font: 11px/18px "sailecRegular";
  float: right;
}
.menu .nav .sub_nav .connexion .forgot {
  font: 11px/13px "sailecRegular";
  color: #0078BF;
  text-decoration: underline;
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .connexion .forgot:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .connexion .group-member {
  margin: 20px 0;
}
.menu .nav .sub_nav .connexion .group-member .no-member {
  font: 16px/19px "sailecRegular";
  margin-bottom: 3px;
}
.menu .nav .sub_nav .connexion .group-member a {
  font: 16px/19px "sailecRegular";
  color: #0078BF;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .connexion .group-member a:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .connexion .send {
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font: 19px/23px "sailecBold";
  padding: 20px;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  border: 0;
}
.menu .nav .sub_nav .connexion .send:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .connexion .send:hover svg path {
  fill: #FFCD49;
}
.menu .nav .sub_nav .deconnexion {
  color: #001A4A;
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .deconnexion:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav .social {
  margin-left: 40px;
  min-width: 49px;
  min-height: 49px;
  background: #0078BF;
  width: 49px;
  height: 49px;
  transition: all 0.3s ease;
}
.menu .nav .sub_nav .social:hover {
  background-color: #FFCD49;
}
.menu .nav .sub_nav--blue .taille-texte a {
  color: #fff;
}
.menu .nav .sub_nav--blue .taille-texte a:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav--blue .login {
  color: #fff;
}
.menu .nav .sub_nav--blue .login svg path {
  fill: #fff;
}
.menu .nav .sub_nav--blue .login:hover {
  color: #FFCD49;
}
.menu .nav .sub_nav--blue .social, .menu .nav .sub_nav--blue .search {
  background: #fff;
  width: 49px;
  height: 49px;
}
.menu .nav .sub_nav--blue .social svg path, .menu .nav .sub_nav--blue .search svg path {
  fill: #1051B9;
}
.menu .nav .sub_nav--blue .social:hover, .menu .nav .sub_nav--blue .search:hover {
  background-color: #FFCD49;
}
.menu .nav .sub_nav--blue .lang, .menu .nav .sub_nav--blue .deconnexion, .menu .nav .sub_nav--blue .compte, .menu .nav .sub_nav--blue .compte a {
  color: #fff;
}
.menu .nav .sub_nav--blue #searchForm input {
  margin-top: 0;
  border: 2px solid #fff;
  color: #fff;
}
.menu .nav .sub_nav--blue #searchForm input::placeholder {
  color: #fff;
}
.menu .nav .sub_nav--blue #searchForm .btnSearch svg path {
  fill: #fff;
}
.menu .nav .sub_nav--blue .nav-mobile .icon-bar {
  background: #fff;
}
.menu .nav .main_nav li .subnav .block.active .img svg path {
  fill: #FFCD49;
}
.menu .nav .main_nav li .subnav .block.active a {
  color: #FFCD49;
}
.menu .nav .main_nav {
  display: flex;
  justify-content: flex-end;
}
.menu .nav .main_nav ul {
  list-style-type: none;
}
.menu .nav .main_nav .dropdown {
  padding-bottom: 40px;
}
.menu .nav .main_nav li {
  display: inline-block;
  position: relative;
}
.menu .nav .main_nav li:not(:last-child) {
  margin-right: 25px;
}
.menu .nav .main_nav li a {
  cursor: pointer;
  color: #030C14;
  font: 18px/24px "sailecBold";
  transition: all 0.3s ease;
}
.menu .nav .main_nav li a svg {
  margin-left: 8px;
}
.menu .nav .main_nav li a:hover {
  color: #FFCD49;
}
.menu .nav .main_nav li a.active {
  color: #030C14;
  background: #FFCD49;
  border-radius: 30px;
  border-radius: 30px;
  padding: 11px 15px 8px 15px;
  transition: all 0.3s ease;
}
.menu .nav .main_nav li a.active svg path {
  fill: #030C14;
}
.menu .nav .main_nav li a.active:hover {
  color: #030C14;
}
.menu .nav .main_nav li a.active:hover svg path {
  fill: #030C14;
}
.menu .nav .main_nav li:hover .subnav {
  display: block;
}
.menu .nav .main_nav li .subnav {
  display: none;
  z-index: 99;
  position: absolute;
  top: 40px;
  left: 0;
  width: 320px;
  background-color: #fff;
  padding: 24px;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 14px -11px rgba(0, 0, 0, 0.3);
}
.menu .nav .main_nav li .subnav .block {
  cursor: pointer;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.menu .nav .main_nav li .subnav .block:not(:last-child) {
  padding-bottom: 15px;
}
.menu .nav .main_nav li .subnav .block .img {
  margin-right: 18px;
  width: 28px;
  transition: all 0.3s ease;
}
.menu .nav .main_nav li .subnav .block a {
  margin-top: 7px;
  color: #0078BF;
  transition: all 0.3s ease;
  font: 18px/22px "sailecBold";
}
.menu .nav .main_nav li .subnav .block:hover a {
  color: #FFCD49;
}
.menu .nav .main_nav li .subnav .block:hover .img svg path {
  fill: #FFCD49;
}
.menu .nav .main_nav--blue li a {
  color: #fff;
}
.menu .nav .main_nav--blue li a svg path {
  fill: #fff;
}
.menu .nav .main_nav--blue li a:hover {
  color: #FFCD49;
}
.menu .nav .main_nav--blue li a:hover svg path {
  fill: #FFCD49;
}

.menu__sticky {
  transition: all 0.3s ease;
  padding: 20px 38px 0 38px;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.11);
}
.menu__sticky .nav .main_nav .dropdown {
  padding-bottom: 20px !important;
}
.menu__sticky .logo img {
  transition: all 0.3s ease;
  width: 325px;
}
.menu__sticky .nav .sub_nav .search {
  background: #0078BF;
  width: 36px;
  height: 36px;
}
.menu__sticky .nav .sub_nav .social {
  background: #0078BF;
  width: 36px;
  height: 36px;
}
.menu__sticky .nav .sub_nav .social svg {
  width: 19px;
}

.nav-mobile {
  display: flex;
  display: none;
  padding: 0;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.nav-mobile .icon-bar {
  display: block;
  width: 36px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #0078BF;
  border-radius: 3px;
}
.nav-mobile .icon-bar:last-child {
  margin-bottom: 0;
}

#popup-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  height: 100%;
  overflow: hidden;
  z-index: 100000;
  margin-left: 100%;
  opacity: 0;
}
#popup-menu-mobile .wrap-popup {
  background: #fff;
  margin: 0 0 0 20px;
  padding: 40px;
  box-shadow: 0px 0px 22px -3px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: scroll;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}
#popup-menu-mobile .wrap-popup .lang {
  margin-top: 40px;
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  line-height: 1;
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .lang:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .recherche {
  margin-top: 30px;
  margin-bottom: 30px;
}
#popup-menu-mobile .wrap-popup .recherche p {
  margin: 30px 0 0 0;
  font: 18px/18px "sailecBold";
  color: #0078BF;
}
#popup-menu-mobile .wrap-popup .info-client {
  margin-bottom: 30px;
}
#popup-menu-mobile .wrap-popup .retour {
  margin-bottom: 30px;
}
#popup-menu-mobile .wrap-popup .close-form-menu-mobile {
  margin: 30px 0 0 0;
  font: 18px/18px "sailecBold";
  color: #0078BF;
}
#popup-menu-mobile .wrap-popup .close-form-menu-mobile svg {
  width: 17px;
  height: 10px;
  transform: rotate(180deg);
  margin: 0 10px 0 0;
}
#popup-menu-mobile .wrap-popup .close-form-menu-mobile svg path {
  fill: #0078BF;
}
#popup-menu-mobile .wrap-popup .close-form-menu-mobile img {
  width: 17px;
  height: 10px;
  transform: rotate(180deg);
  margin: 0 10px 0 0;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav a {
  color: #0078BF;
  font: 12px/12px "sailecSemibold";
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .login {
  margin-top: 25px;
  cursor: pointer;
  display: block;
  align-items: flex-end;
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  line-height: 1;
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .login svg {
  margin-right: 10px;
  width: 15px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte {
  margin-right: 20px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte a {
  margin-right: 2px;
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte a:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte a.sm {
  font: 15px/15px "sailecBold";
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte a.md {
  font: 20px/20px "sailecBold";
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .taille-texte a.lg {
  font: 23px/23px "sailecBold";
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm {
  display: none;
  margin-right: 20px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm .group {
  display: flex;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm input {
  margin-top: 0 !important;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  border: 2px solid #0078BF;
  border-radius: 50px;
  padding: 10px 16px;
  font: 14px/17px "sailecRegular";
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  outline: none;
  color: #030C14;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm input::placeholder {
  color: #0078BF;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm .btnSearch {
  margin-top: 0;
  outline: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm .btnSearch svg path {
  fill: #0078BF;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav #searchForm .btnSearch:hover svg path {
  fill: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .search {
  color: #0078BF;
  font: 14px/14px "sailecRegular";
  transition: all 0.4s;
  margin-right: 25px;
  padding: 9px;
  min-width: 49px;
  min-height: 49px;
  background: #0078BF;
  width: 49px;
  height: 49px;
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .search:hover {
  background-color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .compte {
  margin-right: 40px;
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .compte:hover a {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .compte a {
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .compte a:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion {
  display: none;
  top: 105px;
  z-index: 99;
  border-radius: 10px 0 0 0;
  background-color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .title {
  color: #0078BF;
  font: 20px/24px "sailecBold";
  padding-bottom: 20px;
  padding: 23px 0 0 0;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion #formConnexionMembre {
  padding: 23px 0 23px 0;
  background: url(../icons/icn-login-bg.svg);
  background-position: right;
  border-bottom: 1px solid #7d7d7d;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group {
  margin-bottom: 18px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group label {
  color: #7d7d7d;
  font: 10px/12px "sailecRegular";
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group input {
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  margin-top: 2px;
  border: 1px solid #B7B7B7;
  border-radius: 0 50px 50px 50px;
  padding: 8px 15px;
  font: 14px/17px "sailecRegular";
  width: 100%;
  outline: none;
  color: #030C14;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group input::placeholder {
  color: #030C14;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group .error {
  color: #E50019;
  font: 11px/18px "sailecRegular";
  float: right;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .forgot {
  font: 11px/13px "sailecRegular";
  color: #0078BF;
  text-decoration: underline;
  display: block;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group-member {
  margin: 20px 0;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group-member .no-member {
  font: 16px/19px "sailecRegular";
  margin-bottom: 3px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .group-member a {
  font: 16px/19px "sailecRegular";
  color: #0078BF;
  text-decoration: underline;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .send {
  margin-top: 0;
  background: none;
  color: #0078BF;
  font: 18px/21px "sailecBold";
  padding: 0;
  transition: all 0.3s ease;
  border: 0;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .send svg {
  margin-left: 15px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .send svg path {
  fill: #0078BF;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .send:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .connexion .send:hover svg path {
  fill: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .deconnexion {
  margin-top: 15px;
  color: #001A4A;
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .deconnexion:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .social {
  min-width: 49px;
  min-height: 49px;
  background: #0078BF;
  width: 49px;
  height: 49px;
  transition: all 0.3s ease;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav .social:hover {
  background-color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .taille-texte a {
  color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .taille-texte a:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .login {
  color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .login svg path {
  fill: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .login:hover {
  color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .social, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .search {
  background: #fff;
  width: 49px;
  height: 49px;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .social svg path, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .search svg path {
  fill: #1051B9;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .social:hover, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .search:hover {
  background-color: #FFCD49;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .lang, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .deconnexion, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .compte, #popup-menu-mobile .wrap-popup .nav .sub_nav--blue .compte a {
  color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue #searchForm input {
  margin-top: 0;
  border: 2px solid #fff;
  color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue #searchForm input::placeholder {
  color: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue #searchForm .btnSearch svg path {
  fill: #fff;
}
#popup-menu-mobile .wrap-popup .nav .sub_nav--blue .nav-mobile .icon-bar {
  background: #fff;
}
#popup-menu-mobile .main_nav li .subnav .block.active a {
  color: #FFCD49;
}
#popup-menu-mobile .main_nav ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
#popup-menu-mobile .main_nav li {
  margin-bottom: 15px;
}
#popup-menu-mobile .main_nav li:not(:last-child) {
  margin-right: 25px;
}
#popup-menu-mobile .main_nav li a {
  color: #030C14;
  font: 18px/24px "sailecBold";
  transition: all 0.3s ease;
}
#popup-menu-mobile .main_nav li a svg {
  margin-left: 10%;
}
#popup-menu-mobile .main_nav li a:hover {
  color: #FFCD49;
}
#popup-menu-mobile .main_nav li .dropdown-mobile {
  margin-left: 20px;
  float: right;
  height: 19px;
}
#popup-menu-mobile .main_nav li a.active {
  color: #FFCD49;
}
#popup-menu-mobile .main_nav li .subnav {
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 0 10px 10px 10px;
}
#popup-menu-mobile .main_nav li .subnav .block {
  cursor: pointer;
  margin-right: 0;
  display: flex;
  align-items: center;
}
#popup-menu-mobile .main_nav li .subnav .block .img {
  margin-right: 18px;
  width: 28px;
  transition: all 0.3s ease;
}
#popup-menu-mobile .main_nav li .subnav .block a {
  margin-top: 7px;
  color: #0078BF;
  transition: all 0.3s ease;
  font: 16px/20px "sailecBold";
}
#popup-menu-mobile .main_nav li .subnav .block:hover a {
  color: #FFCD49;
}
#popup-menu-mobile .main_nav li .subnav .block:hover .img svg path {
  fill: #FFCD49;
}

.infolettre-popup {
  z-index: 900;
  left: 0;
  bottom: 0;
  position: fixed;
  transition: all 0.3s ease;
  width: 245px;
  -webkit-overflow-scrolling: auto;
}
.infolettre-popup #btn-infolettre {
  cursor: pointer;
  background: linear-gradient(-90deg, #FADC38, #FAC500);
  padding: 22px 24px;
  border-radius: 0 10px 0 0;
  display: flex;
  align-items: center;
}
.infolettre-popup #btn-infolettre span {
  color: #001A4A;
  font: 15px/16px "sailecRegular";
}
.infolettre-popup #btn-infolettre img {
  width: 28px;
  margin-right: 20px;
}
.infolettre-popup #form-infolettre-popup {
  display: none;
  padding: 28px 25px;
  background: url(../icons/icn-infolettre-bg.svg), linear-gradient(90deg, #073179, #001A4A);
  background-position: right;
}
.infolettre-popup #form-infolettre-popup .row p label {
  color: white !important;
  font: 11px/13px "sailecRegular";
  margin-bottom: 5px;
}
.infolettre-popup #form-infolettre-popup .row p input[type=text], .infolettre-popup #form-infolettre-popup .row p input[type=email] {
  background-color: #fff;
  border-radius: 0 50px 50px 50px;
  width: 100%;
  padding: 16px;
  font: 14px/17px "sailecRegular";
  border: 0;
  color: #030C14;
  outline: none;
}
.infolettre-popup #form-infolettre-popup .row p input[type=text]::placeholder, .infolettre-popup #form-infolettre-popup .row p input[type=email]::placeholder {
  color: #030C14;
}
.infolettre-popup #form-infolettre-popup .row p .select2-container {
  margin-top: 10px;
}
.infolettre-popup #form-infolettre-popup .row p .select2-container .select2-selection--single .select2-selection__rendered {
  color: #030C14;
  font: 14px/15px "sailecRegular";
  padding: 16px 20px !important;
}
.infolettre-popup #form-infolettre-popup .row p .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #030C14;
  font: 14px/15px "sailecRegular";
}
.infolettre-popup #form-infolettre-popup .message {
  font: 16px/19px "sailecBold";
  color: #FFCD49;
  padding-top: 10px;
}
.infolettre-popup #form-infolettre-popup .button {
  display: flex;
  justify-content: flex-end;
}
.infolettre-popup #form-infolettre-popup .button button[type=submit] {
  margin-top: 10px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font: 19px/23px "sailecBold";
  color: #fff;
  transition: all 0.3s ease;
}
.infolettre-popup #form-infolettre-popup .button button[type=submit] svg {
  width: 29px;
  margin-left: 25px;
}
.infolettre-popup #form-infolettre-popup .button button[type=submit]:hover {
  color: #FFCD49;
}
.infolettre-popup #form-infolettre-popup .button button[type=submit]:hover svg path {
  fill: #FFCD49;
}

.infolettre-popup.popup-open {
  width: 330px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.trouverConseiller {
  background: linear-gradient(-90deg, #FADC38, #FAC500);
}
.trouverConseiller > div {
  background-image: url("../icons/icn-conseiller.svg");
  background-repeat: no-repeat;
  background-position: 11% 50%;
  background-size: contain;
  background-size: 208px;
  padding: 95px 0;
}
.trouverConseiller .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trouverConseiller .content {
  width: 50%;
}
.trouverConseiller .content .title {
  font: 30px/36px "sailecBold";
  padding-bottom: 32px;
  color: #001A4A;
}
.trouverConseiller .content .text {
  font: 21px/32px "sailecRegular";
  color: #001A4A;
}
.trouverConseiller .select {
  width: 40%;
}

.page404 {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.page404 .content h2 {
  color: #0078BF;
  font: 24px/25px "sailecBold";
  margin-bottom: 10px;
}
.page404 .content p {
  color: #0078BF;
  font: 24px/25px "sailecRegular";
  margin-bottom: 40px;
}

.home .hero {
  width: 100%;
  padding: 12rem 0 7rem 20px;
  display: flex;
}
.home .hero__content {
  width: 48%;
  padding-right: 100px;
}
.home .hero__content .title {
  padding-top: 160px;
  padding-bottom: 50px;
  color: #0078BF;
  font: 41px/48px "sailecBold";
}
.home .hero__content .desc {
  padding-bottom: 68px;
  font: 20px/33px "sailecRegular";
}
.home .hero__content .bottom {
  display: block;
  margin-bottom: 55px;
}
.home .hero__content .anchor {
  outline: none;
  display: inline-block;
  margin-bottom: 40px;
}
.home .hero__content .img {
  display: none;
}
.home .hero__cta {
  width: 52%;
  background-position: 60% 30%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.home .hero__cta .block-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
}
.home .hero__cta__block {
  width: 50%;
  padding: 35px 30px;
}
.home .hero__cta__block:first-of-type {
  border-radius: 0 0 0 10px;
  background: url("../icons/icn-user-cta.svg"), linear-gradient(-45deg, rgba(7, 49, 121, 0.9), rgba(0, 26, 74, 0.9));
  background-repeat: no-repeat;
  background-position: -11% 50%;
}
.home .hero__cta__block:first-of-type .select2-selection__placeholder {
  font: 16px/25px "sailecRegular" !important;
}
.home .hero__cta__block:first-of-type .select2-selection__rendered {
  padding: 13px 30px 9px 30px !important;
}
.home .hero__cta__block:last-of-type {
  background: url("../icons/icn-outils.svg"), linear-gradient(-45deg, rgba(22, 69, 183, 0.9), rgba(0, 120, 191, 0.9));
  background-repeat: no-repeat;
  background-position: 32% 50%;
  background-size: 121%;
}
.home .hero__cta__block .button {
  display: flex;
}
.home .hero__cta__block .sub-title {
  color: #fff;
  font: 17px/20px "sailecLight";
  margin-bottom: 5px;
}
.home .hero__cta__block .title {
  color: #fff;
  font: 24px/29px "sailecBold";
  margin-bottom: 15px;
}
.home .posts {
  background-color: #F4F4F4;
  padding: 6rem 0;
  overflow: auto;
}
.home .posts__article {
  background-color: #fff;
  display: flex;
  width: 85%;
  border-radius: 10px;
}
.home .posts__article .col-img {
  width: 35%;
  position: relative;
}
.home .posts__article .col-img .img-article {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .posts__article .col-img .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 26px;
  height: 176px;
  width: 113px;
  border-radius: 8px 0 0 0;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
}
.home .posts__article .col-img .pagination .btn {
  padding-top: 106px;
  display: flex;
  justify-content: space-between;
}
.home .posts__article .col-img .pagination .btn span {
  cursor: pointer;
}
.home .posts__article .col-img .pagination .btn span img {
  width: 9px;
}
.home .posts__article .col-img .pagination .number {
  text-align: center;
  position: relative;
}
.home .posts__article .col-img .pagination .number img {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
}
.home .posts__article .col-img .pagination .number span {
  font: 41px/41px "sailecBold";
  color: #001A4A;
}
.home .posts__article .col-img .pagination .number span.number__upper {
  position: absolute;
  left: 7px;
}
.home .posts__article .col-img .pagination .number span.number__upper a {
  display: none;
}
.home .posts__article .col-img .pagination .number span.number__upper a.cycle-pager-active {
  display: block;
}
.home .posts__article .col-img .pagination .number span.number__lower {
  position: absolute;
  top: 50px;
  right: 4px;
}
.home .posts__article .col-content {
  width: 65%;
  padding: 3rem 5rem;
}
.home .posts__article .col-content .article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #CBCBCB;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.home .posts__article .col-content .article__header .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
}
.home .posts__article .col-content .article__header .link {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  transition: all 0.4s;
  position: relative;
}
.home .posts__article .col-content .article__header .link span {
  margin-left: 15px;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #030C14;
  font: 13px/30px "sailecSemibold";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
.home .posts__article .col-content .article__content .info {
  padding-bottom: 1.5rem;
}
.home .posts__article .col-content .article__content .info .date {
  font: 20px/40px "sailecLight";
}
.home .posts__article .col-content .article__content .info .category {
  font: 20px/40px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.home .posts__article .col-content .article__content .info .category:hover {
  color: #FFCD49;
}
.home .posts__article .col-content .article__content .title {
  font: 33px/47px "sailecBold";
  padding-bottom: 23px;
}
.home .posts__article .col-content .article__content .title a {
  color: #0078BF;
}
.home .posts__article .col-content .article__content .excerpt {
  font: 21px/32px "sailecRegular";
  padding-bottom: 120px;
}
.home .posts__implication {
  background-color: #fff;
  display: flex;
  width: 85%;
  margin-top: 3rem;
  float: right;
  border-radius: 10px;
}
.home .posts__implication .col-img {
  width: 35%;
  position: relative;
}
.home .posts__implication .col-img .img-article {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.home .posts__implication .col-img .pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  height: 110px;
  width: 80px;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
}
.home .posts__implication .col-img .pagination .btn {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
.home .posts__implication .col-img .pagination .number {
  text-align: center;
}
.home .posts__implication .col-img .pagination .number img {
  width: 40px;
}
.home .posts__implication .col-content {
  width: 65%;
  order: -1;
  padding: 3rem 5rem;
}
.home .posts__implication .col-content .article__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #CBCBCB;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.home .posts__implication .col-content .article__header .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
}
.home .posts__implication .col-content .article__header .link {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  transition: all 0.3s ease;
  position: relative;
}
.home .posts__implication .col-content .article__header .link span {
  margin-left: 15px;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #030C14;
  font: 13px/30px "sailecSemibold";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}
.home .posts__implication .col-content .article__content .info {
  padding-bottom: 1.5rem;
}
.home .posts__implication .col-content .article__content .info .date {
  font: 15px/15px "sailecLight";
}
.home .posts__implication .col-content .article__content .info .category {
  font: 15px/15px "sailecBold";
  color: #0078BF;
  transition: all 0.25s;
}
.home .posts__implication .col-content .article__content .info .category:hover {
  color: #FFCD49;
}
.home .posts__implication .col-content .article__content .title {
  font: 33px/47px "sailecBold";
}
.home .posts__implication .col-content .article__content .title a {
  color: #0078BF;
}
.home .posts__implication .col-content .article__content .excerpt {
  padding-top: 23px;
  padding-bottom: 120px;
}
.home .posts__implication .col-content .article__content .excerpt p {
  font: 21px/32px "sailecRegular";
}
.home .university_members {
  padding: 123px 0;
}
.home .university_members .title {
  font: 30px/36px "sailecBold";
}
.home .university_members .intro {
  padding-top: 65px;
  display: flex;
  align-items: center;
}
.home .university_members .intro .img {
  margin-right: 44px;
  position: relative;
}
.home .university_members .intro .img img {
  margin-right: 90px;
}
.home .university_members .intro .img .number {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
}
.home .university_members .intro .img .number span {
  transform: translate(0, -50%);
  width: 119px;
  height: 119px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #001A4A;
  font: 52px/125px "sailecBold";
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.home .university_members .intro .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home .university_members .intro .content a {
  display: block;
  width: 14.5%;
  margin: 0 4% 2% 0;
  transition: all 0.3s ease;
}
.home .university_members .intro .content a:hover {
  opacity: 0.6;
}
.home .university_members .intro .content a:nth-child(5n) {
  margin: 0 0 2% 0;
}
.home .university_members .intro .content a img {
  display: inline-block;
  width: 100%;
}

.association .builder {
  background-color: #F4F4F4;
  padding: 160px 0 0 0;
}
.association .mission {
  padding: 150px 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #073179, #001A4A);
}
.association .mission .title {
  font: 30px/36px "sailecBold";
  margin-bottom: 50px;
}
.association .mission .content {
  font: 36px/57px "sailecRegular";
  color: #fff;
}
.association .administration {
  padding: 90px 0 40px 0;
}
.association .administration .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 43px;
}
.association .administration .content {
  font: 21px/32px "sailecRegular";
  color: #030C14;
  margin-bottom: 1rem;
}
.association .administration__list {
  margin-top: 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.association .administration__list .item {
  width: 26.3%;
  margin: 0 8% 8% 0;
  text-align: center;
}
.association .administration__list .item:nth-child(3n) {
  margin-right: 0;
}
.association .administration__list .item .img-wrap {
  background: linear-gradient(90deg, #FADC38, #FAC500);
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 360px;
  height: 360px;
}
.association .administration__list .item .img-wrap:hover .description {
  visibility: visible;
  opacity: 1;
}
.association .administration__list .item .img-wrap .img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.association .administration__list .item .img-wrap .img__placeholder {
  padding: 34px;
}
.association .administration__list .item .img-wrap .description {
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 26, 74, 0.8);
  color: #fff;
  font: 13px/21px "sailecRegular";
  padding: 0 44px;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s, visibility 0.2s;
}
.association .administration__list .item__content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 2rem;
  align-items: center;
}
.association .administration__list .item__content .text .name {
  color: #0078BF;
  font: 20px/24px "sailecBold";
}
.association .administration__list .item__content .text .info {
  font: 20px/24px "sailecLight";
}
.association .administration__list .item__content .btn-round {
  max-width: 48px;
  min-width: 48px;
  background: #0078BF;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
.association .administration__list .item__content .btn-round:hover {
  background-color: #001A4A;
}
.association .administration__list .item__content .btn-round img {
  width: 24px;
}
.association .administration-accordion {
  padding-bottom: 85px;
}
.association .administration-accordion .content {
  width: 100%;
  flex-wrap: wrap;
  margin-top: 50px;
}
.association .administration-accordion .content .item {
  display: inline-block;
  width: 31%;
  margin: 0 3% 3% 0;
}
.association .administration-accordion .content .item:nth-child(3n) {
  margin-right: 0;
}
.association .administration-accordion .content .item__content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
.association .administration-accordion .content .item .text .name {
  color: #0078BF;
  font: 20px/24px "sailecBold";
}
.association .administration-accordion .content .item .text .info {
  font: 20px/24px "sailecLight";
}
.association .administration-accordion .content .item .btn-round {
  background: #0078BF;
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
.association .administration-accordion .content .item .btn-round:hover {
  background-color: #001A4A;
}
.association .administration-accordion .content .item .btn-round img {
  width: 24px;
}
.association .implications {
  padding: 90px 0;
  background-color: #F4F4F4;
}
.association .implications .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 40px;
}
.association .implications .content {
  font: 21px/32px "sailecLight";
  color: #030C14;
  margin-bottom: 60px;
}
.association .implications .tab {
  display: flex;
  padding-top: 1.5rem;
}
.association .implications .tab #tabs-implications {
  z-index: 99;
  webkit-box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
  list-style-type: none;
  background-color: #fff;
  border-radius: 10px 0 0 0;
  width: 50%;
  height: 100%;
}
.association .implications .tab #tabs-implications li {
  cursor: pointer;
}
.association .implications .tab #tabs-implications li a {
  padding: 25px 50px;
  outline: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.association .implications .tab #tabs-implications li a .text .date {
  color: #030C14;
  font: 15px/17px "sailecLight";
}
.association .implications .tab #tabs-implications li a .text .titre {
  color: #0078BF;
  font: 21px/26px "sailecBold";
  margin-top: 13px;
}
.association .implications .tab #tabs-implications li a:hover {
  background-color: #0078BF;
}
.association .implications .tab #tabs-implications li a:hover .text .date {
  color: #fff;
}
.association .implications .tab #tabs-implications li a:hover .text .titre {
  color: #fff;
}
.association .implications .tab #tabs-implications li a:hover span svg path {
  fill: #fff;
}
.association .implications .tab #tabs-implications li:first-child a {
  border-radius: 10px 0 0 0;
}
.association .implications .tab #tabs-implications li a.active {
  background: linear-gradient(90deg, #0078BF, #1645B7);
}
.association .implications .tab #tabs-implications li a.active .date {
  color: #fff;
}
.association .implications .tab #tabs-implications li a.active .titre {
  color: #fff;
}
.association .implications .tab #tabs-implications li a.active span svg path {
  fill: #fff;
}
.association .implications .tab .implicationsResults {
  width: 50%;
  background-color: #fff;
}
.association .implications .tab .implicationsResults .item {
  padding: 60px;
}
.association .implications .tab .implicationsResults .item .date {
  color: #7d7d7d;
  font: 18px/20px "sailecRegular";
  margin-bottom: 23px;
}
.association .implications .tab .implicationsResults .item .title {
  color: #030C14;
  font: 26px/31px "sailecBold";
  margin-bottom: 55px;
}
.association .implications .tab .implicationsResults .item .text p {
  color: #030C14;
  font: 20px/32px "sailecRegular";
}
.association .implications .tab .implicationsResults .item .text a {
  color: #fff;
  padding: 15px 20px 12px 16px;
  border-radius: 30px;
  background: #0078BF;
  font: 16px/16px "sailecRegular";
  margin-top: 15px;
  display: inline-block;
  transition: all 0.3s ease;
}
.association .implications .tab .implicationsResults .item .text a:hover {
  background: #FFCD49;
  color: #030C14;
}
.association .implications .tab .pagination-small {
  background: linear-gradient(90deg, #FADC38, #FAC500);
  padding: 20px 50px;
}
.association .implications .tab .pagination-small .inner-pagination {
  display: flex;
  justify-content: space-between;
}
.association .implications .tab .pagination-small .inner-pagination .btn__next a, .association .implications .tab .pagination-small .inner-pagination .btn__prev a {
  font: 20px/25px "sailecBold";
  color: #001A4A;
  display: flex;
  align-items: end;
  transition: all 0.3s ease;
}
.association .implications .tab .pagination-small .inner-pagination .btn__next a svg, .association .implications .tab .pagination-small .inner-pagination .btn__prev a svg {
  transition: all 0.3s ease;
  width: 34px;
  margin-left: 21px;
}
.association .implications .tab .pagination-small .inner-pagination .btn__next a:hover, .association .implications .tab .pagination-small .inner-pagination .btn__prev a:hover {
  color: #0078BF;
}
.association .implications .tab .pagination-small .inner-pagination .btn__next a:hover svg path, .association .implications .tab .pagination-small .inner-pagination .btn__prev a:hover svg path {
  fill: #0078BF;
}
.association .implications .tab .pagination-small .inner-pagination .page-nb {
  position: relative;
}
.association .implications .tab .pagination-small .inner-pagination .page-nb .page-nb__current {
  position: absolute;
  left: -4px;
}
.association .implications .tab .pagination-small .inner-pagination .page-nb .page-nb__total {
  position: absolute;
  right: -4px;
  bottom: -4px;
}
.association .implications .tab .pagination-small .inner-pagination .page-nb span {
  font: 13px/16px "sailecBold";
}

.etudiant .soutientOffert {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.etudiant .soutientOffert .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.etudiant .soutientOffert .list .item {
  width: 31.3%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  padding: 44px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.etudiant .soutientOffert .list .item .supTitle {
  font: 18px/30px "sailecRegular";
  margin-bottom: 10px;
}
.etudiant .soutientOffert .list .item .title {
  font: 26px/30px "sailecBold";
  margin-bottom: 65px;
}
.etudiant .soutientOffert .list .item .title a {
  color: #0078BF;
  transition: all 0.3s ease;
}
.etudiant .soutientOffert .list .item .title a:hover {
  color: #FFCD49;
}
.etudiant .soutientOffert .list .item .btn-blue-outline {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
}
.etudiant .soutientOffert .list .item:nth-child(3n) {
  margin-right: 0;
}

.single-soutien .impacts {
  padding: 160px 0 70px 0;
  background-color: #F4F4F4;
}
.single-soutien .impacts .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  padding-bottom: 40px;
}
.single-soutien .impacts ul {
  list-style-position: inside;
  list-style-type: none;
  list-style-image: url("../icons/icn-list-style-type-dot.svg");
}
.single-soutien .impacts ul li {
  font: 21px/32px "sailecRegular";
}
.single-soutien .moyens {
  padding: 105px 0;
}
.single-soutien .moyens .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  padding-bottom: 40px;
}
.single-soutien .moyens ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}
.single-soutien .moyens ul li {
  display: flex;
  align-items: baseline;
  padding-right: 50px;
  font: 21px/32px "sailecRegular";
}
.single-soutien .moyens ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
.single-soutien .moyens ul li img {
  width: 26px;
  margin-right: 30px;
}
.single-soutien .accordion {
  padding: 100px 0;
  background-color: #F4F4F4;
}
.single-soutien .accordion ul {
  list-style: none;
}
.single-soutien .accordion ul > li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.single-soutien .accordion ul > li:nth-last-child(0) {
  margin-bottom: 0;
}
.single-soutien .accordion ul > li .content {
  display: none;
  margin: 0 0 4rem 0;
}
.single-soutien .accordion ul > li .content .text {
  padding: 30px 0 10px 0;
  font: 21px/32px "sailecRegular";
}
.single-soutien .accordion ul > li .content .text a {
  color: #0078BF;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.single-soutien .accordion ul > li .content .text a:hover {
  color: #FFCD49;
}
.single-soutien .accordion ul > li .content .text p:not(:last-child) {
  margin-bottom: 15px;
}
.single-soutien .accordion ul > li > a {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font: 18px/23px "sailecBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.single-soutien .accordion ul > li > a:not(:last-child) {
  margin-bottom: 1rem;
}
.single-soutien .accordion ul > li > a:hover {
  background: linear-gradient(90deg, #073179, #001A4A);
}
.single-soutien .accordion ul > li > a span {
  position: absolute;
  top: 25%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.single-soutien .accordion ul > li > a span img, .single-soutien .accordion ul > li > a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 25px;
}
.single-soutien .accordion ul > li > a span img path, .single-soutien .accordion ul > li > a span svg path {
  fill: #fff;
}
.single-soutien .accordion ul > li > a:hover {
  color: #fff;
}
.single-soutien .accordion ul > li > a.active span {
  transform: rotate(90deg);
}
.single-soutien .accordion ul > li > a.active span img, .single-soutien .accordion ul > li > a.active span svg {
  left: 45%;
}

.listepages {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.listepages .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listepages .list .item {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 31.3%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in;
}
.listepages .list .item:nth-child(3n) {
  margin-right: 0;
}
.listepages .list .item .title {
  display: block;
  margin-bottom: 65px;
  font: 26px/30px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.listepages .list .item .btn-blue-outline {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
  text-align: center;
  transition: all 0.25s;
  color: #0078BF;
  border: 2px solid #0078BF;
  padding: 16px 23px 14px 23px;
  border-radius: 50px;
  font: 20px/24px "sailecBold";
}
.listepages .list .item:hover {
  background-color: #FFCD49;
}
.box {
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #bbb;
  text-align: center;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.slide-in .overlay {
  background-color: #6addaa;
  line-height: 200px;
  color: #fff;
  transform: translateX(-100%);
  -webkit-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.slide-in .box:hover .overlay {
  transform: translateX(0);
}

.listepages-etudiantsSoutien {
  background-color: #F4F4F4;
  padding: 160px 0 0 0;
}
.listepages-etudiantsSoutien .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.listepages-etudiantsSoutien .list .item {
  display: flex;
  width: 48.5%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}
.listepages-etudiantsSoutien .list .item:nth-child(2n) {
  margin-right: 0;
}
.listepages-etudiantsSoutien .list .item__noImg .content {
  width: 100% !important;
}
.listepages-etudiantsSoutien .list .item .img {
  width: 35%;
  display: inline-flex;
}
.listepages-etudiantsSoutien .list .item .img img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  object-fit: cover;
}
.listepages-etudiantsSoutien .list .item .content {
  width: 65%;
  padding: 2rem;
}
.listepages-etudiantsSoutien .list .item .content .libelle {
  color: #001A4A;
  font: 18px/30px "sailecRegular";
  padding-bottom: 15px;
  display: block;
}
.listepages-etudiantsSoutien .list .item .content .title {
  display: block;
  margin-bottom: 65px;
  font: 26px/30px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.listepages-etudiantsSoutien .list .item .content .title:hover {
  color: #FFCD49;
}
.listepages-etudiantsSoutien .list .item .content .btn-blue-outline {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem;
  color: #0078BF;
  border: 2px solid #0078BF;
  transition: all 0.3s ease;
}
.listepages-etudiantsSoutien .list .item .content .btn-blue-outline:hover {
  border: 2px solid #FFCD49;
  background-color: #FFCD49;
  color: #001A4A;
}
.listepages-etudiantsSoutien .trouverConseiller {
  margin-top: 90px;
}

.etudiants-entreprendre .builder-content {
  padding: 160px 0 70px 0;
  background-color: #F4F4F4;
}
.etudiants-entreprendre .builder-content h1, .etudiants-entreprendre .builder-content h2, .etudiants-entreprendre .builder-content h3 {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 36px;
}
.etudiants-entreprendre .builder-content p {
  font: 21px/32px "sailecRegular";
}
.etudiants-entreprendre .builder-content ul {
  padding: 50px 0;
  list-style-position: inside;
  list-style-type: none;
  list-style-image: url("../icons/icn-list-style-type-dot.svg");
}
.etudiants-entreprendre .builder-content ul li {
  font: 21px/32px "sailecRegular";
}
.etudiants-entreprendre .builder-content ol {
  padding: 50px 0;
  list-style-position: inside;
  list-style-type: none;
  margin-left: 20px;
}
.etudiants-entreprendre .builder-content ol li {
  counter-increment: count-me;
  font: 21px/32px "sailecRegular";
}
.etudiants-entreprendre .builder-content ol li::before {
  content: counter(count-me) ". ";
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1em;
  top: 0.05em;
  color: #0078BF;
  font-weight: bold;
}
.etudiants-entreprendre .questionTable {
  background: linear-gradient(90deg, #073179, #001A4A);
  padding: 90px 0;
}
.etudiants-entreprendre .questionTable .title {
  color: #fff;
  font: 21px/32px "sailecRegular";
  margin-bottom: 40px;
}
.etudiants-entreprendre .questionTable .table {
  display: flex;
}
.etudiants-entreprendre .questionTable .table .tabs {
  width: 40%;
  z-index: 2;
  webkit-box-shadow: 13px 0 5px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 13px 0 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 13px 0 5px -2px rgba(0, 0, 0, 0.1);
}
.etudiants-entreprendre .questionTable .table .tabs ul.question {
  list-style-type: none;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li {
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:first-child {
  border-radius: 20px 0 0 0;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:first-child a {
  border-radius: 20px 0 0 0;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:last-child {
  border-radius: 0 0 0 20px;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:last-child a {
  border-radius: 0 0 0 20px;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:hover {
  background-color: #0078BF;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li:hover a {
  color: #fff;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li a {
  padding: 27px 40px;
  outline: none;
  display: flex;
  justify-content: flex-start;
  font: 21px/26px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li a.active {
  background: linear-gradient(90deg, #0078BF, #1645B7);
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li a.active .text {
  color: #fff;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li .number {
  display: inline-flex;
  align-items: center;
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li .number span {
  min-width: 58px;
  max-width: 58px;
  width: 58px;
  min-height: 58px;
  max-height: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #001A4A;
  font: 22px/58px "sailecBold";
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.etudiants-entreprendre .questionTable .table .tabs ul.question li .text {
  margin-left: 26px;
  display: inline-flex;
  align-items: center;
}
.etudiants-entreprendre .questionTable .table .tabs-content {
  width: 60%;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  display: flex;
  align-items: center;
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text {
  width: 100%;
  display: none;
  padding: 50px 104px;
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text.active {
  display: block;
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text h1, .etudiants-entreprendre .questionTable .table .tabs-content .content_text h2, .etudiants-entreprendre .questionTable .table .tabs-content .content_text h3, .etudiants-entreprendre .questionTable .table .tabs-content .content_text h4 {
  font: 30px/36px "sailecBold";
  color: #0078BF;
  margin-bottom: 65px;
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text ul {
  list-style-position: inside;
  list-style-image: url(../icons/icn-list-arrow-right.svg);
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text ul li {
  padding-bottom: 50px;
  font: 21px/24px "sailecRegular";
}
.etudiants-entreprendre .questionTable .table .tabs-content .content_text ul li:last-child {
  padding-bottom: 0;
}
.etudiants-entreprendre .evaluation {
  padding: 105px 0;
}
.etudiants-entreprendre .evaluation .row {
  display: flex;
}
.etudiants-entreprendre .evaluation .col {
  width: 50%;
  padding: 60px;
}
.etudiants-entreprendre .evaluation .col .title {
  margin-bottom: 55px;
}
.etudiants-entreprendre .evaluation .col:first-of-type {
  padding: 60px;
  display: flex;
  align-items: center;
  webkit-box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
  box-shadow: 13px 0 16px -2px rgba(0, 0, 0, 0.08);
}
.etudiants-entreprendre .evaluation .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
}
.etudiants-entreprendre .evaluation .text {
  font: 21px/32px "sailecRegular";
}
.etudiants-entreprendre .evaluation .item {
  display: flex;
  margin-bottom: 30px;
}
.etudiants-entreprendre .evaluation .item__number {
  width: 10%;
  position: relative;
  margin-top: 58px;
  border-left: 3px solid #001A4A;
}
.etudiants-entreprendre .evaluation .item__number span {
  position: absolute;
  left: -29px;
  top: -70px;
  width: 58px;
  height: 58px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #001A4A;
  font: 22px/58px "sailecBold";
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.etudiants-entreprendre .evaluation .item__content {
  width: 90%;
}
.etudiants-entreprendre .evaluation .item__content .title {
  margin-bottom: 35px;
}
.etudiants-entreprendre .evaluation .item__content span {
  color: #001A4A;
  font: 27px/39px "sailecBold";
}
.etudiants-entreprendre .evaluation .item:nth-last-child(2) {
  margin-bottom: 0;
}
.etudiants-entreprendre .evaluation .item-last {
  margin-bottom: 0;
}
.etudiants-entreprendre .evaluation .item-last .item__number {
  margin-top: 0;
  margin-bottom: 80px;
}
.etudiants-entreprendre .evaluation .item-last .item__number img {
  position: absolute;
  bottom: -11px;
  left: -2px;
  transform: translate(-50%, -50%);
}
.etudiants-entreprendre .evaluation .item-last .item__content {
  padding-top: 90px;
}
.etudiants-entreprendre .bannerCTA {
  background: linear-gradient(90deg, #0078BF, #1645B7);
}
.etudiants-entreprendre .bannerCTA > div {
  background-image: url("../icons/icn-soutien-offert.svg");
  background-repeat: no-repeat;
  background-position: 11% 50%;
  background-size: contain;
  background-size: 208px;
  padding: 100px 0;
}
.etudiants-entreprendre .bannerCTA .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etudiants-entreprendre .bannerCTA .content {
  width: 80%;
}
.etudiants-entreprendre .bannerCTA .content .title {
  font: 30px/36px "sailecBold";
  padding-bottom: 20px;
  color: #fff;
}
.etudiants-entreprendre .bannerCTA .content .text {
  font: 21px/32px "sailecRegular";
  color: #fff;
}
.etudiants-entreprendre .soutienOffert {
  background: linear-gradient(-90deg, #FADC38, #FAC500);
}
.etudiants-entreprendre .soutienOffert > div {
  background-image: url("../icons/icn-soutien-offert.svg");
  background-repeat: no-repeat;
  background-position: 11% 50%;
  background-size: contain;
  background-size: 208px;
  padding: 100px 0;
}
.etudiants-entreprendre .soutienOffert .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etudiants-entreprendre .soutienOffert .content {
  width: 80%;
}
.etudiants-entreprendre .soutienOffert .content .title {
  font: 30px/36px "sailecBold";
  padding-bottom: 20px;
  color: #001A4A;
}
.etudiants-entreprendre .soutienOffert .content .text {
  font: 21px/32px "sailecRegular";
  color: #001A4A;
}
.etudiants-entreprendre .accordion {
  padding: 100px 0;
  background-color: #F4F4F4;
}
.etudiants-entreprendre .accordion ul {
  list-style: none;
}
.etudiants-entreprendre .accordion ul > li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.etudiants-entreprendre .accordion ul > li:nth-last-child(0) {
  margin-bottom: 0;
}
.etudiants-entreprendre .accordion ul > li .content {
  display: none;
  margin: 0 0 4rem 0;
}
.etudiants-entreprendre .accordion ul > li .content .text {
  padding: 30px 0 10px 0;
  font: 21px/32px "sailecRegular";
}
.etudiants-entreprendre .accordion ul > li .content .text a {
  color: #0078BF;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.etudiants-entreprendre .accordion ul > li .content .text a:hover {
  color: #FFCD49;
}
.etudiants-entreprendre .accordion ul > li .content .text p:not(:last-child) {
  margin-bottom: 15px;
}
.etudiants-entreprendre .accordion ul > li > a {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font: 18px/23px "sailecBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.etudiants-entreprendre .accordion ul > li > a:not(:last-child) {
  margin-bottom: 1rem;
}
.etudiants-entreprendre .accordion ul > li > a:hover {
  background: linear-gradient(90deg, #073179, #001A4A);
}
.etudiants-entreprendre .accordion ul > li > a span {
  position: absolute;
  top: 25%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.etudiants-entreprendre .accordion ul > li > a span img, .etudiants-entreprendre .accordion ul > li > a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 25px;
}
.etudiants-entreprendre .accordion ul > li > a span img path, .etudiants-entreprendre .accordion ul > li > a span svg path {
  fill: #fff;
}
.etudiants-entreprendre .accordion ul > li > a:hover {
  color: #fff;
}
.etudiants-entreprendre .accordion ul > li > a.active span {
  transform: rotate(90deg);
}
.etudiants-entreprendre .accordion ul > li > a.active span img, .etudiants-entreprendre .accordion ul > li > a.active span svg {
  left: 45%;
}

.single-soutien .impacts {
  padding: 160px 0 70px 0;
  background-color: #F4F4F4;
}
.single-soutien .impacts .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  padding-bottom: 40px;
}
.single-soutien .impacts ul {
  list-style-position: inside;
  list-style-type: none;
  list-style-image: url("../icons/icn-list-style-type-dot.svg");
}
.single-soutien .impacts ul li {
  font: 21px/32px "sailecRegular";
}
.single-soutien .moyens {
  padding: 105px 0;
}
.single-soutien .moyens .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  padding-bottom: 40px;
}
.single-soutien .moyens ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
}
.single-soutien .moyens ul li {
  display: flex;
  align-items: baseline;
  padding-right: 50px;
  font: 21px/32px "sailecRegular";
}
.single-soutien .moyens ul li:not(:last-of-type) {
  margin-bottom: 40px;
}
.single-soutien .moyens ul li img {
  width: 26px;
  margin-right: 30px;
}
.single-soutien .accordion {
  padding: 100px 0;
  background-color: #F4F4F4;
}
.single-soutien .accordion ul {
  list-style: none;
}
.single-soutien .accordion ul > li {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.single-soutien .accordion ul > li:nth-last-child(0) {
  margin-bottom: 0;
}
.single-soutien .accordion ul > li .content {
  display: none;
  margin: 0 0 4rem 0;
}
.single-soutien .accordion ul > li .content .text {
  padding: 30px 0 10px 0;
  font: 21px/32px "sailecRegular";
}
.single-soutien .accordion ul > li .content .text a {
  color: #0078BF;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.single-soutien .accordion ul > li .content .text a:hover {
  color: #FFCD49;
}
.single-soutien .accordion ul > li .content .text p:not(:last-child) {
  margin-bottom: 15px;
}
.single-soutien .accordion ul > li > a {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  border-radius: 30px;
  padding: 10px 20px;
  color: #fff;
  font: 18px/23px "sailecBold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.single-soutien .accordion ul > li > a:not(:last-child) {
  margin-bottom: 1rem;
}
.single-soutien .accordion ul > li > a:hover {
  background: linear-gradient(90deg, #073179, #001A4A);
}
.single-soutien .accordion ul > li > a span {
  position: absolute;
  top: 25%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: all 0.3s ease;
  transform: rotate(0deg);
}
.single-soutien .accordion ul > li > a span img, .single-soutien .accordion ul > li > a span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 25px;
}
.single-soutien .accordion ul > li > a span img path, .single-soutien .accordion ul > li > a span svg path {
  fill: #fff;
}
.single-soutien .accordion ul > li > a:hover {
  color: #fff;
}
.single-soutien .accordion ul > li > a.active span {
  transform: rotate(90deg);
}
.single-soutien .accordion ul > li > a.active span img, .single-soutien .accordion ul > li > a.active span svg {
  left: 45%;
}

.etudiant-conseiller .trouver {
  background-color: #F4F4F4;
}
.etudiant-conseiller .trouver > div {
  background-image: url("../icons/icn-conseiller-dark.svg");
  background-repeat: no-repeat;
  background-position: 11% 73%;
  background-size: contain;
  background-size: 208px;
  padding: 160px 0 95px 0;
}
.etudiant-conseiller .trouver .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.etudiant-conseiller .trouver .content {
  width: 50%;
}
.etudiant-conseiller .trouver .content .title {
  font: 30px/36px "sailecBold";
  padding-bottom: 32px;
  color: #001A4A;
}
.etudiant-conseiller .trouver .content .text {
  font: 21px/32px "sailecRegular";
  color: #001A4A;
}
.etudiant-conseiller .trouver .select {
  width: 40%;
}
.etudiant-conseiller .trouver .select2-container .select2-selection--single {
  border: 1px solid #0078BF;
}
.etudiant-conseiller .trouver .select2-container .select2-selection--single .select2-selection__rendered {
  color: #0078BF;
}
.etudiant-conseiller .trouver .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #030C14;
}

.single-members {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.single-members .intro {
  display: flex;
  align-items: center;
}
.single-members .intro .img {
  margin-right: 130px;
  position: relative;
}
.single-members .intro .img .number {
  position: absolute;
  right: 0;
  right: -80px;
  top: 50%;
  display: flex;
  align-items: center;
}
.single-members .intro .img .number span {
  transform: translate(0, -50%);
  width: 119px;
  height: 119px;
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
  color: #001A4A;
  font: 52px/119px "sailecBold";
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
.single-members .intro .content .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 35px;
}
.single-members .intro .content .text {
  font: 21px/32px "sailecRegular";
}
.single-members .members {
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-members .members .member-item {
  width: 31.3%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  padding: 45px 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.single-members .members .member-item .name {
  color: #030C14;
  font: 21px/32px "sailecBold";
  margin-bottom: 5px;
}
.single-members .members .member-item .fonction {
  color: #030C14;
  font: 17px/22px "sailecRegular";
}
.single-members .members .member-item ul {
  margin-top: 25px;
  list-style-type: none;
}
.single-members .members .member-item ul li {
  display: flex;
  align-items: center;
}
.single-members .members .member-item ul li:not(:last-child) {
  margin-bottom: 10px;
}
.single-members .members .member-item ul li .btn-round {
  margin-right: 15px;
  background: #0078BF;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  transition: all 0.3s ease;
}
.single-members .members .member-item ul li .btn-round:hover {
  background-color: #001A4A;
}
.single-members .members .member-item ul li .btn-round img {
  width: 16px;
}
.single-members .members .member-item ul li .text {
  color: #030C14;
  font: 17px/20px "sailecRegular";
  transition: all 0.3s ease;
  word-break: break-word;
}
.single-members .members .member-item ul li .text:hover {
  color: #FFCD49;
}
.single-members .members .member-item ul li:first-child {
  margin-bottom: 25px;
}
.single-members .members .member-item:nth-child(3n) {
  margin-right: 0;
}

.documentations {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.documentations .wrap {
  display: flex;
}
.documentations aside {
  width: 30%;
}
.documentations aside .filters {
  background: linear-gradient(180deg, #1645B7, #0078BF);
  padding: 55px 50px;
  border-radius: 10px 0 0 0;
}
.documentations aside .filters__member {
  background: linear-gradient(45deg, #001A4A, #073179);
}
.documentations aside .filters .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.documentations aside .filters .filter:not(:last-child) {
  margin-bottom: 40px;
}
.documentations aside .filters .filter:hover a.SelectCatBtn {
  color: #FFCD49;
}
.documentations aside .filters .filter:hover span {
  background-color: #FFCD49;
}
.documentations aside .filters .filter:hover span:before {
  border-top: 2px solid #FFCD49;
  background: #FFCD49;
}
.documentations aside .filters .filter a.SelectCatBtn {
  color: #fff;
  font: 16px/19px "sailecBold";
  display: block;
  clear: both;
  transition: all 0.3s ease;
}
.documentations aside .filters .filter span {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #001A4A;
  font: 11px/28px "sailecBold";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  position: relative;
}
.documentations aside .filters .filter span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  border-top: 2px solid #fff;
  background: #fff;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.documentations aside .filters .filter a.SelectCatBtn.active {
  color: #FFCD49;
}
.documentations aside .filters .filter a.SelectCatBtn.active span {
  background-color: #FFCD49;
}
.documentations aside .filters .filter a.SelectCatBtn.active span:before {
  border-top: 2px solid #FFCD49;
  background: #FFCD49;
}
.documentations aside .filters span.SelectCatBtn_number.active {
  background-color: #FFCD49;
}
.documentations aside .filters span.SelectCatBtn_number.active:before {
  border-top: 2px solid #FFCD49;
  background: #FFCD49;
}
.documentations aside .search {
  padding: 55px 50px;
  background-color: #3585c9;
  border-radius: 0 0 0 10px;
}
.documentations aside .search__member {
  background-color: #214077;
}
.documentations aside .search .title {
  color: #fff;
  font: 25px/30px "sailecBold";
  margin-bottom: 20px;
}
.documentations aside .search #searchDoc {
  outline: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  border-radius: 40px;
  padding: 22px 22px 19px 22px;
  width: 100%;
  border: 0;
  color: #0078BF;
  font: 16px/19px "sailecRegular";
  background-image: url("../icons/icn-search-blue.svg");
  background-repeat: no-repeat;
  background-position: 90% center;
}
.documentations aside .search #searchDoc::placeholder {
  color: #030C14;
  font: 16px/19px "sailecRegular";
}
.documentations .results {
  border-radius: 0 10px 10px 10px;
  padding: 55px 50px;
  width: 70%;
  background-color: #fff;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.documentations .results .results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 35px;
}
.documentations .results .results-header__title {
  font: 30px/36px "sailecBold";
  color: #0078BF;
}
.documentations .results .results-header__nb {
  font: 19px/23px "sailecLight";
  color: #0078BF;
}
.documentations .results .actualites .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #F4F4F4;
}
.documentations .results .actualites .item .content {
  padding: 22px 0;
}
.documentations .results .actualites .item .content .title {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
}
.documentations .results .actualites .item .content .text {
  color: #030C14;
  font: 14px/17px "sailecRegular";
}
.documentations .results .actualites .item .link {
  border-left: 2px solid #F4F4F4;
  padding: 18px 23px;
}
.documentations .results .actualites .item .link a {
  font: 12px/14px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.documentations .results .actualites .item .link a:hover {
  color: #FFCD49;
}
.documentations .results .actualites .no-results {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
}

.evenements {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}

.list-event {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list-event .item {
  position: relative;
  width: 48.5%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.list-event .item:nth-child(2n) {
  margin-right: 0;
}
.list-event .item__header {
  margin-bottom: 34px;
  max-width: 76%;
}
.list-event .item__header .title {
  color: #0078BF;
  font: 28px/36px "sailecBold";
  margin-bottom: 18px;
  display: block;
  transition: all 0.3s ease;
}
.list-event .item__header .title:hover {
  color: #FFCD49;
}
.list-event .item__header .cat {
  font: 15px/18px "sailecLight";
}
.list-event .item__content {
  margin-bottom: 48px;
}
.list-event .item__content ul {
  list-style-type: none;
}
.list-event .item__content ul li {
  display: inline-flex;
  align-items: center;
}
.list-event .item__content ul li:first-child {
  margin-bottom: 10px;
  margin-right: 40px;
}
.list-event .item__content ul li p {
  font: 19px/22px "sailecLight";
  display: inline-block;
}
.list-event .item__content ul li .btn-round {
  cursor: inherit;
  display: inline-flex;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
  margin-right: 15px;
  background: #0078BF;
  width: 39px;
  height: 39px;
}
.list-event .item__content ul li .btn-round img {
  width: 18px;
}
.list-event .item__content ul li .btn-round img.marker {
  width: 15px;
}
.list-event .item .price {
  background: linear-gradient(-90deg, #FADC38, #FAC500);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 10px 0 10px;
  padding: 20px 35px;
  text-align: center;
}
.list-event .item .price span {
  color: #001A4A;
  font: 14px/17px "sailecBold";
}
.list-event .item .price p {
  color: #001A4A;
  font: 36px/36px "sailecBold";
  margin-top: 8px;
}
.list-event .item__member {
  position: relative;
}
.list-event .item__member .only-member {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../icons/icn-close-event-member.svg), linear-gradient(90deg, rgba(250, 197, 0, 0.88), rgba(250, 220, 56, 0.88));
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 50px 40px;
  border-radius: 10px;
  z-index: 3;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.list-event .item__member .only-member .title {
  font: 41px/45px "sailecBold";
  color: #001A4A;
  margin-bottom: 13px;
}
.list-event .item__member .only-member .sub-title {
  font: 34px/38px "sailecRegular";
  color: #001A4A;
  margin-bottom: 40px;
}
.list-event .item__member .only-member .login {
  font: 26px/38px "sailecRegular";
  color: #001A4A;
}
.list-event .item__member .only-member .login span {
  cursor: pointer;
  color: #001A4A;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.list-event .item__member .only-member .login span:hover {
  color: #0078BF;
}

.articles {
  background-color: #F4F4F4;
  padding: 160px 0 95px 0;
}
.articles .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.articles .list .item {
  display: flex;
  width: 48.5%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.articles .list .item:nth-child(2n) {
  margin-right: 0;
}
.articles .list .item__noImg .content {
  width: 100% !important;
}
.articles .list .item .img {
  width: 35%;
  display: inline-flex;
}
.articles .list .item .img img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  object-fit: cover;
}
.articles .list .item .content {
  width: 65%;
  padding: 50px;
}
.articles .list .item .content__head {
  margin-bottom: 30px;
}
.articles .list .item .content__head .date {
  font: 17px/17px "sailecLight";
}
.articles .list .item .content__head .cat {
  font: 17px/17px "sailecRegular";
  transition: all 0.3s ease;
}
.articles .list .item .content .title {
  margin-bottom: 50px;
}
.articles .list .item .content .title a {
  font: 26px/33px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.articles .list .item .content .title a:hover {
  color: #FFCD49;
}

.single-articles .article {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.single-articles .article__content {
  background-color: #fff;
  padding: 65px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.single-articles .article__share .title {
  position: relative;
  padding-top: 65px;
  color: #0078BF;
  font: 17px/20px "sailecBold";
  margin-bottom: 20px;
  text-align: center;
}
.single-articles .article__share .title:before {
  content: "";
  position: absolute;
  left: 45%;
  top: 0;
  height: 3px;
  width: 10%;
  border-top: 3px solid #7d7d7d;
}
.single-articles .article__share .btn {
  display: flex;
  justify-content: center;
}
.single-articles .article__share .btn-round {
  margin-right: 15px;
  background: #0078BF;
  width: 63px;
  height: 63px;
  transition: all 0.3s ease;
}
.single-articles .article__share .btn-round:hover {
  background-color: #001A4A;
}
.single-articles .article__share .btn-round img {
  width: 30px;
}
.single-articles .related-articles {
  background-color: #fff;
  padding: 100px 0 90px 0;
}
.single-articles .related-articles .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 60px;
}
.single-articles .related-articles .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-articles .related-articles .list .item {
  display: flex;
  width: 48.5%;
  margin: 0 3% 3% 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.single-articles .related-articles .list .item:nth-child(2n) {
  margin-right: 0;
}
.single-articles .related-articles .list .item .img {
  width: 35%;
  display: inline-flex;
}
.single-articles .related-articles .list .item .img img {
  border-radius: 10px 0 0 10px;
  width: 100%;
  object-fit: cover;
}
.single-articles .related-articles .list .item .content {
  width: 65%;
  padding: 50px;
}
.single-articles .related-articles .list .item .content__head {
  margin-bottom: 30px;
}
.single-articles .related-articles .list .item .content__head .date {
  font: 17px/17px "sailecLight";
}
.single-articles .related-articles .list .item .content__head .cat {
  font: 17px/17px "sailecRegular";
  transition: all 0.3s ease;
}
.single-articles .related-articles .list .item .content .title {
  margin-bottom: 50px;
}
.single-articles .related-articles .list .item .content .title a {
  font: 26px/33px "sailecBold";
  color: #0078BF;
  transition: all 0.3s ease;
}
.single-articles .related-articles .list .item .content .title a:hover {
  color: #FFCD49;
}

.members-page {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.members-page .documents:not(:last-child) {
  margin-bottom: 80px;
}
.members-page .documents__header {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.members-page .documents__header .icon {
  width: 50px;
  margin-right: 20px;
}
.members-page .documents__header .title {
  font: 30px/36px "sailecBold";
  color: #001A4A;
}
.members-page .documents__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.members-page .documents__list .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  margin: 0 2% 2% 0;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  padding: 20px 25px;
  border-radius: 50px;
}
.members-page .documents__list .filter:nth-child(3n) {
  margin-right: 0;
}
.members-page .documents__list .filter a {
  font: 16px/16px "sailecBold";
  color: #fff;
}
.members-page .documents__list .filter span {
  transition: all 0.3s ease;
  background-color: #fff;
  color: #001A4A;
  font: 11px/28px "sailecBold";
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  position: relative;
}
.members-page .documents__list .filter span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -60px;
  border-top: 2px solid #fff;
  background: #fff;
  width: 50px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.single-event {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.single-event .content {
  display: flex;
}
.single-event .content .info-event {
  width: 65%;
  background-color: #fff;
  padding: 50px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.single-event .content .info-event .title {
  color: #0078BF;
  font: 30px/36px "sailecBold";
  margin-bottom: 35px;
}
.single-event .content .info-event__content {
  margin-bottom: 80px;
}
.single-event .content .info-event .forfait_item {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.single-event .content .info-event .forfait_item__title {
  color: #030C14;
  font: 18px/22px "sailecRegular";
}
.single-event .content .info-event .forfait_item .col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  border-bottom: 3px solid #E8E8E8;
}
.single-event .content .info-event .forfait_item .input-billet {
  display: flex;
  padding: 10px 0;
}
.single-event .content .info-event .forfait_item .input-billet__input {
  max-width: 80px;
  display: flex;
  flex-direction: column;
}
.single-event .content .info-event .forfait_item .input-billet__input label {
  font: 11px/12px "sailecRegular";
  color: #030C14;
}
.single-event .content .info-event .forfait_item .input-billet__input input {
  margin-top: 3px;
}
.single-event .content .info-event .forfait_item .input-billet__text {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.single-event .content .info-event .forfait_item .input-billet__text span {
  font: 18px/22px "sailecBold";
}
.single-event .content .info-event .forfait_item .price {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #FADC38, #FAC500);
  padding: 22px 28px;
  display: flex;
  align-items: center;
}
.single-event .content .info-event .forfait_item .price span {
  font: 24px/24px "sailecBold";
  color: #001A4A;
}
.single-event .content .info-event .addToCart {
  float: right;
  margin-top: 10px;
  font: 15px/15px "sailecRegular";
  padding: 15px 20px 13px 20px;
}
.single-event .content .info-event .addToCart:hover {
  background: #FFCD49;
  color: #001A4A;
}
.single-event .content .form {
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, #0078BF, #1645B7);
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.single-event .content .form .nocart {
  color: #fff;
}
.single-event .content .form.-success {
  background: #FFCD49;
}
.single-event .content .form.-success .form__summary .sub-title {
  color: #001A4A;
}
.single-event .content .form.-success .form__summary__items li {
  border-bottom: 2px solid #001A4A;
}
.single-event .content .form.-success .form__summary__items li:last-child {
  border-bottom: 0 !important;
}
.single-event .content .form.-success .form__summary__items li p {
  color: #001A4A;
}
.single-event .content .form.-success .form__summary__items li span {
  color: #001A4A;
}
.single-event .content .form.-success .form__summary .price-summary {
  border-top: 2px solid #001A4A;
}
.single-event .content .form.-success .form__summary .price-summary p {
  border-bottom: 1px solid #001A4A;
  color: #001A4A;
}
.single-event .content .form.-success .form__summary .price-summary p.total {
  color: #001A4A;
}
.single-event .content .form .-hide {
  display: none;
}
.single-event .content .form .sub-title {
  color: #fff;
  font: 22px/27px "sailecBold";
  margin-bottom: 25px;
}
.single-event .content .form__summary {
  padding: 50px;
}
.single-event .content .form__summary__items {
  list-style-type: none;
}
.single-event .content .form__summary__items li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 2px solid #fff;
  margin-top: 15px;
}
.single-event .content .form__summary__items li:first-child {
  margin-top: 0;
}
.single-event .content .form__summary__items li:last-child {
  border-bottom: 0;
}
.single-event .content .form__summary__items li p {
  color: #fff;
  font: 19px/23px "sailecRegular";
}
.single-event .content .form__summary__items li span {
  color: #fff;
  font: 18px/22px "sailecBold";
}
.single-event .content .form__summary .price-summary {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid white;
}
.single-event .content .form__summary .price-summary p {
  width: 100%;
  padding: 14px 0 10px 0;
  font: 15px "sailecRegular";
  color: white;
  border-bottom: 1px solid #5087dc;
  display: flex;
}
.single-event .content .form__summary .price-summary p span {
  flex: 1;
  text-align: right;
}
.single-event .content .form__summary .price-summary p.total {
  font-size: 24px;
  color: #fff;
  border-bottom: none;
}
.single-event .content .form__payment {
  padding: 50px;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.25));
}
.single-event .content .form__payment label {
  color: #fff;
}
.single-event .content .form__payment label.radio {
  font: 18px/22px "sailecRegular";
  margin-left: 10px;
}
.single-event .content .form__payment button {
  width: 100%;
  margin-top: 20px;
}
.single-event .content .form__payment__type p:not(last-child) {
  margin-bottom: 13px;
}
.single-event .content .form__payment input#EventCardNumber {
  background: #fff url(../icons/icn-creditcard.svg) no-repeat 17px 49%;
  padding-left: 59px;
}
.single-event .content .form__payment input#EventCodeCVC {
  background: #fff url(../icons/icn-creditcardcvc.svg) no-repeat 17px 46%;
  padding-left: 59px;
}
.single-event .content .form .ContentSuccess {
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  margin: 0 50px 50px 50px;
}
.single-event .content .form .ContentSuccess .title {
  font: 23px/23px "sailecBold";
  color: #001A4A;
  margin-bottom: 20px;
}
.single-event .content .form .ContentSuccess p {
  color: #001A4A;
  font: 18px/22px "sailecRegular";
  margin-bottom: 30px;
}
.single-event .content .form .ContentSuccess p:last-child {
  margin: 0;
}
.single-event .content .form .ContentSuccess p .orderID {
  font-weight: bold;
}
.single-event .btn-return {
  margin-top: 28px;
  color: #0078BF;
  font: 20px/24px "sailecBold";
  line-height: 1;
  display: inline-flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.single-event .btn-return img {
  transition: all 0.3s ease;
  margin-right: 18px;
}
.single-event .btn-return:hover {
  color: #FFCD49;
}
.single-event .btn-return:hover img {
  margin-right: 10px;
}

.popup-nousJoindre {
  position: fixed;
  z-index: 999;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  overflow-x: scroll;
  display: none;
  border-radius: 10px;
}
.popup-nousJoindre .col-gauche {
  overflow-y: scroll;
  width: 35%;
  background: linear-gradient(90deg, #073179, #001A4A);
  padding: 36px;
  position: relative;
  display: flex;
  align-items: center;
}
.popup-nousJoindre .col-gauche .content .logo {
  display: block;
  margin-bottom: 40px;
}
.popup-nousJoindre .col-gauche .content .logo svg {
  width: 300px;
}
.popup-nousJoindre .col-gauche .content .logo svg .cls-1 {
  fill: #fff;
}
.popup-nousJoindre .col-gauche .content .logo svg .cls-2 {
  fill: #fff;
}
.popup-nousJoindre .col-gauche .content .title {
  color: #fff;
  font: 52px/70px "sailecBold";
  margin-bottom: 28px;
}
.popup-nousJoindre .col-gauche .content .text {
  color: #fff;
  font: 21px/32px "sailecRegular";
}
.popup-nousJoindre .col-gauche .content .mail {
  margin: 25px 0 70px 0;
}
.popup-nousJoindre .col-gauche .content .mail .btn-round {
  display: inline-flex;
  background: #fff;
  width: 49px;
  height: 49px;
}
.popup-nousJoindre .col-gauche .content .mail__text {
  font: 25px/30px "sailecBold";
  margin-left: 18px;
  color: #fff;
  transition: all 0.3s ease;
}
.popup-nousJoindre .col-gauche .content .mail:hover .mail__text {
  color: #FFCD49;
}
.popup-nousJoindre .col-gauche .content .mail:hover .btn-round {
  background: #FFCD49;
  width: 49px;
  height: 49px;
}
.popup-nousJoindre .col-gauche .content .conseiller {
  position: relative;
}
.popup-nousJoindre .col-gauche .content .conseiller__title {
  color: #fff;
  font: 28px/33px "sailecBold";
  margin-bottom: 22px;
}
.popup-nousJoindre .col-gauche .content .conseiller .bkg-img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-nousJoindre .col-gauche a.btn-close {
  color: #0078BF;
  font: 23px/28px "sailecRegular";
  cursor: pointer;
}
.popup-nousJoindre .col-gauche a.btn-close span {
  margin-left: 10px;
  display: inline-flex;
  background: #0078BF;
  width: 49px;
  height: 49px;
  transition: all 0.3s ease;
}
.popup-nousJoindre .col-gauche a.btn-close span:hover {
  background: #FFCD49;
  width: 49px;
  height: 49px;
}
.popup-nousJoindre .col-gauche a.btn-close--mobile {
  display: none;
}
.popup-nousJoindre .col-form {
  overflow-y: scroll;
  width: 65%;
  background-color: #F4F4F4;
  position: relative;
}
.popup-nousJoindre .col-form a.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #0078BF;
  font: 23px/28px "sailecRegular";
  cursor: pointer;
  transition: all 0.3s ease;
}
.popup-nousJoindre .col-form a.btn-close span {
  margin-left: 10px;
  display: inline-flex;
  background: #0078BF;
  width: 49px;
  height: 49px;
}
.popup-nousJoindre .col-form a.btn-close--mobile {
  display: none;
}
.popup-nousJoindre .col-form a.btn-close:hover {
  color: #FFCD49;
}
.popup-nousJoindre .col-form a.btn-close:hover span {
  background: #FFCD49;
  width: 49px;
  height: 49px;
}
.popup-nousJoindre .col-form .formContact {
  padding: 100px 140px;
}
.popup-nousJoindre .col-form .formContact .title {
  font: 36px/40px "sailecBold";
  color: #001A4A;
  margin-bottom: 38px;
}
.popup-nousJoindre--open {
  display: flex;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

.corpsprofessoral .content {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}

.search__page {
  background-color: #F4F4F4;
  padding: 160px 0 95px 0;
}
.search__page .result__page {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, 0.05);
}
.search__page .result__page:first-child {
  margin-bottom: 38px;
}
.search__page .result__page .title {
  border-radius: 10px 10px 0 0;
  padding: 30px 60px;
  background: linear-gradient(90deg, #073179, #001A4A);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search__page .result__page .title h2 {
  color: #fff;
  font: 27px/32px "sailecBold";
}
.search__page .result__page .title span {
  color: #fff;
  font: 19px/23px "sailecLight";
}
.search__page .result__page .no-results-list p {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
}
.search__page .result__page .results-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
}
.search__page .result__page .results-list__item {
  width: 48.5%;
  margin: 0 3% 3% 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #F4F4F4;
}
.search__page .result__page .results-list__item:nth-child(2n) {
  margin-right: 0;
}
.search__page .result__page .results-list__item__title {
  display: block;
  color: #0078BF;
  font: 24px/25px "sailecBold";
  margin-bottom: 20px;
}
.search__page .result__page .results-list-document {
  padding: 60px;
}
.search__page .result__page .results-list-document__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #F4F4F4;
}
.search__page .result__page .results-list-document__item__title {
  color: #0078BF;
  font: 16px/19px "sailecRegular";
}
.search__page .result__page .results-list-document__item__btn {
  padding: 18px 23px;
  border-left: 2px solid #F4F4F4;
  color: #0078BF;
  font: 12px/14px "sailecBold";
  transition: all 0.3s ease;
}
.search__page .result__page .results-list-document__item__btn:hover {
  color: #FFCD49;
}

.inscription-membre {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.inscription-membre .formInscription {
  background-color: #fff;
  padding: 65px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}
.inscription-membre .formInscription .title {
  color: #001A4A;
  font: 35px/43px "sailecBold";
  padding-bottom: 35px;
}

.politique-accessibilite .content {
  background-color: #F4F4F4;
  padding: 160px 0 90px 0;
}
.politique-accessibilite .content .builder {
  background-color: #fff;
  padding: 65px;
  border-radius: 10px 0 10px 10px;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.1);
}

body.page-template-sitemap main .wrap > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.page-template-sitemap main .wrap > ul > li {
  margin: 0;
  padding: 0;
  width: 46%;
  padding: 20px 20px 18px 20px;
  background: #fff;
  float: left;
  margin: 0 2% 2% 2%;
  font: 21px/32px "sailecRegular";
}
body.page-template-sitemap main .wrap > ul > li a {
  color: #0078BF;
  transition: all 0.3s ease;
}
body.page-template-sitemap main .wrap > ul > li a:hover {
  color: #030C14;
}
body.page-template-sitemap main .wrap > ul > li .children {
  margin-top: 20px;
}
body.page-template-sitemap main .wrap > ul > li .children li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  list-style: none;
  font-size: 18px;
  line-height: 22px;
}
body.page-template-sitemap main .wrap > ul > li .children li:last-child {
  margin-bottom: 0;
}
body.page-template-sitemap main .wrap > ul > li .children li:before {
  content: url(../icons/icn-list-style-type-dot.svg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 1050px) {
  .home .home .hero__content .title {
    padding-top: 40px;
    font: 30px/38px "sailecBold";
  }
  .home .posts__implication {
    width: 100%;
  }
  .home .posts__implication .col-img {
    width: 35%;
  }
  .home .posts__implication .col-content {
    width: 65%;
    order: -1;
  }
  .home .posts__implication .col-content .article__header .link {
    text-align: right;
  }
  .home .posts__article {
    width: 100%;
  }
  .home .posts__article .col-img {
    width: 35%;
  }
  .home .posts__article .col-content {
    width: 65%;
  }
  .home .posts__article .col-content .article__header .link {
    text-align: right;
  }
}
@media all and (max-width: 950px) {
  .home .hero {
    width: 100%;
    padding: 95px 0 0 0;
    display: block;
  }
  .home .hero__content {
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 30px 80px 30px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .home .hero__content .title {
    padding-top: 0;
    font: 30px/38px "sailecBold";
  }
  .home .hero__content .bottom {
    margin-bottom: 0;
  }
  .home .hero__content .anchor {
    display: none;
  }
  .home .hero__content .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }
  .home .hero__content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home .hero__cta {
    width: 100%;
    background-image: none !important;
    border-radius: 0;
  }
  .home .hero__cta .block-content {
    width: 100%;
    position: relative;
  }
  .home .hero__cta__block {
    width: 50%;
  }
  .home .hero__cta__block:first-of-type {
    border-radius: 0;
  }
  .home .university_members {
    padding: 123px 0;
  }
  .home .university_members .title {
    font: 30px/36px "sailecBold";
  }
  .home .university_members .intro {
    padding-top: 65px;
    display: flex;
    align-items: center;
  }
  .home .university_members .intro .img {
    margin-right: 15px;
    width: 200px;
  }
  .home .university_members .intro .img img {
    width: 150px;
  }
  .home .university_members .intro .img .number {
    position: absolute;
    right: 25px;
    top: 50%;
    display: flex;
    align-items: center;
  }
  .home .university_members .intro .img .number span {
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
    color: #001A4A;
    font: 30px/60px "sailecBold";
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .home .university_members .intro .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 30%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: inline-block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .home .posts__implication {
    margin-bottom: 3rem;
  }
  .home .posts__article .col-content .article__content .title {
    font: 20px/35px "sailecBold";
    margin-bottom: 20px;
  }
  .home .posts__implication .col-content .article__content .title {
    font: 20px/35px "sailecBold";
    margin-bottom: 30px;
  }
  .home .posts__article .col-content .article__content .excerpt, .home .posts__implication .col-content .article__content .excerpt {
    display: none;
  }
  .home .posts__article .col-content {
    padding: 80px 30px;
  }
  .home .posts__article .col-img .pagination {
    display: none;
  }
  .home .home .hero__cta__block {
    width: 100%;
  }
  .home .posts {
    padding: 0;
  }
  .home .posts__implication {
    width: 100%;
  }
  .home .posts__implication .col-img {
    display: none;
  }
  .home .posts__implication .col-img .img-article {
    display: none;
  }
  .home .posts__implication .col-content {
    width: 100%;
  }
  .home .posts__article {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .home .posts__article .col-img {
    width: 100%;
  }
  .home .posts__article .col-img .img-article {
    display: none;
  }
  .home .posts__article .col-img .pagination {
    position: relative;
    border-radius: 0;
    width: 100%;
    background: none;
  }
  .home .posts__article .col-img .pagination .number {
    width: 63px;
    margin: 0 auto;
  }
  .home .posts__article .col-img .pagination .btn {
    justify-content: space-around;
  }
  .home .posts__article .col-content {
    width: 100%;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 30%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
  footer .footer-right .title {
    font: 38px/50px "sailecBold";
  }
}
@media all and (max-width: 600px) {
  .university_members {
    padding: 123px 0;
  }
  .university_members .intro {
    padding-top: 65px;
    display: flex;
    align-items: center;
  }
  .university_members .intro .img {
    display: none;
  }
  .university_members .intro .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .university_members .intro .content a {
    display: block;
    width: 45%;
    margin: 0 5% 3% 0;
  }
  .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 500px) {
  .home .home .hero__content .title {
    padding-top: 20px;
    font: 26px/36px "sailecBold";
  }
}
@media all and (max-width: 425px) {
  .home .posts__implication, .home .posts__article {
    width: 100%;
  }
  .home .posts__implication .col-img, .home .posts__article .col-img {
    display: none;
  }
  .home .posts__implication .col-content, .home .posts__article .col-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .posts__implication .col-content .article__header, .home .posts__article .col-content .article__header {
    display: block;
  }
  .home .posts__implication .col-content .article__header .title, .home .posts__article .col-content .article__header .title {
    margin-bottom: 15px;
  }
  .home .university_members {
    padding: 80px 0;
  }
  .home .university_members .intro {
    padding-top: 30px;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 29%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 320px) {
  .home .university_members {
    padding: 80px 0;
  }
  .home .university_members .intro {
    padding-top: 30px;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 45%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(1n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1024px) {
  main .wrap {
    flex-wrap: wrap;
  }
  main .wrap #content-builder {
    width: 100%;
    padding-right: 0;
  }
  main .wrap sidebar {
    width: 100%;
    flex: initial;
  }
}
@media all and (max-width: 950px) {
  #content-builder .title {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 800px) {
  main .wrap #content-builder .title {
    font: 30px/30px "sailecBold";
  }
  main .wrap #content-builder .text-two-cols {
    flex-wrap: wrap;
  }
  main .wrap #content-builder .text-two-cols > div {
    width: 100%;
    margin-right: 0;
  }
  main .wrap #content-builder .buttons a {
    margin-bottom: 20px;
  }
  main .wrap #content-builder .photos-double {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  main .wrap #content-builder .photos-double .slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  main .wrap #content-builder .photos-texte {
    flex-wrap: wrap;
  }
  main .wrap #content-builder .photos-texte .slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 55%;
  }
  main .wrap #content-builder .photos-texte .text {
    width: 100%;
    margin-right: 0;
  }
}
@media all and (max-width: 1450px) {
  footer .footer-left .info .legal img {
    max-width: 211px;
  }
  footer .footer-left .info .copyright a {
    font: 13px/16px "sailecRegular";
  }
  footer .footer-left .info .copyright p {
    font: 13px/16px "sailecRegular";
  }
  footer .footer-left ul li {
    font: 22px/28px "sailecBold";
  }
  footer .footer-left .sub_nav a {
    font: 22px/28px "sailecBold";
  }
  footer .footer-right .title {
    font: 48px/60px "sailecBold";
  }
  footer .footer-right p {
    font: 20px/25px "sailecLight";
  }
  footer .footer-right .mail__text {
    font: 21px/24px "sailecBold";
  }
  footer .footer-right .conseiller .titre-conseiller {
    font: 24px/30px "sailecBold";
  }
}
@media all and (max-width: 1250px) {
  footer .footer-left {
    padding: 60px 30px 70px 30px;
  }
  footer .footer-right {
    padding: 60px 30px 70px 30px;
  }
}
@media all and (max-width: 1024px) {
  footer {
    display: flex;
    flex-direction: column;
  }
  footer .footer-left {
    width: 100%;
    display: flex;
  }
  footer .footer-left .col {
    width: 100%;
    display: block;
  }
  footer .footer-right {
    order: -1;
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  footer .footer-left {
    display: block;
  }
  footer .footer-left .col.info {
    margin-top: 50px;
  }
  footer .footer-left .col.info .legal img {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  footer .footer-left {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  footer .footer-left ul li {
    font: 22px/28px "sailecBold";
  }
  footer .footer-right {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-right .title {
    font: 42px/60px "sailecBold";
  }
}
@media all and (max-width: 1350px) {
  .header {
    padding-top: 170px;
  }
  .header .content {
    background-position: -3% 11%;
    background-size: 300px;
  }
  .header .left {
    width: 100%;
    padding: 80px 40px !important;
  }
  .header .right {
    width: 100%;
    position: inherit;
    border-radius: 0;
  }
  .header .right__imgOnly {
    width: 100%;
    position: inherit;
    border-radius: 0;
  }
  .header .right__imgOnly img {
    border-radius: 0;
    min-height: 260px;
    max-height: 260px;
  }
  .header .right__search .block-result {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30%;
  }
  .header__singleMembre .header-member {
    border-radius: 0 !important;
  }
}
@media all and (max-width: 1150px) {
  .header {
    padding-top: 75px;
  }
}
@media all and (max-width: 1024px) {
  .header .left {
    padding: 80px 40px 30px 40px !important;
  }
  .header .left .title {
    padding-bottom: 1rem;
  }
  .header .right {
    margin-bottom: 0;
  }
  .header .right__lastEvent, .header .right__lastArticle {
    display: none;
  }
  .header .right__singleArticle {
    min-height: 200px;
  }
  .header .right__singleMembre .header-member {
    min-height: 200px;
    display: block;
    border-radius: 0 !important;
    padding: 58px 20px;
  }
  .header .right__singleMembre .header-member .col {
    width: 100%;
  }
  .header .right__singleMembre .header-member .col:first-child {
    padding-right: 0;
  }
  .header .right__singleMembre .header-member .col:last-child {
    padding-left: 0;
    display: none;
  }
  .header .right__singleMembre .header-member .col:last-child {
    text-align: left;
    width: 100%;
    border-left: 0;
  }
}
@media all and (max-width: 768px) {
  .header {
    padding-top: 95px;
  }
  .header .left {
    padding: 40px 20px 60px 20px !important;
  }
  .header .left .select {
    width: 100%;
  }
  .header .right {
    margin-bottom: -4px;
  }
  .header .right__2col .img {
    display: none;
  }
  .header .right__2col .text {
    padding: 20px;
    width: 100%;
    font: 18px/28px "sailecRegular";
  }
  .header .right__singleArticle .intro {
    margin-top: 20px;
    font: 18px/26px "sailecRegular";
  }
  .header .right__singleEvent, .header .right__member {
    max-height: inherit;
  }
  .header .right__singleEvent .item__header, .header .right__member .item__header {
    max-width: 100%;
  }
  .header .right__singleEvent .item__content ul li, .header .right__member .item__content ul li {
    margin-bottom: 10px;
  }
  .header .right__singleEvent .item__content ul li:first-child, .header .right__member .item__content ul li:first-child {
    margin-right: 0px;
  }
  .header .right__singleEvent .item .price, .header .right__member .item .price {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .header .left {
    padding: 40px 20px 40px 20px !important;
  }
  .header .left .title .page-title {
    font: 35px/45px "sailecBold";
  }
  .header .left .filters {
    width: 100%;
  }
  .header .left .filters .select2 {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 5%;
  }
  .header .left .filters .select2:last-child {
    margin-bottom: 0;
  }
  .header .right__lastArticle {
    display: none;
  }
  .header .right__search .result {
    min-height: 80px;
    max-height: 80px;
    display: block;
    position: relative;
  }
  .header .right__search .result .block-result {
    height: 100%;
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    bottom: 0%;
    padding: 0 20px;
    border-radius: 0;
  }
  .header .right__search .result .block-result p {
    color: #fff;
    display: inline-block;
    font: 22px/26px "sailecBold";
  }
  .header .right__search .result .block-result span {
    color: #fff;
    font: 30px/30px "sailecBold";
  }
}
@media all and (max-width: 320px) {
  .header .left {
    padding: 40px 20px 40px 20px !important;
  }
  .header .left .title .page-title {
    font: 30px/40px "sailecBold";
  }
}
@media all and (max-width: 1600px) {
  .menu .nav .main_nav li a {
    font: 16px/23px "sailecBold";
  }
}
@media all and (max-width: 1450px) {
  .menu .logo img {
    width: 253px;
  }
  .menu .nav .main_nav {
    margin-left: 35px;
    text-align: right;
  }
  .menu .nav .main_nav li {
    margin-right: 0;
    margin-left: 20px;
  }
  .menu .nav .main_nav li:not(:last-child) {
    margin-right: 0;
  }
  .menu .nav .main_nav li:first-child {
    margin-left: 0;
  }
  .menu .nav .main_nav li a {
    font: 15px/22px "sailecBold";
  }
  .menu .nav .main_nav li .subnav {
    text-align: left;
  }
  .menu .nav .main_nav li .subnav .block {
    margin-right: 0;
    margin-left: 0;
  }
  .menu .nav .main_nav li .subnav .block a {
    font: 15px/22px "sailecBold";
  }
  .menu .nav .main_nav li .subnav .block .img {
    width: 24px;
  }
  .menu .nav .main_nav .dropdown {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 1024px) {
  .menu .nav .main_nav {
    display: none;
  }
  .menu .nav .nav-mobile {
    display: flex;
  }
  .menu .nav .sub_nav .connexion {
    top: 115px;
  }
  .menu .logo svg {
    width: 280px;
  }
}
@media all and (max-width: 950px) {
  .menu {
    padding: 0px 38px 0 38px;
  }
  .menu .nav .sub_nav .social, .menu .nav .sub_nav .login, .menu .nav .sub_nav .search, .menu .nav .sub_nav .lang, .menu .nav .sub_nav .deconnexion, .menu .nav .sub_nav .taille-texte, .menu .nav .sub_nav .compte {
    display: none;
  }
  .menu .nav .sub_nav .connexion {
    z-index: 999;
    width: 100%;
    top: 115px;
    bottom: 0;
    position: fixed;
    left: 0;
  }
  .menu .nav .sub_nav .connexion .send {
    position: relative;
    border-radius: 50px;
  }
}
@media all and (max-width: 700px) {
  .menu {
    padding: 0;
  }
  .menu .logo svg {
    width: 250px;
  }
  .menu__sticky {
    padding: 20px 38px 20px 38px;
  }
  .menu__sticky .sub_nav {
    margin-bottom: 0 !important;
  }
  .menu__sticky .sub_nav .nav-mobile {
    width: 0;
    height: 100%;
  }
}
@media all and (max-width: 500px) {
  .menu {
    padding: 0;
  }
  .menu .logo svg {
    width: 200px;
  }
  .menu__sticky {
    padding: 20px 30px 10px 30px;
  }
  .menu__sticky .sub_nav {
    margin-bottom: 0;
  }
  .menu__sticky .sub_nav .nav-mobile {
    padding: 0;
    height: 0;
  }
}
@media all and (max-width: 375px) {
  .menu {
    padding: 0;
  }
  .menu .logo img {
    width: 180px;
  }
  .menu__sticky {
    padding: 20px 38px 10px 38px;
  }
  .menu__sticky .sub_nav {
    margin-bottom: 0;
  }
  .menu__sticky .sub_nav .nav-mobile {
    height: 0;
  }
}
@media all and (max-width: 425px) {
  .infolettre-popup {
    left: 0;
    right: 0;
  }
  .infolettre-popup #btn-infolettre {
    justify-content: center;
    border-radius: 0;
    padding: 15px;
  }
  .infolettre-popup #form-infolettre-popup {
    width: 100%;
  }
  .infolettre-popup.popup-open {
    width: 100%;
  }
}
@media all and (max-width: 850px) {
  .trouverConseiller .wrap {
    display: block;
  }
  .trouverConseiller .content {
    width: 100%;
  }
  .trouverConseiller .select {
    margin-top: 30px;
    width: 100%;
  }
}
@media all and (max-width: 1050px) {
  .home .home .hero__content .title {
    padding-top: 40px;
    font: 30px/38px "sailecBold";
  }
  .home .posts__implication {
    width: 100%;
  }
  .home .posts__implication .col-img {
    width: 35%;
  }
  .home .posts__implication .col-content {
    width: 65%;
    order: -1;
  }
  .home .posts__implication .col-content .article__header .link {
    text-align: right;
  }
  .home .posts__article {
    width: 100%;
  }
  .home .posts__article .col-img {
    width: 35%;
  }
  .home .posts__article .col-content {
    width: 65%;
  }
  .home .posts__article .col-content .article__header .link {
    text-align: right;
  }
}
@media all and (max-width: 950px) {
  .home .hero {
    width: 100%;
    padding: 95px 0 0 0;
    display: block;
  }
  .home .hero__content {
    position: relative;
    width: 100%;
    display: block;
    padding: 30px 30px 80px 30px;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .home .hero__content .title {
    padding-top: 0;
    font: 30px/38px "sailecBold";
  }
  .home .hero__content .bottom {
    margin-bottom: 0;
  }
  .home .hero__content .anchor {
    display: none;
  }
  .home .hero__content .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
  }
  .home .hero__content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .home .hero__cta {
    width: 100%;
    background-image: none !important;
    border-radius: 0;
  }
  .home .hero__cta .block-content {
    width: 100%;
    position: relative;
  }
  .home .hero__cta__block {
    width: 50%;
  }
  .home .hero__cta__block:first-of-type {
    border-radius: 0;
  }
  .home .university_members {
    padding: 123px 0;
  }
  .home .university_members .title {
    font: 30px/36px "sailecBold";
  }
  .home .university_members .intro {
    padding-top: 65px;
    display: flex;
    align-items: center;
  }
  .home .university_members .intro .img {
    margin-right: 15px;
    width: 200px;
  }
  .home .university_members .intro .img img {
    width: 150px;
  }
  .home .university_members .intro .img .number {
    position: absolute;
    right: 25px;
    top: 50%;
    display: flex;
    align-items: center;
  }
  .home .university_members .intro .img .number span {
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    border: 4px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(to bottom, #FAC500 0%, #FADC38 100%);
    color: #001A4A;
    font: 30px/60px "sailecBold";
    -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  }
  .home .university_members .intro .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 30%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: inline-block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .home .posts__implication {
    margin-bottom: 3rem;
  }
  .home .posts__article .col-content .article__content .title {
    font: 20px/35px "sailecBold";
    margin-bottom: 20px;
  }
  .home .posts__implication .col-content .article__content .title {
    font: 20px/35px "sailecBold";
    margin-bottom: 30px;
  }
  .home .posts__article .col-content .article__content .excerpt, .home .posts__implication .col-content .article__content .excerpt {
    display: none;
  }
  .home .posts__article .col-content {
    padding: 80px 30px;
  }
  .home .posts__article .col-img .pagination {
    display: none;
  }
  .home .home .hero__cta__block {
    width: 100%;
  }
  .home .posts {
    padding: 0;
  }
  .home .posts__implication {
    width: 100%;
  }
  .home .posts__implication .col-img {
    display: none;
  }
  .home .posts__implication .col-img .img-article {
    display: none;
  }
  .home .posts__implication .col-content {
    width: 100%;
  }
  .home .posts__article {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .home .posts__article .col-img {
    width: 100%;
  }
  .home .posts__article .col-img .img-article {
    display: none;
  }
  .home .posts__article .col-img .pagination {
    position: relative;
    border-radius: 0;
    width: 100%;
    background: none;
  }
  .home .posts__article .col-img .pagination .number {
    width: 63px;
    margin: 0 auto;
  }
  .home .posts__article .col-img .pagination .btn {
    justify-content: space-around;
  }
  .home .posts__article .col-content {
    width: 100%;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 30%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
  footer .footer-right .title {
    font: 38px/50px "sailecBold";
  }
}
@media all and (max-width: 600px) {
  .university_members {
    padding: 123px 0;
  }
  .university_members .intro {
    padding-top: 65px;
    display: flex;
    align-items: center;
  }
  .university_members .intro .img {
    display: none;
  }
  .university_members .intro .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .university_members .intro .content a {
    display: block;
    width: 45%;
    margin: 0 5% 3% 0;
  }
  .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 500px) {
  .home .home .hero__content .title {
    padding-top: 20px;
    font: 26px/36px "sailecBold";
  }
}
@media all and (max-width: 425px) {
  .home .posts__implication, .home .posts__article {
    width: 100%;
  }
  .home .posts__implication .col-img, .home .posts__article .col-img {
    display: none;
  }
  .home .posts__implication .col-content, .home .posts__article .col-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .posts__implication .col-content .article__header, .home .posts__article .col-content .article__header {
    display: block;
  }
  .home .posts__implication .col-content .article__header .title, .home .posts__article .col-content .article__header .title {
    margin-bottom: 15px;
  }
  .home .university_members {
    padding: 80px 0;
  }
  .home .university_members .intro {
    padding-top: 30px;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 29%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(3n) {
    margin: 0 0 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 320px) {
  .home .university_members {
    padding: 80px 0;
  }
  .home .university_members .intro {
    padding-top: 30px;
  }
  .home .university_members .intro .content a {
    display: block;
    width: 45%;
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(1n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a:nth-child(5n) {
    margin: 0 5% 3% 0;
  }
  .home .university_members .intro .content a img {
    display: block;
    width: 100%;
  }
  .home .university_members .intro .content a img:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 1050px) {
  .association .administration {
    padding: 90px 0;
  }
  .association .administration .title {
    color: #0078BF;
    font: 30px/36px "sailecBold";
    margin-bottom: 50px;
  }
  .association .administration .content {
    font: 21px/32px "sailecRegular";
    color: #030C14;
    margin-bottom: 1rem;
  }
  .association .administration__list {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .association .administration__list .item {
    width: 46%;
    margin: 0 8% 8% 0;
    text-align: center;
  }
  .association .administration__list .item:nth-child(2n) {
    margin-right: 0;
  }
  .association .administration__list .item .img-wrap {
    margin: 0 auto;
    width: 360px;
    height: 360px;
  }
  .association .administration-accordion .content .item {
    display: inline-block;
    width: 48%;
    margin: 0 3% 3% 0;
  }
  .association .administration-accordion .content .item:nth-child(even) {
    margin-right: 0;
  }
  .association .administration-accordion .content .item:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .association .mission {
    padding: 90px 20px;
  }
  .association .mission .content {
    font: 26px/47px "sailecRegular";
  }
}
@media all and (max-width: 900px) {
  .association .administration {
    padding: 90px 0;
  }
  .association .administration .title {
    color: #0078BF;
    font: 30px/36px "sailecBold";
    margin-bottom: 50px;
  }
  .association .administration .content {
    font: 21px/32px "sailecRegular";
    color: #030C14;
    margin-bottom: 1rem;
  }
  .association .administration__list {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .association .administration__list .item {
    width: 100%;
    margin: 0 0% 8% 0;
    text-align: center;
  }
  .association .administration__list .item .img-wrap {
    margin: 0 auto;
    width: 260px;
    height: 260px;
  }
}
@media all and (max-width: 768px) {
  .association .administration__list .item__content {
    flex-direction: column;
  }
  .association .administration__list .item__content .text {
    text-align: center;
  }
  .association .administration__list .item__content .text .info {
    margin-top: 10px;
  }
  .association .administration__list .item__content .btn-round {
    margin-top: 15px;
  }
  .association .builder {
    padding: 20px 0 0 0;
  }
  .association .administration-accordion .content .item {
    display: inline-block;
    width: 100%;
    margin: 0 0 3% 0;
  }
  .association .administration-accordion .content .item:nth-child(even) {
    margin-right: 0;
  }
  .association .administration-accordion .content .item:nth-child(3n) {
    margin: 0 0% 3% 0;
  }
  .association .implications .tab {
    display: block;
  }
  .association .implications .tab #tabs-implications {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
  .association .implications .tab .implicationsResults {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .association .administration .title {
    text-align: center;
  }
  .association .implications .title {
    margin-bottom: 0;
  }
  .association .implications .tab .pagination-small {
    padding: 20px 30px 20px 10px;
  }
  .association .implications .tab .implicationsResults .item {
    padding: 60px 30px;
  }
  .association .implications .tab #tabs-implications li a {
    padding: 25px 30px;
  }
  .association .mission {
    padding: 50px 10px;
  }
  .association .mission .title {
    margin-bottom: 20px;
    font: 22px/32px "sailecBold";
  }
  .association .mission .content {
    font: 20px/34px "sailecRegular";
  }
  .association .administration-accordion .content .item {
    margin: 0 0 20px 0;
  }
}
@media all and (max-width: 500px) {
  .association .implications .tab .pagination-small .inner-pagination {
    flex-direction: column;
  }
  .association .implications .tab .pagination-small .inner-pagination .btn__next {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .association .implications .tab .pagination-small .inner-pagination .btn__prev {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .association .implications .tab .pagination-small .inner-pagination .btn__prev a svg {
    margin-left: 0;
  }
}
@media all and (max-width: 425px) {
  .association .builder {
    padding: 40px 0 0 0;
  }
  .association .administration__list .item .img-wrap .description {
    font: 16px/24px "sailecRegular";
  }
  .association .administration-accordion .content .item .img-wrap {
    width: 240px !important;
    height: 240px !important;
  }
  .association .implications .tab #tabs-implications li a {
    padding: 25px 20px;
  }
  .association .implications .tab .implicationsResults .newscontainer {
    padding: 40px 20px;
  }
  .association .implications .tab .pagination-small {
    padding: 20px;
  }
}
@media all and (max-width: 1024px) {
  .single-soutien .impacts {
    padding: 80px 0 70px 0;
  }
}
@media all and (max-width: 768px) {
  .single-soutien .moyens {
    padding: 105px 0;
  }
  .single-soutien .moyens ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-type: none;
  }
  .single-soutien .moyens ul li {
    padding-right: 0px;
  }
  .single-soutien .moyens ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .single-soutien .impacts {
    padding: 80px 0 30px 0;
  }
  .single-soutien .impacts ul li {
    margin-bottom: 20px;
  }
  .single-soutien .moyens {
    padding: 50px 0;
  }
}
@media all and (max-width: 425px) {
  .single-soutien .impacts {
    padding: 40px 0 50px 0;
  }
  .single-soutien .moyens {
    padding: 50px 0;
  }
  .single-soutien .accordion {
    padding: 50px 0;
  }
}
@media all and (max-width: 1050px) {
  .listepages .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .listepages .list .item {
    width: 48%;
    margin: 0 3% 3% 0;
  }
  .listepages .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .listepages {
    padding: 80px 0 90px 0;
  }
}
@media all and (max-width: 768px) {
  .listepages .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .listepages .list .item {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .listepages .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 425px) {
  .listepages {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 1050px) {
  .listepages-etudiantsSoutien .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px) {
  .listepages-etudiantsSoutien {
    padding: 80px 0 0 0;
  }
  .listepages-etudiantsSoutien .trouverConseiller {
    margin-top: 50px;
  }
  .listepages-etudiantsSoutien .list .item .img {
    display: none;
  }
  .listepages-etudiantsSoutien .list .item .content {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .listepages-etudiantsSoutien .list {
    width: 100%;
    display: block;
  }
  .listepages-etudiantsSoutien .list .item {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .listepages-etudiantsSoutien .list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media all and (max-width: 425px) {
  .listepages-etudiantsSoutien {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 1050px) {
  .etudiants-entreprendre .evaluation {
    padding: 105px 0;
  }
  .etudiants-entreprendre .evaluation .row {
    display: flex;
  }
  .etudiants-entreprendre .evaluation .col {
    width: 50%;
    padding: 20px 20px 20px 60px;
  }
  .etudiants-entreprendre .evaluation .item {
    display: flex;
    margin-bottom: 30px;
  }
  .etudiants-entreprendre .evaluation .item__number {
    width: 10%;
    position: relative;
    margin-top: 48px;
    border-left: 3px solid #001A4A;
  }
  .etudiants-entreprendre .evaluation .item__number span {
    position: absolute;
    left: -25px;
    top: -60px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    font: 22px/48px "sailecBold";
  }
  .etudiants-entreprendre .evaluation .item__content {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .etudiants-entreprendre .builder-content {
    padding: 80px 0 70px 0;
  }
}
@media all and (max-width: 850px) {
  .etudiants-entreprendre .bannerCTA .wrap {
    display: block;
  }
  .etudiants-entreprendre .bannerCTA .content {
    width: 100%;
    margin-bottom: 50px;
  }
  .etudiants-entreprendre .soutienOffert .wrap {
    display: block;
  }
  .etudiants-entreprendre .soutienOffert .content {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 768px) {
  .etudiants-entreprendre .questionTable .table {
    display: block;
  }
  .etudiants-entreprendre .questionTable .table .tabs {
    width: 100%;
    z-index: 2;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question {
    list-style-type: none;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question li:first-child {
    border-radius: 20px 20px 0 0;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question li:first-child a {
    border-radius: 20px 20px 0 0;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question li:last-child {
    border-radius: 0 0 0 0;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question li:last-child a {
    border-radius: 0 0 0 0;
  }
  .etudiants-entreprendre .questionTable .table .tabs-content {
    border-radius: 0 0 20px 20px;
    width: 100%;
    -webkit-box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
  }
  .etudiants-entreprendre .questionTable .table .tabs-content .content_text {
    width: 100%;
    display: none;
  }
  .etudiants-entreprendre .questionTable .table .tabs ul.question li a {
    padding: 27px 20px;
    font: 18px/26px "sailecBold";
  }
  .etudiants-entreprendre .questionTable .table .tabs-content .content_text {
    padding: 50px 20px;
  }
  .etudiants-entreprendre .questionTable .table .tabs-content .content_text h2 {
    margin-bottom: 30px;
  }
  .etudiants-entreprendre .accordion ul > li > a {
    padding: 13px 52px 13px 20px;
  }
  .etudiants-entreprendre .evaluation {
    padding: 105px 0;
  }
  .etudiants-entreprendre .evaluation .row {
    display: block;
  }
  .etudiants-entreprendre .evaluation .col {
    width: 100%;
    padding: 20px 20px 20px 60px;
  }
  .etudiants-entreprendre .evaluation .col:first-of-type {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .etudiants-entreprendre .evaluation .item {
    display: flex;
    margin-bottom: 30px;
  }
  .etudiants-entreprendre .evaluation .item__number {
    width: 10%;
    position: relative;
    margin-top: 48px;
    border-left: 3px solid #001A4A;
  }
  .etudiants-entreprendre .evaluation .item__number span {
    position: absolute;
    left: -25px;
    top: -60px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    font: 22px/48px "sailecBold";
  }
  .etudiants-entreprendre .evaluation .item__content {
    width: 90%;
  }
}
@media all and (max-width: 425px) {
  .etudiants-entreprendre .builder-content {
    padding: 40px 0 50px 0;
  }
  .etudiants-entreprendre .questionTable .table {
    display: block;
  }
  .etudiants-entreprendre .questionTable .table .col {
    width: 100%;
  }
  .etudiants-entreprendre .questionTable .table .col:first-of-type {
    width: 100%;
    border-radius: 0;
  }
  .etudiants-entreprendre .questionTable .table .col:last-of-type {
    z-index: 4;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -8px 9px 0px rgba(0, 0, 0, 0.1);
  }
  .etudiants-entreprendre .questionTable .table .col ul.question li {
    padding: 20px;
  }
  .etudiants-entreprendre .questionTable .table .col ul.question li:first-child {
    border-radius: 20px 20px 0 0;
  }
  .etudiants-entreprendre .questionTable .table .col ul.question li:last-child {
    border-radius: 0 0 0 0;
  }
  .etudiants-entreprendre .questionTable .table .col ul.question li .number span {
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    font: 16px/38px "sailecBold";
  }
  .etudiants-entreprendre .questionTable .table .col .content_text {
    padding: 50px 25px;
  }
  .etudiants-entreprendre .evaluation {
    padding: 80px 0 50px 0;
  }
  .etudiants-entreprendre .evaluation .col {
    width: 100%;
    padding: 20px;
  }
  .etudiants-entreprendre .evaluation .col:first-of-type {
    padding: 20px;
  }
  .etudiants-entreprendre .evaluation .item {
    display: flex;
    margin-bottom: 30px;
  }
  .etudiants-entreprendre .evaluation .item__number {
    display: none;
    width: 10%;
    position: relative;
    margin-top: 48px;
    border-left: 3px solid #001A4A;
  }
  .etudiants-entreprendre .evaluation .item__number span {
    position: absolute;
    left: -25px;
    top: -60px;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    font: 22px/48px "sailecBold";
  }
  .etudiants-entreprendre .evaluation .item__content {
    width: 100%;
  }
  .etudiants-entreprendre .evaluation .item .item-last .item__content {
    padding-top: 0 !important;
  }
  .etudiants-entreprendre .soutienOffert > div {
    background-position: -24% 50%;
  }
  .etudiants-entreprendre .bannerCTA > div {
    background-position: -24% 36%;
  }
  .etudiants-entreprendre .accordion {
    padding: 60px 0;
  }
}
@media all and (max-width: 1024px) {
  .single-soutien .impacts {
    padding: 80px 0 70px 0;
  }
}
@media all and (max-width: 768px) {
  .single-soutien .moyens {
    padding: 105px 0;
  }
  .single-soutien .moyens ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-type: none;
  }
  .single-soutien .moyens ul li {
    padding-right: 0px;
  }
  .single-soutien .moyens ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .single-soutien .impacts {
    padding: 80px 0 30px 0;
  }
  .single-soutien .impacts ul li {
    margin-bottom: 20px;
  }
  .single-soutien .moyens {
    padding: 50px 0;
  }
}
@media all and (max-width: 425px) {
  .single-soutien .impacts {
    padding: 40px 0 50px 0;
  }
  .single-soutien .moyens {
    padding: 50px 0;
  }
  .single-soutien .accordion {
    padding: 50px 0;
  }
}
@media all and (max-width: 850px) {
  .etudiant-conseiller .trouver .wrap {
    display: block;
  }
  .etudiant-conseiller .trouver .content {
    width: 100%;
  }
  .etudiant-conseiller .trouver .select {
    margin-top: 30px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .etudiant-conseiller .trouver > div {
    padding: 60px 0 60px 0;
  }
}
@media all and (max-width: 1050px) {
  .single-members .members {
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .single-members .members .member-item {
    width: 48%;
    margin: 0 3% 3% 0;
  }
  .single-members .members .member-item:nth-child(2n) {
    margin: 0 3% 3% 0;
  }
  .single-members .members .member-item:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .single-members .members .member-item:nth-child(odd) {
    margin: 0 3% 3% 0;
  }
  .single-members .members .member-item:nth-child(even) {
    margin: 0 0 3% 0;
  }
}
@media all and (max-width: 768px) {
  .single-members {
    padding-top: 90px;
  }
  .single-members .intro .img {
    display: none;
  }
  .single-members .members {
    padding-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .single-members .members .member-item {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .single-members .members .member-item:nth-child(2n), .single-members .members .member-item:nth-child(3n) {
    margin-right: 0;
  }
  .single-members .members .member-item:nth-child(odd) {
    margin: 0 0 3% 0;
  }
  .single-members .members .member-item:nth-child(even) {
    margin: 0 0 3% 0;
  }
}
@media all and (max-width: 768px) {
  .single-members {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 1024px) {
  .documentations {
    padding: 80px 0 90px 0;
  }
  .documentations .wrap {
    display: block;
  }
  .documentations aside {
    width: 100%;
  }
  .documentations aside .filters {
    border-radius: 10px 10px 0 0;
  }
  .documentations aside .search {
    padding: 55px 50px;
    border-radius: 0 0 0 0;
  }
  .documentations .results {
    border-radius: 0 0 10px 10px;
    padding: 55px 50px;
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .documentations .wrap {
    padding: 0;
  }
}
@media all and (max-width: 425px) {
  .documentations {
    padding: 40px 0 50px 0;
  }
  .documentations aside .filters {
    padding: 35px 20px;
  }
  .documentations aside .filters .filter:not(:last-child) {
    margin-bottom: 20px;
  }
  .documentations aside .search {
    padding: 35px 20px;
  }
  .documentations .results {
    padding: 35px 20px;
  }
  .documentations .results .results-header {
    display: block;
  }
  .documentations .results .results-header__title {
    margin-bottom: 15px;
  }
  .documentations .results .actualites .item {
    display: block;
    border-bottom: 2px solid #F4F4F4;
    margin-bottom: 15px;
  }
  .documentations .results .actualites .item .content {
    padding: 0;
  }
  .documentations .results .actualites .item .content .title {
    margin-bottom: 0;
  }
  .documentations .results .actualites .item .link {
    border-left: 0;
    padding: 18px 0;
  }
}
@media all and (max-width: 1024px) {
  .evenements {
    padding: 80px 0 90px 0;
  }
  .list-event .item {
    padding: 75px 40px 50px 40px;
  }
  .list-event .item__header {
    max-width: 100%;
  }
  .list-event .item__content {
    margin-bottom: 48px;
  }
  .list-event .item__content ul li {
    margin-bottom: 10px;
  }
  .list-event .item__content ul li:first-child {
    margin-right: 0;
  }
  .list-event .item .price {
    background: linear-gradient(-90deg, #FADC38, #FAC500);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    text-align: center;
  }
  .list-event .item .price span {
    color: #001A4A;
    font: 14px/17px "sailecBold";
    margin-right: 10px;
  }
  .list-event .item .price p {
    color: #001A4A;
    font: 26px/26px "sailecBold";
    margin-top: 8px;
    display: inline-block;
  }
  .evenements .pagination {
    margin-top: 25px;
  }
}
@media all and (max-width: 768px) {
  .list-event {
    width: 100%;
    display: block;
  }
  .list-event .item {
    position: relative;
    width: 100%;
    margin: 0 0 3% 0;
  }
  .list-event .item:nth-child(2n) {
    margin-right: 0;
  }
  .list-event .item__member .only-member {
    background-position: 100% 100%;
  }
  .evenements .pagination {
    margin-top: 45px;
  }
}
@media all and (max-width: 550px) {
  .list-event .item {
    padding: 100px 20px 40px 20px;
  }
  .list-event .item__header {
    max-width: 100%;
  }
  .list-event .item__content {
    margin-bottom: 48px;
  }
  .list-event .item__content ul li {
    margin-bottom: 10px;
  }
  .list-event .item__content ul li:first-child {
    margin-right: 0;
  }
  .list-event .item .price {
    right: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    padding: 15px 35px;
  }
  .list-event .item__member .only-member {
    background-position: 100% 100%;
    padding: 20px 20px;
    border-radius: 10px;
  }
  .list-event .item__member .only-member .title {
    font: 38px/43px "sailecBold";
  }
  .list-event .item__member .only-member .sub-title {
    font: 34px/38px "sailecRegular";
    color: #001A4A;
    margin-bottom: 40px;
  }
  .list-event .item__member .only-member .login {
    font: 26px/38px "sailecRegular";
    color: #001A4A;
  }
  .list-event .item__member .only-member .login span {
    cursor: pointer;
    color: #001A4A;
    text-decoration: underline;
    transition: all 0.3s ease;
  }
  .list-event .item__member .only-member .login span:hover {
    color: #0078BF;
  }
}
@media all and (max-width: 425px) {
  .evenements {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 1080px) {
  .articles .list .item .img {
    display: none;
  }
  .articles .list .item .content {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .articles {
    padding: 80px 0 95px 0;
  }
}
@media all and (max-width: 768px) {
  .articles .list {
    width: 100%;
    display: block;
  }
  .articles .list .item {
    position: relative;
    width: 100%;
    margin: 0 0 3% 0;
  }
  .articles .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 700px) {
  .articles .list .item .img {
    display: none;
  }
  .articles .list .item .content {
    width: 100%;
    padding: 50px;
  }
}
@media all and (max-width: 425px) {
  .articles {
    padding: 40px 0 50px 0;
  }
  .articles .wrap {
    padding: 0 10px;
  }
  .articles .list .item .content {
    padding: 40px 20px;
  }
  .articles .pagination {
    margin-top: 50px;
  }
}
@media all and (max-width: 1080px) {
  .single-articles .related-articles .list .item .img {
    display: none;
  }
  .single-articles .related-articles .list .item .content {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .single-articles .article {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  .single-articles .related-articles {
    padding: 100px 0 90px 0;
  }
  .single-articles .related-articles .list {
    width: 100%;
    display: block;
  }
  .single-articles .related-articles .list .item {
    display: flex;
    width: 100%;
    margin: 0 0% 3% 0;
  }
  .single-articles .related-articles .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .single-articles .related-articles .list .item .img {
    display: inline-flex;
  }
  .single-articles .related-articles .list .item .content {
    width: 65%;
    padding: 50px;
  }
}
@media all and (max-width: 700px) {
  .single-articles .related-articles {
    padding: 100px 0 90px 0;
  }
  .single-articles .related-articles .list .item .img {
    display: none;
  }
  .single-articles .related-articles .list .item .content {
    width: 100%;
  }
}
@media all and (max-width: 450px) {
  .single-articles .article {
    padding: 0 0 50px 0;
  }
  .single-articles .article__content {
    padding: 40px 20px;
    border-radius: 0;
  }
}
@media all and (max-width: 1050px) {
  .members-page .documents__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .members-page .documents__list .filter {
    display: flex;
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .members-page .documents__list .filter:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .members-page .documents__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .members-page .documents__list .filter {
    display: flex;
    width: 100%;
    margin: 0 0 2% 0;
  }
  .members-page .documents__list .filter:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 530px) {
  .members-page .documents__list .filter span:before {
    display: none;
  }
}
@media all and (max-width: 425px) {
  .members-page {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 1024px) {
  .single-event {
    padding: 80px 0 90px 0;
  }
}
@media all and (max-width: 768px) {
  .single-event .content {
    display: block;
  }
  .single-event .content .info-event {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .single-event .content .form {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
@media all and (max-width: 700px) {
  .single-event .content {
    display: block;
  }
  .single-event .content .info-event .forfait_item .col {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-event .content .info-event .forfait_item .price {
    padding: 10px 15px;
  }
  .single-event .content .info-event .forfait_item .price span {
    font: 20px/20px "sailecBold";
  }
}
@media all and (max-width: 450px) {
  .single-event {
    padding: 40px 0 50px 0;
  }
  .single-event .content .info-event {
    padding: 20px;
  }
}
@media all and (max-width: 1050px) {
  .popup-nousJoindre--open {
    display: block;
  }
  .popup-nousJoindre .col-gauche {
    width: 100%;
    display: block;
    position: relative;
  }
  .popup-nousJoindre .col-gauche a.btn-close--mobile {
    display: block;
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .popup-nousJoindre .col-gauche .logo {
    position: inherit;
  }
  .popup-nousJoindre .col-gauche .logo img {
    max-width: 253px;
  }
  .popup-nousJoindre .col-gauche .content .title {
    margin-top: 60px;
  }
  .popup-nousJoindre .col-form {
    width: 100%;
  }
  .popup-nousJoindre .col-form .formContact {
    padding: 36px;
  }
  .popup-nousJoindre .col-form a.btn-close {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .popup-nousJoindre .col-gauche a.btn-close {
    display: flex;
    align-items: center;
    font: 19px/19px "sailecRegular";
  }
  .popup-nousJoindre .col-gauche a.btn-close span {
    width: 30px;
    height: 30px;
  }
  .popup-nousJoindre .col-gauche a.btn-close span svg {
    width: 12px;
  }
}
@media all and (max-width: 650px) {
  .popup-nousJoindre {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .popup-nousJoindre .col-gauche {
    padding: 36px 20px;
  }
  .popup-nousJoindre .col-gauche .content .title {
    font: 42px/60px "sailecBold";
  }
  .popup-nousJoindre .col-gauche .content .logo {
    display: none;
  }
  .popup-nousJoindre .col-gauche a.btn-close--mobile {
    display: block;
    position: absolute;
    right: 20px;
    top: 40px;
  }
  .popup-nousJoindre .col-gauche .logo {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .popup-nousJoindre .col-gauche .content .mail__text {
    margin-left: 0;
  }
  .popup-nousJoindre .col-gauche .content .mail .btn-round {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .corpsprofessoral .content {
    padding: 60px 0 60px 0;
  }
}
@media all and (max-width: 425px) {
  .corpsprofessoral .content {
    background-color: #fff;
    padding: 0;
    padding: 40px 0 50px 0;
  }
  .corpsprofessoral .content .builder {
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .search__page .result__page .results-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 60px;
  }
  .search__page .result__page .results-list__item {
    width: 100%;
    margin: 0 0 10% 0;
  }
  .search__page .result__page .results-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .search__page .result__page .results-list-document {
    padding: 60px;
  }
  .search__page .result__page .results-list-document__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #F4F4F4;
  }
}
@media all and (max-width: 450px) {
  .search__page .result__page .title {
    padding: 30px 20px;
    display: block;
  }
  .search__page .result__page .results-list {
    padding: 60px 40px;
  }
  .search__page .result__page .results-list-document {
    padding: 60px 40px;
  }
  .search__page .result__page .results-list-document__item {
    display: block;
    margin-bottom: 15px;
  }
  .search__page .result__page .results-list-document__item__btn {
    padding: 18px 0;
    border-left: 0;
    display: block;
  }
}
@media all and (max-width: 450px) {
  .search__page {
    padding: 40px 0 50px 0;
  }
}
@media all and (max-width: 350px) {
  .search__page .result__page .results-list {
    padding: 30px 20px;
  }
  .search__page .result__page .results-list-document {
    padding: 30px 20px;
  }
}
@media all and (max-width: 450px) {
  .inscription-membre {
    padding: 40px 0 50px 0;
  }
  .inscription-membre .formInscription {
    padding: 20px;
  }
}
@media all and (max-width: 425px) {
  .politique-accessibilite {
    padding: 40px 0 50px 0;
  }
  .politique-accessibilite .content {
    background-color: #fff;
    padding: 0;
  }
  .politique-accessibilite .content .builder {
    padding: 20px;
  }
}

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