/*
Theme Name: Theme SES
*/
html, body {
  width: 100%;
  font-size: 20px;
  font-family: 'OpenSans';
  margin:auto;
  background-color: #f3f3f3;
  height:100%;
}

html { scroll-behavior: smooth; }

body {
  background: rgba(5,55,90,1);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(5,55,90,1)), color-stop(100%, rgba(35,115,175,1)));
  background: -o-linear-gradient(top, rgba(5,55,90,1) 0%, rgba(35,115,175,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(5,55,90,1)), to(rgba(35,115,175,1)));
  background: linear-gradient(to bottom,#04477a 0,#2373af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05375a', endColorstr='#2373af', GradientType=0 );
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;*/
}

.br-widget {
  line-height: 50px;
}

.transition, a, input, button, #fil_cat > div {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

img {
  border: none;
}

*:focus {
  outline:none;
}

.italique {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

hr.dotted {
  border-top: 1px dotted #f3f3f3;
  border-bottom: none;
  width:50%
}

@font-face {
  font-family: 'OpenSans';
  src: url("fonts/OpenSans.woff") format("woff"), url("fonts/OpenSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSansBold';
  src: url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url("fonts/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OswaldBold';
  src: url("fonts/OswaldBold.woff") format("woff"), url("fonts/OswaldBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OswaldMedium';
  src: url("fonts/OswaldMedium.woff") format("woff"), url("fonts/OswaldMedium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?f7xa78');
  src:  url('fonts/icomoon.eot?f7xa78#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?f7xa78') format('truetype'),
    url('fonts/icomoon.woff?f7xa78') format('woff'),
    url('fonts/icomoon.svg?f7xa78#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-paper-plane:before {
  content: "\e900";
}
.icon-arrow-with-circle-right:before {
  content: "\ea42";
  font-size: 1.5rem;
  color: #ff6900;
  vertical-align: middle;
  margin-left: 15px;
}
.icon-home3:before {
  content: "\e902";
}
.icon-error_outline:before {
  content: "\e903";
}
.icon-tag:before {
  content: "\e904";
}
.icon-bullhorn:before {
  content: "\e91a";
}
.icon-phone:before {
  content: "\e942";
}
.icon-fax:before {
  content: "\1F5B7";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location2:before {
  content: "\e948";
}
.icon-user:before {
  content: "\e971";
}
.icon-user-tie:before {
  content: "\e976";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}
.icon-search:before {
  content: "\e986";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-earth:before {
  content: "\e9ca";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-user2:before {
  content: "\e971";
}
.icon-briefcase:before {
  content: "\e9ae";
}
.icon-youtube2:before {
  content: "\f167";
}
.icon-map-signs:before {
  content: "\e903";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\e94b";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-profil:before {
  content: "\e976";
}
.b_orange {
  font-weight: bold;
  color: #ff6900;
}

#cboxOverlay.customColorbox {
  background: #111111;
}

.customColorbox #cboxContent {
  background: #05375a;
  border: 5px solid white;
}

.customColorbox #cboxTopCenter, .customColorbox #cboxTopRight,  .customColorbox #cboxTopLeft, .customColorbox #cboxBottomCenter, .customColorbox #cboxBottomRight,  .customColorbox #cboxBottomLeft, .customColorbox #cboxMiddleLeft, .customColorbox #cboxMiddleRight {
  background: none;
}

.customColorbox #cboxLoadedContent {
  top:0;
}

#cboxClose {
  background: url(css/images/controls.png) 0 0 no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  border:none;
}

#formulaire_job {
  background: #04477a !important;
}

.remodal{
  padding: 0px !important;
}

.remodal-close{
  left: auto !important;
  right: 0 !important;
}

#formulaire_abonnement h2, #formulaire_job h2, #formulaire_langue h2{
  text-transform: uppercase;
  font-size:1.5rem;
  color: white;
  font-family: 'OswaldMedium';
  text-align: center;
}

.formulaire_abonnement_title {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  font-family: OswaldMedium;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: bolder;
  margin: 20px 0px;
}

#formulaire_job h3{
  text-transform: uppercase;
  color: white;
  font-family: 'OswaldMedium';
  text-align: center;
}

#formulaire_job h4{
  text-transform: uppercase;
  color: white;
  font-family: 'OswaldMedium';
  text-align: inherit;
}

#formulaire_abonnement p, #formulaire_job p{
   color: white;
   padding: 0 50px;
}

#formulaire_langue p{
  color: white;
  padding: 50px 30px 50px;
  text-align: center;
  font-size: 1.2em;
}

#formulaire_langue img{
  display: block;
  margin: auto;
  padding: 50px 0px;
}

#formulaire_abonnement #formulaire_job #btn_envoi {
  margin-bottom: 10px;
}

#formulaire_abonnement #formulaire_job #part2 {
  display: none;
}

.margin_champ {
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 20px;
}

#champ_mail span {
  margin-right: 5px;
  font-size: 1rem;
  color: #ff6900;
}

#champ_mail input {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1rem;
  color:white;
  font-family: 'OswaldMedium';
  width:300px;
  max-width: 80%;
}

#champ_mail textarea {
  font-size: 20px;
  width: 100%;
  text-align: initial;
}

.margin_wrapper {
  margin-left: 25px;
  margin-right: 25px;
}

#select_liste_diffusion, #select_langue_diffusion {
  color: white;
  text-align: center;
  margin-top: 10px;
}

#select_langue_diffusion {
  visibility: hidden;
}

#burger {
  display:none;
}

#header {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position:fixed;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  height: 85px;
  background-color: #05375a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*border-bottom:2px solid #ff6900;*/
}

#topheader {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position:inherit;
  top:0;
  left:0;
  z-index:999;
  width:100%;
  background-color: #05375a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*border-bottom:2px solid #ff6900;*/
  height: 45px;
  background-color: #001f39 !important;
  width: 100%;
  display: block;
}

.content-topheader{
  display: flex;
  padding: 10px 15px 0px 15px;
  flex-flow: row wrap;
  align-items: stretch;
  width: 100%;
}

.slogan-topheader {
  font-size: .6875rem;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  color: #74767b;
  flex-grow: 1;
}

.newsletter-topheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -1px;
  flex-shrink: 1;
  color:white;
  cursor: pointer;
}

.newsletter-topheader > span {
  margin: 0px 10px;
}

#wrapper {
  width:100%;
}

#logotitle {
  margin: 10px 0 10px 30px;
  max-width: 20%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 65px;
  line-height: 65px;
}

#logotitle img {
  max-height: 100%;
  width:auto;
  /*border-right: 1px solid black;*/
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  vertical-align: middle;
}

#nav {
  -webkit-box-flex:1;
  -webkit-flex:1;
  -ms-flex:1;
  flex:1;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nav > a:not(:last-child), #nav > div > a:not(:last-child) {
  color: #f3f3f3;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  height: 85px;
  line-height: 75px;
  padding: 0px 15px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  font-family: 'OswaldMedium';
  display: inline-block;
}

#nav > a.active:not(:last-child), #nav > div > a.active:not(:last-child) {
  color: white;
  border-top: 5px solid #ff6900;
  border-bottom: 5px solid #ff6900;
}

#nav > a:not(:last-child):hover, #nav > div > a:not(:last-child):hover {
  border-top: 5px solid #ff6900;
  border-bottom: 5px solid #ff6900;
}

#p_contact {
  background-color: #ff6900;
  border: none;
  color: #f3f3f3 !important;
  padding: 10px 24px;
  border-radius: 10px;
  margin: 0px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: OswaldMedium;
  font-size: 1rem;
  font-weight: bold;
}

#p_contact > a {
  color: #030303;
}

#p_contact.active:not(:last-child) {
  background-color: #ff6900;
  border-top: 5px solid #ff6900;
  border-bottom: 5px solid #ff6900;
}

#p_contact:hover {
  background: #001f39;
}

#p_contact:hover > a {
  color: #ff6900 !important;
}

#nav a:hover {
  color: #ff6900;
}

.subnav-content {
  display: none;
  position: absolute;
  background-color: #ff6900;
  width: auto;
  z-index: 999;
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
  color: white;
  font-weight: bold;
}

.subnav:hover .subnav-content {
  display: block;
}

.subnav-content li{
  padding: 5px 25px;
  float: none;
  position: relative;
  cursor: pointer;
}

.subnav-content > li:hover{
  background-color: #2373af;
}

.subnav-content > a > li{
  padding: 5px 25px;
  float: none;
  position: relative;
  cursor: pointer;
}

.subnav-content > a > li:hover{
  background-color: #2373af;
}


.subnav-empty{
  height: 25px;
  cursor: default !important;
}

.subnav-content > .subnav-empty:hover {
  background-color: #ff6900;
}

.subnav-nested {
  position: absolute;
  display: none;
  left: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #2373af;
  width: max-content;
  top: 0px;
}

.subnav-content > li:hover > .subnav-nested{
  display: inline;
}

.subnav-content > li > a {
  color: white!important;
}

.subnav-content > li > .subnav-nested > li > a {
  color: white!important;
}

.subnav-content > li > .subnav-nested > li:hover {
  background: #f6f6f6;
}

.subnav-content > li > .subnav-nested > li:hover a {
  color: #454545!important;
}

.li-subnav-nested, .li-subnav-content{
  text-decoration: none;
  color: white;
}

.social-media-icon{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  background-size: cover;
}

.social-media-bar-icon{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 5px;
  background-size: cover;
}

.social-media-facebook{
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/FB-ORANGE.svg);
}

.social-media-facebook:hover,.social-media-facebook:focus {
  transition: .3s ease-in;
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/FB.svg);
}

.social-bar-facebook {
  background: #3B5998 !important;
}

.social-media-linkedin{
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/Linkedin-ORANGE.svg);
}

.social-media-linkedin:hover,.social-media-linkedin:focus {
  transition: .3s ease-in;
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/Linkedin.svg);
}

.social-bar-linkedin {
  background: #007bb5 !important;
}

.social-media-youtube{
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/YT-ORANGE.svg);
}

.social-media-youtube:hover,.social-media-youtube:focus {
  transition: .3s ease-in;
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/YT.svg);
}

.social-bar-youtube {
  background: #bb0000 !important;
}

.social-media-instagram{
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/Instagram-ORANGE.svg);
}

.social-media-instagram:hover,.social-media-instagram:focus {
  transition: .3s ease-in;
  background-image: url(https://www.ses-sterling.com/wp-content/themes/theme_SES/img/icons/Instagram.svg);
}

.social-bar-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

.newsletter-container{
  width: 100%;
  justify-content: flex-end;
  display: flex;
  margin-bottom: 0px !important;
}

.newsletter-footer .newsletter-container {
  float: right;
}

.newsletter-footer input[type=text] {
  padding: 20px;
  font-size: 17px;
  border: none;
  width: 60%;
}

.newsletter-footer .newsletter-container button {
  float: right;
  padding: 20px;
  background: #ff6900;
  color: #030303;
  font-size: 17px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  width: 20%;
}

.newsletter-footer .newsletter-container button:hover {
  background: #001f39;
  color: #ff6900 !important;
}

.newsletter-container-error{
  width: 100%;
  justify-content: flex-end;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
}

.newsletter-container-ok{
  width: 100%;
  justify-content: flex-end;
  display: none;
  margin: 0px !important;
  padding: 0px !important;
}

#newsletter-footer-error {
  padding: 20px;
  font-size: 17px;
  border: none;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  width: 80%;
  border-block: transparent;
  border-width: 3px;
  background-color: #FEDBD9;
  margin: 0px;
  color: red;
}

#newsletter-footer-ok{
  text-align: justify;
  color: white;
  font-weight: bold;
}

#cmplz-manage-consent .cmplz-manage-consent{
  bottom: 0 !important;
}

#connec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 85px;
  margin: 0 0 0 30px;
}

#connec > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#connec span, .newsletter-topheader span{
  font-size: 1.5rem;
}

#connec .icon-earth {
  color: white;
}

.wrapper-dropdown-3 {
  position: relative;
  width: 120px;
  margin: 4px 0 4px 10px;
  padding: 0 7px;
  height:30px;
  background: #58585B;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 1px 1px rgba(50,50,50,0.1);
  box-shadow: 0 1px 1px rgba(50,50,50,0.1);
  cursor: pointer;
  outline: none;
  font-weight: bold;
  color: #8AA8BD;
}

.wrapper-dropdown-3 span {
  font-size: 0.8rem !important;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space:nowrap;
  width: 100%;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.wrapper-dropdown-3:after {
  width: 0;
  height: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #6B6B6B transparent;
}

.wrapper-dropdown-3 .dropdown {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  background: white;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  border: 1px solid rgba(0,0,0,0.17);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  font-weight: normal;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  width: 130px;
}

.container_dropdowns {
  position: absolute;
  top:120%;
  right:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index:9999;
  opacity: 0;
  pointer-events: none;
}

.wrapper-dropdown-3 .dropdown li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #8aa8bd;
  border-bottom: 1px solid #e6e8ea;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.wrapper-dropdown-3 .dropdown li:hover a {
  background: #eeb379;
  color: #3a3a3a;
}
.wrapper-dropdown-3 .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}

.wrapper-dropdown-3 .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0,0,0,0.1) transparent;
}

.wrapper-dropdown-3.active .container_dropdowns {
  opacity: 1;
  pointer-events: auto;
}

#espace_client {
  position: relative;
  margin: 0 0 0 30px;
  padding: 7px;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

#buttons_client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: auto;
}

#buttons_client_m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#connexion {
  margin: 15px auto;
  padding: 5px 8px;
  list-style-type: none;
  position: absolute;
  right:0;
  background: #04477a;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
          box-shadow: 0 0 5px rgba(0,0,0,0.1);
  min-width: 200px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

#connexion form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}

#connexion input[type='text'], #connexion input[type='password'] {
  width: 200px;
  margin-bottom: 5px;
  background: none;
  border: none;
  border-bottom: 1px solid white;
  font-size: 0.8rem;
  color: white;
  font-family: 'OswaldMedium';
}

#connexion input[type='submit'], #connexion input[type='button'], .button_o {
  background: #ff6900;
  border: medium none;
  color: white;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 3px;
  margin: 5px auto;
  width: 70%;
  font-family: 'OswaldMedium';
}

.button_o {
  width: 100%;
}

#connexion input[type='submit']:hover, #connexion input[type='button']:hover {
  background: #001f39;
  color: #ff6900;
}

#connexion a {
  font-size: 0.6rem;
  color: #8AA8BD;
}

#connexion a:hover {
  color: white;
}

#connexion span {
  font-size:0.8rem;
}

#erreur_co {
  color: #ff6900;
  font-weight: bold;
  margin-bottom: 20px;
}

#espace_client.active #connexion {
  opacity: 1;
  pointer-events: auto;
}

#index {
  background-image: url('img/bleu.webp') ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: scroll;
			background-size:  100% 100%;
  padding:1px 0 30px 0;
}


#main_img {
  position:relative;
  padding-top: 85px;
}

#slider {
  overflow:hidden;
  width:100%;
  margin:0 auto;
}

#slider figure img, #slider figure p {
  float:left;
  width:20%;
  height:auto;
}

@-webkit-keyframes slidy {
  0% {
         left: 0%; /*1ère image*/
     }
     11% {
         left: 0%; /*idem pour attente*/
     }
     22% {
         left: -100%; /*2ème image*/
     }
     33% {
         left: -100%; /*idem pour attente*/
     }
     44% {
         left: -200%; /*3ème image*/
     }
     55% {
         left: -200%; /*idem pour attente*/
     }
     66% {
       left: -300%;
     }
     77% {
       left: -300%;
     }
     88% {
       left: -400%;
     }
     100% {
         left: -400%; /*1ère image*/
     }
}

@keyframes slidy {
  0% {
         left: 0%; /*1ère image*/
     }
     11% {
         left: 0%; /*idem pour attente*/
     }
     22% {
         left: -100%; /*2ème image*/
     }
     33% {
         left: -100%; /*idem pour attente*/
     }
     44% {
         left: -200%; /*3ème image*/
     }
     55% {
         left: -200%; /*idem pour attente*/
     }
     66% {
       left: -300%;
     }
     77% {
       left: -300%;
     }
     88% {
       left: -400%;
     }
     100% {
         left: -400%; /*1ère image*/
     }
}

#slider figure {
  position:relative;
  width:500%;
  margin:0;
  left:0;
  text-align: left;
  font-size: 0;
  -webkit-animation: 25s slidy infinite;
          animation: 25s slidy infinite;
}

#slider p {
  position: absolute;
  top:0;
  left:0;
}

.caption {
	max-height: 60px;
}

#main_img img {
  height: auto;
  width: 100%;
}

#nos_produits {
  position: absolute;
  bottom:8%;
  right: 20%;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
      transform: translateX(20%);
  background-color: #ff6900;
  color:white;
  padding:10px;
  border:3px solid transparent;
  font-size: 1.3rem;
  font-weight: bold;
}

#nos_produits:hover {
  border:3px solid white;
}

#res_soc2 {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index:9999;
}

#res_soc2_m {
  position: fixed;
  bottom: 0;
  display: none;
  z-index:9999;
  width: 100%;
}

#res_soc2_m > div {
  background: rgba(255,255,255,0.74);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.8rem;
}

#res_soc2 > div {
  position: relative;
  background: rgba(255,255,255,0.74);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#res_soc2 div span, #res_soc2_m div span {
  color: white;
  padding-right: 5px;
}

#res_soc2 div a:first-child {
  font-size: 1.5rem;
  color: white;
}

#res_soc2 a span, #res_soc2_m div span {
  padding: 5px 10px;
}

#res_soc2 div:hover a, #res_soc2_m div:hover a {
  color: #ff6900;
}

#title_actu {
  text-align: center;
  font-size: 1.4rem;
  color: white;
}

#title_actu1 {
  text-align: center;
  font-size: 1.4rem;
  color: #dedede;
}

#title_actu2 {
  text-align: center;
  font-size: 1.4rem;
  color: #dedede;
}

#container_actus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#container_actus > * {
  border:2px solid #ff6900;
  width: 350px;
  margin:10px 5px;
  color: #3a3a3a;
  padding-bottom: 15px;
  background: #f3f3f3;
  position: relative;
}

.image_video {
  border: 0px solid!important;
  cursor: pointer;
}

.spacer {
  height: 1rem;
}

.link_actu {
  position: absolute;
  bottom: 5px;
  right:5px;
}

#container_actus img {
  height: auto;
  width: 100%;
}

#container_actus video {
  width: 500px;
  max-width:100%;
  height: auto;
}

.videoWrapperIndex {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.videoWrapperIndex iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#container_actus p, #container_actus h2 {
  padding: 0px 15px;
}

#container_actus ul {
  margin: 0;
  font-size: 0.9rem;
}

#container_actus h2 {
  font-size: 1.03rem;
}

#container_actus p {
  text-align:justify;
  font-size:0.9rem;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

#container_actus a {
  padding:0;
  color: #3a3a3a;
  font-weight: bold;
  font-size:0.9rem;
  border: 1px solid transparent;
}

#container_actus a:hover {
  border-bottom: 1px solid black;
}

.container_actus_title {
  text-align: center;
  background-color: #ff6900 !important;
  padding: 0px !important;
  margin: 0px !important;
  color: black;
  font-family: OpenSansBold,Trebuchet MS,Arial,sans-serif !important;
}

#container_bandeau_map {
  background-color: #001f39;
  color: white;
  font-size: 0.8rem;
}

#container_bandeau_map h3 {
  font-size: 1.1rem;
  padding: 20px 0 5px 20px;
  margin: 0;
}

#container_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#container_map h4 {
  color: #ff6900;
  font-size: 0.9rem;
  margin:15px 0;
}

#container_map p {
  margin:0;
  line-height: 1.2rem;
}

#container_map span {
  font-weight: bold;
}

#container_adresses {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#container_adresses > div {
  margin: 0 40px;
}

#container_adresses a {
  color: white;
  padding-bottom:2px;
  border-bottom: 1px solid transparent;
}

#container_adresses a:hover {
  border-bottom:1px solid white;
}

#map {
  width: 435px;
  margin: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#map img {
  max-width: 100%;
  height: auto;
}

#en_bref {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: justify;
  padding-right: 20px;
}

#en_bref h3 {
  padding-bottom: 10px;
  padding-top: 0;
  margin: 0;
}

#iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#iso img {
  max-width:120px;
  height: auto;
  margin: 0 10px;
}

#representant {
  padding: 0 0 20px 20px;
}

#representant a {
  color: #ff6900;
  font-weight: bold;
  padding-bottom:2px;
  border-bottom: 1px solid transparent;
}

#representant a:hover {
  border-bottom:1px solid #ff6900;
}

#btt {
  padding: 7px 10px;
  background-color:#ff6900;
  text-align: center;
  border: 2px solid #B92E00;
  border-top: none;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  cursor: pointer;
  color: #3a3a3a;
  position: absolute;
  top:0;
  right: 30px;
}

#btt span {
  font-size: 1.5rem;
}

#btt:hover {
  color:white;
}

#container_plan {
  background-color: #05375a;
  width: 100%;
}

#plan_site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index:1;
  padding: 15px 0;
}

.container_a_footer {
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container_a_footer_width {
  width: 400px;
}

.container_a_footer_width_social {
  width: 600px;
}

.container_a_footer > div {
  width: 100%;
}

.container_a_footer > div > div {
  margin:5px 0;
}

#plan_site a {
  margin: 2px 0;
}

#plan_site a, .block_crit p, .container_a_footer > div > div {
  padding: 2px 0;
}

.footer_title span {
  color: #ff6900;
  font-weight: bold;
}

.footer_title span:hover {
  color: #f3f3f3;
}

.footer_item span{
  color: #f3f3f3;
  font-size:0.8rem;
  border-bottom: 1px solid transparent;
}

.footer_item span:hover {
  color: #ff6900;
  border-bottom: 1px solid #ff6900;
}

#footer {
  font-size:0.7rem;
  text-align:center;
  background: #001f39;
  padding: 5px;
  width: 100%;
}

#footer a {
  color: #ff6900;
  font-weight: bold;
}

#footer a:hover {
  color:white;
}

#footer > span {
  color: white;
}

/************** Page ***********/
#page {
  width: 100%;
  padding: 0px;
  background-color: #04477a;
  position:relative;
}

#contenu_page {
  margin: 0 auto;
  padding: 130px 0px 100px 0px;
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
  min-height: 1000px;
  background-color: #04477a;
}

.contenu_sous_page {
  padding: 0.5em 50px;
}

.contenu_sous_page h2, .contenu_sous_page h3 {
  margin: 0;
}

.texte_fond_bleu, .texte_fond_gris {
  font-size: 0.5rem;
}

.texte_fond_bleu {
  color: #dedede;
  text-align: justify;
}

.texte_fond_bleu h2, .texte_fond_bleu h3 {
  color: white;
}

.texte_fond_bleu a, .texte_fond_gris a {
  font-weight: bold;
  color: #ff6900;
}

.texte_fond_bleu a:hover {
  color: white;
}

.texte_fond_gris a:hover {
  color: black;
}

.container_img_large {
    text-align: center;
}

.img_large {
  min-width: 100%;
  max-width: 100%;
  height:auto;
  display: block;
}

.title_section1 {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  background: #05375a;
  padding: 5px 0;
  font-family: 'OpenSansLight';
  margin: 0;
}

.title_section2 {
  color: white;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  background: #184c0d;
  padding: 5px 0;
  font-family: 'OpenSansLight';
}

.presentation_p {
  padding: 30px 180px;
}

.presentation_h2 {
  color: #ff6900;
}

.presentation_p h2 {
  text-align: center;
  font-weight: 900!important;
}

.presentation_p p {
  text-align: center;
  color: #001f39;
}

.filter-orange-sterling {
  filter: invert(42%) sepia(54%) saturate(2616%) hue-rotate(2deg) brightness(104%) contrast(102%);
}

.cadre_valeurs {
  background: #2e475c url(img/logo-sterling-opacity.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 50px;
}

.cadre_valeurs h2 {
  color: white;
}

.container_valeurs, .container_title, .sous_titre_cadre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


.container_title > * {
  width: 25%;
  padding: 20px 0;
}

.sous_titre_cadre > * {
  width: 25%;
  color: white;
}

.sous_titre_cadre > * > a {
  color: white;
}

.title_valeur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a;
}

.cadre_valeur {
  background: rgba(255,255,255,0.7);
  width: 25%;
  padding: 24px;
}

.nopadding {
  padding:0 !important;
}

.background_gray {
  background: #dedede;
}

.ecovadis {
  padding: 133px 180px;
  scroll-margin-top: 85px;
}

.ecovadis h2 {
  text-align: center;
}

.ecovadis p {
  text-align: center;
  color: #001f39;
}

.engagement_p {
  padding: 133px 180px 30px 180px;
  scroll-margin-top: 85px;
}

.engagement_h2 {
  color: #ff6900;
}

.engagement_p h2 {
  text-align: center;
}

.engagement_p p {
  text-align: center;
  color: #001f39;
}

.economie-second-child > img, .responsabilite-first-child > img, .economie-last-child > img{
  width: 500px;
}

.font_engagement {
  font-family: 'OpenSans', Trebuchet MS, Arial, sans-serif !important; 
}

.background_gray_engagement {
  background: #f2f2f2;
}

.background_gray_engagement > h1 > strong > span {
  font-family: 'OswaldMedium', Trebuchet MS, Arial, sans-serif !important; 
  font-weight: bold !important; 
}

.background_white {
  background: white;
}

#pdf_fact {
  text-align: center;
}

.container_fact {
  position: relative;
  display:block;
}

.container_svg {
  position: absolute;
  top:10%;
  right:10%;
  max-width: 10%;
}

.container_svg img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contenu_wp {
  text-align: justify;
  color: #3a3a3a;
}

#bandeau_3_img_test img {
  width: 100%;
  height: auto;
  display: block;
}

#bandeau_3_img {
  background: #05375a none repeat scroll 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
  width: 100%;
  margin-bottom: 20px;
}

#bandeau_3_img > * {
  margin: 0 10px;
  min-width: 1px;
}

#bandeau_3_img img {
  max-width: 100%;
  height: auto;
}

img[title="NL"] {
  cursor: pointer;
}

#accueil:hover > * {
  color: #ff6900;
}

#connexion_client:hover > * {
  color: #ff6900;
}

.current_page a {
  color: #ff6900 !important;
}

#menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.a_header {
  width: 100%;
}

/********** menu pages ********/

#container_sous_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 85px;
  z-index:100;
  width:100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #001f39;
  padding: 0 10px;
  font-family: 'OpenSans';
}

#container_sous_menu ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#container_sous_menu ul li {
  padding: 10px 15px;
  cursor: pointer;
  /*border-bottom: 3px solid transparent;*/
  text-align: center;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

#container_sous_menu ul li:hover a {
  color: #ff6900;
}

#container_sous_menu ul li a {
    color: white;
}

#accueil span, #accueil a {
  color: white;
}

.li_toggle {
  display: none !important;
}


/******** Specifique entreprise *********/
#link_alsace {
  font-weight: bold;
  color: #e32219;
  border-bottom:2px solid transparent;
}

#link_alsace:hover {
  border-bottom:2px solid #e32219;
}

#charte {
  text-align: center;
  padding-right: 50px;
  max-width: 400px;
}

#charte_text > a{
  color: white;
  font-size: 1rem;
}

#container_img_charte{
  padding-bottom: 10px;
}

#container_avatar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
background: rgb(255,105,0);
background: -webkit-gradient(linear, left top, right top, from(rgba(255,105,0,1)), color-stop(29%, rgba(255,105,0,1)), color-stop(29%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
background: -o-linear-gradient(left, rgba(255,105,0,1) 0%, rgba(255,105,0,1) 29%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,105,0,1) 0%, rgba(255,105,0,1) 29%, rgba(255,255,255,1) 29%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6900",endColorstr="#ffffff",GradientType=1);
padding: 50px 0;
}

#avatar {
text-align: center;
    max-width: 330px;
}

#avat1 {
  color: #3D3D3D;
  font-size: 1.2rem;
  font-weight: bold;
}

#avat2 {
  font-size: 0.8rem;
  color: #3a3a3a;
  text-align: center;
}

#container_img_avatar {
  max-width: 350px;
  min-height: 1px;
}

#avatar img {
  max-width: 100%;
  height:auto;
}

#avatar img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
      transform: scale(1.02);
}

#quote {
  color: #3a3a3a;
  font-style: italic;
  position: relative;
  width: 45%;
  background: rgba(255,255,255,0.9);
-webkit-box-shadow: 5px 5px 8px 0px #656565;
-o-box-shadow: 5px 5px 8px 0px #656565;
box-shadow: 5px 5px 8px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=8);
padding: 20px;
margin-right: 20px;
}

#quote p {
  padding: 0 20px; 
}

.icon-quotes-right {
  position: absolute;
  right:20px;
  bottom: 20px;
}

.icon-quotes-right, .icon-quotes-left {
  color: #8E8E8E;
  max-width: 35px;
}

/******** Specifique implantations *********/
#contenu_implantations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.titre_pays {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ff6900;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.titre_pays > span {
  padding-right: 10px;
}

.impl_header {
  font-size: 0.7rem;
  color: white;
}

.impl_span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff6900;
}

.container_impl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f3f3f3;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.impl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.impl h3 {
  font-weight: normal;
  font-size: 1rem;
}

.impl img {
  max-width: 100%;
  height: auto;
}

.impl_adresse {
  font-size: 0.85rem;
  width: 30%;
}


.map {
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
}

/****** spécifique events / foires *********/
#events {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div_event_annee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 20px;
}

.div_event_annee > div {
  margin: 0 20px;
  width: 25%;
}

#contenu_events {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

#contenu_events h3 {
  color:#ff6900;
  border-bottom: 1px solid silver;
}

.event_title {
  font-weight: bold;
  text-align: center;
}

.event_title > p {
  margin-bottom: 5px;
}

.event_parution {
  font-size: 0.8rem;
  margin-top: 10px;
}

.event_parution a {
  color: black;
}

.event_img {
  max-width: 250px;
  overflow: hidden;
  margin: 0 auto;
  border: 5px solid white;
  -webkit-box-shadow: 2px 2px 12px black;
          box-shadow: 2px 2px 12px black;
}

.event_img:hover {
  -webkit-box-shadow: 7px 7px 20px black;
          box-shadow: 7px 7px 20px black;
}

.event_img img {
  max-width: 100%;
  height: auto;
  display: block;
}


/********** actus *********/
#container_innovations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#container_innovations > div {
  width: 50%;
  padding:0 40px;
  border-left: 1px solid silver;
}

.list_innov {
  text-align: center;
}

#container_innovations h2 {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 2px solid #ff6900;
}

/***** spécifique emploi *****/
#titre_emploi div:first-child {
  font-weight: bold;
}

#titre_emploi div:last-child {
  font-size: 0.8rem;
  color: white;
}

#titre_emploi h2 {
  font-size: 1rem;
  color: white;
}

#titre_emploi {
  width:70%;
  margin: 0 auto;
}

#contenu_emploi {
  margin-top: 50px;
  font-size: 0.7rem;
  color: white;
}

#contenu_emploi > div > p > span {
  color: white !important;
}

#contenu_emploi > div > p > span > span > span {
  color: white !important;
}

#contenu_emploi > div > p > span > span > span {
  color: white !important;
}

#contenu_emploi > div > p > span > span > span > span > b {
  color: #ff6600 !important;
}

#contenu_emploi > div > p > span > span > span > span > span > b {
  color: #ff6600 !important;
}

#contenu_emploi > div > ul > li > span {
  color: white !important;
}

#contenu_emploi > div > ul > li > span > span > span > span {
  color: white !important;
}

#contenu_emploi a {
  color: #ff6600;
}

#contenu_emploi * {
    font-family: 'OpenSans';
}

#contenu_emploi {
  text-align: justify;
  width:70%;
  margin: 0 auto;
}

#contenu_emploi strong {
  color: #ff6900;
}

.intro_emploi{
  font-weight: 700;
  margin: 20px auto;
  width: 70%;
  color: #f3f3f3;
}

.candidatureSpontanee{
  color: #ff6900;
  cursor: pointer;
}

.candidatureSpontanee:hover{
  text-decoration: underline;
}

.titre_emploi {
  background-color: #ff6900;
  padding: 18px;
  width: 70%;
  text-align: center;
  border: none;
  margin: 0 auto;
    margin-top: 0px;
  font-weight: bold;
  color: white !important;
  margin-top: 25px;
}

#collapsibles_emploi {
  width:70%;
  margin: 0 auto;
  margin-top: 25px;
}

.accordion {
  background-color: #ff6900;
  color: #f3f3f3;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: large;
  margin-bottom: 10px;
  border-radius: 10px;
}

.active, .accordion:hover {
  background-color: #001f39;
}

.accordion::after {
  content: '\002B';
  color: #f3f3f3;
  font-weight: bold;
  font-size: large;
  float: right;
  margin-left: 5px;
  box-sizing: inherit;
}

.accordion.active::after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  margin-top: -10px;
  margin-bottom: 10px;
  border-radius: 10px;
} 

.postuler {
  border-radius: 10px;
}

.formulaire_job_inputs{
  color: white;
  display: flex;
  flex-direction: column;
}

.formulaire_job_inputs > div{
  flex: 1 1;
}

.formulaire_job_inputs > ul {
  padding: 0 50px;
  color: white;
  list-style-type: none;
}

.flex-direction-colum{
  flex-direction: column;
}

.solid {
  border-top: 1px solid white;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.parcours_label {
  color: white;
}

.box__span{
  text-align: center;
  font-size: 12px;
  padding-top: 20px;
}

.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.box__file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.box__button {
  font-weight: 700;
  color: #e5edf1;
  background-color: #39bfd3;
  display: none;
  padding: 8px 16px;
  margin: 40px auto 0;
}

.box__input {
  display: flex;
  flex-direction: column;
}

.box__icon {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.cursor__pointer{
  cursor: pointer;
  color: #ff6900;
}

.cursor__pointer:hover{
  color: #001f39;
}

.box.has-advanced-upload {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
  padding: 50px;
  margin: 50px 50px 10px 50px;
}

.box.has-advanced-upload-form {
  background-color: white;
  outline: 2px dashed black;
  outline-offset: -10px;
  padding: 50px;
  width: calc(100% - 1rem - 20px);
}

.error_value_file{
  margin-left: 50px;
}

.box.has-advanced-upload .box__dragndrop, .box.has-advanced-upload-form .box__dragndrop{
  display: inline;
}

.box.is-dragover {
  background-color: grey;
}

.box.is-uploading .box__input {
  visibility: none;
}

.box.is-uploading .box__uploading {
  display: block;
}

#label_message_area{
  text-align: right;
  color: white;
  display: block;
}

.simple_file[type=file]{
  color: #757575;
  padding: 8px;
  background-color: #fff;
}

.simple_file::file-selector-button {
  margin-right: 8px;
  border: none;
  background: #001f39;
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
}

.simple_file::file-selector-button:hover {
  background: #ff6900;
}

/* spécifique documentations */
.more_docs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left_docs, .right_docs {
  background: #bbb;
  color: white;
  font-weight: bold;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  z-index:99999;
}

.compteur_modulo {
  text-align: center;
}	

.disabledPoint {
  color: #aaaaaa;
}

.enabledPoint {
  color: #ff6900;
}

.left_docs {
  position: relative;
  left: 5%;
  top: 170px;
  float: left;
}

.right_docs {
  position: relative;
  right: 5%;
  top: 170px;
  float: right;
}

.active_docs {
  background: #ff6900;
  cursor: pointer;
}

#docs_container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.docs .docs_sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  width: 80%;
  margin: 0 auto;
}

.docs_title span {
  width: 5%;
  background: #ff6900;
  font-size: 1rem;
  padding: 8px;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.docs_title {
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.docs_title > h2 {
  margin-right: 10px;
  margin: 0;
  font-size: 1.4rem;
  display: inline;
  background: #05375a;
  width: 100%;
  padding: 8px 20px; 
  color: white;
}

.doc_ST > h2 {
  margin-right: 10px;
  margin: 0;
  font-size: 1rem;
  display: inline;
  background: none;
  width: 90%;
  color: black;
}

.doc_ST > h2 span {
  background: #05375a;
  color: white;
  padding: 10px 20px;
  margin-right: 25px;
}

.arrow_down {
  background: none !important;
  color: black !important;
}

#docs_container h3 {
  font-weight: normal;
  font-size: 0.8rem;
  margin: 5px 0;
}

.container_doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  max-width: 300px;
  min-width: 300px;
}

.doc_ST {
   width: 90%;
   margin: 20px auto;
   color: #ff6900;
   border-bottom: 1px solid silver;
   cursor: pointer;
   padding-bottom: 10px;
}

.doc_ST > span {
  margin-right: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp_ligne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


/*********** logiciels ***********/
.cadre_logiciel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 60px 28px 100px 28px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 400px;
	min-height: 500px;
}

.cadre_logiciel > div:first-child {
	max-width: 500px;
}

.cadre_contenu {
	/*-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;*/
	background: #dedede;
}

.cadre_titre {
	font-size: 1rem;
	padding: 15px 5px;
	text-align: center;
	background: #001f39;
	margin:	0;
	color: white;
}

.cadre_image {
	display: block;
}

.cadre_logiciel ul {
	list-style: none;
	padding-left: 10px;
}

.cadre_logiciel img {
	max-width: 100%;
	height: auto;
}

.cadre_logiciel li::before {
	content: "\2022";
  	color: #ff6900;
  	font-weight: bold;
  	display: inline-block;
  	width: 1em;
}

.cadre_logiciel li p {
	display: inline;
}

.cadre_logiciel li {
	margin: 8px 0;
}

.more, .less {
	position: relative;
	height: 50px;
	width: 100%;
	background: #ff6900;
	color: white;
	text-align: center;
	cursor: pointer;
-webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.more span:first-child, .less span:first-child {
	margin: 0 3px;
	font-size: 0.8rem;
}

.more {
	-webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
	        clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
	line-height: 40px;
}

.less {
	display: none;
	-webkit-clip-path: polygon(0 20%, 50% 0, 100% 21%, 100% 100%, 0% 100%);
	        clip-path: polygon(0 20%, 50% 0, 100% 21%, 100% 100%, 0% 100%);
	line-height: 55px;
	bottom: 0;
}

.more:hover, .less:hover {
	background: #001f39;
}

.more_content {
	display: none;
	padding: 0 20px;
}

.accroche {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	padding: 10px 0;
}

.accroche > p {
	padding: 10px 20px;
	margin: 0;
}

.contenu_logiciels {
	background: #05375a;
	font-size: 0.7rem;
}

.contenu_logiciels h1 {
	color: #e9e9e9 !important;
}

#container_cadres p, #container_cadres h3, #container_cadres a {
	color: black !important;
}

#container_cadres a, #logiciels_header a {
	text-decoration: underline;
}

#container_cadres a:hover, #logiciels_header a:hover {
	color: #ff6900 !important;
}

#container_cadres {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}	

#logiciels_header {
	width: 50%;
	margin: 0 auto;
  text-align: -moz-center;
}

#logiciels_header p, #logiciels_header a {
	color: #e9e9e9;
}




/*********** catalogue ***********/
.catalogue{
  background-color: #DEDEDE;
  padding: 0 0 20px 0 !important;
}

#container_cat {
  background: #04477a;
  padding-top: -webkit-calc(1.9rem + 20px);
  padding-top: calc(1.9rem + 20px);
}

#div_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cat_produit .fix_ie {
  min-height: 1px;
}

.cat_produit {
  width: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px;
  background-color: white;
  text-align: center;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  cursor: pointer;
  max-width: 500px;
  position: relative;
}

.cat_produit h2 {
  font-size: 0.7rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 0;
}

.cat_space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bandeau {
  position: absolute;
}

.link_pdf {
  height: 50px;
  background: #ff6900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link_pdf div {
  width: 100%;
  height: 100%;
}

.link_pdf a {
  display: block;
  line-height: 50px;
}

.link_pdf div:hover {
  background-color: #4a4a4a;
  color: #c2c2c2;
}

.vert_sep {
  width: 2px !important;
  background-color: #c2c2c2;
}

.cat_produit_white {
  border-color: white;
}

.cat_produit_blue {
  border-color: #71cdff;
}

.cat_produit_green {
  border-color: #00ac6c;
}

.cat_produit_silver {
  border-color: #ababab;
}

.border-none {
  border: 0;
}

.cat_produit:hover {
  -webkit-box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
          box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
}

.cat_produit a {
  color: #c2c2c2;
}

.cat_produit span {
  padding-bottom: 5px;
  font-size: 0.7rem;
  font-weight: bold;
}

.title_cat {
  position: absolute;
  top: -webkit-calc(-20px - 1rem);
  top: calc(-20px - 1rem);
  left: 0;
  margin:0;
  padding:0;
  min-width: 230px;
  text-align: left;
  font-size: 1rem !important;
}

.title_cat_white {
  color: white;
}

.title_cat_blue {
  color: #71cdff;
}

.title_cat_green {
  color: #00ac6c;
}

.title_cat_silver {
  color: #ababab;
}

.cat_produit img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#fil_cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
}

#fil_cat > div {
  padding: 20px;
  width: auto;
  position: relative;
  display: block;
  float: left;
  color: #3a3a3a;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#fil_cat > div::after {
  content: "";
  display:block;
  width:0;
  height:0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 100%;
  z-index: 2;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

#fil_cat > div::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 30px solid #05375a;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

#fil_cat div:last-child *::after {
  border: 0;
}

#fil_cat > div:hover  {
  background: #3f3f3f;
  color: white;
}

#fil_cat > div:hover:after {
  border-left-color: #3f3f3f;
}



.cat_0 {
  background-color: #ff6900;
}

.cat_0:after {
    border-left: 30px solid #ff6900;
}

.cat_1 {
  background-color: #EF8417;
  padding-left: 35px !important;
}

.cat_1:after {
    border-left: 30px solid #EF8417;
}

.cat_2 {
  background-color: #F49F0E;
  padding-left: 35px !important;
}

.cat_2:after {
    border-left: 30px solid #F49F0E;
}

#dt_liste_rech_info {
  color: #b7b7b7;
}

#dt_liste_rech_previous, #dt_liste_rech_next, .paginate_button {
  color: #b7b7b7 !important;
}
/*********** recherche produit **********/
#appli {
    padding-top: -webkit-calc(1.9rem + 20px);
    padding-top: calc(1.9rem + 20px);
}

#form_recherche {
  background: none;
  border:none;
  margin:0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
}

#info_recherche {
  color: #b7b7b7;
  font-size: 0.9rem;
  width: 60%;
  margin: 5px auto;
}

#recherche {
  width:100%;
  height: 50px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding-left: 5px;
}

#submit_recherche {
  background: #ff6900 none repeat scroll 0 0;
  border: medium none;
  color: white;
  cursor: pointer;
  font-family: "OswaldMedium";
  font-size: 1rem;
  padding: 5px 20px;
}

#submit_recherche:hover {
  background: #001f39;
  color: #ff6900;
}

#resultat {
  width:60%;
  margin:0 auto;
  display:block;
}

#appli table, th, td {
  border: none;
}

#dt_liste_rech {
  width: 100%;
}

table.dataTable tbody tr {
  height: 65px;
}

table.dataTable thead {
  display:none;
}

table.dataTable tr.odd {
  /*background: #87AAC5;*/
}

table.dataTable tbody td {
  border-bottom: 1px solid #999;
}

.dataTables_length label {
  color:#b7b7b7;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color:#b7b7b7;
  font-size: 0.8rem;
}

table.dataTable .aligncenter {
  text-align: center;
}

.td_center {
  text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #b7b7b7 !important;
  margin-left: 0 !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #2373AF !important;
  color: black !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: none !important;
}

.imgprdt {
  height: 100%;
  width: 100%;
}

.imgprdt_div {
position:relative;
  color: #0b7;
  display: inline-block;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: 2px solid #2373AF;
  -webkit-transition:0.5s;
}

.imgprdt_div:hover {
  border: 2px solid rgba(0,160,80,0);
  color: #FFF;
}

.imgprdt_div::before, .imgprdt_div::after {
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:0;
  left:0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.imgprdt_div::before {
  border-bottom: 3px solid #05375a;
  border-left: 3px solid #05375a;
  -webkit-transform-origin: 0 100%;
}

.imgprdt_div::after {
  border-top: 3px solid #05375a;
  border-right: 3px solid #05375a;
  -webkit-transform-origin: 100% 0%;
}

.imgprdt_div:hover::after, .imgprdt_div:hover::before {
  -webkit-transform: scale(1);
}

.imgpdf {
  height:50px;
  width:50px;
}

table.dataTable tbody tr b {
  font-size:15px;
  line-height: 28px;
}

.block_crit {
  float: left;
  list-style:none;
  margin:4px 0.9% 0 0;
  padding: 0;
  width: 23%;
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
}

.block_crit li {
  text-align:left;
  padding: 5px;
}

.block_crit p {
  margin:5px 0;
}

.hide {
  display : none;
}

li .select {
  background-color:red;
}

#critere {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/*********** Override ui-tabs ***********/
#tabs {
    background: #04477a;
    display: none;
}

.ui-tabs, .ui-tabs .ui-tabs-panel, .ui-tabs .ui-tabs-nav {
  padding: 0;
  background: #04477a;
  margin-top: 10px;
}

.ui-tabs .ui-tabs-nav {
  margin-right: 20px;
  float: right;
}

.ui-tabs .ui-tabs-nav li {
  margin: 0;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: #2373AF;
  border: none;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-widget-header {
  border: 0 !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-radius: 0;
          border-radius: 0;
}

/*********** spécifique formulaire contact **********/
.retour_mail {
  display: none;
  text-align: center;
  background-color: #dedede;
  padding: 20px;
  width:100%;
  height:100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mail_ok span {
  margin: 0 10px;
  color: green;
  font-size: 1.1rem;
}

.mail_ko span {
  margin: 0 10px;
  color: #c40101;
  font-size: 1.1rem;
}

.a_emploi {
  color: #ff6900;
  font-weight: bold;
}

.a_emploi:hover {
  color: black;
}

.wrapper_form_contact{
  background-color: #04477a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row_form_contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
}

.row-form-contact {
  display: flex;
  flex-direction: row;
  margin: 10px 0px;
}

.row-form-contact > span{
  margin-top: 5px;
  margin-right: 5px;
  font-size: 1rem !important;
  color: #ff6900 !important;
}


.row-form-contact > input{
  background: 0 0;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-bottom: 1px solid #fff;
  font-family: OswaldMedium;
  font-size: 1rem;
  color: black;
  background-color: white;
  width: -webkit-calc(100% - 1rem - 5px);
  width: calc(100% - 1rem - 20px);
}


.row-form-contact > div > input{
  background: 0 0;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-bottom: 1px solid #fff;
  font-family: OswaldMedium;
  font-size: 1rem;
  color: black;
  background-color: white;
  width: -webkit-calc(100% - 1rem - 5px);
  width: calc(100% - 1rem - 20px);
}

.row-form-contact-file {
  flex-direction: column !important;
}

.column_form_column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.column_form_column > #tabs_contacts > .tab_contacts{
  margin: 0px 0px 20px 0px;
  width: 100%;
}

#form-contact > div {
  display: flex;
  flex-direction: row;
}

.form-label {
  color: #fff;
  margin: 10px;
  font-family: OswaldMedium;
  font-size: larger;
}

.div-checkbox-form-contact{
  width: 95%;
}

.col-form-contact {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.column_form_column > h1 {
  display: flex;
  flex-direction: row;
}

.column_form_column > form {
  display: flex;
  flex-direction: column;
}

.col-form-contact {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.wrapper_form_contact h1, .wrapper_form_contact h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #fff;
  font-family: OswaldMedium;
}

#form-contact-title{
  display: flex;
  flex-direction: row;
}

.input-form-contact {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}

 /* Customize the label (the container) */
 .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: OswaldMedium;
  color: white;
  font-size: 20px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #ff6900;;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.col-form-contact > textarea{
  width: calc(100% - 1rem - 20px);
  min-height: 120px;
  border: 1px solid #fff;
  font-size: 1rem;
  color: black;
  font-family: OswaldMedium;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.col-form-contact > input{
  color: black;
  font-family: OswaldMedium;
  border: none;
      border-bottom-color: currentcolor;
      border-bottom-style: none;
      border-bottom-width: medium;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  width: -webkit-calc(100% - 1rem - 20px);
  width: calc(100% - 1rem - 20px);
}

#form-contact-google a{
  color: #fff;
  font-weight: 700;
}

#div_form_contact {
  background-color: #04477a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#div_form_contact a  {
  color: white;
  font-weight: bold;
}

#div_form_contact a:hover {
  color: #ff6900;
}

#div_form_connexion {
  background-color: #04477a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

#div_form_connexion h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: white;
  font-family: 'OswaldMedium';
}

#div_form_connexion form {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#div_form_connexion form > * {
  margin: 5px;
}

#div_form_connexion input, #div_form_connexion label {
    font-family: 'OswaldMedium';
    width:200px;
}

#div_form_connexion input[type='text'], #div_form_connexion input[type='password']{
  background: none;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1rem;
  color: white;
}

#div_form_connexion span {
  margin-right:5px;
  font-size: 1rem !important;
  color: #ff6900 !important;
}

#div_form_connexion input[type='submit'] {
  border:none;
  background: #ff6900;
  color: white;
  padding: 5px 20px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'OswaldMedium';
}

#div_form_connexion input[type='submit']:hover {
  background: #001f39;
  color: #ff6900;
}

#div_form_connexion a {
  color: #8aa8bd;
  font-family: 'OswaldMedium';
}

#div_form_connexion a:hover {
  color: white;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.center {
  text-align: center;
}

.display_none {
  display: none !important;
}

#form_img {
  width: 250px;
  margin-top: 50px;
}

.form_input_spe {
  margin-bottom: 20px;
}

#div_form_contact img {
  max-width: 100%;
  height: auto;
}

#div_form_contact h1, #div_form_contact h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: white;
  font-family: 'OswaldMedium';
}

#div_form_contact h4 {
  color: white;
  font-family: roboto;
}

#div_form_contact form {
  width: 80%;
}

#div_form_contact input, #div_form_contact label {
    font-family: 'OswaldMedium';
}

#div_form_contact input[type='text'],  #div_form_contact input[type='email'], #div_form_contact input[type='tel']{
  background: none;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1rem;
  color: white;
  width: -webkit-calc(100% - 1rem - 5px);
  width: calc(100% - 1rem - 5px);
}

#div_form_contact select {
  width: -webkit-calc(100% - 1rem - 5px);
  width: calc(100% - 1rem - 5px);
  font-size: 1rem;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
    background: none;
    border: none;
    border-bottom: 1px solid white;
    font-family: 'OswaldMedium';
    color: #89a1b1;
}

.error_value, .error_value_spe {
  color: #fecc02;
  font-size: 0.7rem;
  display: none !important;
}

#container_captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#form_span {
  color: #89a1b1;
}

input[type='checkbox'] {
  margin-right: 10px;
}

.form_4 span, .form_2 span {
  margin-right:5px;
  font-size: 1rem !important;
  color: #ff6900 !important;
}

#button_envoi, #button_changer_langue, #button_rester_langue {
  margin: 20px auto;
  display: block !important;
  text-align: center;
}

#form-envoi {
  margin: 20px 0px;
}

#button_envoi input, #button_envoi a, #form-envoi input, #form-envoi a, #button_retour a{
  border:none;
  background: #ff6900;
  color: white;
  padding: 5px 20px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'OswaldMedium';
}

.spacer-module {
  align-items: center;
  display: flex;
  margin: 1rem 0;
  text-align: center;
}

.spacer-module::before {
  background-color: #ddd;
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 .675rem;
  box-sizing: inherit;
}

.spacer-module::after {
  background-color: #ddd;
  content: "";
  flex: 1;
  height: 1px;
  margin: 0 .675rem;
  box-sizing: inherit;
}

.spacer-module span {
  color: #666;
  font-size: .825rem;
}

.paypal_card {
  background: white;
  padding: 20px;
  width: 500px;
  border-radius: 5px;
}

#card-field-submit-button{
  color: #fff;
  font-family: PayPalOpen-Bold,sans-serif;
  font-size: 16px;
  height: 60px;
  background-color: #0551b1;
  border: 0.125rem solid #0551b1;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.125rem;
  min-height: 3rem;
  min-width: 6rem;
  padding: calc(0.75rem - 0.125rem) calc(2rem - 0.125rem);
  align-items: center;
  border-radius: 1000px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease;
  overflow: visible;
  display: none;
}

#card-field-submit-button:hover{
  background-color: #1171ca;
  border-color: #1171ca;
  color: #fff;
  text-decoration: none;
}

#card-field-submit-button:focus{
  box-shadow: 0 0 0 0.125rem #fff;
  outline: 0.125rem solid #097ff5;
  outline-offset: 0.125rem;
}

#button_rester_langue input{
  padding: 10px 50px;
}

#button_changer_langue input{
  border:none;
  background: #ff6900;
  color: #000;
  padding: 10px 50px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'OswaldMedium';
}

#button_rester_langue input{
  border-style: solid;
  border-color:#ff6900;
  background: transparent;
  color: white;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'OswaldMedium';
}

#button_rester_langue input:hover{
  background: #ff6900;
}

#button_envoi input:hover, #button_changer_langue input:hover, #button_envoi a:hover, #form-envoi input:hover, #form-envoi a:hover {
  background: #001f39;
  color: #ff6900;
}

#div_valid_paiement {
  background: #04477a;
  text-align: center;
  padding-top: 20px;
}

#div_paiement_secu {
  background: #05375a;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

#div_paiement_secu p, #div_paiement_secu h3 {
  color: #89a1b1;
}

#div_paiement_secu > div {
  text-align: center;
}

#div_valid_paiement a{
  color: white;
  font-weight: bold;
}

#div_valid_paiement a:hover {
  color: #ff6900;
}

.moyen_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.moyen_p img {
  max-width: 100px !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

.moyen_p_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}

.cartes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}

.table_recap {
  text-align: left;
  background: #04477a;
  color: white;
}

.table_recap thead {
  background: #ff6900;
  font-family: 'OswaldMedium';
}

.table_recap th {
  padding: 10px;
}

.table_recap .row_odd {
  background: #2373af;
}

.g-recaptcha {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#div_form_contact label {
  color: white;
  margin: 10px;
}

#div_form_contact form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#autres {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#autres > input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#autres > div {
  width: 100%;
}

.form_2 > * {
  width: 50%;
  margin: 0 10px;
}

.form_4 > * {
  width: 25%;
  margin: 0 10px;
}

.no-margin {
  margin:0 !important;
}

.input_flex {
  -webkit-box-flex:1;
  -webkit-flex:1;
      -ms-flex:1;
          flex:1;
}

#div_form_contact textarea {
  width: 100%;
  min-height: 120px;
  background:none;
  border: 1px solid white;
  font-size: 1rem;
  color: white;
  font-family: 'OswaldMedium';
  padding: 5px 10px;
  margin-bottom: 20px;
}

#carte_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#carte_contacts input[type='text'] {
  border: 0;
  padding: 5px;
  font-size: 0.8rem;
  width: 280px;
}

#carte_contacts input[type='button'] {
  border:none;
  background: #ff6900;
  color: white;
  padding: 5px 20px;
  font-size: 1rem;
  cursor: pointer;
  font-family: 'OswaldMedium';
}

#carte_contacts input[type='button']:hover {
  background: #001f39;
  color: #ff6900;
}

#container_rech_dep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

#valid_dep {
  z-index:10000;
  position: relative;
}

#emplacement_rep {
  width: 60%;
  justify-content: center;
  display: flex;
  flex-flow: wrap;
}

#rep {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#rep table, #emplacement_rep table{
  max-width: 20%;
  margin: 20px;
  background: rgba(0,31,57,1);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,31,57,1)), color-stop(100%, rgba(4,71,122,1)));
  background: -o-linear-gradient(left, rgba(0,31,57,1) 0%, rgba(4,71,122,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,31,57,1)), to(rgba(4,71,122,1)));
  background: linear-gradient(to right, rgba(0,31,57,1) 0%, rgba(4,71,122,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f39', endColorstr='#04477a', GradientType=1 );
  border-top: 10px solid #001f39;
  border-bottom: 10px solid #001f39;
  padding: 5px 10px;
  border-spacing: 0;
  height: 234px;
}

.rep_container {
  min-width: 400px;
  margin: 20px;
  background: rgba(0,31,57,1);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,31,57,1)), color-stop(100%, rgba(4,71,122,1)));
  background: -o-linear-gradient(left, rgba(0,31,57,1) 0%, rgba(4,71,122,1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,31,57,1)), to(rgba(4,71,122,1)));
  background: linear-gradient(to right, rgba(0,31,57,1) 0%, rgba(4,71,122,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001f39', endColorstr='#04477a', GradientType=1 );
  border-top: 10px solid #001f39;
  border-bottom: 10px solid #001f39;
  padding: 5px 10px;
  min-height: 350px;
  display: table;
}

.region, .pays {
  font-family: 'OswaldMedium';
}

#info_pays {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  color: white;
}

.bordure_drapeau {
  border: 1px solid #afb0b2;
}

.div_flag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

.pays {
  color: white;
  margin-left: 10px;
}

.continent_titre {
  color: #ff6900;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.nom_rep {
  font-family: 'OswaldMedium';
  color: white;
}

.website {
  padding-bottom: 2px;
  border-bottom: 1px solid white;
}

.rep_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin:10px 0;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
}

.rep_infos > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  color: white;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.rep_mail {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.rep_mail:hover {
    border-bottom: 1px solid white;
}

.button_info_contact {
  border: none;
  color: white;
  padding: 0px 12px;
  text-align: center;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  font-size: 18px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  align-items: center;
  justify-content: center;
}

#rep table td, #emplacement_rep table td {
  white-space:nowrap;
  min-width: 200px;
}

#rep table br, #emplacement_rep table br {
  margin: 0;
}

#rep table thead, #emplacement_rep table thead {
  font-family: 'OswaldMedium';
}

#rep table thead tr:first-child td, #emplacement_rep table thead tr:first-child td {

}

#rep table thead tr:last-child td, #emplacement_rep table thead tr:last-child td {
  color:white;
}

#rep table tbody td, #emplacement_rep table tbody td{
  color: #AFB0B2;
}

#rep table tbody td:first-child, #emplacement_rep table tbody td:first-child {
  font-family: 'OswaldMedium';
}

#rep table tbody td:last-child, #emplacement_rep table tbody td:last-child {
  color:white;
}


#rep table tbody td a, #emplacement_rep table tbody td a {
  color: white;
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

#rep table tbody td a:hover, #emplacement_rep table tbody td a:hover {
  border-bottom: 1px solid white;
}

.rep_img {
  text-align: right;
  border-bottom: 2px solid transparent;
   -o-border-image: -o-linear-gradient(left, rgba(255,106,0,0) 0%, rgba(255,106,0,1) 100%);
      -webkit-border-image: -webkit-gradient(linear, left top, right top, from(rgba(255,106,0,0)), to(rgba(255,106,0,1)));
      -webkit-border-image: linear-gradient(to right, rgba(255,106,0,0) 0%, rgba(255,106,0,1) 100%);
           border-image: -webkit-gradient(linear, left top, right top, from(rgba(255,106,0,0)), to(rgba(255,106,0,1)));
           border-image: linear-gradient(to right, rgba(255,106,0,0) 0%, rgba(255,106,0,1) 100%);

   border-image-slice: 1;
}

.rep_img img {
    width: 90px;
    vertical-align: bottom;
}

area {
  cursor: pointer;
  border: none;
}

.commercial {
  color: white;
}

.IDF {
  color: #82768b;
}

.b_IDF {
  border-top: 10px solid #82768b !important;
  border-bottom: 10px solid #82768b !important;
}

.Alsace, .Brandenburg {
  color: #eaff3b;
}

.b_Alsace, .b_Brandenburg {
  border-top: 10px solid #eaff3b !important;
  border-bottom: 10px solid #eaff3b !important;
}

.Aquitaine, .Bayern, .West {
  color: #e92481;
}

.b_Aquitaine, .b_Bayern, .b_West {
  border-top: 10px solid #e92481 !important;
  border-bottom: 10px solid #e92481 !important;
}

.Occitanie, .dla {
  color: #6637ff;
}

.b_Occitanie, .b_dla {
  border-top: 10px solid #6637ff !important;
  border-bottom: 10px solid #6637ff !important;
}

.Centre, .Nordwest, .Thuringen, .Ulster {
  color: #ff7200;
}

.b_Centre, .b_Nordwest, .b_Thuringen, .b_Ulster {
  border-top: 10px solid #ff7200 !important;
  border-bottom: 10px solid #ff7200 !important;
}

.Rhone, .Westschweiz, .Baden {
  color: #37fccb;
}

.b_Rhone, .b_Westschweiz, .b_Baden {
  border-top: 10px solid #37fccb !important;
  border-bottom: 10px solid #37fccb !important;
}

.Provence, .Ostschweiz {
  color: #448b35;
}

.b_Provence, .b_Ostschweiz {
  border-top: 10px solid #448b35 !important;
  border-bottom: 10px solid #448b35 !important;
}

.Touraine, .cre, .Hessen, .Ireland, .Wallonne {
  color: #04acb6;
}

.b_Touraine, .b_cre, .b_Hessen, .b_Ireland, .b_Wallonne {
  border-top: 10px solid #04acb6 !important;
  border-bottom: 10px solid #04acb6 !important;
}

.Bretagne, .Rheinland, .Midlands {
  color: #89d732;
}

.b_Bretagne, .b_Rheinland, .b_Midlands {
  border-top: 10px solid #89d732 !important;
  border-bottom: 10px solid #89d732 !important;
}

.Nord, .Nordrhein, .North {
  color: #244cd0;
}

.b_Nord, .b_Nordrhein, .b_North {
  border-top: 10px solid #244cd0 !important;
  border-bottom: 10px solid #244cd0 !important;
}

.Normandie, .Niedersachsen, .Bruxelles {
  color: #ad53b8;
}

.b_Normandie, .b_Niedersachsen, .b_Bruxelles {
  border-top: 10px solid #ad53b8 !important;
  border-bottom: 10px solid #ad53b8 !important;
}

.Lorraine, .nn, .Hamburg, .East, .Baselstadt, .Flamande {
  color: #f71333;
}

.b_Lorraine, .b_nn, .b_Hamburg, .b_East, .b_Baselstadt, .b_Flamande {
  border-top: 10px solid #f71333 !important;
  border-bottom: 10px solid #f71333 !important;
}

.b_avatar_commercial {
  border: 5px solid #001f39 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_IDF {
  border: 5px solid #82768b !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Alsace {
  border: 5px solid #eaff3b !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Aquitaine {
  border: 5px solid #e92481 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Occitanie {
  border: 5px solid #6637ff !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Centre {
  border: 5px solid #ff7200 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Rhone {
  border: 5px solid #37fccb !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Provence {
  border: 5px solid #448b35 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Touraine {
  border: 5px solid #04acb6 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Bretagne {
  border: 5px solid #89d732 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Nord {
  border: 5px solid #244cd0 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Normandie {
  border: 5px solid #ad53b8 !important;
  padding: 0px;
  margin: 0px;
}

.b_avatar_Lorraine {
  border: 5px solid #f71333 !important;
  padding: 0px;
  margin: 0px;
}

#tabs_contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab_contacts {
  margin: 20px;
  background: #04477a;
  width: 60%;
}

.container_col_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col_contacts {
  font-size: 0.9rem;
  width: 33.33333333333%;
}

.col_contacts_bigger {
  font-size: 0.9rem;
  width: 66.66666666666%;
}

.col_contacts div {
  padding: 0px 5px;
}

.col_contacts_bigger div {
  padding: 0px 5px;
}

.col_contacts_email div {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
    color: white;
}

.col_contacts span {
  color: #afb0b2;
  white-space: nowrap;
  min-height: -webkit-calc(1rem + 6px);
  min-height: calc(1rem + 6px);
  margin: 2px 0;
  display: table-caption;
}

.col_contacts_bigger span {
  color: #afb0b2;
  white-space: nowrap;
  min-height: -webkit-calc(1rem + 6px);
  min-height: calc(1rem + 6px);
  margin: 2px 0;
  display: table-caption;
}

.col_contacts_email a {
  color: white;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

.col_contacts_email a:hover {
  border-bottom: 1px solid white;
}

.col_head {
  color: white !important;
  font-weight: bold;
}

.tab_contacts table {
  width: 100%;
  color: #afb0b2;
  margin: 5px;
  font-size: 0.9rem;
}

.tab_contacts table td {
  white-space:nowrap;
}

.tab_contacts table thead {
  color: white;
  font-weight: bold;
}

.tab_contacts a {
  color:white;
  border-bottom: 1px solid transparent;
}

.tab_contacts a:hover {
  border-bottom: 1px solid white;
}

.tab_contacts h3 {
  background: #ff6900;
  width:100%;
  color:white;
  padding:5px;
  margin:0;
}

.tab_contacts h5 {
  margin: 0px;
  color: white;
  padding: 0px 5px;
}

.clear_tab_contacts {
  background-color: #2373af;
  overflow: hidden;
}

/******* Enquetes *******/

.form_coloumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#div_form_contact h3 {
    font-family: "OswaldMedium";
    font-size: 1.2rem;
    color: white;
}



/****** videos *********/
.bloc_video {
  font-size: 1rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  width: 90%;
  border-bottom: 1px solid silver;
  font-weight: bold;
}

.cat_video {
  padding: 10px 20px;
  text-align: center;
}

.cat_video_titre {
  width: 100%;
  padding: 10px;
  background: #001f39;
}

.cat_video_a {
  background-color: #64d4fc !important;
}

.cat_video_b {
  background-color: #dd669c !important;
}

.cat_video_c {
  background-color: #5cc48f !important;
}

.cat_video_d {
  background-color: #ffd401 !important;
}

#autres_videos {
  text-align: center;
}

#autres_videos a {
    text-align: center;
    color: #3a3a3a;
    border-bottom: 1px solid transparent;
    padding-bottom:2px;
}

#autres_videos a:hover {
  color:black;
  border-bottom: 1px solid #ff6900;
}

.thumb_video {
  display:block;
  width: 370px;
	max-width: 100%;
  margin:0 auto;
  position: relative;
}

.thumb_video img {
  max-width: 100%;
  height: auto;
}

.bouton_video {
  position: absolute;
  top: -webkit-calc(50% - 22px);
  top: calc(50% - 22px);
  left:-webkit-calc(50% - 32px);
  left:calc(50% - 32px);
  width: 64px;
  height: 45px;
  background-image: url(img/youtube_social_icon_dark.png);
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}

.thumb_video:hover .bouton_video {
  background-image: url(img/youtube_social_icon_red.png);
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.videos .videos_sub{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 80%;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video_special {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.video-wrapper h3 {
  color: #ff6900;
  font-size: 0.8rem;
  margin: 5px auto 0 auto;
  max-width: 400px;
}

.video-wrapper {
  min-width: 370px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/******* tarifs ********/
#tarifs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 50px;
}

.tarif {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2373AF;
  cursor: pointer;
  padding: 20px;
  margin: 0 25px;
  width: 300px;
  min-height: 150px;
}

.tarif span {
  font-size: 4rem;
  color: #001f39;
}

.tarif h3 {
  color: white;
  font-size: 1rem;
  padding:0;
  margin:0;
  text-align: center;
}

#note_tarifs {
  text-align: center;
  font-size: 0.8rem;
}

#applis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.appli {
  width: 350px;
  background: white;
  cursor: pointer;
  margin: 20px 25px;
}

.appli:hover .container_img_appli {
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
      transform: rotate(-10deg);
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
}

.head_tarifs {
    background: url(img/tarifs.jpg);
    background-position: center 90%;
    background-size: 120% auto;
}

.head_ecommerce {
  background: url(img/e-commerce.jpg);
  background-position: center 15%;
  background-size: 100% auto;
}

.head_extranet {
  background: url(/web/20230728141233im_/https://www.ses-sterling.com/wp-content/themes/theme_SES/img/extranet-graphique.jpg);
  background-position: center 90%;
  background-size: 100% auto;
}

.head_paiement {
  background: url(/web/20230728141233im_/https://www.ses-sterling.com/wp-content/themes/theme_SES/img/paiement-en-ligne.jpg);
  background-position: center 40%;
  background-size: 100% auto;
}

.head_appli {
  height: 75px;
  background-repeat: no-repeat;
  position: relative;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.head_appli h3 {
  position: absolute;
  top: 15px;
  left: 20px;
  margin: 0;
  color: white;
  font-weight: normal;
}

.l_purple {
  background-color: rgba(102,55,255,0.8);
}

.l_blue {
  background-color: rgba(4,172,182,0.8);
}

.l_red {
  background-color: rgba(247,19,51,0.9);
}

.l_green {
  background-color: rgba(122,203,32,0.75);
}

.body_appli {
  position: relative;
  min-height: 110px;
}

.container_img_appli {
  width: 150px;
  position: absolute;
  top: -10px;
  left: 20px;
  -webkit-box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.86);
box-shadow: 2px 3px 8px -1px rgba(0,0,0,0.86);
}

.container_img_appli img {
  max-width: 100%;
  height: auto;
  display: block;
}

.appli_txt {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  font-size: 0.8rem;
  color: #747474;
}

/******* 404 **********/
#div_404 {
  background-color: #05375a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

#div_404 img{
  width:90%;
  height: auto;
  display: block;
}

#div_404 h1 {
  color: white;
  background: #ff6900;
  padding: 15px;
  margin: 0;
  width: 100%;
  text-align: center;
}

#div_404 span {
  font-size:2rem;
  color: white;
}

#div_404 #link_home {
  width: 100%;
  text-align: center;
  background: #e6e6e6;
  padding-bottom: 18px;
}

#div_404 a {
  background: -webkit-gradient(linear, left top, right top, from(#ff6900), to(#05375a));
  background: -o-linear-gradient(left, #ff6900, #05375a);
  background: linear-gradient(to right, #ff6900, #05375a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.4rem;
}

#div_404 a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#05375a), to(#ff6900));
  background: -o-linear-gradient(left, #05375a, #ff6900);
  background: linear-gradient(to right, #05375a, #ff6900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#container_404 {
  width: 100%;
  background: #e6e6e6;
}

.mentions_l {
  padding: 10px 40px;
  margin: 0;
  text-align: justify;
  color: white;
}

#head_perso {
  margin-top: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

#contact_rep {
    text-align: center;
    color: #3a3a3a;
    border-bottom: 1px solid transparent;
    padding-bottom:2px;
    margin-top: 20px;
}

#txt_pwd {
  color: #89a1b1;
  text-align: justify;
}

/*engagement rse*/

.button_rse {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 0;
  border-radius: 100px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: larger;
  margin-left: 40px;
  margin-right: 40px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor : pointer;
}

.button_rse div{
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: lighter;
}

.buttons_rse{
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.button_rse:hover {
  transition: .4s;
  background-color: #ff6900;
  color: #ffffff;
}

.button_rse:hover div {
  font-weight: initial;
}

.button_rse:hover svg {
  transition: .4s;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(105%) contrast(101%);
}

.background_economie_engagement {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;     
  background-color: #ffffff !important;
  flex-direction: row !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe0000+10,ffff00+10,ffff00+100 */
  background: linear-gradient(to bottom, #f2f2f2 21%, #ffffff 21%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.background_economie_engagement p {
  text-align: justify !important;
}

.background_economie_engagement h2 {
  text-align: left !important;
}

.background_economie_engagement > div {
  padding: 8px !important;
}

.background_economie_engagement > div > div > h2 > span {
  font-family: OpenSans, Trebuchet MS, Arial, sans-serif !important; 
  font-weight: bold !important; 
}

.economie-first-child {
  width: 60%;
}

.economie-image {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.economie-image img {
  width: 130px;
}

.economie-image-first-child {
  margin-right: 50px;
}

.background_responsabilite_engagement {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;     
  background-color: #f2f2f2 !important;
  flex-direction: row !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe0000+10,ffff00+10,ffff00+100 */
  background: linear-gradient(to bottom, #ffffff 23%, #f2f2f2 23%, #f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.background_responsabilite_engagement p {
  text-align: justify !important;
}

.background_responsabilite_engagement h2 {
  text-align: right !important;
}

.background_responsabilite_engagement > div {
  padding: 8px !important;
}

.background_responsabilite_engagement > div > div > h2 > span {
  font-family: OpenSans, Trebuchet MS, Arial, sans-serif !important; 
  font-weight: bold !important; 
}

.responsabilite-last-child {
  width: 60%;
}

.responsabilite-image{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 20px;
}

.responsabilite-image img {
  width: 260px;
}

.background_environnement_engagement {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;     
  background-color: #ffffff !important;
  flex-direction: row !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe0000+10,ffff00+10,ffff00+100 */
  background: linear-gradient(to bottom, #f2f2f2 24%, #ffffff 24%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.background_environnement_engagement p {
  text-align: justify !important;
}

.background_environnement_engagement h2 {
  text-align: left !important;
}

.background_environnement_engagement > div {
  padding: 8px !important;
}

.background_environnement_engagement > div > div > h2 > span {
  font-family: OpenSans, Trebuchet MS, Arial, sans-serif !important; 
  font-weight: bold !important; 
}

.background_ecovadis_engagement {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;     
  background-color: #f2f2f2 !important;
  flex-direction: row;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe0000+10,ffff00+10,ffff00+100 */
}

.background_ecovadis_engagement p {
  text-align: justify !important;
}

.ecovadis-last-child {
  width: 40%;
  align-content: center;
  margin-left: 50px;
}

/*Nouveautés*/

.padding_nouveautes {
  padding: 130px 0px 0px 0px;
}

.nouveautes_p {
  padding: 30px 180px;
  scroll-margin-top: 85px;
}

.background_nouveautes_titre {
  text-align: center;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(113, 178, 255, 0.6), rgba(0, 0, 0, 0.9)), url(img/nouveautes.webp);
  background-size: cover;
}

.background_nouveautes_titre h1 {
  font-family: 'OswaldMedium';
  text-align: center;
  color: #dedede;
  font-weight: 900;
  text-shadow: 4px 2px 4.5px #00000080;
  display: inline;
  word-break: break-word;
  background: linear-gradient(0deg, rgba(255, 105, 0, 0) 0%, rgba(255, 105, 0,0) 0%, rgba(255, 105, 0,1) 0%, rgba(255, 105, 0,1) 45%, rgba(255, 105, 0,0) 45%);
  padding: 0 0.2em 0 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.background_nouveautes_titre h1 > span {
  font-size: x-large;
}

.p_nouveautes_titre {
  color: #dedede;
  text-align: center;
  font-size: 22px;
  margin: 50px 270px;
  text-shadow: 4px 5px 4.5px #00000080;
}

.background_protection_isolation_cable {
  background-color: #ffffff;
}

.background_identification_cable {
  background-color: #F2F2F2;
}

.title_protection_isolation_cable {
  display: flex;
  flex-direction: row;
  margin: 30px 270px 20px 270px;
}

.title_protection_isolation_cable > img {
  width: 50px;
}

.title_protection_isolation_cable > h2 {
  padding-left: 10px !important;
  border-bottom: solid;
  border-bottom-width: 2px;
  border-color: #05375AB2;
  width: 100%;
  color: #05375A;
  margin-bottom: 10px !important;
}

.card__container {
  margin: 50px 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.card_nouveautes {
	padding: 20px 20px 10px 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}

.card_nouveautes:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card_nouveautes_image {
  width: 100%;
  border: 1px solid #FF6900;
  height: 150px;
  object-fit: cover;
}

.card_nouveautes h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #05375A;
  font-size: 18px;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
  height: 100px;
}

.card_nouveautes hr {
  border-top: 1px solid #05375AB2;
  width: 100%;
}

.card_nouveautes_excerpt {
  text-align: justify;
  color:#05375A;
  font-size: 14px;
  flex-grow: 2;
}

.card_nouveautes_more {
  text-align: right;
  color:#FF6900;
  font-size: 16px;
}

.card_nouveautes > div {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.swiper-container{
  position:relative;
  margin: 0px 270px;
}

.swiper-container-nouveaute{
  position:relative;
}

.card__content{
  margin: 0px 30px;
}

.swiper{
  position:static;
}

.swiper-button-prev-nouveautes {
  color:#05375A;
}

.swiper-button-next-nouveautes {
  color:#05375A;
}

.swiper-slide {
  width: 300px;
  height: auto!important;
}

/* nouveauté */

.nouveaute_p {
  padding: 30px 350px;
}

.background_nouveaute_titre {
  min-height: 100%;
  background-color:#FFFFFF;
  text-align: center;
  margin-top: 130px;
}

.nouveaute_titre{
  background-color:rgb(255,255,255); 
  padding:0.6em; 
  display:inline-flex;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  width: 100%;
}

.nouveaute_titre > img {
  height: 71px;
  margin-left: 10px;
}

.nouveaute_titre h1 {
  font-family: 'OswaldMedium';
  margin: 0px;
  text-align: left;
  color: #05375A;
  font-size: 28px;
  background-color:#fefefe;
}

.nouveaute_titre p {
  margin: 0px;
  text-align: left;
  font-size: 24px;
  color: #05375A;
}

.vl {
  border-left: 6px solid #FF6900;
  margin-left: 10px;
  margin-right: 20px;
}

.nouveaute_images_details {
	display: flex;
  background-color:#FFFFFF;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.nouveaute_images, .nouveaute_details {
	flex: 1;
  margin: 60px 0px;
}

.nouveaute_details {
  text-align: left;
}

.nouveaute_details_lien {
  width: max-content;
}

.nouveaute_images {
  display: inline-flex;
}

.nouveaute_images_principal {
  height: 410px;
}

.nouveaute_images_principal img{
  border: 3px solid #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 410px;
  object-fit: cover;
}

.nouveaute_images_autre {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nouveaute_images_autre img {
  width: 135px;
  object-fit: cover;
  padding: 5px 0px;
}

.nouveaute_details > div > p > strong {
  font-family: 'OpenSansBold';
}

.nouveaute_details p {
  font-size: 16px;
  margin: 0px;
}

.nouveaute_details ul, .nouveaute_details li {
  font-size: 14px;
}

.nouveaute_details ul{
  padding-left: 15px;
}

.nouveaute_details > div > ul > li > ul {
  list-style-type: disc;
}

.nouveaute_fiche_produit {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEFEFE !important;
  padding: 0px 24px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-family: OswaldMedium;
  font-size: 1rem;
  font-weight: 700;
  background-color: #05375A;
  border: none;
  cursor: pointer;
}

.nouveaute_fiche_produit:hover {
  background: #ff6900;
  color: #05375A !important;
}

.nouveaute_fiche_produit svg {
  width: 1em;
  margin-left: 22px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(63deg) brightness(102%) contrast(102%);
}

.nouveaute_fiche_produit p {
  margin: 10px;
}

.nouveaute_fiche_produit:hover svg {
  transition: .3s ease-in;
  filter: invert(15%) sepia(17%) saturate(7269%) hue-rotate(185deg) brightness(92%) contrast(96%);
}

.nouveaute_hr {
  border: 1px solid #DBDBDB;
  width: 100%;
}

.nouveaute_contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color:#FFFFFF;
}

.nouveautes_contacts {
  padding: 50px 0px;
  text-align: center;
}

.nouveautes_contacts h4 { 
  margin: 0px;
}

.nouveaute_contact {
  background-color: #ff6900;
  border: none;
  color: #f3f3f3 !important;
  border-radius: 10px;
  margin: 15px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: OswaldMedium;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

.nouveaute_contact .active:not(:last-child) {
  background-color: #ff6900;
  border-top: 5px solid #ff6900;
  border-bottom: 5px solid #ff6900;
}

.nouveaute_contact:hover {
  background: #001f39;
}

.nouveaute_contact:hover > p {
  color: #ff6900 !important;
}

.nouveaute_contact > p {
  margin: 10px 10px;
}

.nouveaute_contacts > h3 {
  margin: 25px 0px;
}

.nouveaute_contacts_titre {
  margin: 25px 0px;
  color: #05375A;
}

.nouveaute_contacts_titre > h2 {
  font-size: inherit;
}

.nouveaute_contacts_titre > span {
  font-weight: bold;
}

.nouveaute_contacts_arrow {
  margin: 25px 0px;
  filter: invert(100%) sepia(0%) saturate(5375%) hue-rotate(198deg) brightness(82%) contrast(109%);
}

.nouveaute_description {
  background: #f2f2f2;
}

.nouveaute_description h2 {
  font-size: 24px;
}

.nouveaute_annexe {
  min-height: 100%;
  background-color:#FFFFFF;
}

.nouveaute_annexe > h3 {
  color: #FF6900;
  font-size: inherit;
}

.card__container__annexe {
  padding-bottom: 20px;
  padding-top: 20px;
}

.card {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  height: 250px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-image {
  width:100%;
  height:168px;
  object-fit: cover;
}

.card-image > img {
  width:100%;
  height:168px;
  object-fit: cover;
}

.card-description {
  color: white;
  background-color:#05375A;
  text-decoration: none;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-description > h3 {
  margin: 10px;
  font-size: initial;
}

.card-description > p {
  margin: 0;
}

.swiper-button-prev-nouveaute {
  color:#05375A;
}

.swiper-button-next-nouveaute {
  color:#05375A;
}

.nouveaute_container_blog {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}

.nouveaute_blog {
  display: flex;
  flex-direction: row;
  padding: 30px 50px;
  background-color: #F2F2F2;
  margin-bottom: 30px;
}

.nouveaute_blog > div > img {
  height: 167px;
  width: 200px;
  object-fit: cover;
  border: 1px solid #FF6900;
}

.nouveaute_blog_information {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.nouveaute_blog_text {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nouveaute_blog_text h3, .nouveaute_blog_text span{
  color:#04477A;
}

.nouveaute_blog_text h3{
  font-family: OpenSansBold,Trebuchet MS,Arial,sans-serif !important;
  font-size: 20px;
  margin: 10px 0px !important;
}

.nouveaute_blog_text span{
  font-size: 16px;
}

@media (max-width: 320px) {

  .nouveaute_images_principal img {
    width: 300px !important;
    height: 183px !important;
  }

}

@media (max-width: 480px) {

  .rep_infos {
    flex-direction: column;
  }
  
  .rep_infos > div {
    align-items: center;
  }

  #form-contact > div {
    flex-direction: column;
  }
  
  #form-contact > .row-form-contact > .col-form-contact > .row-form-contact {
    flex-direction: row;
  }
  
  #autres {
    width: 100% !important;
  }

  .col-form-contact > input {
    width: 100% !important;
  }

  .column_form_column_mobile {
    max-width: 80vw !important;
  }

  .col_contacts span {
    height: 46px !important;
    white-space: break-spaces !important;
    display: block !important;
  }

  .tab_contacts a {
    white-space: break-spaces !important;
  }

  #header {
    position: fixed !important;
  }

}

@media (max-width: 1199px) {
  html,body {
    font-size: 18px;
  }

  .newsletter-topheader {
    display: none;
  }

  #logotitle {
    margin: 0 0 0 20px;
    max-height:100%;
    padding: 10px 0;
  }

  .wrapper-dropdown-3 {
    width: 90px;
  }

  #connec {
    margin-right: 0;
  }

  #espace_client {
    margin-left: 4px;
  }

  #nav ul {
    display: none;
  }

  #nav a {
    font-size: 0.85rem;
  }

  #container_sous_menu {
    padding:0;
  }

   #nos_produits {
     font-size: 1rem;
   }

   #title_actu {
     font-size: 1.3rem;
   }


  #container_actus > div {
    margin: 20px 0;
  }

  #map {
    margin: 0 5px;
  }

  #container_adresses {
    margin: 0 5px;
  }

  #container_adresses > div {
    margin: 0 5px;
  }

  .contenu_sous_page {
    padding:0 10px;
  }

  .cat_produit {
    width: 28%;
  }

  #container_innovations > div {
    margin:0 20px;
    border: none;
    width: 100%;
  }

  #container_innovations > div h2 {
    font-size: 1.1rem;
  }

  .event_title {
    font-size: 0.9rem;
  }

  /*presentation*/
  .title_section1 {
    font-size: 1.3rem;
  }

  .contenu_wp h2 {
    font-size: 1.2rem;
  }

  .contenu_wp h3 {
    font-size: 1.1rem;
  }

  #container_avatar {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* emploi */
  #titre_emploi, #contenu_emploi {
    width: 100%;
  }

  #nav_m {
    display: none;
    position: fixed;
    top: 85px;
    background: #001f39;
    height:-webkit-calc(100% - 85px);
    height:calc(100% - 85px);
    width: 100%;
    z-index:9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 10px;
    overflow-y: scroll;
    margin-bottom: 20px;
  }

  #nav_m > a {
    color: #ff6900;
    border-bottom: 2px solid #dedede;
    padding: 5px 10px;
    display: block;
  }

  #nav_m > ul {
    list-style: none;
    margin:5px 0;
  }

  #nav_m > ul li {
    padding: 5px 0;
  }

  #nav_m > ul li a {
    color: #9a9a9a;
  }

  #dd_m, #dd2_m {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
        align-self: center;
    margin: 8px auto;
  }

  .container_dd_m {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: none;
  }

  .container_dd_m ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .container_dd_m ul li {
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 0;
  }

  .container_dd_m ul li:hover {
    background: #d2d2d2;
  }

  .container_dd_m ul li:hover a {
    color: #ff6900;
  }

  .container_dd_m ul li a {
    margin-left: 50px;
    color: #9a9a9a;
  }

  #div_form_contact form {
    width: 95%;
  }

  #tabs_contacts {
    width: 100%;
  }

  #videos {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .left_docs, .right_docs {
	  display: none;
  }

  .container_doc, .video-wrapper {
	  display: block !important;
  }

  .economie-second-child > img {
    width: 350px;
  }

  .responsabilite-first-child > img {
    width: 350px;
  }

  .economie-last-child > img {
    width: 350px;
  }

  #nav > a:nth-last-child(3) {
    line-height: 35px !important;
  }

  .ecovadis-last-child {
    width: 60% !important;
  }

  .nouveautes_p {
    padding: 30px !important;
  }

  .p_nouveautes_titre {
    margin: 50px !important;
  }

  .title_protection_isolation_cable {
    margin: 30px !important;
  }

  .swiper-container{
    margin: 0px !important;
  }

  .nouveaute_contacts_titre {
    margin: 25px !important;
  }

  .background_nouveaute_titre {
    padding: 30px !important;
  }

  .nouveaute_images {
    margin: 0px !important;
    flex-direction: column;
  }

  .nouveaute_images_details {
    padding: 30px !important;
    flex-direction: column;
  }

  .nouveaute_images_principal img {
    height: 226px !important;
    width: 370px !important;
  }

  .nouveaute_images_autre {
    flex-direction: row !important;
    margin-top: 30px;
  }

  .nouveaute_contacts {
    padding: 30px !important;
  }

  .nouveaute_description {
    padding: 30px !important;
  }

  .nouveaute_annexe {
    padding: 30px !important;
  }

  .nouveaute_blog {
    flex-direction: column !important;
  }

  .nouveaute_blog_text {
    padding-left: 0px !important;;
  }

}

@media (max-width: 800px) {

  #header {
    height:85px;
    position: inherit;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  #logotitle {
    max-width: 53%;
  }

  #burger {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    position:inherit;
    top:0;
    height:85px;
    right:20px;
    z-index:1000;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor:pointer;
    color:white;
  }

  #burger span {
    margin-left:20px;
    margin-right:20px;
  }

  #plan_site {
    margin: 0 !important;
  }

  .container_a_footer {
    display: block;
  }


  #nav {
    display: none;
    width:100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom:0;
    -webkit-border-radius:0;
            border-radius:0;
    padding: 10px 0;
    height: auto;
  }

  #nav a {
    width: 100%;
    border-bottom: 1px solid gray;
    text-align: center;
  }


  #nav ul {
    display: none;
    width: 100%;
    list-style: outside none none;
    margin:0;
    padding:0;
    text-align: center;
    background-color: #2d2d2d;
  }

  #nav ul li, .current_page {
    width: 100%;
    border-bottom: 1px solid gray !important;
    padding: 2px 0;
  }

  #nav ul li a {
    border:0;
  }

  #nav ul li a:hover {
    border: 0;
  }


  #connec {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width:100%;
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1;
    margin:0;
    background: rgba(0,0,0,0.75);
    border: 2px solid #ff6900;
    border-top:0;
    -webkit-border-radius:0 0 7px 7px;
            border-radius:0 0 7px 7px;
    color: #a3a3a3;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position:static;
  }

  .wrapper-dropdown-3 {
    width:50%;
    margin-bottom:10px;
    padding:0 30px;
  }


  #container_lang > div {
    margin-left:600px;
  }


  #espace_client {
    height: auto;
    position: static;
    margin: 5px 0 15px 0;
    background-color: #2d2d2d;
    padding: 0 10px;
    -webkit-border-radius:10px;
            border-radius:10px;
    border: 1px solid gray;
  }

  #espace_client:hover {
    border: 1px solid #ff6900;
  }


  #espace_client p, #espace_client span {
    color: #808080;
  }


  #nos_produits {
    padding: 4px;
    font-size: 0.6rem;
  }


  #container_actus > div {
    margin: 20px auto;
  }

  #container_map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #container_map > div {
    width: 90%;
    margin: 20px auto;
  }

  #container_adresses {
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
        -ms-flex-order:0;
            order:0;
  }

  #representant {
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
        -ms-flex-order:1;
            order:1;
    text-align: center;
  }

  #map {
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
        -ms-flex-order:2;
            order:2;
    text-align:center;
  }

  #map img {
    margin: 0 auto;
  }

  #en_bref {
    -webkit-box-ordinal-group:4;
    -webkit-order:3;
        -ms-flex-order:3;
            order:3;
  }


  .contenu_sous_page {
    padding: 80px 0px 0px 0px;
  }

  /*presentation*/
  .title_section1 {
    font-size: 1.2rem;
  }

  .contenu_wp {
    font-size: 0.8rem;
  }

  .presentation_p {
    padding: 30px 50px;
  }

  .cadre_valeur {
    width: 80%;
    margin: 10px 0;
  }
   

  #container_avatar {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }

  .container_impl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .impl, .impl_adresse {
    height: 30%;
    width: auto;
  }

  .map {
    height: 300px;
    -webkit-box-flex:1;
    -webkit-flex:auto;
        -ms-flex:auto;
            flex:auto;
  }

  #contenu_events {
    width: 100%;
  }


  #container_cat {
    padding-top: 65px;
  }

  #div_cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }

  #fil_cat {
    width: 60%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }

  #fil_cat > div::after {
    display: none;
  }

  #fil_cat > div {
    font-size: 0.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #fil_cat > div span {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }

  .cat_produit {
    width: 100%;
    margin: 10px 0;
  }

  #container_innovations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tarif span {
    font-size: 3rem;
  }

  .tarif h3 {
    font-size: 0.8rem;
  }

  .tarif {
    margin: 0 5px;
  }

  .tab_contacts {
    width: 100%;
    margin: 20px 0;
  }

  #carte_contacts {
    display: block;
    text-align: center;
  }

  #carte {
    display: none;
  }

  #emplacement_rep {
    margin: 0 auto;
    width: 100%;
    min-width: 1px;
  }

  #rep {
    padding: 20px;
  }

  .rep_container {
    width: 100%;
    margin: 20px 0 !important;
    min-width: 1px;
  }

  /*engagement*/

  .ecovadis {
    padding: 10px 60px !important;
  }

  .engagement_p {
    padding: 10px 60px !important;
  }

  .button_rse {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .economie-last-child > img, .economie-second-child > img, .responsabilite-first-child > img{
    width: 250px !important;
  }
}

@media (max-width: 600px) {

  .newsletter-container {
    flex-direction: column;
  }

  .newsletter-footer input[type="text"] {
    width: 100%;
  }

  .newsletter-footer .newsletter-container button {
    width: 100%;
  }

  #quote {
    width:85%;
    margin-bottom:30px;
    margin-right: 0;
  }

  #bandeau_3_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 75%;
    padding: 10px 20px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  #bandeau_3_img > * {
      margin: 10px 0;
      width: 100%;
  }

  #plan_site {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width:100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px auto;
  }

  #plan_site > div {
    margin-top: 20px;
    width:80%;
  }
  
  #logotitle, #logotitle.smaller {
    max-height:100%;
    margin-left: 10pxEt t;
  }

  #logotitle::before {
    display: none;
  }

  /*presentation*/

  #container_avatar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #avatar {
    width: 65%;
  }

  #tarifs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tarif {
    margin: 10px;
  }

  .div_event_annee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .div_event_annee > div {
    width: 100%;
  }

  .form_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .form_4 > div {
    margin: 5px;
    width: 50%;
  }

  .reclamationInput {
    color: #fff;
    font-weight: bold;
    width: 50%;
  }

  #div_form_contact label {
    width: 50%;
  }

  #autres {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin: 0 auto;
  }

  #autres > label {
    margin: 0;
  }

  /*engagement*/

  .buttons_rse {
    flex-direction: column;
    margin-top: 0px !important;
  }

  .button_rse {
    margin-top: 40px;
  }

  .buttons_rse > a, .responsabilite-image > a {
    justify-content: center;
    display: flex;
  }

  .economie-second-child {
    display: none;
  }

  .economie-first-child{
    width: 100% !important;
  }

  .responsabilite-first-child , .economie-last-child{
    display: none;
  }

  .responsabilite-last-child{
    width: 100% !important;
  }

  .economie-image, .responsabilite-image {
    flex-direction: column !important;
  }
  
  .economie-image img, .economie-image-first-child {
    margin-right: 0px !important;
    margin-bottom: 50px;
  }

  .background_environnement_engagement {
    background: linear-gradient(to bottom, #f2f2f2 5%, #ffffff 5%, #ffffff 100%) !important;
  }

  .background_economie_engagement {
    background: linear-gradient(to bottom, #f2f2f2 5%, #ffffff 5%, #ffffff 100%) !important;
  }

  .background_responsabilite_engagement {
    background: linear-gradient(to bottom, #ffffff 5%, #f2f2f2 5%, #f2f2f2 100%) !important;
  }  
  
  .background_ecovadis_engagement {
    flex-direction: column !important;
  }

  .background_ecovadis_engagement > div {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }

  .ecovadis-last-child {
    margin-left: 0px !important;
  }

  .nouveautes_p {
    padding: 30px !important;
  }

  .p_nouveautes_titre {
    margin: 50px !important;
  }

  .title_protection_isolation_cable {
    margin: 30px !important;
    align-items: center;
    justify-content: center;
  }

  .swiper-container{
    margin: 0px !important;
  }

  .nouveaute_contacts_titre {
    margin: 25px !important;
  }

  .background_nouveaute_titre {
    padding: 30px !important;
  }

  .nouveaute_images {
    margin: 0px !important;
    flex-direction: column;
  }

  .nouveaute_images_details {
    padding: 30px !important;
    flex-direction: column;
  }

  .nouveaute_images_principal img {
    height: 226px !important;
    width: 370px !important;
  }

  .nouveaute_images_autre {
    flex-direction: row !important;
    margin-top: 30px;
  }

  .nouveaute_contacts {
    padding: 30px !important;
  }

  .nouveaute_description {
    padding: 30px !important;
  }

  .nouveaute_annexe {
    padding: 30px !important;
  }

  .nouveaute_blog {
    flex-direction: column !important;
  }

  .nouveaute_blog_text {
    padding-left: 0px !important;;
  }

  /*emploi*/

  .margin_champ {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .formulaire_job_inputs{
    padding: 0px 20px;
    flex-direction: column;
  }

  .formulaire_job_inputs>div{
    padding: 20px 0px;
  }
}

@media (max-width: 1366px) {

  #logotitle img {
    width: 80%;
  }

  /*engagement*/

  .economie-second-child > img {
    width: 350px;
  }

  .responsabilite-first-child > img {
    width: 350px;
  }

  .economie-last-child > img {
    width: 350px;
  }

  #nav > a:nth-last-child(2) {
    line-height: 35px !important;
  }

  .ecovadis-last-child {
    width: 60% !important;
  }

  .economie-image img {
    width: 100px;
  }

  .responsabilite-image img {
    width: 200px;
  }

  .background_ecovadis_engagement img {
    width: 200px;
  }

}