@font-face {
  font-family: 'Radnika';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  url('fonts/radnika-regular.woff2') format('woff2'),
        url('fonts/radnika-regular.woff') format('woff');
}

@font-face {
  font-family: 'Radnika';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:  url('fonts/radnika-regularitalic.woff2') format('woff2'),
        url('fonts/radnika-regularitalic.woff') format('woff');
}

@font-face {
  font-family: 'Radnika';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  url('fonts/radnika-medium.woff2') format('woff2'),
        url('fonts/radnika-medium.woff') format('woff');
}

@font-face {
  font-family: 'Radnika';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src:  url('fonts/radnika-mediumitalic.woff2') format('woff2'),
        url('fonts/radnika-mediumitalic.woff') format('woff');
}

@font-face {
  font-family: 'Radnika';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  url('fonts/radnika-bold.woff2') format('woff2'),
        url('fonts/radnika-bold.woff') format('woff');
}

@font-face {
  font-family: 'Radnika';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src:  url('fonts/radnika-bolditalic.woff2') format('woff2'),
        url('fonts/radnika-bolditalic.woff') format('woff');
}


*, body, p, h1, h2, h3,h4, h5, blockquote, span, div, i, strong, em, div, a, ul, li, ol, td
{
	font-family: 'Radnika';
	font-weight: 400;
	color:#000;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a
{
	font-family: 'Radnika';
	font-weight: bold;
}


.section
{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.section-bleu
{
	background-color: #252F63;
}

.section-gris
{
	background-color: #f5f5f5;
}

.section-blanc
{
	background-color: #fff;
}

.section
{
	padding: 80px 0;
}

h1
{
	font-size: 65px;
	font-style: normal;
	font-weight: 700;
	line-height: 65px; /* 100% */
	color:#252F63;
}

h2
{
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color:#252F63;
}

h3
{
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color:#252F63;
}

.card-client h3 span
{
  color: #252F63;
  font-size: 16px;
  font-weight: 300;
  opacity: .5;
}

h4
{
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color:#252F63;
}

h5
{
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color:#252F63;
}

a 
{
	color: var(--bleu-fonc, #252F63);
	text-decoration: underline;
}


p, li, td
{
	color: var(--bleu-fonc, #252F63);
	font-family: Radnika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
}

p
{
	overflow: hidden;
}

ul
{
	padding: 10px 0;
}

li
{
	padding: 0;
}

strong, b
{
	font-weight: bold;
}

strong, b, i, em
{
	color: var(--bleu-fonc, #252F63);
}

.section-bleu h1,
.section-bleu h2,
.section-bleu h3,
.section-bleu h4,
.section-bleu p,
.section-bleu li
{
	color:#fff;
}

.texte-orange
{
	color: #F5A04E;
}

.centrer-header
{
	padding: 0 40px;
	padding-bottom: 20px;
	overflow: hidden;
}


h2 .texte-orange
{
	font-weight: bold;
}


span, input, b, strong, u, li, a, i, em, table, textarea, select, p, *
{
	font-family: 'Radnika';
}

.centrer
{
	overflow: visible;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap:40px;
}

.grid-align-milieu
{
	  align-items: center;
}

.grid-align-haut
{
	  align-items: normal;
}

#page
{
	overflow-x: hidden;
}

.liste-equipe
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.liste-equipe .card-equipe
{
	border-radius: 10px;
	background: #FFF;
	padding: 20px;
	grid-template-columns: repeat(2, 1fr);
	display:grid;
	grid-gap: 20px;
}


.liste-equipe .card-equipe .sous-grid
{

}

.liste-equipe .card-equipe .en-plus
{
	  grid-column: span 2;
}

.liste-equipe .card-equipe .photo img
{
	border-radius: 10px;
}

.liste-equipe .card-equipe .lire-plus,
.liste-equipe .card-equipe .masquer,
.liste-clients .card-client .lire-plus
{
	cursor: pointer;

  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  padding: 5px 0;
    padding-right: 0px;
  padding-right: 40px;
  float: none;
  display: inline-block;
  background: url('images/rond-orange.svg') no-repeat right center;
    background-size: auto;
  transition: .3s ease all;
  background-size: 30px 30px;
  color:#252F63;
  text-decoration: none;
}

.liste-equipe .card-equipe .lire-plus.masque,
.liste-equipe .card-equipe .masquer.masque
{
	display: none;
}

.liste-equipe .card-equipe .lire-plus:hover,
.liste-equipe .card-equipe .masquer:hover,
.liste-clients .card-client .lire-plus:hover
{
  padding-right: 45px;
}

.liste-equipe .card-equipe .texte.masque
{
	display: none;
}


.texte-petit
{
	font-size: 14px;
  line-height: 20px;
}

.pre-titre
{
	color: var(--GRIS, #A7AAC1);

	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	margin-bottom: -10px;
  display: block;
}

.slider-offres
{
	padding: 0 60px;
}

.slider-offres .slide
{

}

.slider-offres .slide
{
	margin: 0 20px;
	border-radius: 20px;
	background: rgba(182, 223, 233, 0.70);
	width: 160px;
	text-align: center;
	padding: 20px 12px;
}

.slider-offres .slide .fond-slide
{
	  height: 200px;
}

.slider-offres .slide .fond-slide .image
{
	text-align: center;
	height: 160px;
	position: relative;
}

.slider-offres .slide .fond-slide .image img
{
	position: absolute;
	left: 50%;top:50%;
	transform: translate(-50%, -50%);
}


.slider-offres .slick-arrow
{
	width: 40px;
	height: 40px;
	text-indent: -10000px;
	position: absolute;
	top:50%;
	border:none;
	cursor: pointer;
	transform: translateY(-50%);
}

.slider-offres .slick-arrow.slick-prev
{
	background: url('images/arrow-left.svg') no-repeat center;
	left: 0;
}

.slider-offres .slick-arrow.slick-next
{
	background: url('images/arrow-right.svg') no-repeat center;
	right: 0;
}

.slider-offres .slick-dots
{
	position: absolute;
	bottom: -50px;
	list-style: none;
	left: 0;
	width: 100%;
	margin-left: 0;
	text-align: center;
}

.slider-offres .slick-dots li
{
	display: inline-block;
	padding: 0;
	line-height: 10px;
}

.slider-offres .slick-dots button
{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	margin: 0 2px;
	text-indent: -10000px;
	background: #A7AAC1;
	border:0;
}

.slider-offres .slick-dots .slick-active button
{
	width: 30px;
	background: #252F63;
}

.bloc-slider-offres
{
	padding-bottom: 50px;
}

.liste-clients
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.liste-clients .card-client
{
	border-radius:  10px;
background: #FFF;

	padding-bottom: 50px;
	position: relative;
}

.liste-clients .card-client .texte
{
	padding: 30px 25px;

}

.liste-clients .card-client .texte .bouton
{
	position: absolute;
  left: 25px;
  bottom: 25px;
}


.liste-clients .card-client .image
{
	height: 260px;
	position: relative;
  border-radius: 10px 10px 0 0;

  background: no-repeat center;
  background-size: cover;

  overflow: hidden;
}


.liste-clients .card-client .image::before
{
	content: "";
	background: #262E63;
	opacity: .5;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}

.liste-clients .card-client .categorie
{
	border-radius: 100px;
	border: 2px solid #FFF;
	color: #252F63;

	font-family: 'Radnika';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	background: #FFF;

	top:25px;
	left: 25px;
	position: absolute;
	padding: 6px 16px;
}

.liste-clients .card-client .logo-pays
{
	height: 25px;
  line-height: 25px;
	color: var(--GRIS, #A7AAC1);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
}


.liste-clients .card-client .logo-pays a
{
	display: inline-block;
	width: 100px;
	height: 25px;
  float: left;
}


.liste-clients .card-client .logo-pays a.Newheat
{
	background: url('images/date-ville.png') no-repeat left center;
	background-size:  auto 100%;
}

.liste-clients .card-client .logo-pays a.Newheat-fr
{
	background: url('images/newheat-fr.png') no-repeat left center;
	background-size:  auto 100%;
}

.liste-clients .card-client .logo-pays a.Sunmark
{
	background: url('images/sunmark.png') no-repeat left center;
	background-size:  auto 100%;
}

.liste-clients .card-client .logo-pays a.Sunmark-texte
{
	width: auto;
	  text-decoration: none;
}

.liste-clients .card-client .logo-pays a.Sunmark-texte::before
{
	content: 'Sunmark';
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 10px;
}

.liste-clients .card-client .logo-pays a.Sunmark-texte::after
{
	width: 5px;
  height: 5px;
  background: #F5A04E;
  border-radius: 5px;
  content: "";
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}


.liste-clients .card-client .trait
{
	border-top: 1px solid #F2F2F2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.liste-clients .card-client .role
{

}

.liste-clients .card-client .infos-clients
{
	color: var(--bleu-fonc, #252F63);
	/* paragraphe/small/small */
	font-family: Radnika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 12px;
}

.liste-clients .card-client .infos-clients b
{

	color: var(--bleu-fonc, #252F63);
	/* paragraphe/medium */
	font-family: Radnika;
	font-size: 16px;

  padding-left: 10px;
}

.bloc-slider-fonctionnement
{
	padding-bottom: 50px;
}

.slider-fonctionnement .slide
{
	border-radius: 20px;
	border: 1px solid var(--orange-clair, #F5A04E);
	margin: 0 25px;
	padding: 30px;
	width: 460px;
	position: relative;
}

.slider-fonctionnement .slide.orange
{
	background: #F5A04E;
	color:#fff;
}

.slider-fonctionnement .slide:not(.slide-1)::before 
{
	width: 50px;
	position: absolute;
	left: -50px;
	top:50%;
	transform: translateY(-50%);
	content: "";
	border-top: 1px solid #F5A04E;
}

.slider-fonctionnement .chiffre
{
	width: 40px;
	height: 40px;
	color:#fff;
	float: left;
  line-height: 40px;
  text-align: center;
  margin-top: -8px;
  margin-right: 15px;
	border-radius: 100px;
	background: var(--orange-clair, #F5A04E);
	font-weight: bold;
}

.slider-fonctionnement .orange .chiffre
{

	background: #fff;
	color:#F5A04E;
}



.slider-fonctionnement .slick-dots
{
	position: absolute;
	bottom: -50px;
	list-style: none;
	left: 0;
	width: 100%;
	text-align: center;
	margin-left: 0;
}

.slider-fonctionnement .slick-dots li
{
	display: inline-block;
	padding: 0;
	line-height: 10px;
}

.slider-fonctionnement .slick-dots button
{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	padding: 0;
	margin: 0 2px;
	text-indent: -10000px;
	background: #A7AAC1;
	border:0;
}

.slider-fonctionnement .slick-dots .slick-active button
{
	width: 30px;
	background: #F5A04E;
}

.liste-logos
{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
  align-items: center;
  grid-gap: 40px;
}

.liste-logos .logo
{
	text-align: center;
}

.liste-logos .logo img
{
	display: inline-block;  
	max-width: 80%;
	max-height: 70px;

	transition: .3s ease all;
	filter: grayscale(1);
}

.liste-logos .logo:hover img
{
	filter: grayscale(0);


}

.bloc-contact .adresse
{
	background: url('images/adresse.svg') no-repeat left center;
	padding-left: 35px;
}


.bloc-contact .telephone
{
	background: url('images/telephone.svg') no-repeat left center;
	padding-left: 35px;
}


.bloc-contact .email
{
	background: url('images/email.svg') no-repeat left center;
	padding-left: 35px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea
{
	border-radius: 5px;
	background: #FFF;
	height: 50px;
	padding: 16px 20px;
	box-sizing: border-box;
	font-family: Radnika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 100%;
	border: none;
	margin-bottom: 20px;
}

.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid
{
	border:1px solid #dc3232;
}


.wpcf7-form textarea
{
	height: 130px;
	resize: none;
	margin-bottom: 0;
}

.wpcf7-not-valid-tip
{
	font-size: 14px;
	font-weight: normal;
}

.wpcf7-form input[type="submit"]
{
	  min-width: 120px;
}

input + .wpcf7-not-valid-tip,
textarea + .wpcf7-not-valid-tip
{

	  margin-top: -20px;
}


.bouton,
.wpcf7-form input[type="submit"]
{
	cursor: pointer;
	color: #FFF;
	text-align: center;
	font-family: Radnika;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 32px;
	background: var(--orange-clair, #F5A04E);

	line-height: 20px;
	padding: 16px 20px;
	text-decoration: none;
	border: none;

	transition: .3s ease all;
}

.bouton:hover,
.wpcf7-form input[type="submit"]:hover
{
	text-decoration: none;
	background: #FFB05E;
}

.wpcf7-form .wpcf7-list-item
{
	margin: 0;
}

.wpcf7-form .wpcf7-list-item label span
{
	color: var(--bleu-fonc, #252F63);
	font-family: Radnika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.credits
{
	padding: 30px 0;
}

.credits span
{
	color: var(--GRIS, #A7AAC1);
	font-family: Radnika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
	margin-left: 40px;
}

.credits a
{
	color: var(--bleu-fonc, #252F63);
	font-family: Radnika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	line-height: normal;
}

.bloc-hero-home
{
	padding: 280px 0;
	padding: calc((100vh - 300px - 160px) / 2) 0;
}

.bloc-image img,
.image-bord-ronds img
{
	border-radius: 10px;
}


#branding	
{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	z-index: 99;
}

body:not(.home) #branding {
	
/*	background: #252F63;
	position: relative;*/

}

.bloc-hero-page
{
	padding-top: 100px;
}

/*body:not(.home) #branding .menu > li > a
{
	color:#262D63;
}*/

#branding	.logo
{
	float: left;
	margin-top: 50px;
}

#branding	.menu
{
	position: absolute;
	left: 50%;
	top:75px;
	list-style: none;
	transform: translateX(-50%);
	padding: 0;
}

#branding	.menu > li
{
	margin:0 20px;
}

#branding	.menu > li > a
{
	color: #FFF;

	font-family: 'Radnika';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

#branding	.centrer
{
	display: block;
}

#branding	.menu > li > a:hover
{
	text-decoration: underline;
}

#branding .top-header
{
	float: right;
	margin-top: 10px;
	overflow: hidden;
}

#branding .top-header .lien-newheat
{
	color: #FFF;
	float: left;
	/* paragraphe/medium */
	font-family: Radnika;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	background: url('images/globe-regular.svg') no-repeat left center;
	padding-left: 23px;
	text-decoration: none;
}

/*body:not(.home) #branding .top-header .lien-newheat,
body:not(.home) #branding .top-header .lang a
{
	color:#262D63;
}
*/
#branding .top-header .lien-newheat:hover
{
	text-decoration: underline;
}

#branding .top-header .lang
{
	float: left;
	margin-left: 40px;
}

#branding .top-header .lang a
{
	color: #FFF;

	/* paragraphe/small/small */
	font-family: Radnika;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	  line-height: 26px;
	margin: 0 5px;
	display: inline-block;
}

#branding .top-header .lang a:hover
{
	text-decoration: underline;
}

#branding .top-header .bouton
{
	clear: both;  
	float: right;
	margin-top: 30px;
}

.burger
{
	display: none;
}

.has-image .centrer
{
	position: relative;
	z-index: 9;
}

.has-image::before
{
	content: "";
	background: #262E63;
	opacity: .5;
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}

.liste-communique
{

}

.liste-communique tr+tr
{
	border-top: 1px solid #F1F1F1;
}

.liste-communique tr td
{
	padding: 20px;
}

.liste-communique img
{
	width: 35px;
  display: block;
	transition: .3s ease all;
}

.liste-communique img:hover
{
}

.liste-communique .date
{
	font-size: 16px;
}


.liste-communique .lien a
{
	transition: .3s ease all;
	text-decoration: none;
	font-size: 18px;
}

.liste-communique .lien a:hover
{
	color:#F5A04E;
}

.liste-telechargement
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

.liste-telechargement .bloc-communique a
{
	display: block;
	position: relative;
}

.liste-telechargement .bloc-communique a .logo-dl
{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.fond-jaune	
{
	background: #F0813C;
	color:#fff;
	padding: 20px;
	border-radius: 20px;
}


.fond-jaune	h2,
.fond-jaune	p
{
	color:#fff;
}

.fond-jaune	.bouton
{
	background: #fff;
	color:#F0813C;
}

.fond-gris 
{
	  border: 1px solid #F1F1F1;
	padding: 20px;
	border-radius: 20px;
}

.grecaptcha-badge
{
	visibility: hidden;
	opacity: 0;
}

@media (max-width: 1300px)
{

	.liste-equipe .card-equipe
	{
		  grid-template-columns: repeat(1, 1fr);
      display: block;
	}

	.col-8-full-petit .col-12
	{
		margin:0;
	}	

	.liste-clients
	{
		  grid-template-columns: repeat(2, 1fr);
	}

	.slider-offres .slide .fond-slide .image
	{
		  height: 140px;
	}

}

@media (max-width: 1000px)
{

	h1
	{
	  font-size: 45px;
  	line-height: 45px;
	}

	.liste-clients
	{
		  grid-template-columns: repeat(2, 1fr);
	}

	.menu-top-header
	{
		display: none;


		position: absolute;
    left: 0;
    right: 0;
    padding-top: 0px;
    z-index: -1;
	}	

	.burger.active + .menu-top-header
	{
		display: block;
		min-height: 100vh;

		    box-sizing: border-box;
    padding-bottom: 100px;
	}	

	.burger
	{
		display: block;
		background: none;
		border: none;
    width: 40px;
    margin-top: 40px;
    float: right;
    cursor: pointer;
        height: 40px;
	}


	/*body:not(.home) #branding .menu > li > a,
	body:not(.home) #branding .top-header .lien-newheat, 
	body:not(.home) #branding .top-header .lang a
	 {
	  color: #fff;
	}
*/
	.burger .bar
	{
		display: block;
		height: 3px;
		background: #fff;

		transition: .3s ease all;
	}

	.burger .bar+.bar
	{
		margin-top: 9px;
	}

	#branding .logo
	{
		margin-top: 30px;
	}

	#branding .logo img
	{
	  width: 150px;
	}

	.burger.active .bar
	{
		transform: rotate(45deg);
    margin-bottom: -12px;
	}


	.burger.active .bar+.bar
	{
		opacity: 0;
		transform: rotate(0deg);

	}


	.burger.active .bar+.bar+.bar
	{
		opacity: 1;
		transform: rotate(-45deg);
	}

	.menu-top-header
	{
		background: #262D63;
	}

	#branding .top-header
	{
		float: none;
		    margin-left: 20px;
		    margin-right: 20px;
		    border-top: 1px solid var(--GRIS, #A7AAC1);
		    

		        padding-top: 40px;
    margin-top: 40px;

	}

	#branding .menu
	{
		position: static;
	  transform: none;
    margin-top: 200px;
    margin-left: 0;
	}

	#access > div > ul > li
	{
		float: none;
	}

	#branding .menu > li > a
	{
		  font-size: 20px;
		  font-weight: bold;
		  margin-bottom: 25px;
	}

	#branding .top-header .lien-newheat
	{
		display: block;
		float: right;
	}

	#branding .top-header .lang
	{
		float: left;
		margin-left: 0;
		    margin-top: 0px;
		    padding-bottom: 40px;
	}

	#branding .top-header .bouton {
	  clear: both;
	  float: none;
	  margin-top: 20px;
	  margin-bottom: 40px;

	  display: block;

	}

	.liste-telechargement
	{
		  grid-template-columns: repeat(3, 1fr);
	}



	
	
}

@media (max-width: 740px)
{
	.section
	{
	}
	
	.section .col-25,
	.section .col-33,
	.section .col-50,
	.section .col-66,
	.section .col-100,
	.section .col-1,
	.section .col-2,
	.section .col-3,
	.section .col-4,
	.section .col-5,
	.section .col-6,
	.section .col-7,
	.section .col-8,
	.section .col-9,
	.section .col-10,
	.section .col-11,
	.section .col-12
	{
		  margin: 0;
  	grid-column: span 12;	 
	}

	.centrer
	{
		display: block;
	}

	.section
	{
	  padding: 50px 0;
	}


	input[type="text"], input[type="email"], textarea, select, input[type="number"]
	{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
	}

	.grid-home, 
	.grid-home.grid-2,
	.grid-home.grid-1,
	.grid-home.grid-3,
	.grille-3,
	.grille-2,
	.grille-1
	{
		  grid-template-columns: repeat(1, 1fr);
	}

	.credits
	{
		text-align: left;
	}

	.liste-equipe
	{
		  grid-template-columns: repeat(1, 1fr);
		  margin-top: 20px;
	}

	.liste-equipe .card-equipe .photo img
	{
		width: 100%;
	}

	.liste-clients {
    grid-template-columns: repeat(1, 1fr);
  }

  .slider-fonctionnement .slide
  {
  	width: auto;
	  margin: 0 15px;
  	padding: 20px;
  }

  .slider-fonctionnement .slide:not(.slide-1)::before 
	{
	  width: 30px;
	  left: -30px;
	}

	.bloc-slider-fonctionnement
	{
		margin-top: 30px;
	}

	.liste-logos
	{
		 display: block;
	}

	.credits .align-right
	{
		text-align: left;
	}

	.credits span
	{
		display: block;
		    margin-left: 0;
		    padding-top: 20px;
	}

  h1 {
    font-size: 35px;
    line-height: 45px;
  }

  h2 {
	  font-size: 27px;
	}

	.centrer .centrer
	{
		padding: 0;
	}

	.centrer-header {
	  padding: 0 20px;
	}

	.bloc-image
	{
		margin-bottom: 20px;
	}

	.liste-equipe .card-equipe {
    grid-template-columns: repeat(2, 1fr);
  }

  .liste-clients
  {
  	margin-top: 20px;
  }

  .slider-offres
  {
  	margin-top: 20px;
  }

  	.liste-telechargement
	{
		  grid-template-columns: repeat(1, 1fr);
	}

	.fond-jaune, .fond-gris
	{
		margin-bottom: 20px!important;
	}

}
