/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain) */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}
footer .bloc-footer ul li {
  padding: 5.5px 0;
}
footer .bloc-footer ul li:before {
  content: "\f054";
  font-family: "FontAwesome";
  color: #5eb234;
  margin-right: 10px;
}

h1 {
  font-size: 3.5rem;
  color: #19234b;
  line-height: 4.2rem;
  font-weight: 300;
}
h1 b,
h1 strong {
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  color: #19234b;
  line-height: 2.7rem;
  font-weight: 300;
  padding-bottom: 2rem;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.6rem;
  color: #5eb234;
  line-height: 2.3rem;
  font-weight: 500;
}

h4 {
  font-size: 1.39rem;
  color: #fff;
  line-height: 1.82rem;
  font-weight: 300;
}

p {
  color: #19234b;
  font-size: 1.12rem;
  line-height: 1.82rem;
  font-weight: 300;
}
p a {
  color: #5eb234;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p a:hover {
  color: #828aa0;
}
p b,
p strong {
  color: #5eb234;
  font-weight: bold;
}

* {
  font-family: "Ubuntu", sans-serif;
}

i.fas {
  font-family: "FontAwesome";
}

.maxWidthSizer {
  max-width: 1070px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: relative;
}

.espace {
  width: 100%;
  height: 145px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.titre-section .bloc-para {
  text-align: center;
  padding-top: 6rem;
}
.titre-section .bloc-para h2 {
  font-size: 3.3rem;
  line-height: 3.3rem;
}
.titre-section .bloc-para h2 b,
.titre-section .bloc-para h2 strong {
  letter-spacing: 2px;
  font-weight: bold;
}
.titre-section .bloc-para h3 {
  color: #5eb234;
  font-size: 1.12rem;
}
.titre-section .bloc-para:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #5eb234;
  margin: 30px auto;
}
.bloc-texte ul,
.bloc-texte ol {
  margin-left: 15px;
}
.bloc-texte ul li,
.bloc-texte ol li {
  position: relative;
  padding-left: 20px;
  color: #19234b;
  font-size: 1.12rem;
  line-height: 1.82rem;
  font-weight: 300;
}
.bloc-texte ul li:before,
.bloc-texte ol li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #5eb234;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.bloc-texte ul li a,
.bloc-texte ol li a {
  color: #19234b;
  text-decoration: none;
  outline: none;
}

.calltoaction {
  display: inline-block;
  color: #5eb234;
  font-size: 1.12rem;
  letter-spacing: 1px;
  border: 1px solid #5eb234;
  padding: 10px 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calltoaction:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  padding: 10px 10px 10px 12px;
  border: 1px solid #5eb234;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.calltoaction:hover {
  color: #fff !important;
  background: #5eb234;
}
.calltoaction:hover:after {
  margin-left: 15px;
}
.lp-atoplast p a {
  color: #c40e1f;
}
.lp-atoplast p b,
.lp-atoplast p strong {
  color: #c40e1f;
}
.lp-atoplast .calltoaction {
  color: #c40e1f;
  border: 1px solid #c40e1f;
}
.lp-atoplast .calltoaction:after {
  border: 1px solid #c40e1f;
}
.lp-atoplast .calltoaction:hover {
  background: #c40e1f;
}
.lp-atomelec p a {
  color: #5eb234;
}
.lp-atomelec p b,
.lp-atomelec p strong {
  color: #5eb234;
}
.lp-atoplexi p a {
  color: #ec7e2d;
}
.lp-atoplexi p b,
.lp-atoplexi p strong {
  color: #ec7e2d;
}
.lp-atoplexi .calltoaction {
  color: #ec7e2d;
  border: 1px solid #ec7e2d;
}
.lp-atoplexi .calltoaction:after {
  border: 1px solid #ec7e2d;
}
.lp-atoplexi .calltoaction:hover {
  background: #ec7e2d;
}
.lp-atolyap p a {
  color: #55438d;
}
.lp-atolyap p b,
.lp-atolyap p strong {
  color: #55438d;
}
.lp-atolyap .calltoaction {
  color: #55438d;
  border: 1px solid #55438d;
}
.lp-atolyap .calltoaction:after {
  border: 1px solid #55438d;
}
.lp-atolyap .calltoaction:hover {
  background: #55438d;
}
.lp-ergalaser p a {
  color: #f1b30d;
}
.lp-ergalaser p b,
.lp-ergalaser p strong {
  color: #f1b30d;
}
.lp-ergalaser .calltoaction {
  color: #f1b30d;
  border: 1px solid #f1b30d;
}
.lp-ergalaser .calltoaction:after {
  border: 1px solid #f1b30d;
}
.lp-ergalaser .calltoaction:hover {
  background: #f1b30d;
}
.lp-ima p a {
  color: #26adb3;
}
.lp-ima p b,
.lp-ima p strong {
  color: #26adb3;
}
.lp-ima .calltoaction {
  color: #26adb3;
  border: 1px solid #26adb3;
}
.lp-ima .calltoaction:after {
  border: 1px solid #26adb3;
}
.lp-ima .calltoaction:hover {
  background: #26adb3;
}

.header {
  background: #fff;
}
.header .navbar .navbar-brand {
  margin-right: 8rem;
}
.header .navbar .navbar-brand img {
  max-width: 150px;
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar .navbar-nav {
  padding-top: 15px;
  margin-right: 0 !important;
  margin-left: auto !important;
}
.header .navbar .navbar-nav .nav-item:not(:last-child) {
  margin-right: 15px;
}
.header .navbar .navbar-nav .menu-item {
  position: relative;
}
.header .navbar .navbar-nav .menu-item a {
  display: inline-block;
  color: #19234b;
  padding: 10px 10px;
  text-decoration: none;
}
.header .navbar .navbar-nav .menu-item .sub-menu {
  position: absolute;
  background: rgba(25, 35, 75, 0.8);
  top: 100%;
  left: 0;
  display: none;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
  z-index: 1;
}
.header .navbar .navbar-nav .menu-item .sub-menu .menu-item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .navbar .navbar-nav .menu-item .sub-menu .menu-item a {
  color: #fff;
  white-space: nowrap;
}
.header .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover {
  background: #fff;
}
.header .navbar .navbar-nav .menu-item .sub-menu .menu-item:hover a {
  color: #19234b;
}
.header .navbar .navbar-nav .menu-item:hover .sub-menu {
  display: block;
}
.header .navbar .navbar-nav .menu-item.menu-item-has-children > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 10px;
}
.header .navbar .navbar-nav .menu-item.current_page_item a {
  color: #5eb234;
  font-weight: bold;
}
.header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 0;
  display: block;
}
.header.fixed {
  -webkit-box-shadow: 1px 1px 10px #ccc;
          box-shadow: 1px 1px 10px #ccc;
}
.header.fixed .navbar .navbar-brand img {
  max-width: 70px;
}
footer .rs-footer {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .rs-footer li {
  list-style: none;
}
footer .rs-footer li .a2a_svg {
  width: 34px !important;
  height: 34px !important;
}
footer .footer {
  padding-bottom: 100px;
}
footer .bloc-footer {
  padding: 0 30px 0 0;
  margin-bottom: 40px;
}
footer .bloc-footer h3 {
  font-size: 1.12rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
}
footer .bloc-footer p,
footer .bloc-footer a {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
}
footer .widget_media_image img {
  max-width: 170px !important;
}
footer .bloc-nav-footer {
  padding-left: 40px;
}
footer .textwidget {
  border-left: 2px solid #fff;
  padding-left: 20px;
}
footer .textwidget * {
  font-size: 0.9rem !important;
  line-height: 1.5rem !important;
}
footer .textwidget a {
  text-decoration: none;
}
footer .content-footer {
  background: #fff;
}
footer .content-footer .widget_nav_menu {
  list-style: none;
}
footer .content-footer .menu {
  list-style: none;
  padding: 20px 0;
}
footer .content-footer .menu li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
footer .content-footer .menu li a {
  color: #828aa0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .content-footer .menu li a:hover {
  color: #19234b;
}

/* #footer	{
&.lp	{
margin-top:6rem;
padding:4rem 0;    
color:#fff;

.bloc-titre	{
h2 {
font-size: 3.3rem;
line-height: 4rem;
color:#fff;

b,
strong {
letter-spacing: 2px;
font-weight: bold;
}

span	{
color:$primary-color;
font-weight:300;
}

&:after {
content: '';
display: block;
width: 60px;
height: 5px;
background: #fff;
margin-top: 36px;
margin-bottom: 36px;
}
}
}

.bloc-para	{
display:flex;
flex-wrap:wrap;

.bloc-image	{
img	{
width:180px;
height:180px;
object-fit:cover;
border-radius:50%;
}
}

.bloc-texte	{      
padding-left:30px;

strong	{
font-weight:500;
}

*	{
color:#fff;
}

.bloc	{
padding:5px 0;
}

.bloc.email	{
margin-top:20px;
}

&:before	{
display:none;
}
}
}

.rs	{
ul	{
display:flex;
flex-wrap:wrap;
margin-left:0;
li	{
display:flex;
flex-wrap:wrap;
align-items:center;
padding:5px 0;
margin-right:20px;

a {
padding-left:10px;
}

&:before	{
display:none;
}
}
}    
}
}

&.lp-atoplexi	{
background-color:$secondary-color-atoplexi; 
}

&.lp-atoplast{
background-color:$secondary-color-atoplast; 
}

&.lp-atomelec{
background-color:$secondary-color; 
}

&.lp-atolyap{
background-color:$secondary-color-atolyap; 
}

&.lp-ergalaser{
background-color:$secondary-color-ergalaser; 
}

&.lp-ima{
background-color:$secondary-color-ima; 
}
} */
#entete-accueil {
  background-image: url("../assets/img/visuel_introduction.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}
#entete-accueil .bloc-para {
  max-width: 750px;
  padding-top: 20rem;
  padding-bottom: 15rem;
}
#entete-accueil .bloc-para .bloc-titre h1 {
  color: #5eb234;
  font-size: 3.45rem;
  font-weight: 500;
}
#entete-accueil .bloc-para .bloc-texte p {
  font-size: 3.4rem;
  color: #fff;
  font-weight: 300;
  line-height: 3.6rem;
  letter-spacing: 1px;
}
#entete-accueil .bloc-para .bloc-texte p b,
#entete-accueil .bloc-para .bloc-texte p strong {
  font-weight: 500;
  color: #fff;
}
#entete-accueil.lp .bloc-para {
  padding-top: 10rem;
}
#entete-accueil.lp .bloc-para .bloc-texte .calltoaction a {
  color: #fff !important;
  text-decoration: none;
}
#entete-accueil.lp .bloc-logo {
  padding: 16px 0;
}
#entete-accueil.lp .menu-lp {
  background: rgba(0, 0, 0, 0.5);
}
#entete-accueil.lp .menu-lp > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#entete-accueil.lp .menu-lp .lien-back {
  display: block;
  color: #fff;
  margin-left: 100px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
}
#entete-accueil.lp-atoplexi .bloc-para .bloc-titre h1 {
  color: #ec7e2d;
}
#entete-accueil.lp-atoplexi .menu-lp .lien-back:hover {
  color: #ec7e2d;
}
#entete-accueil.lp-atoplast .bloc-para .bloc-titre h1 {
  color: #c40e1f;
}
#entete-accueil.lp-atoplast .menu-lp .lien-back:hover {
  color: #c40e1f;
}
#entete-accueil.lp-atomelec .bloc-para .bloc-titre h1 {
  color: #5eb234;
}
#entete-accueil.lp-atomelec .menu-lp .lien-back:hover {
  color: #5eb234;
}
#entete-accueil.lp-atolyap .bloc-para .bloc-titre h1 {
  color: #55438d;
}
#entete-accueil.lp-atolyap .menu-lp .lien-back:hover {
  color: #55438d;
}
#entete-accueil.lp-ergalaser .bloc-para .bloc-titre h1 {
  color: #f1b30d;
}
#entete-accueil.lp-ergalaser .menu-lp .lien-back:hover {
  color: #f1b30d;
}
#entete-accueil.lp-ima .bloc-para .bloc-titre h1 {
  color: #26adb3;
}
#entete-accueil.lp-ima .menu-lp .lien-back:hover {
  color: #26adb3;
}

#section-intro {
  overflow-x: hidden;
}
#section-intro .row .para-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#section-intro .row .para-intro .bloc-para {
  padding-right: 2.6rem;
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
  width: 0%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 535px;
}
#section-intro .row .para-intro .bloc-para h2 {
  font-size: 3.3rem;
  line-height: 4rem;
}
#section-intro .row .para-intro .bloc-para h2 b,
#section-intro .row .para-intro .bloc-para h2 strong {
  letter-spacing: 2px;
  font-weight: bold;
}
#section-intro .row .para-intro .bloc-para h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #5eb234;
  margin-top: 36px;
  margin-bottom: 36px;
}
#section-intro .row .para-intro .bloc-para .bloc-texte,
#section-intro .row .para-intro .bloc-para .bloc-texte * {
  font-size: 2.05rem;
  line-height: 2.5rem;
}
#section-intro .row .para-intro .para-image {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
#section-intro .row .para-intro .calltoaction {
  margin-top: 30px;
}
#section-intro .row:nth-child(odd) .para-intro .bloc-para {
  margin-left: auto;
}
#section-intro .row:nth-child(even) {
  background: #f9f9fb;
}
#section-intro .row:nth-child(even) .para-intro {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#section-intro .row:nth-child(even) .para-intro .bloc-para {
  padding-right: 0;
  padding-left: 2.6rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-right: auto;
}
#section-intro .row:nth-child(even) .para-intro .para-image {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
#section-intro .row:nth-child(even) .para-intro .para-image img {
  padding-right: 15%;
}
#section-intro.lp .row .para-intro .bloc-para .bloc-texte,
#section-intro.lp .row .para-intro .bloc-para .bloc-texte * {
  font-size: 1.5rem;
  line-height: 2rem;
}
#section-intro.lp-atoplexi .row .bloc-para h2:after {
  background: #ec7e2d;
}
#section-intro.lp-atoplast .row .bloc-para h2:after {
  background: #c40e1f;
}
#section-intro.lp-atomelec .row .bloc-para h2:after {
  background: #5eb234;
}
#section-intro.lp-atolyap .row .bloc-para h2:after {
  background: #55438d;
}
#section-intro.lp-ergalaser .row .bloc-para h2:after {
  background: #f1b30d;
}
#section-intro.lp-ima .row .bloc-para h2:after {
  background: #26adb3;
}

/* #section-action {
overflow-x: hidden;
background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(249, 249, 251) 50%);

.bloc-para {
max-width: 520px;
padding-left: 2.6rem;
padding-top: 6rem;
padding-bottom: 6rem;

h2 {
font-size: 3.3rem;
line-height: 3.3rem;

b,
strong {
letter-spacing: 2px;
font-weight: bold;
}

&:after {
content: '';
display: block;
width: 60px;
height: 5px;
background: $secondary-color;
margin-top: 36px;
margin-bottom: 36px;
}
}

.bloc-texte,
.bloc-texte * {
font-size: 2.05rem;
line-height: 2.5rem;
}
}

.bloc-image {
padding-top: 5rem;
padding-bottom: 6rem;
padding-right: 7.5rem;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
} */
#section-metier .mea-metier .bloc-metier {
  padding: 10px;
}
#section-metier .mea-metier .bloc-metier:nth-child(4n+1) {
  padding-left: 0;
}
#section-metier .mea-metier .bloc-metier:nth-child(4n) {
  padding-right: 0;
}
#section-metier .mea-metier .bloc-metier .hover-effect {
  position: relative;
  width: 100%;
  height: 300px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-image {
  width: 100%;
  height: 100%;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-image img {
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier .bloc-titre {
  padding-top: 30%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier .bloc-titre h3 {
  display: inline;
  color: #fff;
  border-left: 5px solid #5eb234;
  padding-left: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier .bloc-texte {
  padding: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  bottom: 0;
  left: 0;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier .bloc-texte * {
  color: #fff;
  line-height: 1.5rem;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier a.link-metier {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier:hover {
  background: rgba(94, 178, 52, 0.8);
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier:hover .bloc-titre {
  padding-top: 20px;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier:hover .bloc-titre h3 {
  font-size: 1.3rem;
  border-left: 5px solid #fff;
}
#section-metier .mea-metier .bloc-metier .hover-effect .bloc-para-metier:hover .bloc-texte {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#section-realisation .cb-slider4 {
  height: 465px;
  background: none;
  margin: 2rem 0 4rem;
}
#section-realisation .cb-slider4 .slide {
  max-width: 535px;
  margin-left: auto;
  background: none;
  background-image: url("../assets/img/logo_filigranne.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#section-realisation .cb-slider4 .slide h1 {
  color: #5eb234;
  text-shadow: none;
  text-transform: none;
  font-size: 3.2rem;
  text-align: left;
  line-height: 3.5rem;
}
#section-realisation .cb-slider4 .slide p {
  text-align: left;
  color: #19234b;
}
#section-realisation .cb-slider4 .slide .link-realisation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#section-realisation .cb-slider4 .controls {
  left: 0;
  right: 0;
}
#section-realisation .cb-slider4 .controls a.left {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: -1%;
  font-size: 40px;
  text-decoration: none;
  outline: none;
  color: #5eb234;
}
#section-realisation .cb-slider4 .controls a.left:hover {
  background: #5eb234;
}
#section-realisation .cb-slider4 .controls a.right {
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  right: 1%;
  font-size: 40px;
  text-decoration: none;
  outline: none;
  color: #5eb234;
}
#section-realisation .cb-slider4 .controls a.right:hover {
  background: #5eb234;
}

#section-client {
  background: #f9f9fb;
}
#section-client .owl-carousel {
  margin: 3rem 0 6rem;
}
#section-client .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section-client .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section-client .owl-carousel .owl-nav .owl-prev {
  margin-left: -50px;
  outline: none;
}
#section-client .owl-carousel .owl-nav .owl-next {
  margin-right: -50px;
  outline: none;
}
#section-client .owl-carousel .owl-nav span {
  display: block;
  padding: 0 10px;
  font-size: 40px;
  color: #5eb234;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-client .owl-carousel .owl-nav span:hover {
  background: #5eb234;
  color: #fff;
}
#section-derniereActu .liste-actu {
  padding-top: 1.56rem;
  padding-bottom: 6.25rem;
}
#section-derniereActu .liste-actu .bloc-actu {
  position: relative;
  margin-bottom: 20px;
}
#section-derniereActu .liste-actu .bloc-actu a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#section-derniereActu .liste-actu .bloc-actu a .bloc-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#section-derniereActu .liste-actu .bloc-actu a .bloc-image img {
  display: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-derniereActu .liste-actu .bloc-actu a .bloc-para {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 10px;
}
#section-derniereActu .liste-actu .bloc-actu a .bloc-para h4 {
  padding: 0 30px 20px;
}
#section-derniereActu .liste-actu .bloc-actu:hover .bloc-image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#section-autre-mea .liste-actu {
  padding-top: 1.56rem;
}
#section-autre-mea .liste-actu .bloc-actu {
  position: relative;
  margin-bottom: 20px;
}
#section-autre-mea .liste-actu .bloc-actu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 316px;
  height: 100%;
  margin: auto;
  text-decoration: none !important;
}
#section-autre-mea .liste-actu .bloc-actu a .bloc-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-autre-mea .liste-actu .bloc-actu a .bloc-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-autre-mea .liste-actu .bloc-actu a .bloc-para {
  border: 1px solid #19234b;
  background-color: #19234b;
  position: relative;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 10px;
}
#section-autre-mea .liste-actu .bloc-actu a .bloc-para h4 {
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-autre-mea .liste-actu .bloc-actu:hover a .bloc-para h4 {
  color: #5eb234;
}
#section-autre-mea .liste-actu .bloc-actu:hover .bloc-image img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

#entete-corporate {
  width: 100%;
  height: 280px;
  background-image: url("../assets/img/banniere_souspage.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

#accroche-corporate {
  overflow: hidden;
}
#accroche-corporate .ligne-accroche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#accroche-corporate .ligne-accroche .bloc-para {
  max-width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 47px 2rem 47px 0;
}
#accroche-corporate .ligne-accroche .bloc-para h1:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #5eb234;
  margin: 30px 0;
}
#accroche-corporate .ligne-accroche .bloc-para p {
  font-size: 2rem;
  color: #19234b;
  line-height: 2.7rem;
  font-weight: 300;
}
#accroche-corporate .ligne-accroche .bloc-image {
  text-align: right;
}
#accroche-corporate .ligne-accroche .bloc-image img {
  padding: 3rem 0;
}
#description .texte-image .bloc-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
#description .texte-image .bloc-image img {
  margin-left: auto;
}
#description .ligne-paragraphe {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#description .bloc-para {
  padding: 2rem 3rem 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#description .bloc-para h2 {
  padding: 2rem 0;
  position: relative;
  width: 100%;
}
#description .bloc-para h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 5px;
  background: #5eb234;
}
#description .bloc-para .bloc-texte p em {
  display: block;
  font-style: normal;
  font-weight: 500;
  color: #5eb234;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
#description .bloc-para .bloc-texte ul,
#description .bloc-para .bloc-texte ol {
  margin-left: 15px;
}
#description .bloc-para .bloc-texte ul li,
#description .bloc-para .bloc-texte ol li {
  position: relative;
  padding-left: 20px;
  color: #19234b;
  font-size: 1.12rem;
  line-height: 1.82rem;
  font-weight: 300;
}
#description .bloc-para .bloc-texte ul li:before,
#description .bloc-para .bloc-texte ol li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #5eb234;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
#description .bloc-image {
  padding: 3rem 0 3rem 0;
}
#description .image-texte .bloc-image img {
  position: relative;
  right: 44%;
}
#description .image-texte .bloc-para {
  background-image: url("../assets/img/logo_filigranne.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#description .texte-texte .bloc-para {
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 3rem 3rem 3rem 0;
}
#description .texte-only {
  background: #f9f9fb;
}

#zone-calltoaction-corporate {
  text-align: center;
  padding: 3rem 0;
}
#zone-calltoaction-corporate h2 {
  display: block;
  font-style: normal;
  color: #5eb234;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  letter-spacing: 1px;
}
#zone-calltoaction-corporate h2 b,
#zone-calltoaction-corporate h2 strong {
  font-weight: 500;
}
#zone-calltoaction-corporate.lp h2 {
  color: #19234b;
}
.wsp-container ul,
.wsp-container ol {
  margin-left: 15px;
}
.wsp-container ul li,
.wsp-container ol li {
  position: relative;
  padding-left: 20px;
  color: #19234b;
  font-size: 1.12rem;
  line-height: 1.82rem;
  font-weight: 300;
}
.wsp-container ul li:before,
.wsp-container ol li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #5eb234;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}
.wsp-container ul li a,
.wsp-container ol li a {
  color: #19234b;
  text-decoration: none;
  outline: none;
}
.caldera-grid h2 {
  font-size: 1.5rem !important;
  padding-bottom: 1rem;
}
.caldera-grid p {
  font-size: 1rem !important;
}
.caldera-grid .caldera-forms-consent-field-linked_text {
  color: #5eb234;
  font-weight: 500;
}
.caldera-grid .btn-envoyer {
  background: #19234b;
  color: #fff;
  border: 1px solid #19234b !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 0px #fff;
          box-shadow: 0px 0px 0px #fff;
}
.caldera-grid .btn-envoyer:hover {
  background: #fff;
  color: #19234b;
  -webkit-box-shadow: 6px 5px 10px 0px #ccc;
          box-shadow: 6px 5px 10px 0px #ccc;
}
.caldera-grid label {
  font-weight: 300 !important;
}

#section-list-actu {
  margin-bottom: 50px;
}
#section-list-actu .link-actu * {
  color: #fff;
}
#section-list-actu .cb-grid5 .max-height {
  height: 280px;
}
#section-list-actu .cb-grid5 .hovereffect .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
}
#section-list-actu .cb-grid5 .hovereffect a.info {
  margin: -122px 0 0 0;
  max-width: 95%;
  padding: 62px 30px;
}
#section-list-actu .cb-grid5 .hovereffect:hover .overlay {
  background-color: rgba(94, 178, 52, 0.8);
}
#section-list-actu .cb-grid5 .hovereffect:hover .link-actu * {
  height: auto;
}
#section-list-actu .cb-grid5 .hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
}

#section-partageRS {
  background: #f9f9fb;
  padding: 2rem 0;
}
#section-partageRS .bloc-partage-rs {
  text-align: center;
}
#section-partageRS .bloc-partage-rs li {
  list-style: none;
}

#section-gallerie-corporate {
  width: 100%;
}
#section-gallerie-corporate .gallerie {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-gallerie-corporate .gallerie .bloc-image {
  padding: 0;
}
#section-gallerie-corporate .gallerie .gal_container {
  overflow: hidden;
}
#section-gallerie-corporate .gallerie .gal_container .gal_img {
  position: relative;
}
#section-gallerie-corporate .gallerie .gal_container .gal_img a.lightbox .tobi-zoom__icon {
  display: none;
}
#section-gallerie-corporate .gallerie .gal_container .gal_img a.lightbox .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5eb234;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-gallerie-corporate .gallerie .gal_container .gal_img a.lightbox img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#section-gallerie-corporate .gallerie .gal_container .gal_img a.lightbox:hover .fa {
  opacity: 1;
}
#section-gallerie-lp h2 {
  font-size: 3.3rem;
  line-height: 4rem;
}
#section-gallerie-lp h2 b,
#section-gallerie-lp h2 strong {
  letter-spacing: 2px;
  font-weight: bold;
}
#section-gallerie-lp h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #55438d;
  margin-top: 36px;
  margin-bottom: 36px;
}
#section-gallerie-lp .bloc-image {
  margin-bottom: 20px;
}
#section-gallerie-lp .bloc-image .gal_container {
  overflow: hidden;
}
#section-gallerie-lp .bloc-image .gal_container .gal_img {
  position: relative;
}
#section-gallerie-lp .bloc-image .gal_container .gal_img a.lightbox .tobi-zoom__icon {
  display: none;
}
#section-gallerie-lp .bloc-image .gal_container .gal_img a.lightbox .fa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5eb234;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-gallerie-lp .bloc-image .gal_container .gal_img a.lightbox img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#section-gallerie-lp .bloc-image .gal_container .gal_img a.lightbox:hover .fa {
  opacity: 1;
}
#section-gallerie-lp.lp-atolyap .bloc-image .gal_container .gal_img a.lightbox .fa {
  color: #55438d;
}
#section-gallerie-lp.lp-atoplast .bloc-image .gal_container .gal_img a.lightbox .fa {
  color: #c40e1f;
}
#section-gallerie-lp.lp-atoplexi .bloc-image .gal_container .gal_img a.lightbox .fa {
  color: #ec7e2d;
}
#section-gallerie-lp.lp-ergalaser .bloc-image .gal_container .gal_img a.lightbox .fa {
  color: #f1b30d;
}
#section-gallerie-lp.lp-ima .bloc-image .gal_container .gal_img a.lightbox .fa {
  color: #26adb3;
}

#section-fil-ariane {
  padding: 20px 0;
}

#form-sendinblue {
  position: absolute;
  top: 100%;
  right: 0;
}
#form-sendinblue .titre {
  display: table;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #19234b;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#form-sendinblue .titre.open {
  background-color: #5eb234;
}
#form-sendinblue .texte {
  -webkit-box-shadow: 0 16px 20px 0px #fff;
          box-shadow: 0 16px 20px 0px #fff;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  opcaity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#form-sendinblue .texte.open {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

/* ************** 
RESPONSIVE 
************ */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }
  h1 {
    font-size: 3rem !important;
  }
  #entete-accueil {
  }
  #entete-accueil .bloc-para {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
  #section-intro {
  }
  #section-intro .row {
    margin-left: 0;
    margin-right: 0;
  }
  #section-intro .row .para-intro {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #section-intro .row .para-intro .bloc-para {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 2.6rem;
    width: 100%;
    max-width: 100%;
  }
  #section-intro .row .para-intro .para-image {
    width: 100%;
    max-width: 100%;
  }
  #section-intro .row .para-intro .para-image img {
    margin: auto;
    padding: 0 !important;
  }
  #section-metier {
  }
  #section-metier .titre-section {
  }
  #section-metier .titre-section .bloc-para {
    padding-top: 5rem;
  }
  #section-metier .mea-metier {
  }
  #section-metier .mea-metier .bloc-metier {
    padding: 10px !important;
  }
  #section-realisation {
  }
  #section-realisation .titre-section {
  }
  #section-realisation .titre-section .bloc-para {
    padding-top: 5rem;
  }
  #section-realisation {
  }
  #section-realisation .cb-slider4 {
    height: auto;
  }
  #section-realisation .cb-slider4 .slide {
    max-width: 100%;
    margin: auto !important;
  }
  #section-realisation .cb-slider4 .image {
    height: 300px !important;
  }
  #section-realisation .cb-slider4 .controls {
    position: relative;
    width: 100px !important;
    height: 50px !important;
    margin: auto;
  }
  #section-realisation .cb-slider4 .controls a.right {
    display: block;
  }
  #section-client {
  }
  #section-client .owl-carousel {
  }
  #section-client .owl-carousel .owl-nav {
  }
  #section-client .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
  #section-client .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 10px;
  }
  #section-client .owl-carousel .owl-dots .owl-dot {
  }
  #section-client .owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5eb234;
    margin: 0 5px;
    outline: none;
  }
  #description {
  }
  #description .image-texte {
  }
  #description .image-texte .bloc-image {
  }
  #description .image-texte .bloc-image img {
    width: 100%;
    right: 0;
  }
  #description .image-texte .bloc-para {
    padding: 2rem 3rem !important;
  }
  #description .texte-image {
  }
  #description .texte-image .bloc-image {
  }
  #description .texte-image .bloc-image img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 992px) {
  .collapse.in {
    display: block;
  }
  .footer > div {
    text-align: center;
    margin-bottom: 20px;
  }
  #accroche-corporate {
  }
  #accroche-corporate .ligne-accroche {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #accroche-corporate .ligne-accroche > div {
    width: 100%;
    max-width: 100%;
  }
  #accroche-corporate .ligne-accroche .bloc-image {
    text-align: center !important;
  }
  #zone-calltoaction-corporate {
  }
  #zone-calltoaction-corporate.lp {
  }
  #zone-calltoaction-corporate.lp h2 {
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }
}
@media screen and (max-width: 500px) {
  .header {
  }
  .header .navbar {
  }
  .header .navbar .navbar-brand {
    margin-right: 0;
  }
  img {
    max-width: 100%;
  }
  #entete-accueil {
  }
  #entete-accueil .bloc-para {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  #entete-accueil .bloc-para .bloc-titre {
  }
  #entete-accueil .bloc-para .bloc-titre h1 {
    font-size: 2rem !important;
  }
  #entete-accueil .bloc-para .bloc-texte {
  }
  #entete-accueil .bloc-para .bloc-texte p {
    font-size: 2rem;
    line-height: 2rem;
  }
  #section-partageRS {
  }
  #section-partageRS h2 {
    font-size: 2rem !important;
  }
  #footer {
  }
  #footer.lp {
  }
  #footer.lp .bloc-titre {
  }
  #footer.lp .bloc-titre h2 {
    font-size: 2.3rem !important;
  }
  #footer.lp .bloc-titre h2 strong {
    font-size: 2.3rem !important;
  }
  .lien-back {
    margin-bottom: 20px;
  }
}
div#gallery-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}