/*
Theme Name: OCIM
Author: OCIM TEAM
Description: Theme officiel d'OCIM
Text Domain: ocimtd
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Baskervville|Montserrat:300,400,500,600,700&display=swap');
.img-rounded {
  border-radius: 8px!important;
}
.img-circle {
  border-radius: 50%!important;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.button {
  padding: 10px;
  border: 1px solid #181525;
  transition: all 250ms ease;
  cursor: pointer;
}
.button:hover {
  background-color: rgba(18, 27, 159, 0.2);
}
.button:hover .label {
  color: #121b9f;
}
.button .label {
  font-size: 14px;
  font-weight: 300;
  color: #181525;
}
.button.primary {
  border-color: #121b9f;
}
.button.primary .label {
  color: #121b9f;
}
.button.secondary {
  border-color: #000000;
}
.button.secondary .label {
  color: #000000;
}
.button.delete-category {
  border-radius: 30px;
  background-color: #121b9f;
  text-transform: uppercase;
  padding: 5px 15px;
  align-self: flex-start;
}
.button.delete-category:hover {
  background-color: #0e167f;
}
.button.delete-category .label {
  font-size: 12px;
  color: #ffffff;
}
.button.more {
  background-color: #121b9f;
  text-transform: uppercase;
  padding: 15px 15px;
}
.button.more:hover {
  background-color: #0e167f;
}
.button.more .label {
  font-size: 12px;
  color: #ffffff;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.top-container {
  position: relative;
  z-index: 2;
  max-width: 1170px;
  width: 100%;
  padding: 70px;
  margin: -70px auto 0;
  background-color: #ffffff;
}
@media only screen and (max-width: 675px) {
  .top-container {
    max-width: calc(100% - 20px);
    padding: 20px 10px;
  }
}
.top-container .article {
  max-width: none;
  width: auto;
  padding: 0;
  text-align: left;
}
.top-container .article .resume {
  text-align: left;
}
.top-container.nopadding {
  padding: 0;
}
.top-container.nopadding .img {
  display: block;
  width: 100%;
}
.top-container.nopadding .img img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.home-content-top {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.home-content-top--new {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.home-content-top--new .date {
  font-size: 18px;
  color: #121b9f;
  font-weight: 500;
}
.home-content-top--new .back {
  margin-top: 80px;
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.home-content-top--title {
  font-size: 40px;
  font-family: 'Baskervville';
  font-weight: 400;
  color: #000000;
}
.home-content-top--text {
  margin-top: 50px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.home-content-top--title-news {
  font-size: 24px;
  font-weight: 300;
  color: #181525;
  margin-bottom: 70px;
}
@media screen and (min-width: 675px) {
  .home-content-top--title-news {
    font-size: calc(24px  +  8  * ((100vw -  675px ) / 225 ));
  }
}
@media screen and (min-width: 900px) {
  .home-content-top--title-news {
    font-size: 32px;
  }
}
.home-content-top h2 {
  font-size: 24px;
  font-weight: 500;
  color: #181525;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 70px;
}
.home-content-top h3 {
  font-size: 16px;
  line-height: 30px;
  color: #181525;
  font-weight: 300;
  text-align: left;
}
.loader-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  overflow: hidden;
}
.loader-container.remove .overlay-loader {
  transition-delay: 250ms;
  transform: translateX(-100%) scale(1.5) skew(20deg, 95deg);
}
.loader-container.remove .vertical-centered-box {
  transform: translateY(-50px);
  opacity: 0;
}
.loader-container .overlay-loader {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background-color: #ffffff;
  transition: all 1300ms ease;
}
.loader-container .vertical-centered-box {
  position: relative;
  z-index: 2;
  max-width: 300px;
  display: block;
  transition: all 250ms ease;
}
.vertical-centered-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-centered-box .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(18, 27, 159, 0.1);
  margin-left: -75px;
  margin-top: -75px;
}
.vertical-centered-box .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  overflow: hidden;
  transform-origin: 75px 75px;
  animation: rotate 1.2s infinite linear;
}
.vertical-centered-box .loader-line-mask .loader-line {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(18, 27, 159, 0.5);
}
.vertical-centered-box .content svg,
.vertical-centered-box .content img {
  width: 60px;
  height: auto;
}
.container {
  display: flex;
  flex-direction: column;
  padding: 70px;
  position: relative;
}
.container.no-padding-top {
  padding-top: 0;
}
@media only screen and (max-width: 675px) {
  .container {
    padding: 70px 20px;
  }
}
.container-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.container.grey {
  background-color: #EBEBEB;
}
.container-img {
  display: block;
  margin-bottom: 40px;
}
.container-img img {
  display: block;
  max-width: 100%;
}
.container .text-basic {
  font-size: 16px;
  line-height: 30px;
  color: #181525;
  font-weight: 300;
  margin: 70px 0 0;
}
.container .button-wrapper {
  margin-top: 70px;
  display: flex;
  justify-content: flex-end;
}
.news-lists {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 675px) {
  .news-lists {
    flex-direction: column;
    margin-top: 0;
  }
}
.news-lists .news {
  width: calc((100% /3) - 20px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 675px) {
  .news-lists .news {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 676px) and (max-width: 1024px) {
  .news-lists .news {
    width: calc((100% /2) - 20px);
  }
}
.news-lists .news-content {
  padding: 30px;
}
.news {
  display: flex;
  flex-direction: column;
}
.news.fc {
  flex-direction: row;
}
@media only screen and (max-width: 675px) {
  .news.fc {
    flex-direction: column;
  }
}
.news.big {
  background-color: #EBEBEB;
}
.news.big .news-content--category {
  font-size: 18px;
}
.news.big .news-image {
  height: auto;
  width: 600px;
}
@media only screen and (min-width: 676px) and (max-width: 1024px) {
  .news.big .news-image {
    width: 300px;
  }
}
@media only screen and (max-width: 675px) {
  .news.big .news-image {
    height: 200px;
    max-width: 100%;
  }
}
.news-image {
  height: 200px;
}
.news-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.news-content {
  display: flex;
  flex-direction: column;
  padding: 40px 40px 20px 100px;
  color: #0a0a0a;
  flex: 1;
}
@media only screen and (min-width: 676px) and (max-width: 1024px) {
  .news-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 675px) {
  .news-content {
    padding: 20px;
  }
}
.news-content--title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.news-content--category {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  color: #4A4A4A;
}
.news-content--category .divider {
  margin: 0 10px;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.news-content--text {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  display: flex;
  flex: 1;
  flex-shrink: 0;
}
.news-content .button-wrapper {
  margin-top: 20px;
}
.news-content .border {
  margin: 30px 0 15px 0;
  height: 2px;
  background-color: #000000;
  width: 30px;
}
.testimonials {
  display: flex;
  flex-direction: column;
}
.testimonials-text {
  color: #000000;
  font-size: 36px;
  position: relative;
  max-width: 500px;
  line-height: 52px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Baskervville';
}
.testimonials-text:after {
  content: "";
  position: absolute;
  color: #121b9f;
  top: -20px;
  left: -35px;
  font-size: 60px;
  background-image: url('img/quote-open.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 23px;
}
@media only screen and (max-width: 675px) {
  .testimonials-text:after {
    left: -20px;
  }
}
.testimonials-text span {
  position: absolute;
  color: #121b9f;
  bottom: -20px;
  right: auto;
  font-size: 60px;
  background-image: url('img/quote-close.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 23px;
}
.testimonials > span {
  display: flex;
  align-self: flex-end;
  color: #181525;
  font-size: 16px;
  font-weight: 500;
  margin-top: 50px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.menu-mobile-container {
  position: relative;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.menu-mobile-container.remove-background {
  background-color: transparent;
}
@media only screen and (max-width: 675px) {
  .menu-mobile-container {
    display: flex;
  }
}
.menu-mobile {
  width: 30px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-mobile.open span {
  background: #ffffff;
}
.menu-mobile.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
  width: 100%;
}
.menu-mobile.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-mobile.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
  width: 100%;
}
.menu-mobile span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-mobile span:nth-child(1) {
  top: 0;
}
.menu-mobile span:nth-child(2) {
  top: 8px;
  width: 80%;
}
.menu-mobile span:nth-child(3) {
  top: 16px;
  width: 60%;
}
.mobile-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 889;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mobile-modal.active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.mobile-modal.active .modal-container .modal-wrapper .navigation {
  transition-delay: .2s;
  transform: translateY(0);
}
.mobile-modal .modal-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  position: relative;
  max-width: 100%;
  margin: 0;
}
.mobile-modal .modal-container .modal-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 100%;
  background-color: #121b9f;
  padding: 20px 20px 0 20px;
  margin: 0px;
  overflow: auto;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mobile-modal .modal-container .modal-wrapper .line-header-modal {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mobile-modal .modal-container .modal-wrapper .logo {
  width: 50px;
}
.mobile-modal .modal-container .modal-wrapper .logo img {
  display: block;
  max-width: 100%;
}
.mobile-modal .modal-container .modal-wrapper .navigation {
  position: relative;
  transform: translateY(50px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 50px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-shrink: 0;
  overflow: auto;
}
.mobile-modal .modal-container .modal-wrapper .navigation ul {
  list-style: none;
}
.mobile-modal .modal-container .modal-wrapper .navigation ul li {
  display: block;
}
.mobile-modal .modal-container .modal-wrapper .navigation ul li a {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  display: block;
}
.menu {
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 675px) {
  .menu {
    padding-bottom: 20px;
    flex-direction: row;
  }
}
.menu .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 300px;
}
@media only screen and (max-width: 675px) {
  .menu .logo {
    width: 50px;
  }
}
.menu .logo a {
  display: flex;
  max-width: 100%;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.menu .logo img {
  display: flex;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0 20px;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  justify-content: center;
}
.menu-list .language {
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list .language .item {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999999;
  cursor: pointer;
  transition: all 250ms ease;
}
.menu-list .language .item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.menu-list .language .item.active,
.menu-list .language .item:hover {
  color: #121b9f;
}
@media only screen and (max-width: 675px) {
  .menu-list {
    display: none;
  }
}
.menu-list > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  flex: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.menu-list > ul > li {
  margin-right: 20px;
  position: relative;
}
.menu-list > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}
.menu-list > ul > li ul {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 10px;
  padding: 10px;
  top: 100%;
  background-color: #ffffff;
  transition: all 250ms ease;
  list-style: none;
  white-space: nowrap;
  text-align: left;
  z-index: 2;
}
.menu-list > ul > li ul li {
  margin-bottom: 5px;
}
.menu-list > ul > li a {
  color: #999999;
  transition: all 250ms ease;
  position: relative;
  font-size: 16px;
  font-weight: 300;
}
.menu-list > ul > li a:hover,
.menu-list > ul > li a.active {
  color: #121b9f;
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 535px;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  background-color: #121b9f;
}
.header .bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header-container {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: left;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.header-container--text {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 675px) {
  .header-container--text {
    padding: 0 20px;
  }
}
.header-container--text h1 {
  font-family: 'Baskervville';
  color: #ffffff;
  font-weight: 400;
  font-size: 50px;
  color: #000000;
}
.footer {
  padding: 100px 100px 40px;
  background-color: #999;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-top: 8px solid #121b9f;
}
.footer .copyright {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  font-size: 14px;
}
.footer-adress {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 675px) {
  .footer-adress {
    flex-direction: column;
  }
}
.footer-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 675px) {
  .footer-wrapper {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.footer .logo {
  max-width: 165px;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  margin-right: 20px;
}
.footer .logo-container {
  display: flex;
  flex-direction: column;
}
.footer .logo-container .social {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
@media only screen and (max-width: 675px) {
  .footer .logo-container .social {
    margin-top: 20px;
  }
}
.footer .logo-container .social .btn {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.footer .logo-container .social .btn img {
  max-width: 100%;
}
@media only screen and (max-width: 675px) {
  .footer .logo {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 150px;
  }
}
.footer .logo img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 675px) {
  .footer {
    padding: 100px 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 675px) {
  .footer-container {
    flex-direction: column;
  }
}
.footer-container-list {
  display: flex;
  flex-direction: column;
  margin: 0 30px;
  border-left: 1px solid #fff;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-container-list:last-child {
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 675px) {
  .footer-container-list {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0;
  }
}
.footer-container-list--text {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.footer-container-list--text a {
  color: #ffffff;
}
.about-history {
  display: flex;
  flex-direction: row;
  color: #181525;
  text-align: left;
  align-items: flex-start;
}
.about-history-timeline {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
}
.about-history-timeline--list {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 0;
  align-items: center;
  text-align: center;
}
.about-history-timeline--list .date {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(24, 21, 37, 0.4);
  font-size: 14px;
  margin: 15px 0;
  position: relative;
}
.about-history-timeline--list .date.active {
  background-color: #121b9f;
  color: #ffffff;
}
.about-history-timeline--list .line {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #121b9f;
}
.about-history-timeline--list::after,
.about-history-timeline--list::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #121b9f;
}
.about-history-timeline--list:after {
  top: 0;
}
.about-history-timeline--list:before {
  bottom: 0;
}
.about-history-text {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  width: 100%;
}
.about-history-text--title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
.about-history-text--text {
  font-size: 15px;
  font-weight: 400;
}
.article {
  display: flex;
  flex-direction: column;
  padding: 70px;
  position: relative;
  color: #181525;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.article.no-padding-top {
  padding-top: 0;
}
.article.nopadding {
  padding: 0;
}
.article .testimonials {
  margin: 60px auto;
}
.article .testimonials-text {
  max-width: 600px;
  width: 100%;
  color: #121b9f;
}
@media only screen and (max-width: 675px) {
  .article {
    padding: 70px 20px;
  }
}
.article-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  display: flex;
}
.article-wrapper.flex-row {
  flex-direction: row;
}
@media only screen and (max-width: 675px) {
  .article-wrapper.flex-row {
    flex-direction: column;
  }
}
.article h1,
.article h2 {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 80px;
  font-family: 'Baskervville';
  text-align: left;
}
.article h1.about,
.article h2.about {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}
.article h2 {
  margin-bottom: 30px;
  font-size: 38px;
}
.article h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
}
.article h4 {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.article .resume {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
.article p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.article p.uppercase {
  text-transform: uppercase;
}
.article .img {
  margin: 40px 0;
}
.article .img img {
  display: block;
  max-width: 100%;
}
.article .sommaire {
  align-self: flex-start;
  margin-bottom: 50px;
  margin-top: 40px;
}
.article .sommaire-title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.article .sommaire ul {
  display: flex;
  flex-direction: column;
}
.article .sommaire ul li {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  border-bottom: 2px solid #ebebeb;
  align-items: center;
  cursor: pointer;
  align-self: flex-start;
}
.article .sommaire ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article .sommaire ul li.active .icon svg,
.article .sommaire ul li:hover .icon svg {
  color: #121b9f;
}
.article .sommaire ul li.active .label,
.article .sommaire ul li:hover .label {
  color: #121b9f;
}
.article .sommaire ul li .icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
  transition: all 250ms ease;
}
.article .sommaire ul li .icon svg {
  width: 10px;
  height: 10px;
  color: #181525;
  transition: all 250ms ease;
}
.article .sommaire ul li .label {
  font-size: 14px;
  text-transform: uppercase;
  color: #181525;
  font-weight: 500;
  transition: all 250ms ease;
}
.article ul.list {
  display: flex;
  flex-direction: column;
  position: relative;
  list-style: none;
  margin-bottom: 40px;
}
.article ul.list.bullet:before,
.article ul.list.number:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  background-color: #ebebeb;
  width: 1px;
}
.article ul.list.bullet li,
.article ul.list.number li {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
  padding: 0px 0 0px 30px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 48px;
}
.article ul.list.bullet li:last-child,
.article ul.list.number li:last-child {
  margin-bottom: 0;
}
.article ul.list.bullet li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 22px;
  background-color: #121b9f;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.article ul.list.number li {
  counter-increment: custom;
}
.article ul.list.number li:before {
  color: #121b9f;
  content: counter(custom) " ";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.article ul.list.number li:first-child {
  counter-reset: custom;
}
.article ul.list li {
  font-size: 14px;
}
.button-more {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: -40px;
}
.categories .category {
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  border: 1px solid #121b9f;
  border-radius: 30px;
  transition: all 250ms ease;
  align-items: center;
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 20px;
  cursor: pointer;
}
.categories .category:hover {
  background-color: rgba(18, 27, 159, 0.2);
}
.categories .category .label {
  display: flex;
  flex: 1;
  color: #121b9f;
  text-align: center;
  justify-content: center;
}
.categories .category .icon svg {
  width: 10px;
  height: 10px;
  color: #121b9f;
}
.article-wrapper .article-more-articles {
  width: 370px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width: 675px) {
  .article-wrapper .article-more-articles {
    width: auto;
  }
}
.article-wrapper .article-more-articles .title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 2px solid #121b9f;
  text-align: right;
  color: #121b9f;
}
.article-wrapper .article-more-articles .news-lists {
  flex-direction: column;
}
.article-wrapper .article-more-articles .news-lists .news {
  width: 100%;
  box-shadow: none;
}
.article-wrapper .article-more-articles .news-lists .news-content {
  padding: 30px 0 40px;
}
.article-wrapper .article-content {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.article-wrapper .article-content--social {
  margin-top: 90px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 675px) {
  .article-wrapper .article-content--social {
    margin-bottom: 40px;
  }
}
.article-wrapper .article-content--social .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #121b9f;
  margin-right: 12px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 250ms ease;
}
.article-wrapper .article-content--social .item:hover {
  background-color: rgba(18, 27, 159, 0.2);
}
.article-wrapper .article-content--social .item.linkedin img {
  width: 15px;
}
.article-wrapper .article-content--social .item.twitter img {
  width: 18px;
}
.article-wrapper .article-content--social .item.dl img {
  width: 14px;
}
.article-wrapper .article-content--social .item img {
  width: 20px;
  height: auto;
}
@media only screen and (max-width: 675px) {
  .article-wrapper .article-content {
    margin-right: 0;
  }
}
.article-wrapper .article-content h1 {
  font-size: 40px;
  color: #000000;
  font-family: 'Baskervville';
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 55px;
}
.article-wrapper .article-content p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 26px;
}
.article-wrapper .article-content img {
  width:100%;
  height:auto;
}

.article-wrapper .article-content p.resume {
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 600;
}
.contact {
  text-align: center;
}
.contact .button-contact {
  text-align: center;
}
.contact .button-contact .button .label {
  font-size: 12px;
}
.contact-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #121b9f;
}
.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 465px;
  margin: 0 auto;
  flex-shrink: 0;
}
@media only screen and (max-width: 675px) {
  .contact form {
    width: 80%;
  }
}
.contact form .input {
  width: 100%;
  display: flex;
  margin-bottom: 33px;
}
.contact form .input input,
.contact form .input textarea {
  display: flex;
  flex: 1;
  resize: none;
  border: 1px solid #121b9f;
  padding: 7px 10px 10px;
  font-size: 16px;
  transition: all 250ms ease;
  color: #121b9f;
  text-align: center;
}
.contact form .input input:hover,
.contact form .input textarea:hover,
.contact form .input input:focus,
.contact form .input textarea:focus {
  border-color: #0e167f;
}
.contact form .input input::placeholder,
.contact form .input textarea::placeholder {
  color: #928C8C;
}
.contact form .input textarea {
  height: 180px;
}
.error {
  display: flex;
  flex-direction: column;
}
.error .button-error {
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-title {
  font-size: 300px;
  font-weight: bold;
  color: rgba(155, 155, 155, 0.25);
  margin-bottom: 20px;
}
.error-desc {
  font-size: 20px;
  color: #121b9f;
  margin-bottom: 30px;
}
*:before,
*:after,
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
input,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a,
i {
  text-decoration: none;
  outline: 0;
}
html,
body {
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
html ::-webkit-scrollbar,
body ::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.posr {
  position: relative!important;
}
.hidden {
  display: none!important;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
span,
a,
button {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
div,
div:focus,
div:active,
a,
a:focus,
a:active,
input,
input:focus,
input:active,
select,
select:focus,
select:active,
textarea,
textarea:focus,
textarea:active,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active,
input,
input:focus,
input:active {
  outline: 0!important;
  text-decoration: none;
}
