<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Divi Child
 Author:         GEGM
 Author URI:     GEGM
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
/* STYLES GENERAUX */
body{
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'SharpSansNoOne';
	font-size: 20px;
	font-weight:300;
	line-height:1.7em
}

@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-Regular.eot');
    src: url('fonts/SharpSansNoOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SharpSansNoOne-Regular.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-Regular.woff') format('woff'),
        url('fonts/SharpSansNoOne-Regular.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-Regular.svg#SharpSansNoOne-Regular') format('svg');
	font-weight: normal;
}
@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-Thin.eot');
    src: url('fonts/SharpSansNoOne-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/SharpSansNoOne-Thin.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-Thin.woff') format('woff'),
        url('fonts/SharpSansNoOne-Thin.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-Thin.svg#SharpSansNoOne-Thin') format('svg');
	font-weight: 100;
}
@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-Medium.eot');
    src: url('fonts/SharpSansNoOne-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/SharpSansNoOne-Medium.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-Medium.woff') format('woff'),
        url('fonts/SharpSansNoOne-Medium.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-Medium.svg#SharpSansNoOne-Medium') format('svg');
	font-weight: 300;
}
@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-SemiBold.eot');
    src: url('fonts/SharpSansNoOne-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SharpSansNoOne-SemiBold.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-SemiBold.woff') format('woff'),
        url('fonts/SharpSansNoOne-SemiBold.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-SemiBold.svg#SharpSansNoOne-SemiBold') format('svg');
	font-weight: 500;
}
@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-Bold.eot');
    src: url('fonts/SharpSansNoOne-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SharpSansNoOne-Bold.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-Bold.woff') format('woff'),
        url('fonts/SharpSansNoOne-Bold.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-Bold.svg#SharpSansNoOne-Bold') format('svg');
	font-weight: 700;
}
@font-face {
    font-family: 'SharpSansNoOne';
    src: url('fonts/SharpSansNoOne-ExtraBold.eot');
    src: url('fonts/SharpSansNoOne-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/harpSansNoOne-ExtraBold.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-ExtraBold.woff2') format('woff2'),
        url('fonts/SharpSansNoOne-ExtraBold.woff') format('woff'),
        url('fonts/SharpSansNoOne-ExtraBold.ttf') format('truetype'),
        url('fonts/SharpSansNoOne-ExtraBold.svg#SharpSansNoOne-ExtraBold') format('svg');
	font-weight: 900;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?d7v01q');
  src:  url('fonts/icomoon.eot?d7v01q#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?d7v01q') format('truetype'),
    url('fonts/icomoon.woff?d7v01q') format('woff'),
    url('fonts/icomoon.svg?d7v01q#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.logo_svg, #logo {
	fill:#FFF;
}

h1 {
	font-family: 'SharpSansNoOne';
	font-size:5.5rem !important;
	color:#fff;
  	text-align:center;
	font-weight: 700;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-content:center;
	align-items:center;
}
h2 {
	font-family: 'SharpSansNoOne';
	font-size:4rem !important;
	font-weight: 700;
}
h3 {
	font-family: 'SharpSansNoOne';
	font-size:3rem !important;
	font-weight: 700;
	margin-bottom:40px;
}
h4, .h4 {
	font-family: 'SharpSansNoOne';
	font-size:1.5rem !important;
	font-weight: 700;
}
a.yellow {
	padding-bottom:3px;
	border-bottom: 1px solid #ffb600;
    padding: 5px;
}
/*a.yellow:hover {
	background: linear-gradient(90deg,rgba(255,182,0,1) 0%,rgba(255,182,0,1) 100%);
	animation: gradient 5s ease infinite;
    color: #fff;
}*/
/****/

a.yellow::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

a.yellow:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

a.yellow::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: rgba(255,182,0,1);
  z-index: -1;
  transition: transform .3s ease;
}

a.yellow {
  position: relative;
}
.white {
	color:#fff;
}
.yellow {
	color:#ffb600;
}

/****/
.et_pb_contact p input, .et_pb_contact p textarea, .footer-widget p, .footer-widget li, .et_pb_contact select.et_pb_contact_select {
	font-size:20px;
	font-weight:300;
}
.et_pb_contact_form_0.et_pb_contact_form_container .input, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="checkbox"]+label i, .et_pb_contact_form_0.et_pb_contact_form_container .input[type="radio"]+label i {
	padding: 20px 30px;
}
.et_pb_contact_field[data-type=select]:after {
	right:30px !important;
}
.mt-150 {
	margin-top:150px;
} 
.mb-150 {
	margin-bottom:150px;
}
.mb-100 {
	margin-bottom:100px;
}
.mt-100 {
	margin-bottom:100px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-60 {
	margin-bottom:60px !important;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-20 {
	margin-bottom:20px;
}
.mt-50 {
	margin-top:50px !important;
}
.ml-30 {
	margin-left:30px;
}
.ml-50 {
	margin-left:50px;
}
.mr-30 {
	margin-right:30px;
}
.mr-50 {
	margin-right:50px;
}
.pt-20 {
	padding-top:20px;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pt-150 {
	padding-top:150px !important;
} 
.pb-150 {
	padding-bottom:150px !important;
}
.et_pb_button.btn_filters.et_pb_bg_layout_light {
	font-weight:500;
	transition: transform .5s cubic-bezier(0.92, 0.01, 1, 1);
	font-size: 15px;
	line-height:1em !important;
}
.et_pb_button.btn_filters.et_pb_bg_layout_light:hover {
	font-weight:500;
	transition: transform .5s cubic-bezier(0.92, 0.01, 1, 1);
}

.flex-align-center .et_pb_column {
	display:flex;
	align-items:center;
	justify-content: center;
}
.flex-align-center .et_pb_column &gt; div {
	margin:0 15px;
}
.et_pb_button_module_wrapper {
	width:fit-content;
}
span.itrayl-solutions {
	font-family: 'SharpSansNoOne';
  	font-size:1.75rem;
  	line-height:2rem;
  	text-transform:uppercase;
  	color:#ED6335;
	font-weight: 500;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	margin: 8px 15px 0 0;
}
span.th1 {
	display:flex;
	flex-direction: column;
    align-items: center;
}
.flex {
	display:flex;
}
.flex-col {
	flex-direction: column;
}
span.st {
	font-size:4rem;
	line-height: 4rem;
	text-align:left;
}
span.span-h1 {
  	text-transform:uppercase;
	text-align: left;
}
.text-center {
	text-align:center !important;
}
span.txt-h1 {
    display: flex;
    flex-direction: column;
}
.flex-start {
    align-items: flex-start;
}
.flex-center {
    align-items:center;
}
.fw-300 {
	font-weight:300;
}
.fw-500 {
	font-weight:500;
}
.fw-700 {
	font-weight:700 !important;
}
.fw-900 {
	font-weight:900;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.no-pd &gt; div &gt; div {
	padding:0 !important;
}
ul.no-list-item {
	list-style-type: none;
    padding-left: 0;
}
ul, li {
	line-height:1.7em
}
.et_pb_row {
	padding:0 !important;
}
.fs60 {
	font-size:3em;
}
.fs50 {
	font-size:2em;
}
.fs30 {
	font-size:1.5em;
}
.txt_white {
	color:#fff !important;
}
.blockquote {
	font-size: 160px;
	font-weight: 100;
	color: #ffb600;
}
.filtres {
	margin-bottom:100px;
}
.filtres_b {
	margin-top:100px;
}
.btn-simple {
	font-size:20px;
}

/* LIGNES + LI */

.line-left:before {
	display:block;
	content:"";
	width: 1px;
    height: 100%;
    position: absolute;
}

.line-white:before {
    background-color:#FFF;
}
.line-yellow:before {
    background-color:#ffb600;
}
.round li, ul.round, .round-timeline li, ul.round-timeline {
	list-style-type:none;
	padding-left: 0;
	position:relative;
	margin-bottom: .5em;
}
.round li:before {
	content: "";
	display:block;
	width:20px;
	height:20px;
	border-radius:20px !important;
    position: absolute;
    left: -41px !important;
    top: 6px !important;
}
.round-wb li:before {
	border:#fff 1px solid !important;
	background-color:#181818;
}
.round-wo li:before {
	border:#fff 1px solid !important;
	background-color:#ED6335;
}
.round-yo li:before {
	border:#ffb600 1px solid !important;
	background-color:#ED6335;
}
.round-yw li:before {
	border:#ffb600 1px solid !important;
	background-color:#ffffff;
}
.round.round-wo {
	padding-right:20px;
}
#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
	padding-left:0 !important;
}
.bside {
	flex-direction: column;
}
.round-timeline {
	display: flex;
	justify-content: center;
	align-items:center;
	margin-bottom: 40px;
}
.round-left, .round-right {
    width: 50%;
}
.round-left {
	display: flex;
    justify-content: flex-end;
}
.round-right {
	display: flex;
    justify-content: flex-start;
}
.line-timeline {
	display:flex;
	justify-content:center;
	width:8%;
	z-index: 100;
}
.bside:before {
    content: "";
    display: block;
    background-color: #ffb600;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
	z-index:0;
}

/* TOOGLES */

h3.et_pb_toggle_title:before {
    font-family: 'icomoon' !important;
    content: "\e903";
    font-size: 35px;
    font-weight: 100;
	transition: all .2s ease-out;
}
h3.et_pb_toggle_title {
	padding: 20px 50px 20px 0;
	margin:0 !important;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
	content: "\e903";
	transform:rotate(180deg);
	transition: all .2s ease-out;
}
.toogle_white h3.et_pb_toggle_title:before {
	color: #ffffff;
}
.toogle_black h3.et_pb_toggle_title:before {
	color: #181818;
}
.logos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 10px;
}
.logos .logo.logo1 {
	grid-area: 1 / 1 / 2 / 2;
}
.logos .logo.logo2 {
	grid-area: 1 / 2 / 2 / 3;
}
.logos .logo.logo3 {
	grid-area: 2 / 1 / 3 / 2;
}
.logos .logo.logo4 {
	grid-area: 2 / 2 / 3 / 3;
}
.logos .logo.logo5 {
	grid-area: 3 / 1 / 4 / 2;
}
.logos .logo.logo6 {
	grid-area: 3 / 2 / 4 / 3;
}
.logos .logo {
    align-self: center;
	margin-bottom: 40px;
}

/* BOUTONS */

.et_pb_button.btn_arrow.et_pb_bg_layout_light, .et_pb_button.btn_arrow.et_pb_bg_layout_light:hover, #form_contact .et_pb_contact_submit.et_pb_button, #form_contact .et_pb_contact_submit.et_pb_button:hover {
	padding:.4em 1.2em .4em 2.7em !important;
}
.et_pb_button.btn_arrow.et_pb_bg_layout_light::hover, #form_contact .et_pb_contact_submit.et_pb_button:hover {
	border:3px solid;
}
.et_pb_button.btn_arrow.et_pb_bg_layout_light:hover::after, #form_contact .et_pb_contact_submit.et_pb_button:hover::after {
    background: #fff;
	border:2px solid #181818;
	transition: all .7s ease-out;
}
.et_pb_button.btn_arrow.et_pb_bg_layout_light:hover::before, #form_contact .et_pb_contact_submit.et_pb_button:hover::before {
	color: #181818;
	transition: all .7s ease-out;
}
.et_pb_button.btn_arrow.et_pb_bg_layout_light:before, #form_contact .et_pb_contact_submit.et_pb_button:before {
	font-family: 'icomoon' !important;
    content: "\e902" !important;
    display: block;
    font-size: 13px !important;
    color: #fff;
    position: absolute;
    top: 19px;
    left: 32px;
    opacity: 1;
	z-index: 100;
	transition: all .7s ease-out;
}
.et_pb_button.btn_arrow.et_pb_bg_layout_light:after, #form_contact .et_pb_contact_submit.et_pb_button:after {
	content: "" !important;
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 16px;
    top: 9px;
    left: 3px !important;
    background: #181818;
	border:2px solid #fff;
	opacity:1;
    z-index: 0;
	transition: all .7s ease-out;
}
.btn_black:hover, #form_contact .et_pb_contact_submit.et_pb_button:hover {
	background:#181818;
	color:#fff;
	border:2px solid #181818;
}
a.btn_simple {
    background: #Ffffff;
    color: #181818 !important;
    padding:.6em 1.5em;;
    border: 2px solid #181818;
    border-radius: 30px;
	transition: all .7s ease-out;
	font-weight:500;
}
a.btn_simple:hover {
	background: #181818;
    color: #fff !important;
    border: 2px solid #fff;
	transition: all .7s ease-out;
}
a.btn_black-noborder {
	border-color:#FFF !important;
}
/* FOOTER */

#footer-widgets {
	padding:150px 0 0;
	margin:0;
}
.footer-widget h2, .footer-widget h3 {
	color:#fff;
	font-weight: 500;
	margin-bottom:60px;
}
.footer-widget h2 {
	text-align:center;
}
.footer-widget .et_pb_widget {
	width: 100%;
}
.footer-widget .textwidget.custom-html-widget {
	display: flex;
}
.footer-widget {
	margin-bottom:0 !important;
}
.footer-widget .line-left {
	position:relative;
	padding-bottom:150px;
}
#footer-bottom {
	display:none;
}

/* SLIDERS SOLUTIONS */

.text-section2 h2, .text-section2 h3, .text-section2 p, .text-section2 li {
	color:#FFF !important;
}
.text-white{
	color: #ffffff !important;
}
.text-center{
	text-align: center !important;
}
.slider h3{
	font-family: 'SharpSansNoOne';
	font-weight: 900;
	font-size: 45px;
  	font-weight: bold;
	color: #181818;
	text-align: center;
	margin-bottom: 40px;
}
.slider p{
	font-size: 20px;
  	font-weight: 300;
	color: #181818;
	text-align: center;
}
.slider .slide {
	padding: 65px 20px 20px;
	background-color: #ffffff;
	height: 500px;
	width: 500px;
	margin-bottom: 500px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.slide-horizontal2{
	padding: 65px 20px 20px;
	background-color: #ffffff;
	height: 500px;
	width: 500px;
	margin-bottom: 500px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.slide-horizontal3{
	padding: 65px 20px 20px;
	background-color: #ffffff;
	height: 500px;
	width: 500px;
	margin-bottom: 500px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.slide-horizontal4{
	padding: 65px 20px 20px;
	background-color: #ffffff;
	height: 500px;
	width: 500px;
	margin-bottom: 500px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.slide-horizontal5{
	padding: 65px 20px 20px;
	background-color: #ffffff;
	height: 500px;
	width: 500px;
	margin-bottom: 500px;
	border-radius: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.mh-100vh-80px{
	min-height: calc(100vh - 80px);
}
.mh-100vh-100px{
	min-height: calc(100vh - 100px);
}
.mh-100vh{
	min-height:100vh;
}
.et_pb_module.et_pb_toggle {
	-webkit-transition: color .3s cubic-bezier(.19,1,.22,1);
    transition: color .3s cubic-bezier(.19,1,.22,1);
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
}

#form_contact input.et_contact_error, #form_contact .et_pb_contact p .et_contact_error {
	border: 1px solid #db4241 !important;
}

/*-------------------------------- */

.section.carousel {
	overflow:hidden;
	width:80%;
	margin:auto;
}
.carousel_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 650px !important;
	overflow:hidden;
}

.item_horizontal {
	display:flex;
	padding-right: 80px;
  	width: 100%;
    height: 500px;
	max-height: 45vh;
}
.container-card {
	border-radius: 20px;
  	display: flex;
	background: #FFF;
	width:100%;
}
#container_hp1, #container_hp2, #container_hp3 {
	background:#000;
	width:60%;
	height:100%;
	background-size: cover;
	background-position: center right;
	border-radius: 0 20px 20px 0;
}
#container_hp1 &gt; img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section {
  padding: 0;
  position: relative;
}
.item_horizontal p {
	color:#000000;
}

.image_wrapper {
    width: 500px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    text-align: center;

}

.image_wrapper &gt; img {
      position: relative;
      z-index: 1;
      max-width:100%;
      height:auto;
      max-height:100%;
      width: auto;
}

.caption {
    margin: 100px 50px 0;
	width:40%;
    color: #fff;
}

.container.et_menu_container {
	z-index: 99;
	min-height: 100px;
	display: flex;
	justify-content: space-between;
}

.container.et_menu_container:after {
	display: none;
}

.container.et_menu_container .logo_container {
	width: auto;
	position: initial;
}
.titre_carousel_h {
	height:74px;
}
.resume_LR {
    display: flex;
}
.resume_LR.resume_L {
	margin-right:50px;
}
.resume_LR.resume_R {
	margin-left:50px;
}
.resume_content {
	width:60%;
	margin-right: 5%;
}
.resume_img {
    width: 35%;
}

/* --------------------- MEDIA QUERIES --------------------- */

@media (max-width: 1024px) {
    .section2 .et_pb_column {
        width: 100%;
        margin-bottom: 30px;
    }
	h1 {
		font-size:5rem !important;
	}
	span.itrayl-solutions {
		font-size:1.5rem;
		line-height:1.5rem;
	}
	.flex-align-center .et_pb_column &gt; div {
    	margin: 0 5px;
	}
	span.st {
		font-size: 3rem;
		line-height: 3rem;
	}
	.et_pb_contact p input, .et_pb_contact p textarea, .footer-widget p, .footer-widget li, .et_pb_contact select.et_pb_contact_select {
		font-size:18px;
		font-weight:300;
	}
	h2 {
		font-size:4rem !important;
	}
	h3, h3.et_pb_toggle_title {
		font-size:3rem !important;
	}
	#top-menu-2 li.menu-item-has-children ul.sub-menu.mobile-only li a {
    font-size: 1.5em;
	}
	.item_horizontal {
		padding-right: 0px;
		margin-bottom: 30px;
		max-height: unset;
	}
	.carousel_wrapper {
		height:auto;
	}
	.caption {
		margin: 40px 40px 0;
	}
	.caption .btn_arrow {
		font-size:16px;
	}
	.caption .et_pb_button.btn_arrow.et_pb_bg_layout_light:before, #form_contact .et_pb_contact_submit.et_pb_button:before {
		top: 14px;
    	left: 28px;
	}
	.caption .et_pb_button.btn_arrow.et_pb_bg_layout_light:after, #form_contact .et_pb_contact_submit.et_pb_button:after {
		top: 4px;
		left: -2px !important;
	}
	.carousel_wrapper {
		height: inherit !important;
	}
}
@media (max-width: 768px) {
	h1 {
		font-size:3.5rem !important;
	}
	span.itrayl-solutions {
		font-size:1.2rem;
		line-height:1.2rem;
        margin: 0px 15px 0 0;
	}
	.flex-align-center .et_pb_column {
		flex-wrap:wrap;
	}
	.flex-align-center .et_pb_column &gt; div {
    	margin: 15px 5px;
	}
	span.st {
		font-size: 2rem;
		line-height: 2rem;
	}
	h2 {
		font-size:3rem !important;
	}
	h3, h3.et_pb_toggle_title {
		font-size:2.5rem !important;
	}
	h3.et_pb_toggle_title:before {
		font-size:25px;
	}
	.mt-150 {
		margin-top:100px;
	}
	.mb-150 {
		margin-bottom:100px;
	}
	.flex.col3, .flex.col2 {
		flex-direction:column;
	}
	.flex.col3 .et_pb_text_1 {
		padding:20px 0 0;
		margin-bottom:30px;
	}
	.flex.col3 .et-last-child {
		border-right:0px !important;
	}
	.round-left {
		width:40%;
		padding-right: 10px;
	}
	.round-right {
		width:60%;
		padding-left: 10px;
	}
	.bside:before {
		left: 40.5%;
	}
	.fs60 {
		font-size:2.5em;
	}
	.fs50 {
		font-size:1.5em;
	}
	.fs30 {
		font-size:1em;
	}
	.footer-widget .textwidget.custom-html-widget {
		flex-direction:column;
	}
	.btn, .et_pb_button, #top-menu-2 li a.btn.btn_simple {
		font-size:16px;
	}
	.et_pb_button.btn_arrow.et_pb_bg_layout_light:before, #form_contact .et_pb_contact_submit.et_pb_button:before {
		top: 14px;
    	left: 28px;
	}
	.et_pb_button.btn_arrow.et_pb_bg_layout_light:after, #form_contact .et_pb_contact_submit.et_pb_button:after {
		top: 4px;
		left: -2px !important;
	}
	.image_wrapper.video-container {
		display:none;
	}
	.caption {
		width:100%;
		margin:40px;
	}
	.item_horizontal {
		height:auto;
	}
}
@media (max-width: 980px) {
	.flex-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.flex-reverse &gt; .et_pb_column_2 &gt; .mt-150 {
		margin-top:0px !important;
	}
	.flex.col2 .line-left {
		margin-bottom: 0px !important;
	}
}
@media (max-width: 550px) {
	h1 {
		font-size:2rem !important;
	}
	span.itrayl-solutions {
		font-size:.8rem;
		line-height:1rem;
		margin: 0px 10px 0 0;
	}
	.filtres_b, .filtres {
    	display: none;
	}
	h2 {
		font-size:1.8rem !important;
	}
	h3, h3.et_pb_toggle_title {
		font-size:1.5rem !important;
	}
	h3.et_pb_toggle_title:before {
		font-size:20px;
	}
	.mt-150 {
		margin-top:60px !important;
	}
	.mb-150 {
		margin-bottom:60px !important;
	}
	.slider .slide {
		width:350px;
	}
	.slider p {
    	font-size: 16px;
	}
}
@media (max-width: 425px) {
		.slider .slide {
		width:260px;
	}
}
@media (max-width:1440px) {
	.resume_LR {
    	flex-direction: column-reverse;
	}
	.resume_content {
    	width: 100%;
	}
	.resume_img {
    	margin-bottom: 30px;
    	width: 100%;
	}
	.resume_LR.resume_L {
		margin-right:0px;
	}
	.resume_LR.resume_R {
		margin-left:0px;
	}
}

/***** MENU *****/
#main-header.et-fixed-header {
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

</pre></body></html>