/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.4.27
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.archive #header_page_type .titre_carres_rouge h1 {
    position: relative;
}
.archive #header_page_type .titre_carres_rouge .titre_extra_large {
    display: flex;
	justify-content: center;
}
.archive #header_page_type .titre_carres_rouge .titre_extra_large h1::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    transform: translate(-25px, -25px);
    display: block;
    top: 0;
    left: 0;
    background: url('./custom/images/before_title.svg') no-repeat 50% 50% / contain;
}
#customer-case-slider {
	padding: 0 40px;
}
#customer-case-slider .owl-nav {
  	position: absolute;
  	top: 50%;
	left: 0;
  	transform: translateY(-50%);
  	width: 100%;
}
#customer-case-slider .owl-nav .btn {
  	width: 40px;
  	height: 40px;
  	font-size: 10px;
  	border-radius: 4px;
	background-color: #bccbd3;
	color: #fff;
	transition: all 300ms ease;
}
#customer-case-slider .owl-nav .btn:hover {
	background-color: #000;
}
#customer-case-slider .owl-nav .prev {
	position: absolute;
	left: 0;
}
#customer-case-slider .owl-nav .next {
	position: absolute;
	right: 0;
}
#customer-case-slider .owl-stage {
	height: auto;
	display: flex;
}
#customer-case-slider .owl-item {
	min-height: 100%;
}
#customer-case-slider .owl-item a.wpb_wrapper {
  	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
#customer-case-slider .owl-item .wpb_wrapper .wpb_single_image.no-icon::before {
	content: none;
}
#customer-case-slider .owl-item .wpb_wrapper .wpb_single_image .vc_figure {
  	width: 250px;
	margin-top: 20px;
}
#customer-case-slider .owl-item .wpb_wrapper .wpb_single_image figure::before {
	content: "";
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}
#customer-case-slider .owl-item .wpb_wrapper .wpb_single_image::before {
  	content: attr(data-icon);
  	background-image: none;
  	background-color: #ef3340;
  	border-radius: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #FFF;
  	font-family: Fontawesome;
  	font-size: 28px;
	transition: transform 500ms cubic-bezier(1, 0, 0, 1);
	bottom: 30px;
	right: 0px;
	position: absolute;
	transform: rotate(-360deg);
}
#customer-case-slider .owl-item .wpb_wrapper .nom_ref {
  	margin-bottom: 0;
}
#customer-case-slider .owl-item .wpb_wrapper .nom_ref .titre_moyen {
  font-size: 28px;
  font-weight: 700;
  color: #2a2a2a;
}
#customer-case-slider .owl-item .wpb_wrapper .lien_englobant {
	text-align:center;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
}
#customer-case-slider .owl-item .wpb_wrapper .lien_englobant span {
	transition: all 300ms ease;
	display: flex;
    align-items: center;
	font-size: 18px;
	text-transform: uppercase;
}
#customer-case-slider .owl-item .wpb_wrapper .lien_englobant span::after {
	content: "\f054";
	font-family: Fontawesome;
	font-size: 14px;
	font-size: 11px;
	margin-left: 10px;
}
#customer-case-slider .owl-item .wpb_wrapper:hover .wpb_single_image::before {
	transform: rotate(0);
}
#customer-case-slider .owl-item .wpb_wrapper:hover .wpb_single_image figure::before {
	opacity: 1;
}
#customer-case-slider .owl-item .wpb_wrapper:hover .lien_englobant span {
	color: #ef3340;
	letter-spacing: 1px;
}
[class*="titre_"] {
  font-family: 'Catamaran', sans-serif;
  line-height: 1.2;
}

.titre_extra_large {
  font-size: 50px;
  font-weight: 900;
  color: #2a2a2a;
}
.titre_large {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}
.titre_moyen {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
}
.titre_normal {
  font-family: 'Catamaran', sans-serif;
  color: #2a2a2a;
}
.wpcf7-form-control-wrap.recaptcha {
	display: flex !important;
	justify-content: end !important;
}

@media (min-width: 1024px) {
  .titre_extra_large {
    font-size: 75px;
  }
  .titre_large {
    font-size: 34px;
  }
  .titre_moyen {
    font-size: 28px;
  }
}
.txt_blanc 		{ position: relative; }
.txt_noir 		{ color: #2a2a2a !important; }
.txt_gris 		{ color: #898989 !important; }
.txt_rouge 		{ color: #e63642 !important; }

.txt_cap { text-transform: uppercase; }
.txt_light_300 { font-weight: 300; }
.txt_regular_400 { font-weight: 400; }
.txt_medium_500 { font-weight: 500; }
.txt_semi_bold_600 { font-weight: 600; }
.txt_bold_700 { font-weight: 700; }
.txt_black_900 { font-weight: 900; }


.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; }
.txt_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; }
.txt_32 { font-size: 32px; }
.txt_36 { font-size: 36px; }
.txt_38 { font-size: 38px; }
.txt_40 { font-size: 40px; }
.txt_42 { font-size: 42px; }
.txt_44 { font-size: 44px; }

