/* reset styles */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del,
s,
strike {
  text-decoration: line-through;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}

/* fonts */
@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller-6833f2ac59433e6e020a8bce3ba5bcd8.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller-Italic-d16af377aff8bd7e56a8881b8506b547.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aller";
  src: url("../fonts/Aller-Bold-2b6ad8fafcb4839eb75425a694c25d22.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book-da316757441415900842fec8768ad2cc.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alterlight";
  src: url("../fonts/Alterlight-Regular-a4aac88e3bd6b4c219f037c833b4edd1.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* structure */
html {
  height: 100%;
}

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}

.page-wrapper,
.footer {
  width: 100%;
  margin: 0 auto;
}

.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}

.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page-body {
  flex: 1;
}

.page-body.flex-none {
  flex: none;
}

/*sprite svg*/
/* variables */
/* default styles */
html {
  font-size: 20px;
}

body {
  font-family: "Aller", Arial, sans-serif;
  color: #111E72;
  background-color: #fff;
  background-image: url("../images/bg-image-53da2827f1f6f6464ea036f1dd077d6d.jpg");
  background-size: cover;
  line-height: 1.3;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a,
button,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
button:hover {
  text-decoration: none;
}

.image-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0>[class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5>[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10>[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-30>[class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  transition: 0.3s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.8;
}

.slick-next {
  right: 15px;
}

.slick-prev {
  left: 15px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

[id*=-slider] {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

[id*=-slider].slick-initialized {
  visibility: visible;
  opacity: 1;
}

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.menu-toggler {
  position: relative;
  z-index: 1001;
  cursor: pointer;
  transition: opacity 0.3s;
}

.menu-toggler {
  position: relative;
  z-index: 1100;
}

.menu-toggler span {
  position: relative;
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background-color: #AE0018;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-toggler span:not(:last-child) {
  margin-bottom: 8px;
}

.menu-toggler span:first-child {
  transform-origin: 0% 0%;
}

.menu-toggler.active span:nth-child(2) {
  transform-origin: 0% 100%;
}

.menu-toggler.active span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -3px);
}

.menu-toggler.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

.btn {
  text-align: center;
  font-family: "Aller", Arial, sans-serif;
  font-size: 1.2rem;
  max-width: 100%;
  border: 2px solid #AE0018;
  border-radius: 10px;
  background-color: #AE0018;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 25px;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-width: 250px;
}

.btn:hover {
  background-color: #fff;
  border-color: #AE0018;
  color: #AE0018;
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #111E72;
}

.btn-white:hover {
  background-color: #111E72;
  border-color: #fff;
  color: #fff;
}

.btn-blue {
  background-color: #111E72;
  border-color: #111E72;
}

.btn-blue:hover {
  background-color: #fff;
  border-color: #111E72;
  color: #111E72;
}

.btn i {
  margin-right: 10px;
}

.vertical-align {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.container:not(.container--big) {
  padding-left: 85px;
  padding-right: 85px;
}

.page-body {
  display: flex;
  flex-direction: column;
}

.page-body-inner {
  flex: 1;
  padding: 20px;
  background-color: #A8A8A8;
}

.header {
  padding-top: 50px;
}

.header-inner {
  position: relative;
}

.header-image {
  display: block;
}

.header-logo {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  height: 25%;
}

.header-logo img {
  max-height: 100%;
}

.header-links {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 30%;
  width: 100%;
}

.header-links .btn {
  margin-left: auto;
  min-width: auto;
}

.home [class*=col-] {
  margin-bottom: var(--bs-gutter-x);
}

.home-item {
  text-align: center;
  color: #3E3B3B;
}

.home-item:last-child {
  margin-bottom: 0;
}

.home-item.subscribe {
  background: linear-gradient(to bottom, #111E72, #090F39);
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.home-item.subscribe i {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 5px;
}

.home-item.partners {
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #A29D9D;
}

.home-item.partners .partners-logos {
  margin: auto;
}

.home-item.partners a:hover {
  opacity: 0.8;
}

.home-item.aside {
  padding: 0;
  background-color: transparent;
  box-shadow: none !important;
}

.home-item.aside .image-object {
  border-radius: 15px;
  flex: 1;
  aspect-ratio: 1/1;
}

.home-item.aside .text {
  background-color: #111E72;
  padding: 30px 20px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  min-height: 112px;
  transition: background-color 0.3s;
}

.home-item.aside:hover .text {
  background-color: #AE0018;
}

.home-item.info {
  font-size: 1.2rem;
}

.home-item.info .text {
  flex: 1;
  line-height: 1.5;
  margin-bottom: 20px;
}

.home-item.bg-red {
  background-color: #AE0018;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}

.home-item.bg-red .btn {
  margin: 15px auto 0;
}

.home-slider-item {
  aspect-ratio: 1/0.4;
}

.rounded-item {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px;
  background-color: #fff;
  margin-bottom: 15px;
}

.main-menu ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}

.main-menu-item {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 33.33%;
  font-size: 1.6rem;
}

.main-menu-item a {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: #AE0018;
  text-transform: uppercase;
  background-color: #E5E3E3;
  border: 6px solid transparent;
  border-radius: 15px;
  padding: 0 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.main-menu-item a i {
  font-size: 1.6em;
  margin-right: 20px;
  color: #FDF5F5;
  text-shadow: 1px 1px 1px #000000;
}

.main-menu-item a:hover,
.main-menu-item.active a {
  color: #fff !important;
  border-color: #E5E3E3 !important;
  background-color: #111E72 !important;
}

.main-menu-item.cftc a {
  border-color: #fff;
  text-transform: none;
  font-size: 1.2em;
  font-weight: bold;
  color: #111E72;
  background-color: #C3C3C3;
  justify-content: flex-start;
}

.main-menu-item.cftc a img {
  display: block;
  margin-right: 20px;
  max-height: 100%;
}

.main-menu-item:nth-child(2) a,
.main-menu-item:nth-child(4) a {
  background-color: #D3D3D3;
}

.main-menu-item:nth-child(5) a {
  background-color: #DDDDDD;
}

.main-menu-item:nth-child(6) a {
  background-color: #F0F0F0;
}

.main-menu.small .main-menu-item {
  width: 20%;
  font-size: 1.2rem;
}

.main-menu.small .main-menu-item a {
  height: 75px;
  background-color: #DDDDDD;
}

.main-menu.small .main-menu-item a i {
  margin-right: 10px;
}

.main-menu.small .main-menu-item.cftc a {
  justify-content: flex-end;
}

.main-menu.small .main-menu-item.cftc img {
  margin-right: 0;
  margin-left: 10px;
}

a.rounded-item:hover {
  box-shadow: 0 3px 6px rgb(0, 0, 0);
}

.full-heigh {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.link-more {
  font-style: italic;
  color: #AE0018;
}

.link-more:hover {
  color: #111E72;
}

.footer {
  background-color: #AE0018;
  padding: 30px 0 40px;
}

.footer-inner {
  display: flex;
  align-items: flex-end;
}

.footer-logo {
  display: block;
  height: 60px;
  margin-right: 30px;
}

.footer-logo img {
  max-height: 100%;
}

.footer-menu {
  list-style-type: none;
  flex: 1;
  text-align: center;
}

.footer-menu-item {
  display: inline-block;
  font-family: "Futura PT Book", Arial, sans-serif;
  font-size: 1.2rem;
}

.footer-menu-item:not(:last-child):after {
  content: "-";
  color: #fff;
}

.footer-menu-item a {
  color: #fff;
}

.footer-menu-item a:hover {
  color: #000;
}

.title-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 3px solid #fff;
  background-color: #E6E2E2;
  height: 190px;
  margin-right: 20px;
}

.title-item span {
  margin-right: auto;
  font-size: 1.9rem;
  font-weight: bold;
  min-width: 300px;
  white-space: nowrap;
}

.title-item img {
  position: absolute;
  top: 0;
  right: 5px;
  max-height: 100%;
}

.cftc-blog-item {
  text-align: center;
}

.cftc-blog-item-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.cftc-blog-item-content {
  display: flex;
}

.cftc-blog-item-image {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top center;
  object-position: top center;
  aspect-ratio: 1/1;
}

.cftc-blog-item-text {
  display: flex;
  flex-direction: column;
  width: 60%;
  padding-left: 15px;
  text-align: left;
}

.cftc-blog-item .link-more {
  margin-top: 15px;
}

.info-item {
  line-height: 1.8;
}

.bg-blue-gradient {
  background: linear-gradient(to bottom, #111E72, #090F39);
  color: #fff;
}

.bg-red-gradient {
  background: linear-gradient(to bottom, #AE0018, #57000C);
  color: #fff;
}

.bg-blue {
  background-color: #111E72;
  color: #fff;
}

.bg-lightgray {
  background-color: #EBEAEA;
}

.progress-wrapper [class*=col] {
  margin-bottom: 15px;
}

.progress-item {
  margin-bottom: 0;
  text-align: center;
  height: 100%;
}

.progress-item-title {
  font-weight: bold;
  font-size: 2em;
}

.progress-item-text {
  font-size: 12px;
}

.progress-item-text strong {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}

.subscribe-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  color: #AE0018;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.subscribe-item i {
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  font-size: 2.5em;
  color: #111E72;
  margin: 0 auto 50px;
}

.subscribe-item i:before {
  position: relative;
  z-index: 1;
}

.subscribe-item i:after {
  position: absolute;
  content: "";
  width: 200%;
  height: 75%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D5CECE;
}

.image-item {
  padding: 0 !important;
  height: 100%;
}

.image-item img {
  display: block;
}

.bottom-wrapper [class*=col] {
  margin-bottom: 15px;
}

.bottom-wrapper .rounded-item {
  margin-bottom: 0;
}

.color-red {
  color: #AE0018;
}

.color-orange {
  color: #FF6C23;
}

.color-green {
  color: #307C00;
}

.join-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.join-item-title {
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.join-item-text {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.8;
}

.join-item .btn {
  margin: 0 auto;
}

.main-title {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  color: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.main-title i {
  display: block;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.form-item {
  height: 100%;
  text-align: center;
  padding: 2rem 1.5rem !important;
}

.form-item-title {
  font-size: 1.6rem;
  margin-bottom: 3.35rem;
  font-weight: bold;
}

.form-item .form-label {
  font-size: 1.2rem;
}

.form-item .form-control,
.form-item .form-select {
  height: 75px;
  border-radius: 0;
  font-size: 1.2rem;
  color: #111E72;
}

.form-item .form-text {
  color: #fff;
  font-style: italic;
  font-size: 0.9rem;
}

.form-item .form-text:hover {
  color: #AE0018;
}

.form-item .form-check {
  display: inline-block;
  text-align: left;
  max-width: 520px;
}

.form-item .form-check-label {
  font-size: 0.9rem;
}

.form-item.bg-lightgray .form-label {
  font-size: 0.9rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.form-item.bg-lightgray .form-control,
.form-item.bg-lightgray .form-select {
  height: 55px;
  font-weight: 300;
  font-family: "Alterlight", Arial, sans-serif;
  font-size: 0.9rem;
  color: #A29D9D;
  letter-spacing: 1px;
}

.form-item.bg-lightgray .form-control {
  color: #111E72;
}

.form-item.bg-lightgray .form-control::-moz-placeholder {
  font-family: "Alterlight", Arial, sans-serif;
  color: #A29D9D;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.form-item.bg-lightgray .form-control::placeholder {
  font-family: "Alterlight", Arial, sans-serif;
  color: #A29D9D;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.form-item.bg-lightgray .form-check-input {
  border-color: #111E72;
}

.form-item.bg-lightgray .form-check-input:checked {
  border-color: #AE0018;
}

.form-check-input {
  border-color: #fff;
  background-color: transparent;
}

.form-check-input[type=checkbox] {
  border-radius: 3px;
}

.form-check-input:checked {
  background-color: #AE0018;
  border-color: #AE0018;
}

.form-check-input:focus {
  border-color: #AE0018;
  box-shadow: 0 0 0 1px rgb(174, 0, 24);
}

.form-control {
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}

.form-control:focus {
  border-color: #AE0018;
  box-shadow: inset 0 0 0 2px rgb(174, 0, 24);
}

.btn-big {
  padding: 20px 3rem;
}

.text-small {
  font-size: 0.9rem;
}

.search {
  max-width: 650px;
  margin: 0 auto 2rem;
}

.search .form-control {
  color: #A29D9D;
}

.search .form-control::-moz-placeholder {
  font-family: "Aller", Arial, sans-serif, "Font Awesome 6 Pro";
  text-transform: uppercase;
  text-align: center;
  color: #A29D9D;
}

.search .form-control::placeholder {
  font-family: "Aller", Arial, sans-serif, "Font Awesome 6 Pro";
  text-transform: uppercase;
  text-align: center;
  color: #A29D9D;
}

.search-date {
  display: block;
}

.search-date .form-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

.search-date input:checked+.form-control {
  background-color: #111E72;
  color: #fff;
}

.blog-item {
  display: flex;
  padding: 0 !important;
}

.blog-item:not(:last-child) {
  margin-bottom: 1.9rem;
}

.blog-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 30px;
}

.blog-item-image {
  width: 320px;
  aspect-ratio: 1/0.9;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-item-date {
  margin-bottom: 5px;
}

.blog-item-title {
  font-size: 2em;
  margin-bottom: 5px;
}

.blog-item-text {
  margin-bottom: 5px;
}

.blog-item-comments {
  margin-left: auto;
  text-transform: uppercase;
  color: #A29D9D;
}

.blog-item-small {
  height: 100%;
  padding: 10px !important;
  font-size: 1.2rem;
  color: #111E72;
  text-align: center;
}

.blog-item-small img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0;
  box-shadow: none;
}

.blog-item-small:hover {
  color: #AE0018;
}

.blog-article .blog-item {
  flex-direction: column;
}

.blog-article .blog-item-date {
  background-color: #AE0018;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.blog-article .blog-item-image {
  width: auto;
  max-width: 65%;
  margin: 0 auto;
}

.blog-article .blog-item-content {
  max-width: 80%;
  margin: 0 auto;
  padding: 30px;
}

.blog-article .blog-item-title {
  text-align: center;
  margin-bottom: 2.25rem;
}

.blog-article .blog-item-text {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.blog-comments .section-title {
  margin-bottom: 5px;
}

.blog-comments .btn-big {
  text-transform: none;
  margin: 0 auto 2rem auto;
}

.blog-comments .btn-big i {
  font-size: 1.8em;
  vertical-align: middle;
}

.blog-comments-item {
  background-color: #57FFFF;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.blog-comments-item-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.blog-comments-item-text {
  line-height: 1.7;
}

.text-item {
  line-height: 1.7;
}

.text-item p:not(:last-child) {
  margin-bottom: 1rem;
}

.text-item a {
  color: #111E72;
}

.text-item a:hover {
  color: #AE0018;
}

.section-title {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.pagination .page-link {
  background-color: transparent !important;
  color: #fff;
  border: none;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
}

.pagination .page-link:hover {
  color: #AE0018;
}

.pagination .page-item:not(:last-child) .page-link {
  border-right: 3px solid #fff;
}

.pagination .active>.page-link,
.pagination .page-link.active {
  color: #111E72;
}

.contact-form .form-control {
  border-radius: 0;
  color: #111E72;
}

.contact-form .form-control:not(textarea) {
  height: 65px;
}

.contact-form .form-control::-moz-placeholder {
  color: #111E72;
}

.contact-form .form-control::placeholder {
  color: #111E72;
}

.contact-form-logo {
  max-height: 60px;
  margin-bottom: 1rem;
}

.contact-form-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  height: calc(100% - 1rem);
  padding: 12% 15% !important;
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.3;
}

.contact-form .btn {
  display: inline-block;
}

.about-us .text-item p:not(:last-child) {
  margin-bottom: 0;
}

.politique .text-item {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter .section-title {
  font-size: 1.1rem;
}

.newsletter .contact-form-info {
  font-size: 0.8rem;
  padding: 30px 15% !important;
}

.newsletter .form-check-label {
  font-size: 0.8rem;
  color: #fff;
  margin-right: 15px;
}

.newsletter .btn {
  height: 100%;
}

.webinaires {
  color: #000;
}

.webinaires .main-title {
  color: #000;
  padding: 0 0 20px 0;
}

.webinaires-list {
  background-color: #D6D6D6;
}

.webinaires-item-image {
  position: relative;
  display: block;
  padding: 0 !important;
  margin-bottom: 0 !important;
  aspect-ratio: 1.5/1;
  cursor: pointer;
  transition: box-shadow .3s;
}

.webinaires-item-image img {
  display: block;
}

.webinaires-item-image:after {
  content: '\f144';
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  color: #fff;
  text-shadow: 0 0 3px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.webinaires-item-image.disabled {
  cursor: not-allowed;
}

.webinaires-item-image:not(.disabled):hover {
  box-shadow: 0 3px 6px rgb(0, 0, 0);
}

.webinaires-item-title {
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.podcasts-list {
  background-color: #F0F0F0;
}

.podcasts-list .webinaires-item-image {
  aspect-ratio: 1.43/1;
}

.podcasts-list audio {
  display: none;
}

.fancybox__iframe {
  min-height: 200px;
}

.fancybox__content {
  background: #000 !important;
}

#cookieModal .modal-footer {
  border: none;
}

#cookieModal .rounded-item {
  padding-left: 5%;
  padding-right: 5%;
  font-style: italic;
}

/* Medias images with play icon */
.video-container {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.video-container h3 {
  color: black;
  font-size: 1.3rem;
  text-align: center;
}

.video-container img {
  display: block;
  width: 100%;
  height: auto;
}

.video-container .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  height: 40%;
  font-size: 3rem;
  color: white;
  background-size: contain;
  cursor: pointer;
}

.video-container .play-icon.disabled {
  cursor: not-allowed !important;
  color: #ccc !important;
  opacity: 0.5 !important;
}

.media-bloc {
  color: black;
  font-size: 2rem;
}

.bloc-webinaires,
.bloc-podcasts {
  background-color: #ddd;
  border-radius: 15px;
  padding-top: 15px;
}

.bloc-podcasts {
  margin-left: 20px;
}

#podcastPlayer {
  width: 100%;
}

@media (min-width: 992px) {
  .menu-toggler {
    display: none;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

@media (max-width: 1599px) {
  html {
    font-size: 18px;
  }

  .container:not(.container--big) {
    padding-left: 72px;
    padding-right: 72px;
  }

  .header {
    padding-top: 30px;
  }

  .btn {
    padding: 7px 20px;
  }

  .home-item.info .text {
    line-height: 1.3;
  }

  .home-item.aside .text {
    padding: 20px 15px;
    min-height: 87px;
  }

  .rounded-item {
    padding: 20px 15px;
  }

  .main-menu-item {
    font-size: 1.4rem;
  }

  .main-menu-item a {
    height: 115px;
    border-width: 4px;
  }

  .main-menu.small .main-menu-item {
    font-size: 1.1rem;
  }

  .main-menu.small .main-menu-item a {
    height: 65px;
  }

  .title-item {
    height: 150px;
  }

  .main-title {
    padding: 2rem 0;
  }

  .form-item-title {
    margin-bottom: 2.5rem;
  }

  .form-item .form-control,
  .form-item .form-select,
  .contact-form .form-control:not(textarea) {
    height: 60px;
  }

  .form-item.bg-lightgray .form-control,
  .form-item.bg-lightgray .form-select {
    height: 45px;
  }

  .btn.btn-big {
    padding: 15px 3rem;
  }

  .blog-item-title {
    font-size: 1.5rem;
  }

  .blog-item-image {
    width: 250px;
  }

  .webinaires-item-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 1399px) {
  html {
    font-size: 16px;
  }

  .container:not(.container--big) {
    padding-left: 63px;
    padding-right: 63px;
  }

  .header {
    padding-top: 20px;
  }

  .home-item.info {
    font-size: 1.1rem;
  }

  .home-item.aside .text {
    min-height: 82px;
  }

  .main-menu-item a {
    height: 100px;
  }

  .main-menu.small .main-menu-item a {
    height: 55px;
  }

  .footer-logo,
  .contact-form-logo {
    height: 50px;
  }

  .footer {
    padding: 20px 0 30px;
  }

  .title-item {
    height: 130px;
  }

  .progress-item {
    padding: 20px 7px;
  }

  .btn {
    min-width: 200px;
  }

  .main-title {
    font-size: 1.7rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .blog-comments-item-title {
    font-size: 1.3rem;
  }

  .btn.btn-big {
    padding: 10px 2rem;
  }

  .blog-item-content {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }

  .container:not(.container--big) {
    padding-left: 55px;
    padding-right: 55px;
  }

  .rounded-item {
    margin-bottom: 10px;
  }

  .home-item.aside .text {
    min-height: 76px;
    padding: 15px 10px;
  }

  .rounded-item {
    padding: 15px 10px;
    border-radius: 10px;
  }

  .main-menu-item {
    font-size: 1.2rem;
  }

  .main-menu-item a {
    height: 90px;
  }

  .main-menu.small .main-menu-item {
    font-size: 1rem;
  }

  .main-menu.small .main-menu-item a {
    height: 50px;
  }

  .btn {
    font-size: 1.1rem;
    border-radius: 10px;
  }

  .home-item.aside .image-object,
  .main-menu-item a {
    border-radius: 10px;
  }

  .footer-logo,
  .contact-form-logo {
    height: 40px;
  }

  .title-item span {
    font-size: 1.6rem;
  }

  .progress-item {
    padding: 10px 5px;
  }

  .title-item {
    height: 100px;
  }

  .main-title {
    padding: 1rem 0;
  }

  .form-item.bg-lightgray .form-control::-moz-placeholder {
    font-size: 12px;
  }

  .text-small,
  .form-item .form-text,
  .form-item .form-check-label,
  .form-item.bg-lightgray .form-label,
  .form-item.bg-lightgray .form-control,
  .form-item.bg-lightgray .form-control::placeholder,
  .newsletter .form-check-label {
    font-size: 12px;
  }

  .blog-article .blog-item-content {
    max-width: 90%;
  }

  .contact-form .form-control:not(textarea) {
    height: 50px;
  }

  .newsletter .contact-form-info {
    font-size: 12px;
    padding: 20px 30px !important;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 12px;
  }

  .container:not(.container--big) {
    padding-left: 42px;
    padding-right: 42px;
  }

  .footer-logo,
  .contact-form-logo {
    height: 30px;
  }

  .header-links {
    top: 30px;
  }

  .header-links .btn {
    order: -1;
    margin-right: auto;
    margin-left: 0;
  }

  .btn {
    padding: 6px 15px;
  }

  .main-menu-item a {
    height: 75px;
  }

  body.overflow {
    overflow: hidden;
  }

  .menu-toggler.active span {
    background-color: #fff;
  }

  .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #111E72;
    list-style-type: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: -1;
  }

  .main-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 1001;
  }

  .main-menu-item {
    width: 100% !important;
    font-size: 1.2rem !important;
  }

  .main-menu-item a {
    width: 250px;
    height: 60px !important;
    margin-left: auto;
    margin-right: auto;
  }

  .main-menu-item i {
    margin-right: 20px !important;
  }

  .main-menu-item.d-none {
    display: block !important;
  }

  .home-item.aside .text {
    min-height: 0;
  }

  .title-item {
    margin-right: 0;
  }

  .title-item span {
    font-size: 1.9rem;
    text-align: center;
  }

  .btn {
    min-width: 150px;
  }

  .form-item {
    height: auto;
  }

  .form-item .form-control,
  .contact-form .form-control:not(textarea) {
    height: 45px;
  }

  .form-item .form-check-input {
    margin-top: 0;
  }

  .blog-item-image {
    width: 230px;
  }

  .blog-article .blog-item-text {
    -moz-columns: 1;
    columns: 1;
  }

  .contact-form-info {
    padding: 30px !important;
  }
}

@media (max-width: 767px) {
  .container:not(.container--big) {
    padding-left: 33px;
    padding-right: 33px;
  }

  .page-body-inner {
    padding: 15px;
  }

  .header-links {
    top: 0;
  }

  .footer-inner {
    align-items: center;
  }

  .footer-menu-item {
    margin-bottom: 5px;
  }

  .footer {
    padding: 20px 0;
  }

  .btn-mobile {
    width: 100% !important;
  }

  .blog-item {
    flex-direction: column;
  }

  .blog-item-image {
    margin: 15px auto 0 auto;
  }

  .blog-article .blog-item-date {
    padding: 10px;
  }

  .blog-article .blog-item-image,
  .blog-item-small img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-article .blog-item-content,
  .blog-comments-item {
    padding: 20px !important;
    max-width: 100%;
  }

  .blog-article .blog-item-title {
    margin-bottom: 2rem;
  }

  .aside-item {
    max-width: 350px;
    margin: 0 auto 15px;
  }
}

@media (max-width: 575px) {
  .container:not(.container--big) {
    padding-right: 6.6%;
    padding-left: 6.6%;
  }

  .header-links {
    top: 0;
    padding: 0 15px;
  }

  .header-links .btn i {
    display: none;
  }

  .footer-inner {
    flex-wrap: wrap;
  }

  .footer-logo {
    margin: 0 auto 20px auto;
  }

  .footer-menu {
    min-width: 100%;
  }

  .title-item span {
    text-align: left;
  }

  .search [class*=col]:not(:last-child) {
    margin-bottom: 10px;
  }

  .pagination .page-item:not(:last-child) .page-link {
    border-right-width: 2px;
  }

  .newsletter .form-check {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .header {
    padding-top: 50px;
  }

  .header-links {
    top: -25px;
  }

  .title-item {
    height: 70px;
  }

  .title-item span {
    font-size: 1.6rem;
  }

  .cftc-blog-item-content {
    flex-wrap: wrap;
  }

  .cftc-blog-item-image,
  .cftc-blog-item-text {
    width: 100%;
    padding-left: 0;
  }

  .cftc-blog-item-image {
    margin-bottom: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .cftc-blog-item .link-more {
    margin-left: auto;
    margin-right: auto;
  }

  .btn {
    padding: 5px 10px;
    border-radius: 7.5px;
  }

  .home-item.aside .image-object,
  .main-menu-item a,
  .rounded-item {
    border-radius: 7.5px;
  }

  

}

.ql-align-center .ql-size-large {
  font-size: 1.8em;
}
.ql-align-center .ql-size-normal {
  font-size: 1.2em;
}

.ql-align-center .ql-size-small {
  font-size: 0.75em;
}