/*
Theme Name: COSA2024
Author: Flavien LOCHE
Description: COSA2024
Version: 1.0
*/

/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    /* Préfixes vendeurs */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    -webkit-text-align: left;
    -moz-text-align: left;
    -ms-text-align: left;
    text-align: left;
}
p {
	margin-top: 0;
	padding-top: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    /* Préfixes vendeurs */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    -webkit-text-align: left;
    -moz-text-align: left;
    -ms-text-align: left;
    text-align: left;
}
html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    overflow-x: hidden !important;
}

html {
    overflow-y: scroll;
}
/* cache le footer de wpml */
.otgs-development-site-front-end, .wpml-ls-statics-footer {
    display: none;
}


/* Body styles */
body {
    color: #000;
    background-color: #fff;
    font-family: 'Atlas Grotesk';
	font-size: 18px;
	line-height: 1.375;
    margin: 0;
    padding: 0;
	-moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
	text-size-adjust: none;
}

a{
	color: #000;
	text-decoration: none;
}

/* header */
.main-header {
    position: fixed;
    top: 0;
    left: 0; 
    width: 100%;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
	mix-blend-mode: difference;
}
.main-header__logo {
	position: relative;
	margin: 26px 0 0 30px;
}
.main-header__logo h1 {
	position: relative;
	margin: 0;
	padding: 0;
}
.main-header__logo img {
	height: 44px;
}
.main-header__nav, .main-header__nav-mobile {
	position: relative;
	margin: 30px 30px 0 0;
}
.main-header__nav-mobile {
	display: none;
}
.main-header__nav__menu-mobile {
	position: fixed;
	top: 0;
	right: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
	transition: all .5s;
	background-color: #fff;
	z-index: 2;
}
.main-header__nav__menu-mobile.active {
	height: 100%;
	transition: all .5s;
	
}
.menu-langue-container {
	/*position: absolute;
	right: 92px;
	top: 17px;*/
}
#menu-langue {
	display: flex;
	margin: 5px 0 0;
}
#menu-langue .wpml-ls-first-item::after {
    content: "|";
    position: absolute;
    margin-left: 5px;
    font-size: 18px;
	color: #fff;
}
ul#menu-langue .wpml-ls-menu-item a {
    display: inline-block;
    line-height: 1;
	color: #fff;
}
ul#menu-langue .wpml-ls-last-item {
    margin-left: 16px;
}
.menu-mobile-container {
	position: absolute;
    top: 70px;
    left: -10px;
	width: calc(100% - 23px);
}
.menu-mobile-container li { margin: 0; padding: 0; }
.menu-mobile-container li.principal a { 
	display: block;
	padding: 10px 0 11px;
	font-size: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.menu-mobile-container li.secondary a { 
	display: block;
	margin: 20px 0 -8px;
	font-size: 15px;
}
.filterBtn-mobile {
	color: #fff;
	background-color: #000;
	margin-top: 7px;
	cursor: pointer;
	font-size: 14px;
}

.main-header__nav__box_burger {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
}
.burger_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  cursor: pointer;
}

.burger_btn span {
  display: block;
  width: 100%;
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all .3s;
  position: relative;
}

.burger_btn span + span {
  margin-top: 7px;
}

.burger_btn.active span:nth-child(1) {
  animation: ease .7s top forwards;
}

.burger_btn.not-active span:nth-child(1) {
  animation: ease .7s top-2 forwards;
}

.burger_btn.active span:nth-child(2) {
  animation: ease .7s scaled forwards;
}

.burger_btn.not-active span:nth-child(2) {
  animation: ease .7s scaled-2 forwards;
}

.burger_btn.active span:nth-child(3) {
  animation: ease .7s bottom forwards;
}

.burger_btn.not-active span:nth-child(3) {
  animation: ease .7s bottom-2 forwards;
}

@keyframes top {
  0% {
	top: 0;
	transform: rotate(0);
  }
  50% {
	top: 9px;
	transform: rotate(0);
  }
  100% {
	top: 9px;
	transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
	top: 9px;
	transform: rotate(45deg);
  }
  50% {
	top: 9px;
	transform: rotate(0deg);
  }
  100% {
	top: 0;
	transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
	bottom: 0;
	transform: rotate(0);
  }
  50% {
	bottom: 9px;
	transform: rotate(0);
  }
  100% {
	bottom: 9px;
	transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
	bottom: 9px;
	transform: rotate(135deg);
  }
  50% {
	bottom: 9px;
	transform: rotate(0);
  }
  100% {
	bottom: 0;
	transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
	transform: scale(0);
  }
  100% {
	transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
	transform: scale(0);
  }
  50% {
	transform: scale(0);
  }
  100% {
	transform: scale(1);
  }
}
.main-header__nav__menu, .main-header__nav__menu__filter {
    position: absolute;
    top: 0;
    right: 66px;
	mix-blend-mode: difference;
}
.main-header__nav__menu__filter {
	display: none;
}
.main-header__nav__filter-mobile {
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
	grid-template-columns: 1fr 1fr;
	transition: all .5s;
	padding: 0 20px 0px;
}
.main-header__nav__filter-mobile.active {
	height: 221px;
	overflow: hidden;
	opacity: 1;
	transition: all .5s;
	margin-top: 0px;
	grid-gap: 15px;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__title {
    position: relative;
    color: #000;
    font-size: 16px;
	line-height: 22px;
    cursor: pointer;
    border-right: 0px solid rgba(0, 0, 0, .1);
    padding: 0;
    min-width: 115px;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu:first-child > .main-header__nav__filter__menu__title {
    border-left: 0px solid rgba(0, 0, 0, .1);
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__filters__item {
    color: #000;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 2px 0 0;
    display: none;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__filters__item:first-child {
    padding: 5px 0 0;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__filters__item:last-child {
    padding: 2px 0 30px;
}



.main-header__nav__menu .menu {
	position: relative;
	display: flex;
	margin: 0;
	padding: 5px 0;
}
.main-header__nav__menu .menu > li {
	position: absolute;
	display: block;
	top: 5px;
	right: -30px;
	transition: all .5s;
	background-color: #000;
}
.main-header__nav__menu .menu > li + li {
	margin-left: 30px;
}
.main-header__nav__menu .menu > li > a {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}
.main-header__nav__menu .menu > li:not(.current-menu-item) {
	display: none;
	transition: all .5s;
	z-index:2;
}
.main-header__nav__menu .menu > li.current-menu-item {
	right: 0px;
	transition: all .5s;
	z-index:100;
}
.main-header__nav__filter {
	position: fixed;
	transition: all .5s;
	z-index: 1001;
	display: flex;
	top: 39px;
	opacity: 0;
}
.main-header__nav__filter__menu {
	display: flex;
	flex-direction: column;
}
.main-header__nav__filter__menu__title {
	position: relative;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	border-right: 1px solid rgba(0, 0, 0, .1);
	padding: 0 30px 0 15px;
	min-width: 115px;
}
.arrow_open {
	position: absolute;
	right: 10px;
}
.arrow_open { width: 5px; transition: all .5s; }
.arrow_open.active { transform: rotate(90deg); transition: all .5s; }
.main-header__nav__filter__menu:first-child > .main-header__nav__filter__menu__title {
	border-left: 1px solid rgba(0, 0, 0, .1);
}
.main-header__nav__filter__menu__filters {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
	opacity: 1;
	overflow: visible;
	transition: all .5s;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__filters {
	height: auto;
	overflow: visible;
	opacity: 1;
	transition: all .5s;
}
.main-header__nav__filter__menu__filters.active {
	height: auto;
	overflow: visible;
	opacity: 1;
	transition: all .5s;
}
.main-header__nav__filter__menu__filters__item {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding: 2px 30px 0 16px;
	display: none;
}
.main-header__nav__filter__menu__filters__item:first-child {
	padding: 5px 30px 0 16px;
}
.main-header__nav__filter__menu__filters__item:last-child {
	padding: 2px 30px 15px 16px;
}
/*.main-header__nav__filter__menu__filters__item.active {
	display: block;
}*/
.main-header__nav__filter__menu__filters__item.selected {
	font-weight: bold;
	/*display: block;*/
}
.main-header__nav__filter__menu__filters__item.appears {
	opacity:1;
	transition: all .5s;
}
.main-header__nav__filter-mobile .main-header__nav__filter__menu__filters__item {
	display: block;
}
.main-header__nav__filter__menu__filters__item span {
	display: inline-block;
}
.main-header__nav__filter__menu__filters__item span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

.main-header__nav__filter__menu__filters__item span:hover::after {
    width: 100%;
    transition: width .3s;
}
.content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 60px;
}
.content-projets {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 60px;
	margin: 160px auto;
}
.content__home {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
}
.content__main-image {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100vw;
	height: 100vh;
}
.content__main-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 100%;
	margin: 75px auto;
}
.content__wrapper#first {
	margin: 0 auto 50px;
	padding-top: 15vh;
}
.content__wrapper__image {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 60%;
	min-width: 320px;
	min-height: 50vh;
	margin: auto;
}
.content__wrapper__image img, .content__wrapper__image video {
	min-height: 50vh;
	max-height: 70vh;
	object-fit: contain;
}
.content__wrapper__project-title {
	position: absolute;
	top: 93px;
	left: 30px;
	max-width: 308px;
	z-index: 1000;
	mix-blend-mode: difference;
}
.content__wrapper__project-title.sticky {
	position: fixed;
	bottom: 30px;
	top: unset !important;
}
.content__wrapper__project-title.sticky2 {
	position: fixed;
	bottom: unset;
	top: 93px !important;
}
.content__wrapper__project-title h1, .content__wrapper__project-title h1 p {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}
.content__wrapper__project-title h2, .content__wrapper__project-title h2 p {
	margin: 5px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}
.single-post .content__texte {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 50px auto;
	border-top: 0px solid #000;
	padding-top: 0px;
}
.content__texte-down {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: -30px auto 50px; 
	padding-top: 0px;
	text-align: center;
}
.content__texte-down a {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px 10px 7px;
	background-color: #fff;
	transition: all .3s
}
.content__texte-down a:hover {
	background-color: #000;
	color: #fff;
	transition: all .3s;
}
.content__texte-down a img {
	filter: invert(0);
	transition: all .5s;
}
.content__texte-down a:hover img {
	filter: invert(1);
	transition: all .5s;
}
.content__texte-down .downBtn {
	position: relative;
	display: inline-block;
	height: 11px;
	width: 11px;
}
.content__texte-down .downBtn img {
	height: 11px;
	width: 11px;
}
.content__fiche-technique {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0px auto 50px;
	border-top: 1px solid #000;
	padding-top: 30px;
	font-size: 14px;
}
.content__fiche-technique h1, .content__fiche-technique h2, .content__fiche-technique h3, .content__fiche-technique h4, .content__fiche-technique h5, .content__fiche-technique h6 {
	font-size: 14px;
	margin: 0;
}
.content__fiche-technique > p {
	margin-bottom: 30px;
}
.content__fiche-technique__2cols {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.content__fiche-technique__1col {
	position: relative;
	width: 100%;
}

.content__title {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 35px auto 50px;
	text-align: center;
}
.content__title h1 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.content__texte, .content__team {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 50px auto;
	border-top: 0;
}
.content__texte, .content__team {
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 50px auto;
	border-top: 0;
}
.content__texte p:last-child {
	margin-bottom: 0;
}
.content__texte-related {
	position: relative;
	width: calc(100% - 60px);
	margin: 30px auto 0;
	border-top: 0;
}
.content__texte__title {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0 auto 50px;
	border-top: 0;
	font-size: 18px;
}
.content__team__mate {
	position: relative;
	border-bottom: 1px solid #000;
	padding: 10px 0 11px;
	background-color: #fff;
	cursor: pointer;
}
.content__team__mate__name h2 {
	font-size: 18px;
	font-weight: normal;
}
.content__team__mate__bio {
	padding-top:11px;
	display: none;
	font-size: 14px;
}
.content__team__mate__bio p {
	margin-bottom: 6px;
}
.content__image {
	position: relative;
	width: 90%;
	min-width: 320px;
	margin: 50px auto;
}
.content__image img {
	width: 100%
}

.content__grid {
	position: relative;
	margin: 0px auto;
	width: 1192px;
	padding: 0 30px;
}
.content__grid-related {
	position: relative;
	margin: 0 auto 400px;
	width: 1192px;
	padding: 0 30px;
}
.content__grid__list-item {
	position:absolute;
	width: 344px;
	height: 284px;
	top:0;
	left:0;
	opacity: 0;
	transition: all 750ms;;
}
.content__grid__list-item.visible {
	opacity: 1;
	transition: all 750ms;;
}
.content__grid__list-item__item-content {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
}
.content__grid__list-item__item-content__image {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 344px;
	height: 229px;
	overflow: hidden;
}
.content__grid__list-item__item-content__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s;
}
.content__grid__list-item__item-content__image:hover img {
	transform: scale(1.1);
	transition: all .5s;
}
.content__grid__list-item__item-content__infos {
	position: relative;
	width: 100%;
	padding-top: 16px;
	font-size: 14px;
	text-align: center;
}
.content__grid__list-item__item-content__infos p {
	text-align: center;
	margin: 0;
	padding: 0;
}
.content__image100 {
	position: relative;
	width: calc(100% - 60px);
	min-width: 320px;
	margin: 50px auto;
}
.content__image100 img, .content__image100 iframe {
	width: 100% !important;
}

.content__3cols {
	position: relative;
	display: grid;
	width: calc(100% - 60px);
	margin: 0 auto 50px;
	grid-gap: 30px 60px;
	grid-template-columns: 1fr 1fr 1fr;
}
.content__3cols__agence {
	position: relative;
	display: flex;
	column-gap: 30px;
}
.content__3cols__agence__nom, .content__3cols__agence__nom h2, .content__3cols__agence__contact, .content__3cols__texte {
	position: relative;
	font-size: 14px;
	font-weight: normal;
}
.content__3cols__agence__contact a, .content__3cols__texte a {
	text-decoration: underline;
}
.content__2cols {
	position: relative;
	display: grid;
	grid-gap: 30px 60px;
	grid-template-columns: 1fr 1fr;
}

 .swiper {
	width: 100%;
	height: 100vh;
}

.swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .home__info {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1001;
	display: none;
}
.swiper-slide .home__info h2, .swiper-slide .home__info h3, .swiper-slide .home__info h2 p, .swiper-slide .home__info h3 p, .swiper-slide .home__info a {
	font-size:24px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 45px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .52;
	margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.wshs-post-simple-list ul {
    float: left;
    width: 100%;
    padding: 0;
	margin-top: 0;
}
.wshs-post-simple-list li {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    text-align: left;
}
.wshs-post-simple-list h2 {
    font-size: 16px !important;
}

.content__footer {
	position: absolute;
	left: 30px;
	bottom: 0px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	z-index: 3;
}
.content__footer__logo h2 {
	font-size: 14px;
	font-weight: normal;
}
.content__footer__menu-mobile { display: none; }
.menu-footer-container {
	margin-top: -4px;
}
.menu-footer-mobile-container {
	margin-top: -6px;
}
#menu-footer, #menu-footer-mobile, #menu-footer-mobile-1 {
	position: relative;
	list-style: none;
	display: flex; 
	justify-content: flex-end;
	column-gap: 30px;
	margin: 0;
}
#menu-footer li.menu-image, #menu-footer-mobile li.menu-image, #menu-footer-mobile-1 li.menu-image {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
#menu-footer li a, #menu-footer-mobile li a, #menu-footer-mobile-1 li a {
	font-size: 14px;
}
#backtotop { position: fixed; display: none; right: 30px; bottom: 30px; width: 36px; height: 36px; cursor:pointer; background-color: transparent; background-image: url(/wp-content/uploads/2024/10/gototop-1.svg); background-position: center; background-size: contain; background-repeat: no-repeat; transition: all .3s; }
#backtotop.bottom { position: fixed; display: none; right: 30px; bottom: 60px; width: 36px; height: 36px; cursor:pointer; background-color: transparent; background-image: url(/wp-content/uploads/2024/10/gototop-1.svg); background-position: center; background-size: contain; background-repeat: no-repeat; transition: all .3s; }
/*.wpml-ls-menu-item {
	display: flex;
    justify-content: end;
    flex-direction: column;
}*/
ul .wpml-ls-menu-item a {
    display: inline-block;
}
.wpml-ls-current-language a {
	font-weight: bold;
}
.wpml-ls-first-item::after {
	content : "|";
	position: relative;
	margin-left:5px;
	font-size: 17px;
}
.wpml-ls-last-item {
	margin-left: -26px;
}
.menu-item a img {
	width: 16px !important;
	height: 16px !important;
}
.menu-image-title-hide {
	line-height: 1;
}
.bloc-blanc {
	position: fixed;
	display: none;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	z-index: 999;
}
.single-post .content__texte__title {
    text-align: left;
}
.mobile {display: none;}

@media screen and (max-width: 1252px) {
	.content__grid, .content__grid-related {
		width: 964px;
	}
	.content__grid__list-item {
		position:absolute;
		width: 300px;
		height: 248px;
	}
	.content__grid__list-item__item-content__image {
		width: 300px;
		height: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.content__grid, .content__grid-related {
		width: 738px;
	}
	.content__grid__list-item {
		position:absolute;
		width: 344px;
		height: 284px;
	}
	.content__grid__list-item__item-content__image {
		width: 344px;
		height: 229px;
	}
}
@media screen and (max-width: 996px) {
	.content__footer__menu-mobile { display: block; }
	.content__footer__menu { display: none; }
	.main-header__nav-mobile { display: block; }
	.main-header__nav { display: none; }
	.main-header__nav__filter {	display: none; }
	.main-header__nav__filter-mobile { display: grid; }
}
@media screen and (max-width: 768px) {
	.content__grid__list-item__item-content__image {
		width: 100%;
		height: 229px;
	}
	.main-header__logo {
		position: relative;
		margin: 20px 0 0 20px;
	}
	.main-header__nav, .main-header__nav-mobile {
		margin: 19px 20px 0 0;
	}		
	.content {
		padding-right: 20px;
		padding-left: 20px;
	}
	.content__wrapper__image {
		width: 100%;
		min-height: 0;
		margin: 60px auto;
	}
	.single-post .content__wrapper__image {
		width: 100%;
		min-height: 0;
		margin: 20px auto;
	}
	.content__wrapper__image img, .content__wrapper__image video {
		min-height: 0;
	}
	.content__wrapper#first {
		margin: 0 auto;
		padding-top: 86px;
	}
	.content__wrapper {
		margin: 0 auto;
	}
	.content__wrapper__project-title, .content__wrapper__project-title.sticky {
		left: 0;
		position: relative;
		bottom: 0;
		z-index: 1;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.content__wrapper__project-title h1, .content__wrapper__project-title h1 p, .content__wrapper__project-title h2, .content__wrapper__project-title h2 p {
		font-size: 22px;
		line-height: 26px;
	}
	.content-projets {
		margin: 86px auto 0px;
	}
	.bloc-blanc {
		display: block;
	}
	.home .bloc-blanc {
		display: none;
	}
	.content__image100 {
		position: relative;
		width: 100%;
		/*min-width: 320px;*/
		margin: 50px auto;
	}
	.content__3cols {
		width: 100%;
		margin: 0 auto 50px;
		grid-template-columns: 1fr;
		grid-gap: 22px;
	}
	.content__title {
		margin: 86px auto 20px;
	}
	.content__title h1 {
		font-size: 22px;
		line-height: 26px;
		text-align: left;
	}
	.content__texte, .content__team {
		margin: 20px auto;
		font-size: 16px;
		line-height: 22px;
	}
	.content__team__mate__name h2 {
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
	}
	.content__team__mate:first-child {
		padding-top: 0;
	}
	.content__texte__title {
		margin: 0 auto 40px;
		font-size: 22px;
	}
	/*.content__footer {
		display: none;
	}*/
	.content__footer {
		position: absolute;
		left: 20px;
		bottom: 30px;
		width: calc(100% - 40px);
		justify-content: space-between;
		padding-bottom: 0;
		z-index: 1;
	}
	.content__footer__mobile {
		position: absolute;
		left: 20px;
		bottom: 30px;
		width: calc(100% - 40px);
		display: flex;
		justify-content: space-between;
		padding-bottom: 0px;
		z-index: 3;
	}
	.content__footer__logo h2 {
		font-size: 16px;
		font-weight: normal;
	}
	.menu-mobile-container {
		position: absolute;
		top: 70px;
		left: -20px;
		width: calc(100% - 3px);
	}
	ul#menu-langue .wpml-ls-menu-item a {
		display: inline-block;
		line-height: 1;
		color: #fff;
		font-size: 16px;
	}
	.menu-mobile-container li.secondary a {
		font-size: 16px;
	}
	.content__fiche-technique__2cols {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
	.content__image100 iframe {
		height: 200px !important;
	}
	.page-template-page_contact .content__title {
        display: none;
    }
	.page-template-page_contact .content__image100 {
		position: relative;
		width: 100%;
		/*min-width: 320px;*/
		margin: 86px auto 20px;
	}
	.content__3cols__agence {
		position: relative;
		display: block;
		column-gap: 20px;
	}
	.content__3cols__agence__nom, .content__3cols__agence__nom h2, .content__3cols__agence__contact, .content__3cols__texte {
		position: relative;
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
	}
	.content__3cols__texte p {
		margin-bottom: 0;
	}
	.menu-item a img {
		margin-right: 9px;
	}
	.mobile {display: block;}
	.desktop { display: none; }
}
@media screen and (max-width: 767px) {
	.content__grid, .content__grid-related {
		width: 100%;
		/*max-width: 344px;*/
		padding: 0;
	}
	.content__grid__list-item {
		position:absolute;
		width: 100%;
		height: 284px;
        padding: 0 20px;
	}
	.content__grid-related .content__grid__list-item {
        padding: 0;
		display: none;
	}
	.content__grid-related .content__grid__list-item:first-child {
       display: block;
	}
	.single .content {
		padding-bottom: 0px;
	}
	.content__grid__list-item__item-content__infos {
		font-size: 16px;
		line-height: 22px;
	}
}
