#main-content .display-1 {
    background: linear-gradient(180deg,#FFF 0%,#FFF 318px,#FDF5EC 318px,#FDF5EC 100%);
}
#main-content .display-2,#main-content .display-3,#main-content .display-4,#main-content .display-8 {
    background: #FDF5EC;
}
#main-content .display-5 {
    background: rgb(255,255,255);
    background: linear-gradient(4deg, #FFF 0%, #FFF 34%, #FDF5EC 35%, #FDF5EC 100%);
}
#main-content .display-7 {
    background: rgb(255,255,255);
    background: linear-gradient(4deg, #FDF5EC 0%, #FDF5EC 34%, #FFF 35%, #FFF 100%);
}
#main-content .component-1,#main-content .component-2,
#main-content .component-3,#main-content .component-4,
#main-content .component-5,#main-content .component-6,
#main-content .component-7,#main-content .component-8 {
    max-width: 1200px;
    margin: 0 auto;
}
#main-content .display-8 {
    background: linear-gradient(180deg,#FDF5EC 0%,#FDF5EC 78%,#FFF 78%,#FFF 100%)
}
#main-content .component-1 .slick-slide .slider-background{
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover;
    background-position: center center;
    box-shadow: inset 0 0 0 280px rgba(13, 66, 112, 0.8);
    display: flex!important;
    justify-content: center;
    align-items: center;
}
#main-content .component-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 135px;
}
#main-content .component-3 .display-bullets{
    display: flex;
    padding: 70px 0;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
#main-content .component-4{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#main-content .component-5{
    display: flex;
    padding-top: 106px;
    padding-bottom: 198px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#main-content .component-6 .expertise{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main-content .component-7{
    display: flex;
    padding-bottom: 215px;
    padding-top:80px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
#main-content .component-8{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-top:70px;
}
.slick-prev::before {
    content: '<';
    color:#1C426D;
    font-size: 40px;
    line-height: 40px;
}
.slick-next::before {
    content: '>';
    color:#1C426D;
    font-size: 40px;
    line-height: 40px;
}
.slick-prev:hover::before,.slick-prev:focus::before {
    content: '<';
    color:#FFF;
    font-size: 40px;
    line-height: 40px;
}
.slick-next:hover::before,.slick-next:focus::before {
    content: '>';
    color:#FFF;
    font-size: 40px;
    line-height: 40px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 76px;
    height: 76px;
    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:#FFF;
    z-index: 5;
    transition: background-color 300ms ease-in-out;
}
.slick-next {
    right:0;
}
.slick-prev {
    left:0;
}
.slick-next:hover,.slick-next:focus,.slick-prev:hover,.slick-prev:focus {
    background-color:#F27900;
    transition: background-color 300ms ease-in-out;
}
.slider-slick h1{
    color: #FFF;
    font-size: 64px;
    line-height: 72px;
    font-weight: 800;
    margin: 20px 0 40px 0;
}
.presentation-title h2{
    color: #0D4270;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
}
.content-slider {
    text-align: center;
    padding-top: 40px;
}
.slider-title{
    font-size: 32px;
    color: #FFF;
}

.content-slider a {
    background-color:#F29100;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 300ms ease-in-out;
}
.content-slider a:hover {
    background-color:#F27900;
    transition: background-color 300ms ease-in-out;
}
.presentation-title {
    width: 40%;
}
.presentation-text {
    width: 60%;
    padding: 10px 0 10px 130px;
    font-size: 16px;
    line-height: 24px;
}
.bullets {
    height: 30px;
    width: 90px;
    background: url(/wp-content/themes/inle/library/img/confettis.svg);
}
.key-figures {
    width: 210px;
    text-align: center;
    margin:0 15.5px;
    font-size: 16px;
    font-weight: bold;
}
.key-figures strong {
    color:#1D70B7;
    font-size: 22px;
}
.key-figures .icon {
    height: 92px;
    width: 92px;
    background-color: #FFF;
    margin: 0 auto 15px auto;
    border-radius: 46px;
}
.key-figures .icon img {
    padding-top: 23px;
}
.key-figures p {
    padding-bottom: 5px;
}
.button a {
    background-color:#F29100;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 300ms ease-in-out;
}
.button a:hover {
    background-color:#F27900;
    transition: background-color 300ms ease-in-out;
}
.expertise-top{
    text-align: center;
    padding-bottom: 80px;
}
.expertise-title{
    color:#F29100;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
.expertise-top h2 {
    color:#0D4270;
    font-size:42px;
    line-height: 52px;
    font-weight: 800;
}
.expertise-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.display-expertise {
    flex:50%;
    padding-bottom: 80px;
    padding-top: 37px;
}
.display-expertise.right {
    padding-left: 54px;
}
.display-expertise.left {
    padding-right: 54px;
}
.display-expertise:nth-child(2n) {
    padding-top:138px;
}
.display-expertise:nth-child(1),.display-expertise:nth-child(2) {
    z-index: 2;
}
.display-expertise:nth-child(3),.display-expertise:nth-child(4) {
    z-index: 1;
}
.display-expertise:nth-child(3) {
    margin-top:-205px;
}
.display-expertise:nth-child(4) {
    margin-top:-175px;
}
.display-expertise h3 {
    color:#0D4270;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 16px;
}
.display-expertise .excerpt {
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.display-expertise a {
    background-color:#FFF;
    color: #F29100;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
    display: inline-block;
    border:2px solid #F29100;
    transition: background-color 300ms ease-in-out;
}
.display-expertise a:hover {
    background-color:#F29100;
    color: #FFF;
    transition: background-color 300ms ease-in-out;
}
.display-expertise .img {
    height: 272px;
    width: 500px;
    object-fit: cover;
    background-size: cover;
    margin-bottom: 40px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}
.display-expertise .pattern {
    background: url(/wp-content/themes/inle/library/img/pattern.svg);
    height: 160px;
    width: 160px;
    position: relative;
    top: 130px;
    right: -69px;
    margin-top: -130px;
    left: 370px;
    z-index: 1;
}
.text-button-content h3 {
    font-size: 32px;
    color: #1E426D;
    font-weight: 800;
    padding: 0;
}
.text-button-button {
    padding-right: 32px;
    position: relative;
}
.text-button-button a {
    background-color: #F29100;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    display: inline-block;
    position: relative;
    transition: background-color 300ms ease-in-out;
}
.text-button-button a:hover {
    background-color: #F27900;
    transition: background-color 300ms ease-in-out;
}
.text-button-button .text-button-pattern {
    background: url(/wp-content/themes/inle/library/img/pattern.svg);
    height: 160px;
    width: 160px;
    position: absolute;
    left: 162px;
    top: -55px;
    z-index: 1;
}
.our-strength-title h2 {
    color:#0D4270;
    font-size: 42px;
    line-height: 52px;
    font-weight: 800;
}
.our-strength-content .content-display h3 {
    color:#1D70B7;
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}
.our-strength-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    padding-top: 78px;
    justify-content: space-between;
}
.our-strength-content .content-icon {
    width: 90px;
    height: 90px;
    background-color: #FFF;
    border-radius: 45px;
    text-align: center;
    padding-top: 22.5px;
}
.our-strength-content .content-display {
    width: 274px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 26px;
    padding-right: 22px;
}
.our-strength-button {
    padding-top: 40px;
    padding-bottom: 90px;
}
.our-strength-button a {
    background-color: #F29100;
    color: #FFF;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
    display: inline-block;
    position: relative;
    transition: background-color 300ms ease-in-out;
}
.our-strength-button a:hover {
    background-color: #F27900;
    transition: background-color 300ms ease-in-out;
}
.footer-inle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: #FFF;
}
.et_pb_section.et_pb_section_1_tb_footer.et_pb_with_background.et_section_regular {
    margin: 0;
    padding: 0;
}
.et_pb_row_1_tb_footer {
    padding-top: 10px!important;
    height: 40px;
}
.et_pb_module.et_pb_menu.et_pb_menu_0_tb_footer.et_pb_bg_layout_light.et_pb_text_align_left.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-left_aligned {
    background-color: transparent;
}
li.menu-item a {
    color: white;
}
.contactlink{
    background-color: transparent;
    color: #FFF;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    border:2px solid #FFF;
    transition: background-color 300ms ease-in-out;
}
.contactlink:hover{
    background-color: #F29100;
    border:2px solid #F29100;
    transition: background-color 300ms ease-in-out;
}
.fa-facebook-f{
    color: white;
    background-color: #F29100;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center;
    padding-top: 9px;
}
.fa-linkedin-in{
    color: white;
    background-color: #F29100;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    text-align: center;
    padding-top: 9px;
}
.contactlink,.facebooklink {
    margin-right: 10px;
}
.facebooktop{
    padding-right: 10px!important;
}
.et_pb_row.et_pb_row_3.et_pb_gutters2 .et_pb_main_blurb_image img{
    height: 90px;
}






/* Cookiefirst */
.cookiefirst-root span [data-cookiefirst-button="primary"]{
    background: #f29100 !important;
	border-color: #f29100 !important;
}

.cookiefirst-root span [data-cookiefirst-button="primary"]:hover{
	border-color: #f29100 !important;
    color: white!important;
}

.cookiefirst-root span [data-cookiefirst-button="primary"]:hover span svg{
    fill: #f29100!important;
}
.cookiefirst-root span [data-cookiefirst-button="primary"] span svg{
    fill:white!important;
}




/* Freemium modif */
.cookiefirst-root div [data-cookiefirst-button="primary"]{
	background: #f29100 !important;
	border-color: #f29100 !important;
	border-radius: 25px!important;

}
.cookiefirst-root div [data-cookiefirst-button="primary"] span{
		font-weight: bold!important;
}
.cookiefirst-root div [data-cookiefirst-button="primary"]:hover{
	border-color: #f29100 !important;
	 border-radius: 25px!important;
	color: #f29100!important;
}

.cookiefirst-root div [data-cookiefirst-button="secondary"]{
  border-color: #f29100 !important;
  border-radius: 25px!important;
  color: #f29100!important;
  font-weight: bold!important;
  background: white !important;
}

.cookiefirst-root div [data-cookiefirst-button="secondary"] span{
			font-weight: bold!important;
}
.cookiefirst-root div [data-cookiefirst-button="secondary"]:hover{
	background: #f29100!important;
	border-color: #f29100 !important;
	border-radius: 25px!important;
    color: #FFF!important;

}

.cookiefirst-root div .cf16MQ .cf1yZd{
	color: #ee7a1d!important;
}

.cookiefirst-root div [data-cookiefirst-accent-color] {
	color: black!important;
}

/* Cookie First */
.cookiefirst-root .cf38KE {
	font-size: 20px !important;
}
.cookiefirst-root .cf3E9g {
		padding: 30px
}
.cookiefirst-root .cf3F2u {
		padding: 50px 30px 30px
}

.cookiefirst-root .cf2EfR {
	position: absolute !important; 
}

.cookiefirst-root .cf1y60 {
	line-height: 2;
	font-size: 13px
}

.cookiefirst-root .cf3E9g[data-cookiefirst-widget] {
    border-radius: 10px !important;
}
.cookiefirst-root .cf2DsO {
	height: 20px; 
} 
.cookiefirst-root .cf3-eh {
	display: none;
}

.cookiefirst-root button:not(.slick-arrow) {
	overflow: inherit
}

.cookiefirst-root button:not(.slick-arrow):after {
	z-index : 1;
	transform: translateY(0%);
	top: -3px
}

/* Couleurs des boutons on/off */ 
.cf3dLT.cf1qTm:after{left: 42% !important;
background: #f29100 !important;}

/* Couleurs des background boutons on/off */
.cookiefirst-root .cf3dLT.cf1qTm:before{
background: #f29100 !important;
opacity: 0.5;
}

/* Arrière plan des sliders des boutons on/off */
.cookiefirst-root button:not(.slick-arrow):after {
	background: darkgrey;
}

/* Largeur de la fenetre des cookies */
.cookiefirst-root .cfHy0W {
	max-width: 700px;
}

.cookiefirst-root .cf1xEo.cf2RHJ{
	margin: 12px 0px;
}

.cookiefirst-root .cfiaEW>p{
	margin: 12px 0px;
}


/* Passage mobile */
@media screen and (max-width: 628px){
	.cookiefirst-root .cfmNPq{
		flex-direction: column;
	}
	
	.cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:last-child), .cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:last-child):focus, .cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:last-child):hover{
		border-right: 1px solid ;
		border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
		border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
		margin-bottom: 5px;
	}
	
	  .cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:first-child), .cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:first-child):focus, .cookiefirst-root .cf3y_H[data-cookiefirst-button]:not(:first-child):hover {
    border-top-left-radius: 50px!important;
    border-bottom-left-radius: 50px!important;
		border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
}

@media screen and (max-width: 500px){
	.cookiefirst-root .cf2MAH {
    flex: none;
    max-width: 100%;
	}
}

	.cookiefirst-root .cf3m5k.cf2XkG {
		margin-bottom: 15px; 
}

.cookiefirst-root .cf3qKS {
    margin: 10vh auto;
}

 .cookiefirst-root .cf1jsC div .cf2JM3:nth-child(2) {
	display:none; 
} 


/* smarphone */
@media screen and (max-width: 481px){
    .mobile_menu_bar:before{
        color:#F27900;
    }
    .slick-next,.slick-prev{
        display: none!important;
    }
    .slider-slick h1{
        font-size: 32px;
        line-height: 36px;
    }
    .presentation-title{
        width: 100%;
    }
    .presentation-text{
        width: 100%;
        padding: 0 16px;
        text-align: center;
    }
    #main-content .component-2{
        flex-direction: column;
        padding-top: 50px;
    }
    .presentation-title h2 {
        text-align: center;
        font-size: 32px;
        line-height: 42px;
    }
    #main-content .component-4 {
        flex-wrap: wrap;
    }
    #main-content .component-5{
        padding-top:50px;
        padding-bottom: 50px;
    }
    .display-expertise {
        padding: 0!important;
        flex:initial!important;
        width: 100%;
        padding: 10px 16px!important;
    }
    .display-expertise .img{
        width: 100%;
    }
    .display-expertise .pattern{
        display: none;
    }
    .display-expertise h3{
        text-align: center;
    }
    .display-expertise .excerpt{
        padding: 0 16px;
        text-align: center;
    }
    .display-expertise a {
        margin:14px;
        text-align: center;
        display: block;
    }
    .display-expertise:nth-child(3),.display-expertise:nth-child(4){
        margin-top: 0px;
    }
    #main-content .display-5 {
        background: linear-gradient(
    4deg, #FFF 0%, #FFF 17%, #FDF5EC 18%, #FDF5EC 100%);
    }
    #main-content .display-7 {
        background: linear-gradient(
    4deg, #FDF5EC 0%, #FDF5EC 9%, #FFF 10%, #FFF 100%);
    }
    #main-content .component-7{
        flex-direction: column;
        padding-top:50px;
        padding-bottom: 50px;
    }
    #main-content .display-8 {
        background: linear-gradient(
    180deg,#FDF5EC 0%,#FDF5EC 85%,#FFF 85%,#FFF 100%);
    }
    .text-button-content h3{
        text-align:center;
        padding:0 16px 20px 16px!important;
    }
    .text-button-button .text-button-pattern{
        display: none;
    }
    .text-button-button{
        padding:0;
    }
    .text-button-button a{
        display: block;
        text-align: center;
    }
    .our-strength-content {
        flex-direction: column;
        align-items: center;
    }
    .our-strength-content .content-display h3{
        text-align: center;
    }
    .our-strength-content .content-display{
        text-align:center;
        padding-bottom: 20px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0!important;
    }
    .slick-dotted .slick-dots{
        bottom: 0;
    }
    .slick-dotted .slick-dots li button:before{
        color: #FFF;
        font-size: 30px;
    }
    .slick-dotted .slick-dots li.slick-active button:before{
        color: #FFF;
    }
    .et_fixed_nav #main-header{
        position: fixed;
    }
    .key-figures {
        padding: 10px 0;
    }
    .key-figures h3{
        padding-top: 10px;
    }
}
/* tablet */
@media screen and (min-width: 482px) and (max-width: 1023px){
    .mobile_menu_bar:before{
        color:#F27900;
    }
    .slider-slick h1{
        font-size: 48px;
    }
    #main-content .component-2 {
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        align-items: center;
    }
    .presentation-title {
        width: 100%;
        text-align: center;
    }
    .presentation-text {
        width: 80%;
        font-size: 16px;
        padding:0;
        text-align: center;
    }
    #main-content .component-4 {
        flex-wrap: wrap;
    }
    .expertise-top{
        padding-bottom: 50px;
    }
    .display-expertise.left,.display-expertise.right {
        padding-left: 54px;
        padding-right: 54px;
    }
    .display-expertise:nth-child(2n),.display-expertise:nth-child(3),.display-expertise:nth-child(4){
        margin-top: 0;
        padding-top: 0;
    }
    #main-content .component-7 {
        flex-direction: column;
        align-items: center;
        padding-bottom: 100px;
        padding-top: 80px;
    }
    #main-content .component-8{
        padding-top:20px;
    }
    .text-button-button {
        padding-top: 50px;
    }
    .text-button-button .text-button-pattern{
        display: none;
    }
    .our-strength-content{
        align-items: flex-start;
    }
    .et_fixed_nav #main-header{
        position: fixed;
    }
    .et_pb_main_blurb_image img{
        height: 90px;
    }
}