/* 
Theme Name: Lawways
Author: O'Communication
Description: Thème personnalisé pour le site Lawways
Requires PHP: 8.1.6
Version: 1.0
*/



* {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-display: default;
}

#first-section {
  margin-top: 85px;
}

@keyframes fadeOutIn{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.fadeOutIn {
  animation-name: fadeOutIn;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

.subtitle_adn {
  color: #57BDDB !important;
  font-weight: 700 !important;
  font-size: 18px;
}

/*==================================================================
                                                       POLYLANG MENU
==================================================================*/

.navbar_menu_lang {
  list-style: none;
}

.navbar_menu_lang li a {
  text-decoration: none;
  color: black;
}

li.lang-item.lang-item-7 {
    border-bottom: 1px solid black;
}

.current-lang a {
  color: #57BDDB !important;
}

/*==================================================================
                                                      PAGE ANIMATION
==================================================================*/

.loader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  transition: width 0s 1.4s ease;
}
.loader .loader__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loader .loader__icon svg {
  transform-origin: 0 0;
}
.loader .loader__tile {
  position: absolute;
  left: 0;
  width: 0;
  height: 20%;
  background-color: #57BDDB;
  transition: width 0.7s ease;
}
.loader .loader__tile:nth-child(0) {
  top: calc(-1 * 20%);
  transition-delay: -0.2s;
}
.loader .loader__tile:nth-child(1) {
  top: calc(0 * 20%);
  transition-delay: 0s;
}
.loader .loader__tile:nth-child(2) {
  top: calc(1 * 20%);
  transition-delay: 0.2s;
}
.loader .loader__tile:nth-child(3) {
  top: calc(2 * 20%);
  transition-delay: 0.4s;
}
.loader .loader__tile:nth-child(4) {
  top: calc(3 * 20%);
  transition-delay: 0.6s;
}
.loader .loader__tile:nth-child(5) {
  top: calc(4 * 20%);
  transition-delay: 0.8s;
}
.loader--active {
  width: 100%;
  transition-delay: 0s;
}
.loader--active .loader__icon {
  opacity: 1;
  transition: opacity 0.5s 1.4s ease;
}
.loader--active .loader__tile {
  width: 100%;
}
.loader--active .loader__tile:nth-child(0) {
  transition-delay: -0.2s;
}
.loader--active .loader__tile:nth-child(1) {
  transition-delay: 0s;
}
.loader--active .loader__tile:nth-child(2) {
  transition-delay: 0.2s;
}
.loader--active .loader__tile:nth-child(3) {
  transition-delay: 0.4s;
}
.loader--active .loader__tile:nth-child(4) {
  transition-delay: 0.6s;
}
.loader--active .loader__tile:nth-child(5) {
  transition-delay: 0.8s;
}

/*==================================================================
                                                                MENU
==================================================================*/

.page-width {
  max-width: 1180px;
  width: 100%;
}

.navbar {
  height: 55px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3000;
}

.navbar-fixed {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
}

.navbar_logo > img {
  width: 180px;
}

.navbar_menu > img {
  width: 60px;
}

.navbar_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  z-index: 99;
}

.navbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
}

.navbar_menu_lang {
  margin-right: 20px;
}

.lang_selector {
  text-decoration: none;
  color: black;
  font-size: 17px;
}

.lang_selector:hover {
  color: #57BDDB;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: black;
  margin: 3px 0;
}

/* MENU CSS */
.hamburger .line{
  width: 50px;
  height: 1px;
  background-color: black;
  display: block;
  margin: 16px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

.menu {
  background-color: #F1F1F1;
  display: none !important;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  opacity: 1;
  transform: translateY(-600px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-open {
  transform: translateY(0px);
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  padding-top: 50px;
  z-index: 1000;
}

.navbar-open {
  background-color: #f1f1f1 !important;
}

/* ELEVEN */

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  margin: 11px auto;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/*==================================================================
                                                  FLASHLIGHT SECTION
==================================================================*/

main {
	clip-path: circle(100px at -100px -100px);
  height: 100vh;
	background-size: cover;
	background-position: center;
  position: absolute;
  top: 0;
  bottom: 0; 
  left: 0;
  right: 0;
  z-index: 10;
}

.flashlight-contain {
  position: relative;
  margin-top: 31px;
  display: flex;
  align-items: center;
  z-index: 20;
  height: 96vh;
  font-size: 60px;
}

.flashlight-contain > h1 {
  margin-top: -100px;
  line-height: 1;
  font-weight: 900;
}

.text-bordered {
  text-shadow: 1px 0 0 rgb(0, 0, 0), -1px 0 0 rgb(0, 0, 0), 0 1px 0 rgb(0, 0, 0), 0 -1px 0 rgb(0, 0, 0), 1px 1px rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0);
  color: white;
}

.text-bordered-white {
  text-shadow: 1px 0 0 rgb(255, 255, 255), -1px 0 0 rgb(255, 255, 255), 0 1px 0 rgb(255, 255, 255), 0 -1px 0 rgb(255, 255, 255), 1px 1px rgb(255, 255, 255), -1px -1px 0 rgb(255, 255, 255), 1px -1px 0 rgb(255, 255, 255), -1px 1px 0 rgb(255, 255, 255);
  color: #1B1B1B;
}

.text-bordered-blue {
  text-shadow: 1px 0 0 #57BDDB, -1px 0 0 #57BDDB, 0 1px 0 #57BDDB, 0 -1px 0 #57BDDB, 1px 1px #57BDDB, -1px -1px 0 #57BDDB, 1px -1px 0 #57BDDB, -1px 1px 0 #57BDDB;
  color: #1B1B1B;
}

.flashlight-container {
  display: flex;
  justify-content: center;
  position: relative;
}

/*==================================================================
                                                 DOUBLE INFO SECTION
==================================================================*/

.dual-info-section {
  display: flex;
  position: relative;
  z-index: 30;
  height: 800px;
  margin-bottom: 70px;
}

.dual-info-grey {
  margin-top: -80px;
  width: 50%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  background-color: #1B1B1B;
  color: white;
  height: 880px;
}

.dual-info-blue {
  width: 45%;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background-color: #57BDDB;
  position: absolute;
  right: 0;
  height: 800px;
}

.dual-small-grey {
  margin-top: 45px;
  color: #57BDDB;
  margin-right: 100px;
  text-transform: uppercase;
}

.dual-title-grey {
  margin: 15px 100px 15px 0;
  font-size: 55px;
  width: 320px;
  font-weight: 900;
  line-height: 1;
}

.dual-content-grey {
  margin-right: 100px;
  margin-top: 16px;
  width: 400px;
}

.dual-small-blue {
  margin-top: 15px;
  color: white;
  text-transform: uppercase;
}

.dual-title-blue {
  margin: 15px 100px 15px 0;
  color: #1B1B1B;
  font-size: 55px;
  width: 400px;
  line-height: 1;
  font-weight: 900;
}

.dual-content-grey {
  color: white;
  font-weight: 700;
  line-height: 1.5;
}

.dual-content-blue {
  color: #1B1B1B;
  font-weight: 700;
  line-height: 1.5;
  width: 400px;
  font-size: 16px;
}

.arrow_blue {
  transition: ease-in-out 0.2s all;
  margin-top: 45px;
  margin-right: 100px;
}

.arrow_blue:hover {
  transform: rotate(-45deg);
}

.arrow_white {
  transition: ease-in-out 0.2s all;
  margin-top: 45px;
}

.arrow_white:hover {
  transform: rotate(45deg);
}

.arrow_link_white {
  position: absolute;
  bottom: 70px;
}

.arrow_link_blue {
  position: absolute;
  bottom: 0;
}

/*==================================================================
                                                           CAROUSSEL
==================================================================*/

.caroussel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.caroussel-container .slider {
  height: 100px !important;
}

.slider {
  width: 200px;
  height: 120px;
  display: inline-flex !important;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slider img {
  max-width: 300px;
  max-height: 200px;
  object-fit: contain;
  width: 200px;
  transition: 0.3s ease-in-out all;
}

.slider img:hover {
  scale: 1.1;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 30%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*==================================================================
                                                        PRESENTATION
==================================================================*/

.slide-text {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.text-defil {
  white-space: nowrap;
  position: relative;
  right: 100vh;
  font-size: 90px;
  font-weight: 900;
}

@media (max-width: 960px) {
  .text-defil {
    right: -380vh;
    font-size: 80px;
  }
}

@media (max-width: 500px) {
  .text-defil {
    right: -280vh;
    font-size: 60px;
  }
}

.presentation-image {
  width: 100%;
  margin-bottom: -5px;
}

/*==================================================================
                                                         SLIDER BLOG
==================================================================*/

.slider-blog-container {
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
  padding: 120px 0;
  position: relative;
}

.slider-blog-animated-title {
  position: absolute;
  top: -225px;
  left: 0;
}

.slider-blog-animated-title p {
  font-size: 110px;
  font-weight: 800;
  color: #1B1B1B;
}

.slider-blog {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

.slider-blog-image div {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-blog-category {
  font-size: 18px;
  color: #57BDDB;
  font-weight: 200;
  margin-bottom: 35px;
}

.slider-blog-image {
  margin-right: 35px;
}

.slider-blog-title {
  font-size: 25px;
  color: white;
  font-weight: 900;
  max-width: 600px;
  margin-bottom: 35px;
}

.slider-blog-content-text {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.timer-slide {
  height: 2px;
  width: 100%;
  max-width: 150px;
  position: relative;
  background-color: #757577;
  margin: 0 15px;
}

.slider-blog-control p {
  color: #57BDDB;
  font-size: 14px;
  font-weight: 600;
}

.slider-blog-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 40px;
}

.timer-time {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #57BDDB;
  transition: linear 1s all;
}

.slick-next-blog {
  position: absolute;
  bottom: -119px;
  left: 287px;
  cursor: pointer;
}

.slick-prev-blog {
  position: absolute;
  bottom: -119px;
  left: 0px;
}

.slider-blog-link {
  position: relative;
  width: 70%;
  display: flex;
}

.slider-blog-link-button {
  position: absolute;
  right: 10px;
  display: flex;
  top: -35px;
  text-decoration: none;
}

.slider-blog-link-button > a:nth-child(1) {
  text-decoration: none;
  color: #57BDDB;
  margin-right: 20px;
  transition: ease-in-out 0.3s all;
}

.slider-blog-link-button > a:nth-child(1):hover {
  cursor: pointer;
  text-decoration: none;
  color: #57bcdbc4;
  padding-top: 5px;
}

.slider-blog-link-line {
  width: 106%;
  background-color: #757577;
  height: 2px;
  position: absolute;
  margin-left: 80px;
}

.slider-blog-container .slick-list {
  margin-bottom: 100px;
}

.slider-blog-single-button svg {
  transition: ease-in-out 0.3s all;
}

.slider-blog-single-button svg:hover {
  transform: rotate(-45deg);
}

.slider-blog-single-button svg path {
  transition: ease-in-out 0.3s all;
}

.slider-blog-single-button svg g {
  transition: ease-in-out 0.3s all;
}

.slider-blog-single-button svg:hover path {
  stroke: #57BDDB;
}

.slider-blog-single-button svg:hover g {
  stroke: #57BDDB;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*==================================================================
                                                              FOOTER
==================================================================*/

.footer-social, .footer-logo, .footer-copyright {
  width: 33%;
}

.footer-container {
  background-color: #141414;
  display: flex;
  justify-content: center;
}

.footer-contain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.footer-social {
  display: flex;
}

.span-team {
  font-weight: 900;
}

.footer-social a {
  border: solid 1px #707070;
  border-radius: 100px;
  padding: 5px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  transition: ease-in-out 0.3s all;
}

.footer-social a:hover {
  border: solid 1px #57BDDB;
}

.footer-social svg {
  width: 15px;
  fill: #707070;
  transition: ease-in-out 0.3s all;
}

.footer-social svg:hover {
  fill: #57BDDB;
}

.footer-logo img {
  height: 65px;
}

.footer-logo {
  display: flex;
  justify-content: center;
}

.footer-copyright div {
  font-size: 14px;
  color: #D1D2D2;
  font-weight: 200;
  text-decoration: none;
  transition: ease-in-out 0.3s all;
}

.footer-copyright a {
  text-decoration: none;
  color: #D1D2D2;
  transition: ease-in-out 0.3s all;
}

.footer-copyright div a:hover {
  color: #57BDDB;
}

.footer-copyright {
  display: flex;
  justify-content: right;
}

.footer-copyright div {
  text-align: right;
}

/*==================================================================
                                                        HAUT DE PAGE
==================================================================*/

.m-expertise-container {
  height: 420px;
  display: flex;
  justify-content: center;
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.white-bubble {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  position: absolute;
  bottom: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.white-bubble p {
  font-size: 100px;
  position: absolute;
  top: 24% !important;
  left: 15% !important;
  line-height: 1;
  font-weight: 900;
}

.white-bubble span {
  font-size: 100px;
}

.m-expertise-container .page-width {
  position: relative;
}

/*==================================================================
                                                      MENU EXPERTISE
==================================================================*/

.expertise-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

.m-expertise {
  display: flex;
  justify-content: space-between;
}

.m-expertise a {
  width: 100%;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: black;
  font-size: 19px;
  transition: ease-in-out 0.3s all;
  border-top: solid 1px #1B1B1B;
  margin-top: -1px;
}

.m-expertise a:hover {
  color: #57BDDB !important;
  border-top: solid 1px #57BDDB !important;
}

/*==================================================================
                                                 SIMPLE TEXT SECTION
==================================================================*/

.simple-text-contain {
  padding: 120px 0;
}

.simple-text-contain p {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.5;
}

.simple-text-container {
  display: flex;
  justify-content: center;
}

/*==================================================================
                                                    BOITE INFORMELLE
==================================================================*/

.informelle-container {
  display: flex;
  justify-content: center;
}

.informelle-contain {
  padding: 120px 0;
}

.informelle-title {
  font-size: 55px;
  margin-bottom: 55px;
}

.info_phrase_item {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.info_phrase_item svg {
  margin-right: 15px;
  min-width: 19px;
  min-height: 19px;
}

.info_image img {
  width: 550px;
  height: 550px;
  object-fit: cover;
  border-radius: 100%;
}

.editor-container {
  display: flex;
  justify-content: center;
  padding: 120px 0;
}

.editor-contain h1 {
  font-size: 45px;
  font-weight: 200;
  text-transform: uppercase;
  margin: 60px 0;
}

.editor-contain li {
  margin: 20px 0;
}

.editor-contain a {
  text-decoration: none;
}

.editor-contain p {
  font-weight: 200;
}

.title-section {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}

.sub-title-section {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 30px;
}

@media (max-width: 1130px) {

  .title-section {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
  }
  
  .sub-title-section {
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .wp-block-media-text__content .slider-blog-link {
    display: block !important;
  }

  .vcard_link_text {
    display: none;
  }

}

@media (max-width: 900px) {


  .vcard_link_text {
    display: flex;
  }

  .contact-container {
    display: flex !important;
    flex-direction: column !important;
  }

  .contact-container > figure {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 80px !important;
  }

  .contact-container > figure > img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .contact-container .slider-blog-link {
    width: 100%;
  }

  .contact-container .slider-blog-link-button {
    left: 70% !important;
  }
}

/*==================================================================
                                                   SINGLE PAGE ETUDE
==================================================================*/


.etude-container {
  display: flex;
  justify-content: center;
  margin-top: 85px;
}

.etude-contain {
  width: 70%;
  padding: 80px 0;
  background-color: #1B1B1B;
}

.etude-navigation {
  width: 40%;
}

/*==================================================================
                                                               TEAMS
==================================================================*/

.team-display {
  display: flex;
  justify-content: center;
  background-color: #1B1B1B;
  padding: 120px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  width: 100%;
}

.team-grid-1 { grid-area: 1 / 1 / 2 / 2; margin-top: 200px;}
.team-grid-2 { grid-area: 1 / 2 / 2 / 3; }
.team-grid-3 { grid-area: 1 / 3 / 2 / 4; margin-top: 100px;}


@media (max-width: 735px) {
  .team-grid {
    display: grid;
    grid-template-columns: 1fr; 
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
  }

  .team-grid-1, .team-grid-2, .team-grid-3 {
    margin-top: 0 !important;
  }
    
  .team-grid-1 { grid-area: 1 / 1 / 2 / 2; }
  .team-grid-2 { grid-area: 2 / 1 / 3 / 2; }
  .team-grid-3 { grid-area: 3 / 1 / 4 / 2; }
}

.team-box-1-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-box-1-text {
  padding: 10px 0 5px 0;
  border-bottom: solid 1px #757577;
  margin-bottom: 50px;
}

.team-box-1-text h3 {
  color: #57BDDB;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.team-box-1-img {
  position: relative;
}

.team-box-1 {
  text-decoration: none;
}

.team-box-1-text p {
  color: #757577;
  font-size: 14px;
  font-weight: 400;
}

.team-box {
  width: 100%;
}

.team-contain {
  width: 100%;
  height: 500px;
}

.team-accroche p {
  color: #57BDDB;
  font-size: 22px;
  max-width: 80%;
}

.team-accroche {
  margin-bottom: 150px;
}

.team-box-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 4px;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.team-box-hover:hover {
  opacity: 1;
}

.team-box-hover svg {
  width: 50px;
  height: 50px;
  fill: #57BDDB;
}

/*==================================================================
                                                      MENU PRINCIPAL
==================================================================*/

#menu-principal * {
  text-decoration: none;
  list-style-type: none;
}

#menu-principal {
  align-items: baseline;
  padding-top: 0;
  padding-left: 35%;
}

.menu-item-has-children {
  position: relative;
}

#menu-principal li {
  text-decoration: none;
  font-size: 45px;
  color: #1B1B1B; 
  font-weight: 600;
  padding: 8px 0;
}

#menu-principal li > a {
  text-decoration: none;
  font-size: 45px;
  color: #1B1B1B; 
  font-weight: 900;
}

.sub-menu * {
  font-size: 19px !important;
  font-weight: 400 !important;
}

#menu-principal li > ul {
  visibility: hidden;
  overflow: hidden;
  height: 0px;
  transition: ease-in-out 0.3s all;
}

#menu-principal li:hover a {
  color: #57BDDB;
}

#menu-principal li:hover > ul {
  visibility: visible;
  height: 100% !important;
  padding: 15px 0 5px 30px;
}

#menu-principal .menu-item-has-children:hover a:first-of-type {
  text-shadow: 1px 0 0 rgb(0, 0, 0), -1px 0 0 rgb(0, 0, 0), 0 1px 0 rgb(0, 0, 0), 0 -1px 0 rgb(0, 0, 0), 1px 1px rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0);
  color: white;
}

.sub-menu li a {
  text-shadow: none !important;
  color: #1b1b1b !important;
  transition: ease-in-out 0.3s all;
}

.sub-menu li a:hover {
  color: #57BDDB !important;
  padding-left: 20px;
}

/*==================================================================
                                                         SINGLE TEAM
==================================================================*/

.single-team-container {
  background-color: #1B1B1B;
  padding: 120px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.single-team-tile {
  font-size: 90px;
  color: #1B1B1B;
  font-weight: 800;
  margin-bottom: -25px;
}

.single-team-flex {
  display: flex;
  justify-content: center;
}

.single-team-left {
  width: 100%;
  max-width: 63%;
}

.single-team-name {
  color: #57BDDB;
  font-size: 50px;
  font-weight: 900;
}

.single-team-poste {
  color: #757577;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 15px;
}

.single-team-accroche {
  font-size: 45px;
  font-weight: 800;
  color: #57BDDB;
  margin-bottom: 35px;
}

.single-team-text {
  color: white;
  font-size: 16px;
  font-weight: 200;
}

.single-team-right {
  position: absolute; 
  top: -30px;
  right: -35%;
}

.single-team-right img {
  width: 800px;
  height: 800px;
  border-radius: 999px;
  object-fit: cover;
}

.single-team-left {
  margin-bottom: 85px;
}

.single-team-vcard {
  color: white;
  padding-bottom: 15px;
  border-bottom: solid 1px #57BDDB;
  position: relative; 
}

.arrow_blue_team {
  position: absolute;
  left: 40%;
  width: 80px;
  height: 80px;
  top: 0;
  background-color: #1B1B1B;
}

.single-team-right-responsive {
  display: none;
}

.single-team-right-responsive img {
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

.single-team-title {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #757577;
  margin-bottom: 85px;
}

/*==================================================================
                                                        SINGLE ETUDE
==================================================================*/

.single-etude {
  display: flex;
  justify-content: center;
  background-color: #1B1B1B;
}


.single-etude-right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  width: 30%;
  height: 100%;
}

.single-etude-left {
  width: 70%;
  background-color: #1B1B1B;
  min-height: 1300px;
}

.single-etude-contain {
  margin-top: 60px;
}

.single-etude-date {
  color: #57BDDB;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.single-etude-title {
  font-size: 50px;
  font-weight: 900;
  color: white;
  margin-bottom: 65px;
}

.single-etude-text p {
  color: white;
  font-size: 16px;
  font-weight: 500;
}

.categories-title {
  color: white;
  font-size: 16px;
  font-weight: 200;
  border-bottom: solid 1px white;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.single-etude-categories {
  padding: 35px;
  background-color: #57BDDB;
}

.all-categories {
  display: flex;
  flex-direction: column;
}

.category-link {
  color: #1B1B1B;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
}

.category-active {
  color: white;
}

.similar-title {
  color: #1B1B1B;
  font-size: 55px;
  font-weight: 900;
  border-bottom: solid 1px #D1D2D2;
  padding-bottom: 30px;
  line-height: 1;
  margin-bottom: 30px;
}

.single-etudes-similar {
  padding: 35px;
}

.similar-date {
  color: #57BDDB;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.similar-single-title {
  color: #1B1B1B;
  font-weight: 900;
  font-size: 20px;
}

.similar-content {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-bottom: 45px;
}

.single-similar {
  text-decoration: none;
}



.single-etude-width {
  display: flex;
}

/*==================================================================
                                                       ETUDES DE CAS
==================================================================*/

.etudes-container {
  background-color: #1B1B1B;
  display: flex;
  justify-content: center;
}

.etude-top-border {
  border-top: solid 1px #D1D2D2;
  padding-top: 35px;
  border-bottom: none;
}

.single-etudes-similar a:first-child > p {
  border-top: none;
}

.category-active-menu {
  color: #57BDDB !important;
  border-top: solid 1px #57BDDB !important;
}

.blog_mobile {
  display: none;
}


/*==================================================================
                                                          RESPONSIVE
==================================================================*/

@media (max-width: 1250px) {
  
  .single-team-container {
    padding: 120px 25px;
  }

  .team-display {
    padding: 120px 25px;
  }

  .editor-container {
    padding: 120px 25px;
  }

  .slider-blog-container {
    padding: 120px 25px;
  }

  .simple-text-container {
    padding: 120px 25px;
  }

  .informelle-container {
    padding: 120px 25px;
  }

  .footer-contain {
    padding: 25px 25px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-social, .footer-logo, .footer-copyright {
    width: 100%;
    justify-content: center;
  }

  .footer-social, .footer-logo {
    margin-bottom: 20px;
  }

  .footer-copyright div {
    text-align: center;
  }
}

@media (max-width: 1165px) {
  .slider-blog-link-line {
    width: 80%;
  }
  
  .single-team-right {
    display: none;
  }
  
  .single-team-right-responsive {
    display: block;
  }
  
  .span-team {
    display: none;
  }
  
  .single-team-left {
    max-width: 90%;
  }
}

@media (max-width: 960px) {
  
  .single-etude-width {
    display: flex;
    flex-direction: column;
  }

  .single-etude {
    padding: 0;
  }

  .single-etude-left {
    padding: 25px;
    box-sizing: border-box;
  }

  .single-etude-right, .single-etude-left {
    width: 100%;
    position: relative;
  }

  .dual-info-section {
    flex-direction: column;
    position: unset;
    height: auto;
    margin-bottom: 0;
  }

  .dual-info-grey {
    margin-top: 0;
  }

  .dual-info-blue, .dual-info-grey {
    width: 100%;
    position: relative;
    height: auto;
  }

  .arrow_link_blue, .arrow_link_white {
    position: relative;
    margin-top: 30px;
    bottom: 0;
  }

  .dual-content-blue, .dual-content-grey {
    width: 100%;
  }

  .dual-info-section * {
    margin-right: 0;
    box-sizing: border-box;
  }

  .dual-title-blue, .dual-title-grey {
    width: 100%;
  }
  
  .menu-open {
    top: 20px;
  }

}

@media (max-width: 740px) {
  
  .blog_mobile {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 50px;
    color: #57BDDB;
    font-weight: 900;
    text-decoration: none;
  }

  .slider-blog {
    flex-direction: column !important;
  }

  .slider-blog-image div {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }

  .slider-blog-image {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  
  .slider-blog-control {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
  }
  
  .slider-blog-link {
    display: none !important;
  }
  
  .slick-next-blog {
    left: auto;
    right: 0;
  }
}

@media (max-width: 600px) {
  

  
  .dual-title-blue {
    font-size: 45px;
  }
  
  .arrow_blue_team {
    left: 60% !important;
  }
  
  .single-team-name {
    font-size: 35px;
  }
  
  .slider-blog-title {
    font-size: 25px;
  }
  
  .single-team-right-responsive img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-bottom: 12px;
  }
  
  .single-team-tile {
    font-size: 55px;
    color: #1B1B1B;
    font-weight: 800;
    margin-bottom: -15px;
  }
  
  .single-team-poste {
    font-size: 17px;
  }
  
  .flashlight-contain h1 {
    font-size: 0.88em;
    margin-top: 60px;
  }
  
  #menu-principal {
    padding-left: 10%;
  }

  .flashlight-contain {
    height: 50vh !important;
    padding: 25px;
  }
  
  .single-etude-left {
    min-height: auto; 
  }

  .white-bubble p {
    font-size: 45px !important;
    margin-left: 0 !important;
    top: 20% !important;
  }
  
  .white-bubble {
    width: 350px;
    height: 350px;
  }
  
  .white-bubble span {
    font-size: 45px !important;
  }
  
  .m-expertise-container {
    height: 310px;
  }
  
  .m-expertise {
    flex-direction: column;
    padding: 25px;
  }
  
  .m-expertise a {
    border-top: none;
    justify-content: flex-start;
    height: auto;
    width: fit-content;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: start;
  }
  
  .category-active-menu {
    color: black !important;
    border-bottom: solid 2px #57BDDB !important;
    border-top: none !important;
  }
  
  .simple-text-contain {
    padding: 0 25px !important;
  }
  
  .slider-blog-animated-title p {
    font-size: 40px;
    margin-top: -4px;
  }
  
  .slider-blog-animated-title {
    top: -155px;
  }
}

@media (max-width: 1600px) {
  .text-defil {
    font-size: 90px; 
  }
}

@media (max-width: 1400px) {
  .text-defil {
    font-size: 70px; 
  }
}

@media (max-width: 1100px) {
  .text-defil {
    font-size: 50px; 
  }
}

@media (max-width: 500px) {
  .text-defil {
    font-size: 40px; 
  }
}

body > div.presentation-container {
  border-bottom: solid 125px #f4f4f6
}

#rse > div.informelle-contain1 > div > div:nth-child(11) > p, #rse > div.informelle-contain1 > div > div:nth-child(6) > p, #rse > div.informelle-contain1 > div > div:nth-child(1) > p {
  color: black !important;
}

.info_subtitle {
  font-weight: 700;
  font-size: 18px;
}
