/*
Theme Name: Visiom
Theme URI: https://thegeek.family/
Author: thegeek.family
Author URI: https://thegeek.family/
Description: thegeek.family
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}


a
{
	text-decoration: none;
}

.row:after
{
	clear: both;
	content: '';
	display: table;
}

img
{
	max-width: 100%;
	height: auto;
}

body.home .mejs-controls
{
	display: none;
}

.bx-wrapper
{
	margin: 0;
}

.bx-wrapper .bx-viewport
{
	left: 0;
	border: 0;
	background: none;
	box-shadow: none;
}

body:not(.home) .bx-wrapper .bx-controls-direction a
{
	width: 60px;
	height: 60px;
	top: -65px;
	opacity: 0.4;
}

body:not(.home)  .bx-wrapper .bx-controls-direction a:hover
{
	opacity: 1;
}

body:not(.home) .bx-wrapper .bx-prev
{
	background: #e30420 url(images/arrow-left-white.png) no-repeat center center / 20px!important;
	cursor: pointer;
	right: 60px;
	left: auto;
}

body:not(.home) .bx-wrapper .bx-next
{
	background: #e30420 url(images/arrow-right-white.png) no-repeat center center / 20px!important;
	cursor: pointer;
	right: 0;
}

.wrap
{
	position: relative;
}

.wrap, .wp-block-group.full_width .wp-block-group__inner-container, .full_width .container
{
	width: 1180px;
	max-width: 100%;
	margin: 0 auto;
}

body {
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    position: relative;
}

body, a
{
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	color: #58595b;
	font-weight: 300;
}

body.nav:before {
	position: fixed;
	z-index: 8;
	content :'';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

#header
{
	height: 137px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}

#nav
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#nav .left, #nav .right
{
	width: calc(50% - 75px);
	display: flex;
}

#nav .left
{
	justify-content: flex-start;
	align-items: center;
}

#nav .right
{
	justify-content: flex-end;
	align-items: center;
}

#nav .right .lang
{
	position: relative;
	width: 24px;
	min-height: 24px;
	background: url(images/langues.png) no-repeat right center / 24px;
	margin-left: 40px;
}

#nav .right .lang:hover
{
	background: none;
}

#nav .right .lang:hover ul
{
	padding-top: 20px;
}

#nav .right .lang > div
{
	position: absolute;
	left: -3px;
	top: -21px;
}

#nav .right .lang ul
{
	position: relative;
}

#nav .right .lang li
{
	margin-left: 0;
}

#nav .right .lang .current-lang
{
	background: url(images/arrow-menu.png) no-repeat right 3px / 16px;
	padding-right: 17px;
	position: absolute;
	top: 0px;
	left: 0;
}

#nav .right .lang .lang-item:not(.current-lang)
{
	display: none;
}

#nav .right .lang:hover .lang-item:not(.current-lang)
{
	display: block;
}

#nav a
{
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

@media(min-width: 911px)
{
	#nav a:hover
	{
		color: #e30420;
	}
}

#nav .right .lang a
{
	font-size: 11px;
}

#nav .logo
{
	width: 150px;
}

#nav .logo img
{
	display: block;
}

#nav .nav-menu
{
	display: flex;
}

#nav li.current:before
{
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 8px);
	top: 26px;
	width: 16px;
	height: 100%;
	background: url(images/arrow-down-red.png) no-repeat center center / 100%;
}

#nav li.current a
{
	color: #e30420;
}

#nav li
{
	position: relative;
}

#nav .left li
{
	margin-right: 20px;
	text-align: center;
}

#nav .right li
{
	margin-left: 40px;
}

a.btn, .bouton a, .wpcf7-submit, p.btn a, .wp-block-button__link, .btn.border
{
	background: #e30420;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	padding: 12px 18px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	cursor: pointer;
	border-radius: 0;
}

a.btn:hover, .bouton a:hover, .wpcf7-submit:hover, p.btn a:hover, .wp-block-button__link:hover
{
	background: #58595b;
}

.btn.border
{
	background: none;
	border: 2px solid #e30420;
	color: #e30420;
}

.btn.border:hover
{
	border-color: #58595b;
	color: #58595b;
}

body.blog .load-more
{
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
}

body.blog .load-more.loaded
{
	margin-top: 130px;
}

body.blog .load-more a
{
	padding: 22px 37.1px 22px 39px;
	background-color: #e30420;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

body.blog .site-content
{
	padding-top: 64px;
}

body.blog .site-content .archives
{
	margin-top: 100px;
}

body.blog h1
{
	font-family: 'Montserrat';
	font-size: 66px;
	font-weight: bold;
	line-height: 1.15;
	color: #2f2f36;
	text-align: center;
	margin-bottom: 30px;
}

body.single #header, body.blog #header
{
	border-bottom: 2px solid #f1f2f3;
}

body.single .site-content
{
	padding-top: 50px;
}

body.single .post-content
{
	display: flex;
}

body.single .post-content .meta
{
	flex: 0 0 240px;
	margin-right: 60px;
}

body.single .post-content .meta .back
{
	margin-bottom: 86px;
}

body.single .post-content .meta .back a
{
	padding-left: 28px;
	background: url(images/arrow-left-dark.png) no-repeat left center / 17px;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #e30420;
	text-transform: uppercase;
}

body.single .post-content .meta ul li
{
	border-top: 1px solid #f1f2f3;
	padding: 16px 0;
}

body.single .post-content .meta ul li, body.single .post-content .meta ul li a
{
	font-size: 14px;
}

body.single .post-content .meta ul li a
{
	color: #767f90;
}

body.single .post-content .meta ul label
{
	display: block;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	color: #2f2f36;
	text-transform: uppercase;
	margin-bottom: 5px;
}

body.single .post-content .body
{
	flex: 0 1 780px;
}
body.single .post-content .body .img
{
	margin-bottom: 59px;
	position: relative;
}

body.single .post-content .body .img:before
{
	content :'';
	position: absolute;
	display: block;
	width: 298px;
	height: 75px;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 2;
}

body.single .post-content .body .img:after
{
	content :'';
	position: absolute;
	display: block;
	width: 200px;
	height: 4px;
	background-color: #e30420;
	left: 0;
	bottom: 0;
	z-index: 3;
}

body.single .post-content .body .img img
{
	display: block;
}

body.single .post-content .body p
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	padding-bottom: 24px;
}

body.single .post-content .body a
{
	font-weight: 400;
	text-decoration: underline;
}

body.single .post-content .body blockquote
{
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}

body.single .post-content .body blockquote p
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	width: 576px;
	max-width: 100%;
	padding-left: 47px;
	padding-right: 40px;
	background: url(images/arrow-right-red.png) no-repeat left 14px / 19px;
}

body.single .post-content h1
{
	font-family: 'Montserrat';
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	color: #202125;
	margin-bottom: 36px;
}

body.home #news
{
	margin-top: 104px;
}

body.home #news .all
{
	display: none;
}

body
{
	position: relative;
}

.hiddenblock
{
	display: none;
}

#overall
{
	display: none;
}

body.megamenu #overall
{
	position: absolute;
	left: 0;
	top: 136px;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(47, 47, 54, 0.8);
	display: block;
}

#megamenu
{
	position: absolute;
	left: 0;
	top: 136px;
	width: 100%;
	background: #fff;
	z-index: 11;
	display: none;
}


body.megamenu #megamenu
{
	display: block;
}

#megamenu .secteurs, #megamenu .generic
{
	display: none;
}

#megamenu .secteurs .tabs
{
	display: flex;
	background: #f1f2f3;
	border-top: 1px solid #e7e7e7;
}

#megamenu .secteurs .tabs li
{
	height: 71px;
	padding: 0 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

#megamenu .secteurs .tabs li a
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	color: #2f2f36;
	text-transform: uppercase;
}

#megamenu .secteurs .tabs li.current
{
	background: #fff;
	color: #e30420;
}

#megamenu .secteurs .contents .tab:not(.current)
{
	display: none;
}

#megamenu .secteurs .contents .tab .cols
{
	display: flex;
	padding: 55px;
	flex-wrap: wrap;
	justify-content: center;
}

#megamenu .secteurs .contents .tab .cols .titre
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2f2f36;
	margin-top: 9px;
	margin-bottom: 18px;
}

#megamenu .secteurs .contents .tab .cols li a:hover
{
	color: #e30420;
}

#megamenu .secteurs .contents .tab .cols .col li
{
	margin-bottom: 20px;
}

#megamenu .secteurs .contents .tab .cols .col
{
	flex: 0 0 280px;
	margin-right: 45px;
	position: relative;
	padding-bottom: 70px;
}

#megamenu .secteurs .contents .tab .cols .col1
{
	flex: 0 0 337px;
}

#megamenu .secteurs .contents .tab .cols .col1 .img
{
	position: relative;
}

#megamenu .secteurs .contents .tab .cols .col1 .img:before
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 129px;
	height: 33px;
	background: #fff;
	z-index: 2;
}

#megamenu .secteurs .contents .tab .cols .col1 .img img
{
	display: block;
}

#megamenu .secteurs .contents .tab .cols .col2:before
{
	content :'';
	display: block;
	width: 1px;
	height: 97px;
	background: #e30420;
	left: -23px;
	top: 0;
	position: absolute;
}

#megamenu .secteurs .contents .tab .cols .col2 .name, #megamenu .generic .titre
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	margin-bottom: 15px;
}

#megamenu .generic .nophoto .titre
{
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
}

#megamenu .secteurs .contents .tab .cols .col2 p, #megamenu .generic .cols .col p
{
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

#megamenu .secteurs .contents .tab .cols .col2 .link
{
	margin-top: 32px;
}

#megamenu .generic .cols
{
	display: flex;
	border-top: 1px solid #e7e7e7;
	padding: 0 24px;
	justify-content: center;
	flex-wrap: wrap;
}

#megamenu .generic .cols .col
{
	flex: 0 0 270px;
	margin-right: 25px;
	position: relative;
	padding: 24px 0 60px 25px;
	border-left: 1px solid #e7e7e7;
}

#megamenu .generic.eservice .cols .col
{
	border: 0;
	margin-right: 50px;
}

#megamenu .generic .cols .col .img
{
	position: relative;
	margin-bottom: 9px;
}


#megamenu .generic .cols .col .img img
{
	display: block;
}

#megamenu .generic .cols .col .img:before
{
	width: 95px;
	height: 24px;
	background: #fff;
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

#megamenu .generic.eservice .cols .col:not(.nophoto) .img:before
{
	background: #f1f2f3;
}

#megamenu .generic:not(.eservice) .cols .col:before
{
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: 128px;
	width: 1px;
	height: 97px;
	background: #e30420;	
}

#megamenu .generic.eservice .cols
{
	position: relative;
}

#megamenu .generic.eservice .cols:before
{
	position: absolute;
	width: 30%;
	height: 100%;
	content: '';
	background: #f1f2f3;
	left: 0;
	top: 0;
}

#megamenu .generic.eservice .cols .col:first-child
{
	background: #f1f2f3;
	padding-right: 24px;
}

#megamenu .generic.eservice .cols .col:not(:first-child)
{
	flex: 0 0 320px;
}

#megamenu .generic.eservice .cols .col:nth-child(2) .titre:before
{
	position: absolute;
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	left: -32px;
	top: -3px;
	background: url(images/info.png) no-repeat center center / 100%;
}

#megamenu .generic.eservice .cols .col:nth-child(3) .titre:before
{
	position: absolute;
	display: block;
	content: '';
	width: 23px;
	height: 23px;
	left: -32px;
	top: -3px;
	background: url(images/member.png) no-repeat center center / 100%;
}

#megamenu .generic .cols .col ul
{
	margin-top: 8px;
}

#megamenu .generic .cols .col ul li
{
	margin-top: 24px;
}

#megamenu .generic .cols .col ul li a
{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: #e30420;
	text-decoration: underline;
}

body.page-template-reseau .site-main
{
	position: relative;
}

#map
{
	width: 100%;
	height: calc(100vh - 137px);
}

#map .info
{
	width: 310px;
	padding: 36px 0 0 0;
	position: relative;
}

#map .info > *:not(.close)
{
	padding: 0 36px;
}

#map .info .close
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 15px;
	height: 15px;
	background: url(images/map_close.png) no-repeat center center / 100%;
	cursor: pointer;
}

#map .info .nom
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
	margin-bottom: 6px;
}

#map .info .texte
{
	padding-bottom: 23px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

#map .info .value, #map .info .value a
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 500;
	color: #202125;
}

#map .info .value a:hover
{
	color: #e30420;
}

#map .info .email
{
	background: url(images/mail.png) no-repeat 38px 10px / 14px;
}
#map .info .telephone
{
	background: url(images/tel.png) no-repeat 38px 10px / 14px;
}
#map .info .fax
{
	background: url(images/fax.png) no-repeat 38px 11px / 18px;
}

#map .info .value
{
	padding: 10px 30px 10px 70px;
	border-top: 1px solid #f1f2f3;
}

#map .gm-ui-hover-effect
{
	display: none!important;
}


#map .gm-style .gm-style-iw-c 
{
	padding: 0;
}


#places
{
	position: absolute;
	z-index: 2;
	left: 10%;
	top: 37px;
	padding: 34px 11px 0px 32px;
	border-radius: 2px;
	background-color: #ffffff;
	width: 380px;
	min-height: 200px;
}

#places h2
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	padding-bottom: 13px;
}

#places ul
{
	display: flex;
	margin-bottom: 10px;
}

#places li
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #202125;
	padding-left: 25px;
	text-transform: uppercase;
}

#places li.agence
{
	background: url(images/pin.png) no-repeat left center / 28px;
}
#places li.filiale
{
	background: url(images/pin-black.png) no-repeat left center / 28px;
	margin-left: 8px;
}

#places .current
{
	margin-top: 11px;
	font-family: 'Montserrat';
	font-size: 12px;
	color: #2f2f36;
	text-decoration: underline;
	text-align: center;
}

#places .current span
{
	cursor: pointer;
}

#places form
{
	padding-right: 21px;
}

#places input
{
	padding: 17px 16px;
	border-radius: 8px;
	background-color: #f1f2f3;
	border: 0;
	width: 100%;
}

#places .liste
{
	max-height: 323px;
	overflow: auto;
	margin-top: 20px;
}

#places .liste .item
{
	padding: 19px 93px 19px 0;
	border-top: 1px solid #e7e7e7;
	position: relative;
}

#places .liste .item .see
{
	position: absolute;
	right: 24px;
	top: 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: #e30420;
	cursor: pointer;
	text-decoration: underline;
}

#places .liste .item .more
{
	margin-top: 15px;
}

#places .liste .item .more a
{
	color: #e30420;
	text-decoration: underline;
	font-size: 14px;
}

#places .liste .item .nom
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	color: #2f2f36;
	margin-bottom: 7px;
}

#places .liste .item .texte
{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

body.admin-bar #map
{
	width: 100%;
	height: calc(100vh - 169px);
}

#news .titre
{
	font-family: 'Montserrat';
}

#news .more
{
	margin-top: 25px;
}

#news .more a
{
	font-size: 13px;
	font-weight: bold;
	color: #e30420;
	text-transform: uppercase;
	padding-right: 30px;
	background: url(images/arrow-right-dark.png) no-repeat right center / 18px;
}

#news .idx0
{
	background: #f1f2f3;
	position: relative;
}

#news .idx0 .body
{
	width: 762px;
	max-width: 100%;
	margin-top: -90px;
	background: #f1f2f3;
	padding: 23px 37px 0 0;
	position: relative;
	z-index: 2;
}

#news .idx0 .titre
{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	margin-bottom: 15px;
}

#news .idx0 .container
{
	top: -64px;
	position: relative;
	padding-left: 20px;
}

#news .img img
{
	display: block;
}

#news .idx0 .img
{
	position: relative;
	padding-right: 37px;
}

#news .idx0 .img:after
{
	content: '';
	position: absolute;
	display: block;
	width: 37px;
	height: 172px;
	background: #e30420;
	right: 0;
	bottom: 0;
}


#news .liste
{
	/*
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px;
	*/
	position: relative;
}

body.single #news
{
	margin-top: 74px;
	position: relative;
	padding-top: 56px;
}

body.single #news:before
{
	content: '';
	display: block;
	background: #f1f2f3;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 234px;
}

body.home #news .liste
{
/*	min-height: 926px;*/
}

body.single #news .liste
{
	margin-top: 107px;
	margin-bottom: 70px;
}

body.single #news > *
{
	position: relative;
	z-index: 2;
}

body.single #news h2
{
	font-family: 'Montserrat';
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	text-align: center;
	color: #202125;
}

body.single #news h2:after
{
	content: '';
	width: 1px;
	height: 40px;
	background: #e30420;
	margin: 10px auto 40px auto;
	display: block;
}

#news .liste .news
{
	width: calc(33.3333% - 20px);
	/*
	padding: 20px;
	*/
}
/*
#news .liste .idx1, #news .liste .idx3
{
	width: calc(33.33333% - 20px);
}*/

/*
#news .liste .idx1
{
	padding-left: 0;
}
*/

#news .liste .focus
{
	/*
	margin: -65px 20px 20px 20px;
	position: relative;
	*/
	padding: 0;
	background: #2f2f36;
	color: #fff;
	height: 368px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#news .liste .news:not(.focus)
{
	padding-left: 20px;
	padding-right: 20px;
}

#news .liste .focus .intro
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 53px;
}

#news .liste .focus .titre
{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
}

#news .liste .focus .bouton
{
	margin-top: 32px;
}


body.home #news .liste
{
	margin-top: 40px;
}

#news .liste .news
{
	margin-bottom: 40px;
}


#temoignages
{
	margin-bottom: 120px;
}

#temoignages .all
{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

#temoignages .titre
{
	font-family: 'Montserrat';
}

#temoignages .more
{
	margin-top: 25px;
}

#temoignages .more a
{
	font-size: 13px;
	font-weight: bold;
	color: #e30420;
	text-transform: uppercase;
	padding-right: 30px;
	background: url(images/arrow-right-dark.png) no-repeat right center / 18px;
}


#temoignages .img
{
	position: relative;
	margin-bottom: 24px;
}

#temoignages .img img
{
	display: block;
}


#temoignages .img:before
{
	content: '';
	position: absolute;
	display: block;
	width: 119px;
	height: 30px;
	background: #fff;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#temoignages .img:after
{
	content: '';
	position: absolute;
	display: block;
	width: 80px;
	height: 2px;
	background: #e30420;
	left: 0;
	bottom: 0;
	z-index: 2;
}

#temoignages .titre
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	margin-bottom: 16px;
}

#temoignages h2
{
	font-family: 'Montserrat';
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	text-align: center;
	color: #202125;
}

#temoignages h2:after
{
	content: '';
	width: 1px;
	height: 40px;
	background: #e30420;
	margin: 10px auto 40px auto;
	display: block;
}

#temoignages .liste
{
	display: flex;
	justify-content: center;
	padding-top: 70px;
}

#temoignages .liste .item
{
	width: calc(33.3333% - 60px);
	margin: 0 30px;
}

#temoignages .liste .item:nth-child(2)
{
	margin-top: -70px;
}


body.single #temoignages
{
	margin-top: 80px;
}


body.blog .cats
{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

body.blog .cats a
{
	padding: 14px 16.2px 15px 17px;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #202125;
	text-transform: uppercase;
	display: block;
	position: relative;
}

body.blog .cats li
{
	margin: 0 12px;
}

body.blog .cats li.current a, body.blog .cats li a:hover
{
	background: #e30420;
	color: #fff;
}

body.blog .cats li.current a:after, body.blog .cats li a:hover:after
{
	content : ''; 
	display: block;
	position: absolute;
	bottom: -4px;
	width: 12px;
	height: 6px;
	left: calc(50% - 6px);
	background: url(images/tab.png) no-repeat center center / 100%;
}

body.blog #news .liste .news
{
	margin-bottom: 70px;
	
}

#news .liste .news:not(.focus) .img
{
	position: relative;
	height: 229px;
}

#news .liste .news:not(.focus) .img:after
{
	position: absolute;
	display: block;
	content :'';
	width: 119px;
	height: 31px;
	background: #fff url(images/img-corner.png) no-repeat left bottom / 80px;
	left: 0;
	bottom: 0;
}

#news .liste .news:not(.focus) .titre
{
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
}

body.blog #news .liste .news:nth-child(3n+2)
{
	transform: translateY(-90px);
}
body.home #news .liste .news:nth-child(2n+2)
{
	transform: translateY(-90px);
}
body.single #news .liste .news:nth-child(2n+2)
{
	transform: translateY(-80px);
}

#news .liste .idx4
{
	/*
	position: absolute;
	left: calc(33.3333% + 7px);
	top: 340px;
	width: calc(33.3333% - 15px);
	*/
	/*
	margin-top: -185px;
	margin-bottom: 60px;
	*/
}

#logos > div
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#logos img
{
	max-height: 68px;
}

#banner_slider
{
	position: relative;
	margin-bottom: 100px;
}

#banner_slider video
{
	position: absolute;
	left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}

#banner_slider:before, #banner_slider:after
{
	content: '';
	width: 1px;
	height: 80px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 2;
}

#banner_slider:after
{
	background: #e30420;
	bottom: -80px;
}

#banner_slider .btn
{
	padding: 22px 37px;
	margin-top: 44px;
}

#banner_slider .pager
{
	position: absolute;
	height: 100%;
	width: 306px;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

#banner_slider .pager li
{
	margin: 5px 0;
}

#banner_slider .pager li a
{
	color: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px 10px 69px;
	font-family: 'Montserrat';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

#banner_slider .pager li a:hover, #banner_slider .pager li a.active
{
	background: #E30420 url(images/arrow-right-white.png) no-repeat 32px center / 24px;
}

#banner_slider .slider, #banner_slider .slide
{
	height: 800px;
	overflow: hidden;
}

#banner_slider .slide
{
	font-family: 'Montserrat';
	color: #fff;	
	font-size: 18px;
	line-height: 24px;
	padding: 0 316px;
	position: relative;
}

#banner_slider .slide:before
{
	content :'';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}


#banner_slider .slide H1, #banner_slider .slide H2
{
	font-weight: bold;
	font-size: 66px;
	line-height: 66px;
	margin-bottom: 30px;
}

#banner_slider .slide .pad
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 2;
}

#banner_slider .slide p
{
	max-width: 700px;
	margin: 0 auto;
	font-weight: 500;
}

body.home h2, body.home h3, body.home h4
{
	font-family: 'Montserrat';
}

body.home h2
{
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	color: #202125;
}

body.home h3
{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	margin-bottom: 20px;
}

body.home h2:after
{
	content: '';
	width: 1px;
	height: 40px;
	background: #e30420;
	margin: 10px auto 40px auto;
	display: block;
}

.wp-block-group.homeintro
{
	width: 780px;
	max-width: 100%;
	margin: 0 auto 80px auto;
}

.wp-block-group.homeintro h2
{
	margin-bottom: 8px;
}

.wp-block-group.homeintro h2:after
{
	display: none;
}

.wp-block-group.homeintro p
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;
}

.wp-block-group.homeintro:after
{
	content: '';
	width: 80px;
	height: 1px;
	background: #e30420;
	margin: 26px auto 50px auto;
	display: block;
}

.wp-block-columns.cols2 p
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}


.wp-block-columns.cols2 .wp-block-column
{
	position: relative;
	padding-bottom: 40px;
}

.wp-block-columns.encart_gris
{
	background: #F1F2F3;
	margin: 110px 0;
}

.wp-block-columns.encart_gris p
{
	font-size: 17px;
	line-height: 24px;
	color: #2F2F36;
	font-weight: 300;
	padding-bottom: 10px;
}

.wp-block-columns.encart_gris strong
{
	font-weight: 400;
	font-size: 18px;
}

.wp-block-columns.encart_gris .wp-block-group
{
	padding-bottom: 25px;
}

.wp-block-columns.encart_gris .wp-block-image
{
	position: relative;
}

.wp-block-columns.encart_gris .wp-block-image:before
{
	position: absolute;
	display: block;
	content :'';
	width: 160px;
	height: 31px;
	background: #F1F2F3 url(images/img-corner.png) no-repeat left bottom / 80px;
	left: 0;
	bottom: 0;
}

.wp-block-columns.encart_gris .wp-block-image:after
{
	width: 30px;
	height: 127px;
	background: #E30420;
	position: absolute;
	right: -30px;
	top: 0;
	content: '';
}

.wp-block-image
{
	position: relative;
	margin-bottom: 0;
}

.wp-block-image img
{
	display: block;
}

body:not(.home) .entry-content ul
{
	list-style-type: disc;
	padding-left: 20px;
}

body:not(.home) .entry-content ul li
{
	padding-bottom: 20px;
}

.wp-block-columns.encart_gris .wp-block-column
{
	position: relative;
}

.wp-block-columns.encart_gris .wp-block-column h3
{
	font-size: 22px;
}

.wp-block-columns.encart_gris .wp-block-column .links
{
	position: absolute;
	left: 65px;
	bottom: 80px;
	display: flex;
}

.wp-block-columns.encart_gris .wp-block-column .links li:not(:last-child):after
{
	content : '|';
	display: inline-block;
	margin: 0 25px;
}

.wp-block-columns.encart_gris .wp-block-column .links li, .wp-block-columns.encart_gris .wp-block-column .links li a
{
	color: #767F90;
	font-weight: 300;
	font-family: 'Montserrat';
	font-size: 12px;
}
	

.wp-block-columns.encart_gris .wp-block-column:first-child
{
	flex-basis: 46%!important;
	padding: 80px 25px 80px 65px;
}
.wp-block-columns.encart_gris .wp-block-column:last-child
{
	flex-basis: 54%!important;
	padding: 80px 95px 80px 0;
}

.wp-block-columns.cols2 p.more
{
	display: block;
	margin-top: 40px;
	left: 0;
	bottom: 0;
}

.wp-block-columns.cols2 p.more a
{
	display: inline-block;
	padding-right: 32px;
	background: url(images/arrow-right-dark.png) no-repeat right 5px / 18px;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #E30420;
	text-align: right;
	line-height: 16px;
}

.wp-block-columns.cols2 .wp-block-image
{
	margin-bottom: 32px;
	position: relative;
}

.wp-block-columns.cols2 .wp-block-image:before, .wp-block-columns.oneimage .wp-block-image:before
{
	position: absolute;
	width: 119px;
	height: 30px;
	content :'';
	display: block;
	z-index: 2;
	background: #fff;
	left: 0;
	bottom: 0;
}

.wp-block-columns.cols2 .wp-block-image:after, .wp-block-columns.oneimage .wp-block-image:after
{
	position: absolute;
	width: 80px;
	height: 2px;
	background: #e30420;
	content :'';
	display: block;
	z-index: 3;
	left: 0;
	bottom: 0;
}


.wp-block-columns.cols3
{
	margin-bottom: 120px;
}

.wp-block-columns.cols3 .wp-block-image
{
	margin-bottom: 13px;
	position: relative;
}

.wp-block-columns.cols3 .wp-block-image:before
{
	position: absolute;
	width: 119px;
	height: 30px;
	content :'';
	display: block;
	z-index: 2;
	background: #fff url(images/arrow-right-red.png) no-repeat left bottom / 19px;
	left: 0;
	bottom: 0;
}

.wp-block-columns.cols3 h3
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	margin-bottom: 10px;
}

.wp-block-columns.cols3 p
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

.wp-block-columns.simple p
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	padding-bottom: 15px;
}

.wp-block-columns.simple p strong
{
	font-weight: bold;
}

.wp-block-columns.simple
{
	justify-content: space-between;
	width: 980px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-columns.simple .wp-block-column
{
	flex-basis: 434px;
	flex-grow: 0;
}

.wp-block-columns.cols3header
{
	margin-bottom: 80px;
}

.wp-block-columns.cols3header .wp-block-image
{
	margin-bottom: 40px;
	position: relative;
}

.wp-block-columns.cols3header .wp-block-image:after
{
	content:'';
	position: absolute;
	display: block;
	width: 146px;
	height: 37px;
	background: #fff;
	left: 0;
	bottom: 0;
}

.wp-block-columns.cols3header p
{
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

.wp-block-columns.cols3header h3
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	margin-bottom: 24px;
}

.wp-block-columns.cols3header ul
{
	list-style-type: none!important;
	padding: 0!important;
}

.wp-block-columns.cols3header li
{
	padding-left: 30px;
	background: url(images/arrow-right-grey.png) no-repeat left 0px / 17px;
	padding-bottom: 11px!important;
}

.wp-block-columns.cols3header p
{
	padding-bottom: 16px;
}

.wp-block-columns.cols3header p a
{
	font-weight: 500;
	text-decoration: underline;
}

.wp-block-group.chiffres h3:after, body.home .partenaires h3:after
{
	content: '';
	width: 1px;
	height: 40px;
	background: #e30420;
	margin: 10px auto 40px auto;
	display: block;
}

.wp-block-group.chiffres:after
{
	content: '';
	width: 1px;
	height: 80px;
	background: #e30420;
	margin: 42px auto 20px auto;
	display: block;
}

.wp-block-group.chiffres .wp-block-column
{
	height: 163px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.wp-block-group.chiffres .wp-block-column > *
{
	position: relative;
	z-index: 2;
}

.wp-block-group.chiffres .wp-block-column p
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #202125;
	text-transform: uppercase;
}

.wp-block-group.chiffres .wp-block-column strong
{
	font-size: 68px;
	font-weight: 800;
	color: #e30420;
	text-transform: none;
}

.wp-block-group.chiffres .wp-block-column:before
{
	display: block;
	content :'';
	position: absolute;
	width: 86px;
	height: 100%;
	left: calc(50% - 43px);
	top: 0;
	background: #f1f2f3;
	z-index: 1;
}

.wp-block-group.carte
{
	background: url(images/fond-map.jpg) no-repeat right center / 100%;
	padding: 82px 98px;
	color: #fff;
	min-height: 421px;
}

.wp-block-group.carte H2
{
	color: #fff;
	font-size: 46px;
	font-weight: 800;
	line-height: 1.09;
	margin-bottom: 30px;
}

.wp-block-group.carte H2:after
{
	display: none;
}

.wp-block-group.carte p
{
	color: #fff;
	font-size: 12px;
	line-height: 1.58;
	width: 427px;
	max-width: 100%;
	font-family: 'Montserrat';
}

.wp-block-group.carte p.bouton
{
	margin-top: 24px;
}


.wp-block-group.produits
{
	background: #2f2f36;
	margin-top: 114px;
	margin-bottom: 140px;
	padding: 84px 30px;
}

.wp-block-group.produits h4
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #e30420;
	text-transform: uppercase;
}

.wp-block-group.produits h2, .wp-block-group.produits, .wp-block-group.produits a
{
	color: #fff;
}

.wp-block-group.produits .tabs
{
	display: flex;
	justify-content: center;
	margin: 18px 0 50px 0;
}

.wp-block-group.produits .tabs li
{
	padding: 14px 18px;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
	margin: 0 5px;
}

.wp-block-group.produits .tabs li.current, .wp-block-group.produits .tabs li:hover
{
	background: #e30420;
}

.wp-block-group.produits .tabs li.current:after, .wp-block-group.produits .tabs li:hover:after
{
	background: url(images/tab.png) no-repeat center center / 16px;
	content :'';
	display: block;
	left: calc(50% - 8px);
	bottom: -4px;
	width: 16px;
	height: 8px;
	position: absolute;
}

.wp-block-group.produits .liste
{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 414px;
}

.wp-block-group.produits .liste:not(.current)
{
	display: none;
}

.wp-block-group.produits .liste .produit
{
    background-color: #767f90;
    margin: 0 10px;
    padding: 10px;
    height: 330px;
    display: flex;
    align-items: center;
    position: relative;
}

@media (min-width: 801px)
{
	.wp-block-group.produits .liste .produit:hover
	{
		height: 414px;
	}
	
	.wp-block-group.produits .liste .produit:hover .nom
	{
		top: 390px;
	}
}

.wp-block-group.produits .liste .produit img
{
	display: block;
	mix-blend-mode: multiply;
}

.wp-block-group.produits .liste .produit .nom
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	width: 133px;
	padding-top: 24px;
	padding-right: 25px;
	background: #2f2f36;
	position: absolute;
	left: 0;
	top: 305px;
}

.wp-block-group.produits .liste .produit .nom > span
{
	position: relative;
}



.wp-block-group.produits .liste .produit .nom:before
{
	display: block;
	content :'';
	width: 48px;
	height: 48px;
	background: #e30420 url(images/arrow-right-white.png) no-repeat center center / 19px;
	position: absolute;
	left: 0;
	top: -48px;
}

.wp-block-group.produits .liste .produit .nom:after
{
	display: block;
	content :'';
	width: 66px;
	height: 1px;
	background-color: #e30420;
	margin-top: 10px;
}


body.single-produit .header
{
	position: relative;
	width: 1420px;
	margin: auto;
	max-width: 100%;
	padding: 0 20px;
}

body.single-produit .header:before
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 97px);
	content: '';
	display: block;
	background: #f1f2f3;
}

body.single-produit .header .gammes
{
	display: flex;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
	margin-top: 20px;
	margin-bottom: 59px;	
	font-family: 'Montserrat';
}

body.single-produit .header .gammes span:not(:last-child):not(.picto):after
{
	display: block;
	content: '|';
	margin: 0 18px;
}

body.single-produit .header .gammes > span
{
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

body.single-produit .header .gammes > span .img
{
	width: 41px;
	height: 41px;
	padding: 4px 3px 3px 4px;
	border-radius: 6.4px;
	border: solid 2px #e30420;
	margin-right: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
}

body.single-produit .header .gammes > span img
{
	display: block;
	max-height: 26px;
}

body.single-produit .header h1
{
	font-size: 66px;
	font-weight: bold;
	line-height: 1.15;
	color: #2f2f36;
	margin-bottom: 16px;
	font-family: 'Montserrat';
	margin-top: -41px;
}

body.single-produit .header .top
{
	display: flex;
	min-height: 436px;
}

body.single-produit .header .top .body
{
	flex: 0 60%;
	padding-bottom: 189px;
}

body.single-produit.tax-secteur_produit .header .top
{
	min-height: 255px;
	display: block;
}

body.single-produit.tax-secteur_produit .header .top .body
{
	display: flex;
	padding-bottom: 110px;
	justify-content: space-between;
	padding-top: 32px;
}

body.single-produit.tax-secteur_produit.tax-gamme .produits
{
	margin-top: 80px;
	margin-bottom: 80px;
}

body.single-produit.tax-secteur_produit.tax-gamme .header .top .body
{
	padding-bottom: 40px;
}

body.single-produit.tax-secteur_produit.tax-gamme .header .top .body .link img
{
	display: block;
}

body.single-produit.tax-secteur_produit.tax-gamme .header .top .body .link
{
	position: relative;
}

body.single-produit.tax-secteur_produit.tax-gamme .header .top .body .link:after
{
	content: '';
	display: block;
	width: 181px;
	height: 45px;
	background: #f1f2f3;
	position: absolute;
	left: 0;
	bottom: 0;
}


body.single-produit.page-template-solution .header h1, body.single-produit.tax-secteur_produit .header h1
{
	margin-top: -23px;
}

body.single-produit.page-template-solution .header .top .body
{
	flex: 1;
	padding-bottom: 235px;
}

body.single-produit.page-template-solution .header .top .body h1
{
	width: 779px;
	max-width: 100%;
}

body.single-produit.page-template-solution .header .top .body .titre
{
	position: relative;
}

body.single-produit.page-template-solution .header .top .body .titre .link
{
	position: absolute;
	bottom: -70px;
	left: 0;
	text-align: right;
	width: 100%;
}

body.single-produit.page-template-solution .header .top .body .titre .cal
{
	width: 980px;
	margin: 0 auto;
}

body.single-produit.page-template-solution .header:after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 400px;
	height: 206px;
	display: block;
	background: #fff;
}

body.single-produit.page-template-solution .header .top
{
	min-height: 436px;
}

body.single-produit.page-template-solution .intro_image
{
	margin: -180px auto 50px auto;
	display: flex;
	justify-content: center;
	position: relative;
	width: 980px;
}

body.single-produit.page-template-solution .intro_image .link
{
	position: absolute;
	right: 0;
	top: -120px;
}

body.single-produit .produits
{
	position: relative;
}

body.single-produit:not(.tax-secteur_produit) .produits:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 360px;
	display: block;
	background: #f1f2f3;
}

body.single-produit .produits .wrap
{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

body.single-produit .produits .liste
{
	display: flex;
	flex-wrap: wrap;
}

body.single-produit .produits .produit
{
	width: 280px;
	margin-right: 18px;
	margin-bottom: 88px;
}

body.single-produit.page-template-solution .produits .produit
{
	width: 381px;
	margin-right: 18px;
	margin-bottom: 88px;
}

body.single-produit .produits .produit .nom
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;
	text-transform: uppercase;
	min-height: 60px;
}

body.single-produit.single-produit.page-template-solution .produits .produit .nom
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	text-transform: uppercase;
	min-height: 80px;
}

body.single-produit .produits .produit .fiche
{
	background: #fff;
	width: 215px;
	margin-left: 0;
}

body.single-produit.page-template-solution .produits .produit .fiche
{
	background: #fff;
	width: 313px;
	margin-left: 44px;
}

body.single-produit .produits .produit .fiche .img
{
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
	position: relative;
}

body.single-produit .produits .produit .fiche .img:before
{
	position: absolute;
	display: block;
	content: '';
	left: -43px;
	bottom: 0;
	width: 1px;
	height: 80px;
	background: #e30420;
}

body.single-produit .produits .produit .fiche .img .link
{
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: #e30420 url(images/arrow-right-white.png) no-repeat center center / 18px;
	right: 0;
	bottom: 0;
}

body.single-produit .produits .produit .fiche .gammes
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
	text-transform: uppercase;
	min-height: 38px;
	padding-bottom: 5px;
}

body.single-produit .produits .produit .fiche .txt
{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #202125;
}

body.single-produit:not(.page-template-solution) .produits .produit .fiche .txt
{
	margin-bottom: 20px;
}

body.single-produit .header .top .image
{
	display: flex;
	align-items: flex-end;
}

body.single-produit .header .top .image img
{
	width: auto;
	max-height: 380px;
	transform: translateY(40px);
}

body.single-produit .header .intro
{
	margin-bottom: 32px;
	width: 579px;
	max-width: 100%;
	font-size: 18px;
	line-height: 1.33;
	color: #2f2f36;
}

body.single-produit .header .links, .wp-block-group p.links
{
	display: flex;
}

body.single-produit .header .links a, .wp-block-group p.links a
{
	margin-right: 16px;
}

body.single-produit .header .contact
{
	position: absolute;
	height: 142px;
	background: #fff;
	padding-right: 39px;
	display: flex;
	align-items: center;
	left: 0;
	bottom: 0;
}

body.single-produit .header .contact > div
{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}

body.single-produit .header .pictos
{
	position: absolute;
	height: 142px;
	display: flex;
	align-items: center;
	left: 300px;
	bottom: 0;
}



body.single-produit .header .contact > div:before
{
	content :'';
	position: absolute;
	background: #fff;
	width: 300px;
	height: 100%;
	display: block;
	left: -300px;
	top: 0;
}

body.single-produit .header .contact a
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #e30420;
	padding-left: 32px;
	background: url(images/arrow-right-dark.png) no-repeat left center / 17px;
	text-transform: uppercase;
}

body.single-produit .avantages
{
	display: flex;
	justify-content: center;
	margin-top: 95px;
	margin-bottom: 70px;
	flex-wrap: wrap;
}

body.single-produit .avantages li
{
	padding-left: 32px;
	background: url(images/check.png) no-repeat left top / 24px;
	width: 180px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	font-family: 'Montserrat';
	margin: 0 10px 20px 10px;
}

body.single-produit .paragraphes
{
	padding-left: 20px;
	padding-right: 20px;
}

body.single-produit .paragraphes .paragraphe
{
	display: flex;
	margin-bottom: 68px;
}

body.single-produit .paragraphes .paragraphe h2
{
	flex: 0 0 300px;
	padding-right: 30px;
	padding-left: 40px;
	font-family: 'Montserrat';
	font-size: 21px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	min-height: 80px;
	border-left: 1px solid #e30420;
}

body.single-produit .paragraphes .paragraphe .texte
{
	flex: 0 1 680px;	
}

body.single-produit .paragraphes .paragraphe .texte p
{
	line-height: 1.5;
}

body.single-produit .paragraphes .paragraphe .texte h3
{
	font-family: 'Montserrat';
	font-size: 27px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	margin-bottom: 40px;
}

body.single-produit .blocs
{
	margin-left: 300px;
	width: 680px;
	max-width: 100%;
	margin-bottom: 91px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

body.single-produit .blocs > .titre
{
	position: absolute;
	width: 280px;
	left: -300px;
	top: 0;
}

body.single-produit .blocs > .titre h3
{
	position: relative;
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	padding-left: 40px;
}

body.single-produit .blocs > .titre h3:before
{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 80px;
	background: #e30420;
	content :'';
	display: block;
}

body.single-produit .blocs .bloc
{
	width: 280px;
	margin-bottom: 42px;
}

body.single-produit .blocs .bloc h2, body.single-produit .blocs .bloc h4
{
	padding-left: 35px;
	background: url(images/arrow-right-red.png) no-repeat left 8px / 19px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;
	margin-bottom: 8px;
}

body.single-produit .blocs .bloc p
{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

body.single-produit .images
{
	margin-bottom: 130px;
	position: relative;
}

body.single-produit .images .pager
{
	display: flex;
	width: 50%;
	border-right: 20px solid #e30420;
	height: 97px;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

body.single-produit .images .pager li
{
	margin-right: 18px;
}

body.single-produit .images .image
{
	display: flex;
	padding: 110px 0 0 0;
	position: relative;
}

body.single-produit .images .image > div
{
	position: relative;
	z-index: 2;
}

body.single-produit .images .image:before
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 323px;
	background: #f1f2f3;
	content :'';
	display: block;
}

body.single-produit .images .image .img
{
	display: flex;
	flex: 1;
	justify-content: flex-end;
	padding-bottom: 97px;
}

body.single-produit .images .image .img a
{
	position: relative;
}

body.single-produit .images .image .img a:before
{
	display: block;
	position: absolute;
	content :'';
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #e30420 url(images/icon-zoom.png) no-repeat center center / 24px;
}

body.single-produit .images .image .body
{
	flex: 1;
	display: flex;
	align-items: flex-end;	
}

body.single-produit .images .image .body > div
{
	background: #fff;
	padding: 20px 70px;
	min-height: 363px;
	display: flex;
	align-items: center;
}

body.single-produit .images .image .titre
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #e30420;
	margin-bottom: 40px;	
}

body.single-produit .images .image .texte
{
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	color: #2f2f36;
}

body.single-produit .specifications .tableau
{
	padding: 0 30px;
	margin-bottom: 148px;
}

body.single-produit .specifications .tableau > ul
{
	display: flex;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	color: #2f2f36;
	border-bottom: 1px solid #f1f2f3;
	margin-bottom: 19px;
}

body.single-produit .specifications .tableau > ul li
{
	margin-right: 40px;
	padding-bottom: 11px;
	border-bottom: 3px solid transparent;
	text-transform: uppercase;
}

body.single-produit .specifications .tableau > ul li.current
{
	color: #e30420;
	border-bottom: 3px solid #e30420;
}

body.single-produit .specifications .tableau > ul li:not(.current)
{
	cursor: pointer;
}

body.single-produit .specifications .tableau .tabs .tab:not(.current)
{
	display: none;
}

body.single-produit .specifications .tableau .tabs .tab .lignes
{
	display: table;
	width: 100%;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne
{
	display: table-row;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne > div
{
	display: table-cell;
	padding: 5px 0;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne .libelle
{
	padding: 2px 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.57;
	color: #2f2f36;
	text-transform: uppercase;
	width: 375px;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne.categorie .libelle
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne .valeur
{
	font-size: 14px;
	font-weight: 300;
}

body.single-produit .specifications .tableau .tabs .tab .lignes .ligne:not(.categorie):nth-child(2n)
{
	background: #f1f2f3;
}

body.page-template-secteur .header
{
	background: #2f2f36;
	padding: 66px 0;
	margin-bottom: 80px;
}

body.page-template-secteur .header, body.page-template-secteur .header a, body.page-template-secteur .header p, body.page-template-secteur .header h1
{
	color: #fff;
}

body.page-template-secteur .header .calcont
{
	position: relative;
}

body.page-template-secteur .header .cal
{
	width: 880px;
	max-width: 100%;
	display: block;
}

body.page-template-secteur .header .wrap
{
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-left: 20px;
	padding-right: 20px;
}

body.page-template-secteur .header .calcont:before
{
	background: rgba(0, 0, 0, 0.3);
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

body.page-template-secteur .header .wrap > div
{
	z-index: 2;
}

body.page-template-secteur .header .body
{
	position: absolute;
	left: 20px;
	top: 0;
	width: 680px;
	max-width: 100%;
	
}

body.page-template-secteur .header .label
{
	margin: 43px 0 28px 0;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
	text-transform: uppercase;
}

body.page-template-secteur .header h1
{
	font-family: 'Montserrat';
	font-size: 66px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
}

body.page-template-secteur .header .text
{
	width: 580px;
	max-width: 100%;
}

body.page-template-secteur .header .text p
{
	font-size: 18px;
	line-height: 1.33;	
}

body.page-template-secteur .header .links
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 144px;
}

body.page-template-secteur .header .links .pad
{
	display: flex;
	height: 100%;
}


body.page-template-secteur .header .links .pad .left
{
	flex-basis: 480px;
	background: #2f2f36;
	padding-right: 38px;
	display: flex;
	justify-content: flex-end;
	align-items: center;	
}

body.page-template-secteur .header .links .pad .right
{
	padding-left: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}

body.page-template-secteur .header .links a
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

body.page-template-secteur .header .links .button
{
	background: #e30420;
	padding: 22px 37px;
}

body.page-template-secteur .wp-block-group.intro
{
	margin-bottom: 66px;
}

body.page-template-secteur .wp-block-group.intro h3
{
	padding-left: 40px;
	width: 780px;
	max-width: 100%;
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	position: relative;
	margin-bottom: 17px;
}

body.page-template-secteur .wp-block-group.intro h3:before
{
	background: #e30420;
	width: 1px;
	height: 80px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

body.page-template-secteur .wp-block-group.intro .wp-block-group
{
	display: flex;
	justify-content: flex-end;
}

body.page-template-secteur .wp-block-group.intro .wp-block-group > div
{
	width: 780px;
	max-width: 100%;
}

body.page-template-secteur .wp-block-group.intro .wp-block-group p
{
	line-height: 1.5;
	padding-bottom: 8px;
}

body.page-template-secteur .wp-block-columns.oneimage .wp-block-image:before
{
	width: 160px;	
}

body.page-template-secteur .gris .wp-block-columns.oneimage .wp-block-image:before
{
	background: #f1f2f3;
}

body.page-template-secteur p.more a, body.page-template-engagement p.more a
{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: #e30420;
	text-decoration: underline;
}

body.page-template-secteur h2:before, body.page-template-solution h2:before, body.single-produit .produits h2:before
{
	width: 1px;
	height: 80px;
	display: block;
	margin: 0 auto 20px auto;
	content: '';
	background: #e30420;
}

body.page-template-secteur h2, body.page-template-solution h2, body.single-produit:not(.tax-secteur_produit) .produits h2
{
	font-family: 'Montserrat';
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	text-align: center;
	color: #202125;
	margin-bottom: 48px;
}

body.single-produit.tax-secteur_produit .header .linkleft
{
	margin-top: 40px;
}

body.single-produit.tax-secteur_produit .produits h2:before
{
	display: none;
}

body.single-produit.tax-secteur_produit .produits h2
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #f1f2f3;
}

body.single-produit.tax-secteur_produit .produits .produit .fiche .img
{
	height: 170px;	
}

body.single-produit.tax-secteur_produit .produits .produit .fiche .img:before
{
	bottom: auto;
	top: 0;
}

body.page-template-secteur .wp-block-group.gris
{
	background: #f1f2f3;
	padding: 68px 100px;
}

body.page-template-secteur .wp-block-group.gris p
{
	padding-bottom: 8px;
}

body.page-template-secteur .wp-block-group.gris h3, .wp-block-group.alterne h3, .wp-block-group.standard h3
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	margin-bottom: 16px;
	position: relative;
}


/*
body.page-template-secteur .site-main h4
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	margin-bottom: 24px;
}
*/

body.page-template-secteur .wp-block-group.gris h3:before, .wp-block-group.alterne h3:before, .wp-block-group.standard h3:before
{
	background: url(images/arrow-right-red.png) no-repeat center center / 100%;
	width: 19px;
	height: 7px;
	content: '';
	left: -40px;
	top: 8px;
	position: absolute;
	display: block;
}

body.page-template-secteur .wp-block-group.gris p
{
	color: #58595b;
	font-weight: 300;
	line-height: 1.5;
}

body.page-template-secteur .wp-block-group.gris p.high
{
	font-size: 18px;
	line-height: 1.33;
	color: #2f2f36;
	font-weight: normal;
}

body.page-template-secteur .wp-block-group.gris p.more
{
	margin-top: 24px;
}

body.page-template-secteur .wp-block-columns.paves h5
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
	text-transform: uppercase;
	margin-bottom: 27px;
}



body.page-template-secteur .wp-block-columns.paves > .wp-block-column
{
	background: #fff;
	padding: 32px;
}

body.page-template-secteur .wp-block-columns.paves .wp-block-columns .wp-block-column:first-child
{
	flex: 1 0;
	position: relative;
}

body.page-template-secteur .wp-block-columns.paves .wp-block-columns .wp-block-column:last-child
{
	flex: 0 1 168px;
}


body.page-template-secteur .wp-block-columns.paves .wp-block-columns .high
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;
}

body.page-template-secteur .wp-block-columns.paves .wp-block-columns .button
{
	position: absolute;
	left: 0;
	bottom: 0;
}

body.page-template-secteur .wp-block-group.gris p
{
	padding-bottom: 0;
}


body:not(.single-produit) #gammes
{
	background: #2f2f36;
	padding: 80px 0;
	margin-top: 80px;
}

body.single-produit.tax-secteur_produit #gammes
{
	margin-top: -82px;
	margin-bottom: 90px;
}

#gammes .liste
{
	display: flex;
}

#gammes .gamme
{
	width: 220px;
	margin-right: 20px;
}

#gammes .gamme:last-child
{
	margin-right: 0;
}

body:not(.single-produit) #gammes h2
{
	color: #fff;
}

body.single-produit #gammes h2
{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	border-bottom: 1px solid #f1f2f3;
	padding-bottom: 32px;
	margin-bottom: 32px;
	font-family: 'Montserrat';
}

#gammes h2:before
{
	display: none;
}

body:not(.single-produit) #gammes h2:after
{
	width: 1px;
	height: 40px;
	display: block;
	margin: 20px auto 53px auto;
	content: '';
	background: #e30420;
}

#gammes .img, #gammes .img img
{
	display: block;	
	position: relative;
}

#gammes .img:before
{
	position: absolute;
	content :'';
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#gammes a:hover .img:before
{
	opacity: 0;
}

#gammes a:hover .img .arrow
{
	display: none;
}

#gammes a:hover .nom
{
	color: #e30420;
}

#gammes .img:after
{
	position: absolute;
	content :'';
	left: 0;
	bottom: 0;
	background: #2f2f36;
	width: 133px;
	height: 24px;
	z-index: 2;
}

body.single-produit #gammes .img:after
{
	background: #fff;
}

#gammes .img .arrow
{
	position: absolute;
	z-index: 2;
	width: 48px;
	height: 48px;
	background: #e30420 url(images/arrow-right-white.png) no-repeat center center / 17px;
	display: block;
	left: 0;
	bottom: 24px;
}

#gammes .nom
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-top: 10px;
	color: #202125;
}

body.single-produit #gammes .gamme:after
{
	background: #e30420;
	width: 66px;
	height: 1px;
	content :'';
	display: inline-block;
}

body:not(.single-produit) #gammes .nom
{
	color: #fff;	
}

body.single-produit #secteurs
{
	margin-top: 80px;
}

#secteurs h2:before
{
	display: none;
}

#secteurs h2
{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	border-bottom: 1px solid #f1f2f3;
	padding-bottom: 32px;
	margin-bottom: 32px;
	margin-top: 80px;
	text-align: left;
}

body.single-produit #secteurs h2
{
	font-family: 'Montserrat';
}

#secteurs .liste
{
	display: flex;
	margin-bottom: 120px;
}

#secteurs .liste .secteur
{
	width: 380px;
}

#secteurs .liste .secteur:not(:last-child)
{
	margin-right: 20px;
}

#secteurs .liste .img
{
	margin-bottom: 13px;
	display: block;
	position: relative;
}

#secteurs .liste .img img
{
	display: block;
}


#secteurs .liste .img:before
{
	position: absolute;
	width: 119px;
	height: 30px;
	content :'';
	display: block;
	z-index: 2;
	background: #fff url(images/arrow-right-red.png) no-repeat left bottom / 19px;
	left: 0;
	bottom: 0;
}

#secteurs .liste .nom
{
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
}

#secteurs .liste .txt
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	margin-top: 4px;
}

body.page-template-secteur .produits
{
	margin-top: 64px;
}

body.page-template-secteur .produits .bx-wrapper
{
	width: 100%;
	margin: 0!important;
}

body.page-template-secteur .produits > .titre
{
	height: 80px;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #f1f2f3;
}

body.page-template-secteur .produits > .titre h3
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
}

body.page-template-secteur .produits .liste .produit
{
	width: 275px;
	margin-right: 20px;
	padding: 30px;
	position: relative;
}

body.page-template-secteur .produits .liste .produit .img:before
{
	content:'';
	background: #e30420;
	width: 1px;
	height: 80px;
	position: absolute;
	left: -30px;
	top: 0;
	display: block;
}

body.page-template-secteur .produits .liste .produit:last-child
{
	margin-right: 0;
}

body.page-template-secteur .produits .liste .produit .nom
{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;	
	text-transform: uppercase;
	min-height: 57px;
}

body.page-template-secteur .produits .liste .produit .img
{
	height: 172px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 20px;
}

body.page-template-secteur .produits .liste .produit .gammes
{
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	color: #e30420;
	text-transform: uppercase;
	margin-bottom: 15px;
	min-height: 54px;
}

body.page-template-secteur .produits .liste .produit .txt
{
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #202125;
	min-height: 117px;
}

body.page-template-secteur .produits .liste .produit .more a, body.single-produit .produits .liste .produit .more a
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	color: #e30420;
	text-transform: uppercase;
	padding-right: 25px;
	background: url(images/arrow-right-dark.png) no-repeat right center / 14px;
}


.wp-block-group.alterne > div .wp-block-columns
{
	padding: 68px 100px;
	margin: 40px 0;	
}

.wp-block-group.alterne.one
{
	margin-bottom: 80px;
}

.wp-block-columns.oneimage .wp-block-image
{
	display: flex;
	flex-flow: column;
	align-items: flex-end;
}


.wp-block-group.alterne.one .oneimage
{
	position: relative;
}

.wp-block-group.alterne.one .oneimage:before
{
	position: absolute;
	content :'';
	display: block;
	left: 0;
	top: 0;
	width: 480px;
	height: 100%;
	z-index: 1;
	background: #f1f2f3;
}

.wp-block-group.alterne.one.oneright .oneimage:before
{
	left: auto;
	right: 0;
}

.wp-block-group.alterne.one .oneimage > div
{
	position: relative;
	z-index: 2;
	padding-right: 0!important;
}

.wp-block-group.alterne.oneright .oneimage > div
{
	position: relative;
	z-index: 2;
	padding-left: 0!important;
}

.wp-block-group.alterne.oneright .wp-block-columns .wp-block-column:first-child p:not(.links)
{
	padding-right: 50px!important;
}

.wp-block-group.alterne.one.oneright > div .wp-block-columns .wp-block-image::after {
	display: none;
}

.wp-block-group.alterne.one:not(.oneright) > div .wp-block-columns .wp-block-image::before {
	display: none;	
}

.wp-block-group.alterne.one.oneright > div .wp-block-columns .wp-block-image::before {
	background: #e30420;	
}

.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n), .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n).oneimage .wp-block-image::before 
{
	background: #f1f2f3;
}

.wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1), .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1).oneimage .wp-block-image::before 
{
	background: #f1f2f3;
}

.wp-block-group.alterne p
{
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	padding-bottom: 16px;
}

.wp-block-group.standard p.high.trait
{
	position: relative;
}

.wp-block-group.standard p.high.trait:before
{
	content :'';
	display: block;
	width: 1px;
	height: 80px;
	position: absolute;
	left: -21px;
	top: 0;
	background: #e30420;
}

.wp-block-group.alterne p.high, .wp-block-group.standard p.high
{
	font-size: 18px;
	line-height: 1.33;
	color: #2f2f36;
	font-weight: normal;
}

.wp-block-group.standard .download a
{
	font-size: 13px;
	font-weight: 500;
	color: #e30420;
	text-transform: uppercase;
	padding-left: 30px;
	background: url(images/arrow-right-dark.png) no-repeat left center / 18px;
}



.wp-block-group.alterne p.more
{
	margin-top: 24px;
}

.wp-block-group.alterne > div .wp-block-columns .wp-block-column:not(:first-child)
{
	margin-left: 20px;
}

.wp-block-group.alterne > div .wp-block-columns .wp-block-column
{
	flex: 1 0 10%;
}


.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child, .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-column:last-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-column:first-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-column:last-child
{
	padding-right: 30px;	
}

.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n+1) .wp-block-column:last-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-column:last-child
{
	padding-left: 100px;
}

.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-column:first-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child
{
	padding-right: 100px;
}

.wp-block-group.alterne > div .wp-block-columns .wp-block-image:before
{
	content :'';
	width: 30px;
	height: 130px;
	background: #f1f2f3;
	position: absolute;
	right: -30px;
	top: 0;
	left: auto;
}

.wp-block-group.alterne > div .wp-block-columns .wp-block-image:after
{
	content :'';
	width: 160px;
	height: 31px;
	background: #F1F2F3 url(images/img-corner.png) no-repeat left bottom / 80px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wp-block-group.alterne:not(.inverse):not(.one) > div .wp-block-columns:nth-child(2n+1) .wp-block-image:after, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-image:after
{
	background-color: #fff!important;
}


.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-image:before
{
	background: #e30420!important;
}

.wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-image:before
{
	background: #e30420!important;
}

body.page-template-secteur .wp-block-cover
{
	padding: 82px 98px;
	min-height: 421px;
	margin-bottom: 140px;
}

body.page-template-secteur .wp-block-cover:before
{
	display: none;
}

.wp-block-group.intro_centre, .wp-block-group.standard, .wp-block-group.titre
{
	width: 780px;
	max-width: 100%;
	margin: 0 auto 80px auto;
}

.wp-block-group.intro_centre h2:after, .wp-block-group.titre h2:after, body.page-template-simple h1:after
{
	width: 80px;
	height: 1px;
	display: block;
	margin: 20px auto 20px auto;
	content: '';
	background: #e30420;
}

.wp-block-group.titre h2:before
{
	width: 1px;
	height: 80px;
	display: block;
	margin: 20px auto 20px auto;
	content: '';
	background: #e30420;
}


.wp-block-group.intro_centre h2, .wp-block-group.titre h2, body.page-template-simple h1
{
	font-family: 'Montserrat';
	font-size: 46px;
	font-weight: 800;
	line-height: 1.26;
	text-align: center;
	color: #202125;
	margin-bottom: 48px;
}

.wp-block-group.titre h3
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	text-align: center;
	color: #202125;
	margin-bottom: 48px;
}

.wp-block-group.intro_centre p
{
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	color: #2f2f36;
}

.wp-block-group.intro_centre ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px 0 0 0;
	padding-left: 0!important;
}

.wp-block-group.intro_centre li
{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #767f90;
	padding: 12px 18px!important;
	border-radius: 22.5px;
	background-color: #f1f2f3;
	margin: 8px;
	list-style-type: none;
}

.wp-block-group.quote
{
	margin: 100px 0;
}

.wp-block-group.quote > div
{
	display: flex;
	justify-content: flex-end;
}

.wp-block-group.quote blockquote
{
	width: 736px;
	max-width: 100%;	
}

.wp-block-group.quote blockquote p
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
}

.wp-block-group.quote blockquote cite
{
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	margin-top: 35px;
	font-style: normal;
	display: block;
}

.wp-block-group.standard p
{
	padding-bottom: 16px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

#offres
{
	margin-top: 60px;
	margin-bottom: 60px;
}

#offres h2
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	color: #202125;
	padding-bottom: 32px;
	border-bottom: 2px solid #f1f2f3;
	margin-bottom: 30px;
}

#offres .liste
{
	display: table;
	width: 100%;
}

#offres .liste .head
{
	display: table-row;
}

#offres .liste .head > div
{
	display: table-cell;
	padding: 16px 0 0 0;
	font-family: 'Montserrat';
	font-size: 12px;
	font-weight: bold;
	color: #e30420;
	text-transform: uppercase;
}

#offres .liste .offre
{
	display: table-row;	
}

#offres .liste .offre > div
{
	display: table-cell;
	padding: 39px 0 16px 0;
	border-bottom: 1px solid #f1f2f3;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
	position: relative;
	cursor: pointer;
}

#offres .liste .offre > div:last-child:after
{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 100%;
	background: url(images/arrow-down-red.png) no-repeat center 40px / 100%;
}

#offres .liste .offre.on > div:last-child:after
{
	background: url(images/arrow-up-red.png) no-repeat center 40px / 100%;
}

#offres .liste .offre .titre
{
	 font-weight: 500;
	 color: #202125;
}

#offres .liste .offre .desc
{
	position: relative;
	display: none;
	font-weight: normal;
	left: 100%;
}

#offres .liste .offre .desc .btn
{
	margin-top: 25px;
}

#offres .liste .offre .desc .wrap
{
	padding: 25px 75px 25px 0;
}

#annees
{
	width: 740px;
	max-width: 100%;
	margin: 70px auto 0 auto;
	position: relative;
	padding-bottom: 86px;
}

#annees:before
{
	content :'';
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	background: #f1f2f3;
	left: calc(50% - 2px);
	top: 0;
}

#annees .line
{
	display: flex;
	justify-content: flex-start;
	position: relative;
}

#annees .line:before
{
	width: 6px;
	height: 24px;
	content :'';
	position: absolute;
	display: block;
	background: #e30420;
	border-top: 9px solid #fff;
	border-bottom: 9px solid #fff;
	left: calc(50% - 3px);
	top: 0;
}

#annees .line:not(:first-child)
{
	margin-top: -35px;
}

#annees .line:nth-child(2n+1) .bloc
{
	text-align: right;
}

#annees .line:nth-child(2n)
{
	justify-content: flex-end;
}


#annees .bloc
{
	width: 280px;
	position: relative;
}

#annees .line .bloc:before
{
	width: 1px;
	height: 97px;
	background: #e30420;
	content :'';
	display: block;
	position: absolute;
	left: -20px;
	top: 0;
}

#annees .line:nth-child(2n+1) .bloc:before
{
	left: auto;
	right: -20px;
}

#annees .bloc .annee, #annees .bloc .titre
{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #2f2f36;
}

#annees .bloc .annee
{
	color: #e30420;
}

#annees .bloc .texte
{
	margin-top: 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #58595b;
}

#annees .bloc .head
{
}

.menu-icons
{
	position: absolute;
	right: 75px;
	top: 0;
	display: flex;
	justify-content: flex-end;
}

.menu-icons > div
{
	width: 24px;
	height: 24px;
	margin-left: 11px;
}

.menu-icons .auto
{
	background: url(images/icon-auto.png) no-repeat center center / 100%;
}
.menu-icons .bag
{
	background: url(images/icon-bag.png) no-repeat center center / 100%;
}
.menu-icons .human
{
	background: url(images/icon-human.png) no-repeat center center / 100%;
}
.menu-icons .avion
{
	background: url(images/icon-avion.png) no-repeat center center / 100%;
}
.menu-icons .cargo
{
	background: url(images/icon-cargo.png) no-repeat center center / 100%;
}

p.button a
{
	padding: 14px 16.4px 15px 16px;
	background-color: #e30420;
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
}

.wp-block-group.filiales
{
	margin-top: 144px;
}

.wp-block-group.filiales h3
{
	font-family: 'Montserrat';
	font-size: 28px;
	font-weight: 600;
	line-height: 1.21;
	text-align: center;
	color: #202125;
}

.wp-block-group.filiales h3:after
{
	background: #e30420;
	content :'';
	width: 1px;
	height: 40px;
	display: block;
	margin: 15px auto 24px auto;
}

.wp-block-group.filiales h4
{
	font-size: 46px;
	font-weight: 800;
	line-height: 1.09;
	color: #fff;
}

.wp-block-group.filiales p
{
	font-family: Montserrat;
	font-size: 12px;
	line-height: 1.58;
}

.wp-block-group.filiales p.button
{
	margin-top: 24px;
}

.wp-block-group.filiales .wp-block-cover
{
	justify-content: flex-start;
}

.wp-block-group.filiales .wp-block-cover__inner-container
{
	width: 450px;
	max-width: 100%;	
}


body.page-template-engagement .header, body.page-template-contact .header, body.error404 .header
{
	padding: 55px 0 0 0;
	margin-bottom: 80px;
	position: relative;
}

body.page-template-contact .header, body.error404 .header
{
	margin-bottom: 54px;
}

body.page-template-engagement .header:before, body.page-template-contact .header:before, body.error404 .header:before
{
	content :'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 337px;
	background: #e30420;
}

body.page-template-contact .intro
{
	font-size: 18px;
	line-height: 1.33;
}

body.page-template-contact .intro em
{
	font-style: normal;
	font-weight: 300;
	color: #58595b;
	padding-left: 30px;
	font-size: 14px;
}

body.page-template-contact .wrap
{
	width: 1080px;
}

body.page-template-contact .wp-block-column:not(:first-child)
{
	margin-left: 120px;
}

body.page-template-contact .wp-block-columns
{
	justify-content: space-between;
	margin-bottom: 80px;
}

body.page-template-contact .wp-block-columns .wp-block-column:first-child
{
	padding-top: 105px;
}

body.page-template-contact .wp-block-columns .wp-block-column:first-child h1
{
	font-family: 'Montserrat';
	font-size: 66px;
	font-weight: bold;
	line-height: 1.15;
	color: #2f2f36;
	margin-bottom: 14px;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child
{
	flex: 0 0 380px;
	
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child .wp-block-group
{
	padding: 38px;
	background: #f1f2f3;
	position: relative;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child .wp-block-group:after
{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 121px;
	height: 33px;
	background: #fff;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child .wp-block-group h2
{
	padding-bottom: 16px;
	border-bottom: 2px solid #fff;
	margin-bottom: 16px;
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 600;
	line-height: 1.27;
	color: #202125;
	position: relative;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child .wp-block-group h2:after
{
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: -2px;
	width: 63px;
	height: 2px;
	background: #e30420;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child td
{
	padding-bottom: 25px;
	padding-right: 20px;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child td:first-child
{
	font-weight: 500;
	color: #202125;
	white-space: nowrap;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child td:last-child
{
	color: #58595b;
}

body.page-template-contact .wp-block-columns .wp-block-column:last-child a
{
	text-decoration: underline;
}

body.page-template-contact .header:before, body.error404 .header:before
{
	height: 154px;
}

.wpcf7-radio input
{
	display: none;
}

.wpcf7-radio label
{
	padding-left: 50px;
	position: relative;
	display: flex;
	height: 28px;
	align-items: center;
}

.wpcf7-radio label:before
{
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	background: #f1f2f3;
	border-radius: 100%;
	left: 0;
	top: 0;
}

.wpcf7-radio label.on:before
{
	background: #e30420;
}

.wpcf7-radio label.on:after
{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	left: 10px;
	top: 10px;
}

body.page-template-contact .file
{
	flex: 1;
}

body.page-template-contact .file .cols
{
	display: flex;
	justify-content: flex-end;
	flex: 1;
	align-items: center;
}

body.page-template-contact .file .value
{
	color: green;
	text-align: right;
	padding-top: 10px;
	font-size: 14px;
	word-break: break-word;
}

body.page-template-contact .file p
{
	font-family: 'Montserrat';
	font-size: 12px;
	text-align: right;
	color: #2f2f36;
	padding-right: 16px;
}

body.page-template-contact .file .btn
{
	flex: 1 0;
	white-space: nowrap;
}

body.page-template-contact .file .field + p
{
	display: none;
}

body.page-template-contact .header:after, body.error404 .header:after
{
	content :'';
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	height: 100px;
	background: #fff;
}

body.page-template-engagement .header, body.page-template-engagement .header a, body.page-template-engagement .header p, body.page-template-engagement .header h1, body.page-template-contact .header, body.error404 .header
{
	color: #fff;
}

body.page-template-engagement .header .cal
{
	visibility: hidden;
	width: 880px;
	max-width: 100%;
}

body.page-template-engagement .header .wrap
{
	position: relative;
	width: calc(50% + 490px);
	margin-left: 0;
	margin-right: 0;
	padding-left: calc(50% - 490px);
	max-width: 100%;
	height: 553px;
	display: flex;
	align-items: flex-end;
	padding-bottom: 68px;
}

body.page-template-engagement .header .wrap:before
{
	position: absolute;
	right: 0;
	top: 0;
	width: 1293px;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
	content: '';
	display: block;
}

body.page-template-engagement .header .trait
{
	position: absolute;
	right: 0;
	bottom: -40px;
	width: 980px;
	max-width: 100%;
}

body.page-template-engagement .header .trait:before
{
	content: '';
	width: 1px;
	height: 40px;
	background: #fff;
	margin: 0 auto;
	display: block;
}

body.page-template-engagement .header .trait:after
{
	background: #e30420;
	width: 1px;
	height: 40px;
	margin: 0 auto;
	display: block;
	content: '';
}

body.page-template-engagement .header .wrap .body, body.page-template-contact .header .wrap .body, body.error404 .header .wrap .body
{
	width: 100%;
	position: relative;
	z-index: 2;
}


body.page-template-engagement .header .label, body.page-template-contact .header .label, body.error404 .header .label
{
	width: calc(50% - 390px);
	height: 100px;
	font-family: 'Montserrat';
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 48px;
	position: absolute;
	left: 0;
	top: 55px;
	background: #e30420;
	white-space: nowrap;
	z-index: 2;
	min-width: 150px;
}

body.page-template-engagement .header h1
{
	font-family: 'Montserrat';
	font-size: 66px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
}

body.page-template-engagement .header .text
{
	width: 780px;
	max-width: 100%;
}

body.page-template-engagement .header .text p
{
	font-size: 18px;
	line-height: 1.33;	
}

body.page-template-engagement .header .links
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 144px;
}

body.page-template-engagement .header .links .pad
{
	display: flex;
	height: 100%;
}


body.page-template-engagement .header .links .pad .left
{
	flex-basis: 480px;
	background: #2f2f36;
	padding-right: 38px;
	display: flex;
	justify-content: flex-end;
	align-items: center;	
}

body.page-template-engagement .header .links .pad .right
{
	padding-left: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;	
}

body.page-template-engagement .header .button a, .wp-block-file .wp-block-file__button
{
	font-family: 'Montserrat';
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: #e30420;
	padding: 14px 16px;
	border-radius: 0;
	white-space: nowrap;
}

body.page-template-engagement .header .button
{
	margin-top: 32px;
}

.page-template-simple .site-main .wrap
{
	padding-left: 20px;
	padding-right: 20px;
}

.page-template-simple  p
{
	margin-bottom: 30px;
}

.page-template-simple ul, .page-template-simple pre
{
	margin-bottom: 20px;
}

.page-template-simple h2
{
	font-size: 29px;
	color: #202125;
	margin-bottom: 10px;
	font-weight: bold;
}

.wp-block-file
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}


@media (min-width: 835px)
{
	.full_width
	{
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
}

#footer .pre, #footer .top
{
	background: #f1f2f3;
}

#footer .pre
{
	margin-bottom: 1px;
	height: 60px;
	display: flex;
	align-items: center;
	position: relative;
}

#footer .pre .backtotop
{
	width: 60px;
	height: 60px;
	background: url(images/backtotop.png) no-repeat center center / 100%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#footer, #footer a
{
	font-family: 'Montserrat';
	font-size: 12px;
	color: #2f2f36;
}

#footer .top
{
	padding: 35px 0;
}

#footer .cols
{
	display: flex;
}

#footer .cols .col1
{
	width: 50%;
}

#footer .cols .col1 ul
{
	margin-top: 10px;
}

#footer .cols .col1 > div:nth-child(1)
{
	margin-bottom: 25px;
}

#footer .cols .col1 a
{
	color: #202125;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	opacity: 0.3;
}

#footer .cols .col2, #footer .cols .col3
{
	width: 25%;
	position: relative;
}

#footer .cols .col2 li, #footer .cols .col3 li
{
	padding-left: 32px;
	background: url(images/arrow-right.png) no-repeat left 4px / 24px;
	margin-bottom: 10px;
}

#footer .cols .col3 .logo
{
	width: 120px;
	position: absolute;
	left: 50px;
	bottom: 0;
}


#footer .cols .col2 li.networks
{
	background: none;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}

#footer .cols .col2 li.networks a
{
	width: 23px;
	height: 23px;
	border-radius: 4px;
	display: block;
	text-indent: -10000px;
	margin-right: 6px;
}

#footer .cols .col2 li.networks a[href*=instagram]
{
	background: #c4c7ce url(images/instagram.png) no-repeat center center / 15px;
}
#footer .cols .col2 li.networks a[href*=linkedin]
{
	background: #c4c7ce url(images/linkedin.png) no-repeat center center / 12px;
}

#footer .after .wrap
{
	display: flex;
	height: 40px;
	align-items: center;
}

#footer .after .wrap, #footer .after .wrap a
{
	color: #767f90;
}

#footer .after .wrap ul
{
	display: flex;
}

#footer .after .wrap li:not(:first-child):before
{
	display: inline-block;
	content :'|';
	margin: 0 18px;
}


.wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder 	{ font-family: 'Rubik'; font-weight: 300!important; color: #58595b; opacity: 1; font-weight: normal; font-size: 16px; text-transform: none; }
.wpcf7-form textarea::-moz-placeholder, .wpcf7-form input::-moz-placeholder 					{ font-family: 'Rubik'; font-weight: 300!important; color: #58595b; opacity: 1; font-weight: normal; font-size: 16px; text-transform: none; } 
.wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder 			{ font-family: 'Rubik'; font-weight: 300!important; color: #58595b; opacity: 1; font-weight: normal; font-size: 16px; text-transform: none; }
.wpcf7-form textarea:-moz-placeholder, .wpcf7-form input:-moz-placeholder 						{ font-family: 'Rubik'; font-weight: 300!important; color: #58595b; opacity: 1; font-weight: normal; font-size: 16px; text-transform: none; }


form .line
{
	margin-bottom: 40px;
}

form .line.half
{
	display: flex;
	justify-content: space-between;
}

form .line.half > span
{
	width: calc(50% - 7.5px);
}



.wpcf7-form
{
	margin: 40px auto;	
}

.wpcf7-form .submit
{
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
{
	border-color: #dc3232;
	color: #dc3232;
}

.wpcf7-form .selectcontainer
{
	width: 100%;
}

form input[type=text], form input[type=email], form textarea, form input[type=password]
{
	width: 100%;
	height: 61px;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 16px;
	padding: 0 20px;
}

form textarea
{
	resize: none;
	height: 382px;
	padding-top: 20px;
	font-family: 'Rubik'; 
	font-weight: 300!important; 
	color: #58595b;
}


.selectcontainer
{
	position: relative;
	display: block;
	width: 319px;
}

.selectcontainer select.select
{
    position:relative;
    z-index:10;
    width: 100%;
    height:61px;
    line-height:61px;
    -webkit-appearance:none;
}

.selectcontainer span.select
{
    position:absolute;
    top: -20px;
    left:0;
    width: 100%;
	-webkit-appearance:none;
	border: 1px solid #e7e7e7;
	height: 61px;	
	line-height: 61px;	
    background: url(images/select.png) no-repeat right center / 32px;
    cursor:default;
    z-index:1;
    overflow: hidden;
    padding-right: 48px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #58595b;
}

.selectcontainer.white span.select
{
	border-bottom: 1px solid #fff;
}

.selectcontainer.white span.select
{
	background: url(images/select-white.png) no-repeat right center / 14px;
	color: #fff;
}

.selectcontainer.error span.select
{
	border-color: #dc3232;
}



@media (min-width: 782px)
{
	.wp-block-column:not(:first-child)
	{
 		margin-left: 40px;
	}
	
	.wp-block-columns.cols3header .wp-block-column:not(:first-child)
	{
 		margin-left: 20px;
	}
	
	body.page-template-secteur .wp-block-columns.paves > .wp-block-column:not(:first-child)
	{
		margin-left: 20px;
	}
}

@media (max-width: 1300px)
{
	body.page-template-engagement .header .label {
		width: auto;
	}
	
	#banner_slider .slide H1, #banner_slider .slide H2 {
		font-size: 50px;
		line-height: 54px;
	}
	
	#banner_slider .pager li a {
		padding-left: 52px;
	}
	
	#banner_slider .pager li a:hover, #banner_slider .pager li a.active {
		background-position-x: 15px;
	}
	
}

@media (max-width: 1220px)
{
	#main-content, body.page-template-contact .wrap, body.page-template-secteur .page {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#footer .wrap
	{
		padding:0 20px;
	}
	
	.wp-block-group.quote {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1100px)
{
	body.page-template-engagement .header .wrap {
		width: 100%;
		padding-left: 45px;
		padding-right: 45px;
	}
	
	body.single-produit .blocs {
		margin-left: auto;
		margin-right: auto;
	}
	
	body.single-produit .avantages {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	body.single-produit .avantages li {
		background-position: center top;
		padding-left: 0;
		padding-top: 32px;
		text-align: center;
		font-size: 12px;
		flex: 1;
		max-width: 150px;
	}
	
	
	#banner_slider .slide H1, #banner_slider .slide H2 {
		font-size: 40px;
		line-height: 43px;
	}

	#banner_slider .pager {
		width: 100%;
		height: auto;
		left: auto;
		top: auto;
		bottom: 74px;
		flex-flow: row;
	}
	
	#banner_slider .pager li {
		margin: 10px;
	}
	
	#banner_slider .pager li a {
		padding: 0;
		text-indent: -100000px;
		display: block;
		width: 6px;
		height: 6px;
		background: #fff;
		overflow: hidden;
	}
	
	#banner_slider::before, #banner_slider::after { 
		height: 56px;
	}
	
	#banner_slider::after {
		bottom: -56px;	
	}
	
	#banner_slider .slide {
		padding: 0 25px;
	}
	
	.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-column:first-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child {
		padding-right: 10px;
	}
	
	.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n+1) .wp-block-column:last-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-column:last-child {
		padding-left: 50px;
	}
	
	.wp-block-group.alterne > div .wp-block-columns {
		padding: 50px 70px;
	}
	
	
	#gammes .bx-viewport {
		margin-bottom: 60px;
	}
	
	#gammes .bx-wrapper .bx-pager {
		bottom: -50px;
	}

}

@media (max-width: 910px)
{
	#nav .left, #nav .right
	{
		display: none;
	}
	
	#nav
	{
		justify-content: flex-start;
	}
	
	#nav .logo {
		width: 103px;
	}
	
	body.home h2{
		font-size: 30px;
		line-height: 1.27;
	}
	
	#header
	{
		height: 60px;
		border-bottom: 1px solid #f1f2f3;
	}
	
	.wp-block-group.homeintro p {
		font-size: 16px;
		line-height: 1.38;
	}
	
	body.single-produit .paragraphes .paragraphe {
		display: block;
		padding-left: 24px;
		position: relative;
	}
	
	body.single-produit .paragraphes .paragraphe:before {
		content: '';	
		display: block;
		position: absolute;
		left: 0;
		background: #e30420;
		width: 1px;
		height: 80px;
		top: 0;
	}
	
	body.single-produit .paragraphes .paragraphe .texte p {
		font-size: 14px;
		line-height: 1.57;
	}
	
	body.single-produit .paragraphes .paragraphe h2 {
		border-left: 0;
		min-height: 0;
		padding-right: 0;
		padding-left: 0;
		font-size: 18px;
		line-height: 1.56;
		margin-bottom: 16px;
	}
	
	body.nav .logo {
		position: absolute;
		left: 20px;
		top: -51px;
	}
	
	#toggle
	{
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: #e30420 url(images/burger.png) no-repeat center center / 24px;
		z-index: 8;
		width: 60px;
		height: 60px;
	}
	
	body.nav #nav {
		position: absolute;
		left: 0;
		top: 60px;
		flex-flow: column;
		z-index: 9;
		background: #fff;
	}
	
	body #nav .right li {
		margin-left: 0;
	}
	
	body.nav #nav .left, body.nav #nav .right {
		display: flex;
		top: 60px;
		flex-flow: column;
		width: 100%;
		justify-content: flex-start;
		align-items: flex-start;

	}
	
	body.nav #nav .left > div, body.nav #nav .right > div {
		width: 100%;
	}
	
	body.nav #nav .nav-menu {
		flex-flow: column;
	}
	
	body.nav #nav .nav-menu > li {
		border-bottom: 1px solid #f1f2f3;
		margin-right: 0;
		text-align: left;
	}
	
	body.nav #nav .nav-menu > li > a {
		padding: 32px 20px;
		font-size: 12px;
		display: block;
		position: relative;
	}
	
	body.nav #nav .nav-menu > li > a:before {
		position: absolute;
		background: url(images/menu.png) no-repeat center center / 100%;
		right: 30px;
		top: 0;
		width: 16px;
		height: 100%;
		content : '';
		display: block;
	}
	
	body.nav #nav .nav-menu > li.open > a:before {
		background: url(images/menu_open.png) no-repeat center center / 100%;
	}
	
	body.nav .secteurs .contents, body.nav .generic .cols .col .img, body.nav .generic .cols .col .titre, body.nav .generic .cols .col .texte p, body.nav .generic .cols .col .texte div {
		display: none;
	}
	
	body.nav #nav .nav-menu ul {
		display: none;
		padding: 0 20px;
	}
	
	body.nav #nav .nav-menu .secteurs ul, body.nav #nav .nav-menu .generic .col:last-child ul {
		margin-bottom: 20px;
	}
	
	body.nav #nav .nav-menu li.open ul {
		display: block;	
	}
	
	body.nav #nav .nav-menu li li {
		text-align: left;
		margin-right: 0;
	}
	
	body.nav #nav .nav-menu li li a {
		padding: 20px 10px 19px 20px;
		background: #f8f8f8;
		font-size: 12px;
		display: block;
		margin-bottom: 2px;
		position: relative;
	}
	
	body.nav #nav .nav-menu li li a:before {
		position: absolute;
		background: url(images/submenu.png) no-repeat center center / 100%;
		right: 10px;
		top: 0;
		width: 16px;
		height: 100%;
		content : '';
		display: block;
	}
	
	
	body.single-produit .header .top {
		flex-flow: column-reverse;
		min-height: 0;
	}
	
	body.single-produit .header .top .image {
		justify-content: center;
	}
	
	body.single-produit .header .top .image img {
		max-height: 255px;
		transform: translateY(-40px);
	}
	
	body.single-produit .header h1 {
		font-size: 33px;
		line-height: 1.09;
		margin-top: 0;
	}
	
	body.single-produit .header .contact {
		height: 90px;
	}
	
	body.single-produit .blocs .bloc {
		width: 100%;
	}
	
	body.single-produit .blocs {
		flex-flow: column;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	
	
	body.single-produit .images .image {
		flex-flow: column;
		padding-top: 100px;
	}
	
	body.single-produit .images .image .img {
		padding-bottom: 0;
	}
	
	body.single-produit .images .pager {
		top: 0;
		border-right: 0;
		left: 20px;
		width: calc(100% - 40px);
		justify-content: center;
	}
	
	body.single-produit .images .image .img a::before { 
		width: 38px;
		height: 38px;
		background-size: 16px;	
	}
	
	body.single-produit .images .image .texte {
		font-size: 16px;
		line-height: 1.5;
	}
	body.single-produit .images .image .body {
		display: block;
	}
	
	
	body.single-produit .images .image .body > div {
		display: block;
		padding: 25px 0;
		min-height: 0;
	}
	
	body.single-produit .images .image .texte {
		width: 100%;
		padding-left: 45px;
		padding-right: 45px;
	}
	
	body.single-produit .images .image .titre {
		margin-bottom: 10px;
	}
	
	body.single-produit .images {
		margin-bottom: 60px;
		padding-bottom: 36px;
	}
	
	body.single-produit .images:after {
		position: absolute;
		content : '';
		display: block;
		width: 20px;
		height: 97px;
		background: #e30420;
		left: 0;
		bottom: 0;
	}
	
	body.single-produit .paragraphes .paragraphe .texte h3 {
		font-size: 20px;
		line-height: 1.35;
		margin-bottom: 16px;
	}
	
	body.single-produit .specifications .tableau {
		padding: 0;
		margin-bottom: 60px;
	}
	
	body.single-produit .specifications .tableau .tabs .tab .lignes .ligne .libelle {
		font-size: 12px;
		line-height: 1.33;
		padding: 10px 15px;
		width: auto;
	}
	
	body.single-produit .specifications .tableau .tabs .tab .lignes .ligne > div {
		padding: 10px 10px 10px 0;
	}
	
	body.single-produit .specifications .tableau .tabs .tab .lignes .ligne .valeur {
		font-size: 12px;
		line-height: 1.33;
	}
	
	body.single-produit .specifications .tableau .tabs .tab .lignes .ligne.categorie {
		height: 36px;
	}
	
	body.single-produit .specifications .tableau .tabs .tab .lignes .ligne.categorie .libelle {
		position: absolute;	
	}
	
	body.page-template-secteur h2, body.page-template-solution h2, body.single-produit:not(.tax-secteur_produit) .produits h2 {
		font-size: 30px;
		line-height: 1.27;
	}
	
	body.single-produit .header .gammes {
		flex-wrap: wrap;
	}
	
	body.single-produit .header .gammes > span .img {
		flex: 0 0 auto;
		margin-bottom: 5px;
	}
	
	body.single-produit .specifications .tableau > ul {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body.single-produit .specifications .tableau > ul li {
		margin-right: 3px;
	}
	
	body.single-produit.tax-secteur_produit.tax-gamme .header .top .body .link {
		display: none;
	}
	
	body.single-produit .header .intro {
		width: auto;
		margin-bottom: 0;
	}
	
	body.single-produit.tax-secteur_produit .header .top {
		min-height: 0;
	}
	
	body.single-produit.tax-secteur_produit.tax-gamme .header .top .body {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	body.single-produit .header .intro {
		font-size: 16px;
		line-height: 1.5;
	}
	
	body.single-produit.tax-secteur_produit .header .linkleft {
		margin-top: 26px;
	}
	
	body.single-produit.page-template-solution .header h1, body.single-produit.tax-secteur_produit .header h1 {
		margin-top: -6px;
	}
	
	body.single-produit.tax-secteur_produit .header .top .body {
		padding-top: 0;
	}
	
	body.page-template-engagement .header .label, body.page-template-contact .header .label {
		padding: 0 20px;
		height: 54px;
		top: 0;
	}
	
	body.page-template-engagement .header h1 {
		font-size: 33px;
		line-height: 1.09;
	}
	
	body.page-template-engagement .header .text p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	body.page-template-engagement .header .wrap {
		height: auto;
		min-height: 400px;
		padding-top: 40px;
	}
	
	.intro_centre {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wp-block-group.intro_centre h2, .wp-block-group.titre h2 {
		font-size: 30px;
		line-height: 1.27;
	}
	
	.wp-block-group.alterne > div .wp-block-columns {
		flex-flow: column;
	}
	
	body.page-template-secteur .wp-block-group.gris h3, .wp-block-group.alterne h3, .wp-block-group.standard h3 {
		font-size: 23px;
	}
	
	.wp-block-group.alterne > div .wp-block-columns {
		padding: 50px 20px;
	}
	
	.wp-block-group.standard {
		padding: 0px 20px;
	}

	.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-column:first-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child
	{
		padding-right: 0;
	}
	
	.wp-block-group.alterne > div .wp-block-columns .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n+1) .wp-block-column:first-child, .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n) .wp-block-column:last-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-column:first-child, .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n+1) .wp-block-column:last-child
	{
		padding-right: 0;
	}
	
	.wp-block-group.quote blockquote p {
		font-size: 20px;
		line-height: 1.35;
	}
	
	.wp-block-group.alterne.one .oneimage::before { 
		display: none;	
	}
	
	.wp-block-group.alterne.one .oneimage .wp-block-image::after { 
		background-color: #fff;
	}
	
	.wp-block-group.intro_centre, .wp-block-group.standard, .wp-block-group.titre {
		margin-bottom: 40px;
	}
	
	.wp-block-group.alterne.one, .wp-block-group.alterne.one .oneimage {
		margin-bottom: 0;
	}
	
	#annees .line:nth-child(2n+1) .bloc {
		text-align: left;
	}
	
	#annees .line:not(:first-child) {
		margin-top: 0;
	}
	
	#annees .line .bloc::before { 
		display: none;
	}
	
	#annees .bloc {
		max-width: 100%;
		width: 100%;
		padding-left: 60px;
		padding-right: 20px;
	}
	
	#annees .line:nth-child(2n) {
		justify-content: flex-start;
	}
	
	#annees::before, #annees .line::before {
		left: 30px;	
	}
	
	#annees .line:nth-child(2n+1) .bloc::before { 
		left: 60px;	
	}
	
	#annees .bloc .texte { 
		margin-bottom: 30px;	
	}
	
	#annees .bloc .texte {
		margin-top: 10px;
	}
	
	body.blog h1 {
		font-size: 32px;
	}
	
	#news .liste .news {
		width: 100%;
	}
	
	#news .idx0 {
		margin-bottom: 30px;
	}
	
	#news .idx0 .body {
		margin-top: 0;
	}
	
	body.single .post-content {
		flex-flow: column;
	}
	
	body.single .post-content h1 {
		font-size: 33px;
	}
	
	body.single .post-content .meta ul li:not(:first-child) {
		display: none;
	}
	
	body.single .post-content .meta .back {
		margin-bottom: 16px;
	}
	
	body.single .post-content .meta {
		flex: 0 ;
		margin-right: 0;
		border-bottom: 1px solid #f1f2f3;
		margin-bottom: 30px;
	}
	
	body.single .post-content .meta ul label {
		display: inline-block;
		margin-right: 5px;
	}
	
	body.page-template-contact .wp-block-columns .wp-block-column:first-child h1 {
		font-size: 37px;
	}
	
	body.page-template-contact .wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	body.page-template-contact .wp-block-columns .wp-block-column:first-child {
		padding-top: 0;
	}
	
	body.page-template-contact .intro em {
		display: block;
		text-align: right;
	}
	
	form .line.half > span:last-child {
		margin-top: 20px;
	}
	
	form .line {
		margin-bottom: 20px;
	}
	
	form .line br {
		display: none;
	}
	
	form .line.half > span:last-child {
		margin-top: 0;
	}
	
	body.page-template-secteur .header .body {
		left: 40px;
		width: calc(100% - 80px);
	}
	
	body.page-template-secteur .header .wrap {
		padding-bottom: 150px;
	}
	
	body.page-template-secteur .header {
		padding-bottom: 0;
	}
	
	body.page-template-secteur .header h1 {
		font-size: 33px;
	}
	
	body.page-template-secteur .header .text {
		width: 100%;
	}
	
	body.page-template-secteur .header .text p {
		font-size: 16px;
		line-height: 1.5;
	}
	
	body.page-template-secteur h2, body.page-template-solution h2, body.single-produit:not(.tax-secteur_produit) .produits h2 {
		font-size: 26px;
	}
	
	body.page-template-secteur h2::before, body.page-template-solution h2::before, body.single-produit .produits h2::before { 
		height: 40px;	
	}
	
	.menu-icons {
		top: -53px;
	}
	
	body.page-template-secteur .wp-block-group.intro .wp-block-group {
		padding-left: 40px;
	}
	
	body.page-template-secteur #gammes {
		margin-bottom: 70px;
	}
	
	body.page-template-secteur #gammes h2:after {
		
		margin-bottom: 0px;
	} 
	
	body.page-template-secteur .gris .paves .wp-block-columns, body.page-template-secteur .gris .wp-block-columns.oneimage {
		flex-flow: column-reverse;
	}
	
	body.page-template-secteur .wp-block-columns:not(.paves):not(.oneimage) {
		flex-flow: column-reverse;
	}
	

	body.page-template-secteur .wp-block-column:not(:first-child) {
		margin-left: 0;
		margin-top: 20px;
	}
	
	body.page-template-secteur .wp-block-group.gris h3 {
		margin-top: 25px;
	}
	
	body.page-template-secteur .wp-block-columns.paves .wp-block-columns .button {
		position: relative;
		margin-top: 20px;
	}
	
	body.page-template-secteur .wp-block-column:not(:first-child) {
		margin-top: 0;
	}
	
	body.page-template-secteur .wp-block-columns.paves .wp-block-columns .high {
		margin-top: 20px;
	}
	
	body.page-template-secteur .wp-block-columns.oneimage .wp-block-image {
		margin-bottom: 25px;
	}
	
	body.page-template-secteur .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n), body.page-template-secteur .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n).oneimage .wp-block-image::before {
		padding: 40px;
	}
	
	body.page-template-secteur .wp-block-group.alterne:not(.inverse) > div .wp-block-columns:nth-child(2n+1) .wp-block-column:last-child, body.page-template-secteur .wp-block-group.alterne.inverse > div .wp-block-columns:nth-child(2n) .wp-block-column:last-child {
		padding-left: 0;
	}
	
	body.page-template-secteur .wp-block-group.gris h3::before, body.page-template-secteur .wp-block-group.alterne h3::before, body.page-template-secteur .wp-block-group.standard h3::before {
		display: none;			
	}
	
	body.page-template-simple h1
	{
		font-size: 33px;	
	}
}

@media (max-width: 800px)
{
	body.single-produit .bx-wrapper {
		margin-left: auto;
		margin-right: auto;
	}
	
	body.single-produit .produits {
		padding-bottom: 100px;
	}
	
	body.single-produit .produits .produit .fiche {
		width: auto;
	}
	
	body.single-produit .produits .produit .fiche .img {
		height: 166px;
	}
	
	body.single-produit .produits .produit .fiche .img img {
		width: 100px;
		max-width: 100%;
	}
	
	body.single-produit .produits .produit .fiche .img::before { 
		display: none;	
	}
	
	body.single-produit .bx-wrapper .bx-pager, body.single-produit .bx-wrapper .bx-controls-auto {
		bottom: -60px;
	}
	
	body.single-produit .produits .produit .nom {
		font-size: 16px;
		line-height: 1.38;
		text-transform: none;
	}
	
	body:not(.home) #gammes, body:not(.home) #secteurs, body.single-produit .produits  {
		padding: 20px;
	}
	
	body.single-produit .produits {
		padding-bottom: 70px;
	}
	
	body:not(.home)  #gammes h2, body:not(.home) #secteurs h2 {
		font-size: 20px;
		line-height: 1.35;
		padding-bottom: 16px;
	}
	
	body:not(.home)  #secteurs {
		margin-top: 30px;
		padding-bottom: 100px;
	}
	
	body:not(.home) #secteurs h2 {
		margin-top: 0;
	}
	
	body:not(.home) #secteurs .liste .nom
	{
		font-size: 18px;
		line-height: 1.56;
	}
	
	#banner_slider .slider, #banner_slider .slide
	{
		height: 500px;
	}
	
	body.single-produit .produits .produit .fiche .txt {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#banner_slider .btn {
		padding: 8px 20px;
	}
	
	#banner_slider .slide H1, #banner_slider .slide H2 {
		font-size: 33px;
		line-height: 1.09;
		margin-bottom: 16px;
	}
	
	#banner_slider .slide .pad {
		padding-bottom: 80px;
	}
	
	#banner_slider .btn {
		margin-top: 24px;
	}
	
	.wp-block-columns {
		flex-flow: column;
	}
	
	.chiffres .wp-block-columns {
		flex-flow: row;
		flex-wrap: nowrap;
	}
	
	.wp-block-group.chiffres .wp-block-column strong {
		font-size: 40px;
		line-height: normal;
		white-space: nowrap;
	}
	
	.wp-block-group.chiffres .wp-block-column p {
		font-size: 11px;
		line-height: 1.45;
	}
	
	.wp-block-group.chiffres .wp-block-column::before { 
		width: 60px;
		left: calc(50% - 30px);	
	}
	
	.wp-block-group.chiffres .wp-block-column {
		margin-bottom: 0;
	}
	
	body.home h3 {
		font-size: 20px;
		line-height: 1.7;
		margin-bottom: 8px;
	}
	
	.wp-block-group.carte {
		padding: 63px 14px;
		background: url(images/fond-map-mobile.jpg) no-repeat center center / 100%;
		text-align: center;
	}
	
	.wp-block-group.carte H2 {
		font-size: 30px;
		line-height: 1.27;
	}
	
	.wp-block-columns.cols2 p {
		font-size: 14px;
		line-height: 1.57;
	}
	
	.wp-block-column:not(:first-child) {
		margin-left: 0;
	}
	
	.wp-block-column {
		margin-bottom: 50px;
	}
	
	.wp-block-columns.encart_gris {
		margin: 50px 0;
		flex-flow: column-reverse;
	}
	
	.wp-block-columns.encart_gris .wp-block-column:first-child {
		padding: 0 30px 30px 30px;
		margin-bottom: 0;
		padding-left: 70px;	
	}
	
	.wp-block-columns.encart_gris .wp-block-column:first-child h3 {
		position: relative;
	}
	
	.wp-block-columns.encart_gris .wp-block-column:first-child h3:before {
		position: absolute;
		content :'';
		display: block;
		left: -37px;
		top: 11px;
		width: 19px;
		height: 7px;
		background: url(images/arrow-right-red.png) no-repeat center center / 100%;
	}
	
	.wp-block-columns.encart_gris .wp-block-column:last-child {
		padding: 30px 20px;
		margin-bottom: 0;
	}
	
	.wp-block-columns.encart_gris .wp-block-image::before { 
		width: 94px;
		height: 18px;
		background-size: 39px;
	}
	
	.wp-block-columns.encart_gris .wp-block-image {
		padding-right: 20px;
	}

	.wp-block-columns.encart_gris .wp-block-image::after {
		right: 0;	
		width: 20px;
		height: 75px;
	}
	
	.wp-block-columns.encart_gris .wp-block-column .links {
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	body.home .wp-block-columns.cols3 {
		display: block;
	}
	
	body.home .wp-block-columns.cols3 .wp-block-column {
		padding-bottom: 100px;
	}
	
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 50px;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 6px;
		height: 6px;
		border-radius: 0;
		margin: 0 10px;
	}
	
	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: #e30420;
	}
	
	.wp-block-columns.encart_gris .wp-block-column h3 {
		font-size: 18px;
		line-height: 1.56;
	}
	
	.wp-block-columns.encart_gris strong {
		font-size: 16px;
	}
	
	.wp-block-columns.encart_gris p
	{
		font-size: 14px;
		line-height: 1.57;
		color: #58595b;
	}
	
	.wp-block-group.produits { 
		margin-top: 60px;
		margin-bottom: 82px;
	}
	
	.wp-block-group.produits .produits {
		position: relative;
		overflow: auto;
		height: 450px;
	}
	
	.wp-block-group.produits .tabsContainer {
		position: relative;
		overflow: auto;
		height: 100px;
	}
	
	.wp-block-group.produits .liste, .wp-block-group.produits .tabs {
		justify-content: flex-start;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.wp-block-group.produits .liste a, .wp-block-group.produits li {
		flex: 0 0 auto;
	}
	
	body.home #news .liste {
		display: none;
	}
	
	body.home #news {
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 70px;
	}
	
	#news .idx0 .img {
		padding-right: 0;
	}
	
	#news .idx0 .img::after {
		display: none;	
	}
	
	#news .idx0 .titre {
		font-size: 20px;
		line-height: 1.35;
	}
	
	body.home #news .all {
		display: flex;
		justify-content: center;
		margin-top: 32px;
	}
	
	#logos {
		margin-bottom: 100px;
	}
	
	#logos > div {
		padding: 0 20px;
		display: block;
	}
	
	#logos span {
		display: inline-block;
		vertical-align: middle;
		padding: 0 10px;
	}
	
	#logos .bx-wrapper .bx-pager {
		left: 0;
		bottom: -50px;
	}
	
	#footer .cols {
		flex-flow: column;
		padding-left: 38px;
	}
	
	#footer .cols .col1 a {
		font-size: 16px;
		line-height: 1.75;
	}
	
	#footer .cols .col2 {
		margin-top: 25px;
	}
	
	#footer .cols .col1, #footer .cols .col2, #footer .cols .col3 {
		width: 100%;
	}
	
	#footer .cols .col2 > div:last-child ul {
		display: flex;
	}
	
	#footer .cols .col2 > div:last-child .textwidget li:last-child {
		padding-left: 10px;
	}
	#footer .cols .col2 li.networks a {
		margin-top: -15px;
	}
	
	#footer .cols .col3 .logo {
		left: auto;
		right: 0;
		width: 90px;
	}
	
	#footer .after .wrap ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#footer .after {
		padding: 10px 0;
	}
	
	#footer .after .wrap ul li{
		margin: 2px 0;
	}
	
	#footer .after .wrap li:nth-child(3)::before {
		display: none;	
	}
	
	#news .idx0 .container {
		padding-right: 20px;
	}
	
	#banner_slider
	{
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.wp-block-group.alterne > div .wp-block-columns .wp-block-image::before { 
		right: -20px;
		width: 20px;
	}
	
	body.page-template-engagement .entry-content  {
		padding-left: 20px;
		padding-right: 20px;	
	}
	
	#temoignages .liste {
		flex-flow: column;
		padding-top: 30px;
	}
	
	
	#temoignages .liste .item {
		width: 100%;
		margin: 0 0 50px 0!important;
	}
	
	#temoignages h2 {
		font-size: 32px;
	}
	
	#temoignages h2::after {
		margin-bottom: 0;	
	}
	
	#places {
		left: 20px;
		width: calc(100% - 40px);
	}
}


@media (max-width: 750px)
{
	body.page-template-secteur .header .body {
		position: relative;
		left: auto;
		width: 100%;
	}
	
	body.page-template-secteur .header .wrap {
		flex-flow: column;
	}
	
	body.page-template-secteur .header .links {
		position: relative;
		height: auto;
		margin-top: 30px;
	}
	
	body.page-template-secteur .header .wrap {
		padding-bottom: 40px;
	}
	
	body.page-template-secteur .header .links .button {
		padding: 12px 17px;
		white-space: nowrap;
	}
	
	body.page-template-secteur .header .links .pad {
		height: auto;
		flex-flow: column;
	}
	
	body.page-template-secteur .header .links .pad .right {
		padding: 0 10px;
		justify-content: center;
	}
	
	body.page-template-secteur .header .links .pad .left {
		padding-right: 0;
		flex-basis: auto;
		justify-content: center;
		margin-bottom: 25px;
	}
	
	body.page-template-secteur .wp-block-group.gris {
		padding: 30px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	body.page-template-secteur .produits > .titre {
		display: block;
		margin-top: 20px;
		height: auto;
	}
	
	body.page-template-secteur .produits .bx-controls-direction a {
		width: 30px;
		height: 30px;
	}
	
	body.page-template-secteur .produits .bx-controls-direction .bx-prev {
		right: 30px;
	}
}

@media (max-width: 450px)
{
	form .line.half
	{
		flex-flow: column;
	}
	
	form .line.half > span
	{
		width: 100%;
	}
	
	form .line.half > span:last-child {
		margin-top: 20px;
	}
	
	#banner_slider .slide H1, #banner_slider .slide H2
	{
		font-size: 28px;
	}
	
	#banner_slider .slide {
		font-size: 16px;
		line-height: 22px;
	}
	
	.wp-block-group.chiffres .wp-block-column strong {
		font-size: 29px;
	}
}

@media (max-width: 360px)
{
	body.single-produit .specifications .tableau > ul {
		font-size: 10px;
	}
	
	.wp-block-group.chiffres .wp-block-column p {
		font-size: 9px;
	}
}