/***************************************************************************
						COLOR
***************************************************************************/
/***************************************************************************
						Font-size
***************************************************************************/
/***************************************************************************
						Size
***************************************************************************/
/***************************************************************************
						Margin
***************************************************************************/
/***************************************************************************
						Font
***************************************************************************/
@font-face {
  font-family: 'impact';
  src: url('font/impact.ttf');
}
/***************************************************************************
						Puces
***************************************************************************/
li {
  font-family: Arial, sans-serif;
  display: list-item;
  list-style-image: url('img/puce.png');
}
/* Modification de la couleur du placeholder dans les champs de formulaire */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #E8E8E8;
  opacity: 1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #E8E8E8;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #E8E8E8;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #E8E8E8;
  opacity: 1;
}
nav {
  background: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  margin: 0 !important;
  z-index: 10000;
}
nav .navbar-brand {
  width: 300px;
  background-size: 80% auto;
  background-repeat: no-repeat;
  background-position: left;
}
nav .us {
  background-image: url("img/logo_infotraffic.png");
}
nav .fr {
  background-image: url("img/logo_infotrafic.png");
}
nav .hidden-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 50px;
  font-size: 16px;
}
nav .hidden-mobile li {
  margin-bottom: 0!important;
}
nav .hidden-mobile a {
  color: white !important;
}
nav .hidden-mobile a:hover {
  color: #8ac500 !important;
  background-color: transparent!important;
}
nav .hidden-mobile a:focus {
  background-color: transparent!important;
  color: #8ac500 !important;
}
nav .hidden-mobile ul {
  padding: 0px;
}
nav .hidden-mobile .dropdown {
  background-color: #434147 !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  width: 100% !important;
  text-align: center !important;
  position: absolute;
  z-index: 5000000;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 2px;
}
nav .hidden-mobile .dropdown li {
  list-style: none !important;
  border-bottom: 1px solid black;
  margin-bottom: 12px !important;
  padding-bottom: 12px !important;
  font-size: 14px;
  font-weight: normal;
}
nav .hidden-mobile .dropdown li:last-child {
  border-bottom: none;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
nav .hidden-mobile .dropdown .divider {
  color: #0f0f0f !important;
  background-color: #0f0f0f !important;
}
.dropdown {
  display: none;
}
a:hover {
  color: #8ac500;
  background-color: transparent !important;
  text-decoration: none;
}
.bloc {
  display: block;
}
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
ol,
ul {
  list-style: none;
}
/****** Header ******/
/****** Sticky part of the header ******/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 90px;
  width: 100%;
  font-size: 13px;
  -webkit-transition: transform 300ms ease, transform 300ms ease, transform 300ms ease, transform 300ms ease;
  -moz-transition: transform 300ms ease, transform 300ms ease, transform 300ms ease, transform 300ms ease;
  -ms-transition: transform 300ms ease, transform 300ms ease, transform 300ms ease, transform 300ms ease;
  -o-transition: transform 300ms ease, transform 300ms ease, transform 300ms ease, transform 300ms ease;
  transition: transform 300ms ease, transform 300ms ease, transform 300ms ease, transform 300ms ease;
}
.logo {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  transition: 0.6s;
  display: block;
  width: 195px;
  height: 28px;
  padding-left: 25px;
}
.nav-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 70px;
}
.nav {
  -webkit-flex-grow: 100;
  -moz-flex-grow: 100;
  -ms-flex-grow: 100;
  flex-grow: 100;
  height: auto;
  text-align: center;
  padding: 0;
  font-size: 12px;
}
.nav-tab {
  transition: color 0.2s;
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  list-style: none;
  margin: 0 1.2% 0 1.2%;
  border-bottom: 0 solid #444;
  cursor: pointer;
}
.only-mobile {
  display: none;
}
.home {
  display: none !important;
}
#phone {
  display: inline-block;
  font-size: 13px;
  margin: auto 0 auto 16px;
  border-bottom: none;
  border-right: 1px solid white;
  padding-right: 25px;
  cursor: default;
}
#phone:hover {
  color: white;
}
#phone a {
  text-decoration: none;
  color: white;
}
.cart-box {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  padding-right: 25px;
}
.cart {
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 15px;
  height: 28px;
  width: 28px;
  background-size: 30px 30px;
  z-index: 5000;
  padding-left: 5px;
}
.cart img {
  height: 28px;
  width: 28px;
}
.bubble {
  position: absolute;
  top: -7px;
  right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-family: "DINPro-Reg", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
.nav-button-mobile {
  display: none;
}
/* Tablette */
@media screen and (max-width: 1230px) {
  .only-mobile {
    display: block;
  }
  .home {
    display: block !important;
  }
  .nav-box {
    padding: 20px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #434147 !important;
    color: #ffffff;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    font-family: "DINPro-Light", Helvetica, Arial, sans-serif;
    overflow: hidden;
  }
  .nav a {
    color: white;
  }
  .navbar-brand {
    width: 240px !important;
    background-position: right !important;
  }
  .nav-tab {
    margin: 10px 0;
  }
  .nav-tab img {
    height: 27px;
  }
  .logo {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    width: auto;
  }
  .logo img {
    width: 180px;
  }
  .cart-box {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 0;
    margin: 0;
  }
  #cart-home {
    padding: 0;
    margin: 0;
  }
  .bubble {
    top: -10px;
    right: -10px;
  }
  .nav-button-mobile {
    cursor: pointer;
    display: block;
    z-index: 100;
    order: -1;
    width: 30px;
    height: 20px;
  }
  .fixed {
    position: fixed;
  }
  #phone {
    display: none;
  }
  .hidden-mobile {
    display: none !important;
  }
  a:focus {
    background-color: transparent!important;
    color: #8ac500 !important;
  }
  a:hover {
    background-color: transparent!important;
    color: #8ac500 !important;
  }
  .open {
    margin-top: 10px;
  }
  .dropdown {
    position: inherit;
    background-color: #434147 !important;
    width: 100%!important;
    border: hidden;
    border-radius: inherit;
    box-shadow: none;
    text-align: center;
  }
  .dropdown li {
    list-style: none !important;
  }
  .dropdown a {
    background-color: #434147 !important;
    color: white;
  }
  .dropdown .divider {
    height: 0!important;
  }
}
@media (max-width: 350px) {
  .nav {
    font-size: 16px!important;
  }
}
@media (max-width: 320px) {
  .nav {
    font-size: 12px!important;
  }
  .nav .dropdown {
    font-size: 10px;
  }
  .nav .dropdown li {
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 1024px) {
  .nav-box {
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .logo {
    height: auto;
  }
  .logo img {
    width: 170px;
  }
  .nav-button-mobile img {
    height: 20px;
  }
  .cart {
    height: auto;
    width: auto;
  }
  .cart img {
    height: 25px;
    width: auto;
  }
}
/****** Header Modifications on scroll ******/
.logo,
.header,
.header > *,
.container {
  -webkit-transition: top 0.3s, padding-top 0.3s, transform 300ms ease, transform 300ms ease;
  -moz-transition: top 0.3s, padding-top 0.3s, transform 300ms ease, transform 300ms ease;
  -ms-transition: top 0.3s, padding-top 0.3s, transform 300ms ease, transform 300ms ease;
  -o-transition: top 0.3s, padding-top 0.3s, transform 300ms ease, transform 300ms ease;
  transition: top 0.3s, padding-top 0.3s, transform 300ms ease, transform 300ms ease;
}
.smallHeader {
  top: -20px;
}
.bigHeader {
  top: 0px;
}
.smallButton {
  top: 37px;
}
.bigButton {
  top: 36px;
}
.smallContainer {
  padding-top: 70px;
}
.bigContainer {
  padding-top: 90px;
}
/****** Burger menu for smartphones ******/
.nav-mobile {
  display: none;
  padding: 80px 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(1, 56, 98, 0.95);
  color: #ffffff;
  margin: 0;
  width: 100%;
  text-align: center;
}
.nav-tab-mobile {
  cursor: pointer;
  list-style: none;
  padding: 50px 0 0 0;
  font-size: 32px;
  text-transform: uppercase;
}
/* Burger menu to cross animation */
.nav-button-mobile i {
  background-color: white;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 3px;
}
.nav-button-mobile i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.nav-button-mobile i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.nav-button-mobile i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.nav-button-mobile.active i {
  background-color: #ffffff;
}
.nav-button-mobile.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.nav-button-mobile.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.nav-button-mobile.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px) rotate(0deg);
  }
  100% {
    transform: translateY(8px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px) rotate(0deg);
  }
  100% {
    transform: translateY(-8px) rotate(135deg);
  }
}
footer {
  width: 100%;
  margin-bottom: 10px;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer .rs {
  margin-left: 5px;
  width: 25px;
  height: auto;
}
@media (max-width: 450px) {
  footer .footer {
    margin-top: 30px !important;
    flex-direction: column;
  }
}
footer .rightsReserved {
  margin-right: 15px;
  text-align: right;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .resauxs {
  margin-left: 20px;
  display: flex;
  width: auto;
}
@media (max-width: 450px) {
  footer .resauxs {
    margin-left: 0;
  }
}
.blackBack {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  background-color: black;
}
.blackBack:before {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 30px;
  height: 30px;
  content: '';
  transform: translate(-50%, 0) rotate(45deg);
  border-radius: 10%;
  background-color: #8ac500;
}
.popup {
  z-index: 9999;
  display: block;
  position: relative;
}
.popup:not(.success) .popupContainer .popupSuccessMessage {
  display: none;
}
.popup.success .popupContainer .popupSuccessMessage {
  display: block;
  color: white;
  font-size: 17px;
  width: 100%;
}
.popup.success .popupContainer form,
.popup.success .popupContainer .message {
  display: none;
}
.popup .popupContainer {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
  padding: 15px;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 21px;
  width: 21px;
  background-size: cover;
  background: url("img/croix.png") no-repeat;
  cursor: pointer;
}
.popup .popup-close:hover {
  background: url("img/croix-verte.png") no-repeat;
}
.popup .popup-close-noir {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 21px;
  width: 21px;
  background-size: cover;
  background: url("img/croix-noire.png") no-repeat;
  cursor: pointer;
}
.popup .popup-close-noir:hover {
  background: url("img/croix-verte.png") no-repeat;
}
.eventPopup .popupContainer {
  position: fixed;
  top: 200px;
  margin: 0;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
  -o-transition: left 1s ease;
  -ms-transition: left 1s ease;
  transition: left 1s ease;
}
.eventPopup.active .popupContainer {
  left: 0;
}
.eventPopup:not(.active) .popupContainer {
  left: -100% !important;
}
.eventPopup .message {
  margin-right: 23px;
  font-size: 19px;
}
.signUpPopup {
  width: 280px;
}
.signUpPopup .popupContainer {
  position: fixed;
  bottom: 0;
  left: 50px;
  transition: bottom 1s ease;
  width: 280px;
  margin: 10px 10px 0 10px;
}
.signUpPopup.active .popupContainer {
  bottom: 0;
}
.signUpPopup:not(.active) .popupContainer {
  bottom: -5000px;
}
.signUpPopup .message {
  font-size: 17px;
  font-weight: bolder;
  margin-top: 30px;
}
.signUpPopup input[type=email] {
  display: block;
  width: 240px;
  margin: 18px 0;
  padding: 4px 11px;
  color: black;
}
.signUpPopup input[type=submit] {
  display: block;
  width: 230px;
  padding: 5px 10px;
  margin: 20px 5px;
  border: none;
  border-radius: 5px;
  background-color: #8ac500;
  font-weight: bolder;
  font-size: 17px;
  color: white;
  cursor: pointer;
}
.signUpPopup input[type=submit]:hover {
  background-color: #ace722;
}
#bottom404 {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (max-width: 762px) {
  #bottom404 {
    position: inherit;
    margin-top: 30px;
  }
}
#index {
  padding-bottom: 30px;
}
#index #com {
  display: flex;
  width: 100%;
  padding: 0 200px 0 200px;
}
#index #com #clients,
#index #com #twitter {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1400px) {
  #com {
    padding: 0 100px 0 100px !important;
  }
  #com #clients {
    margin-right: 20px;
  }
}
@media (max-width: 1000px) {
  #com {
    display: block !important;
    padding: 0 100px 0 100px !important;
  }
  #com #clients,
  #com #twitter {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  #com {
    padding: 0 50px 0 50px !important;
  }
}
#rse {
  margin-bottom: 50px;
}
#rse .partenaires,
#rse .recompenses {
  margin-top: 20px;
}
#rse .partenaires .partenaires-description,
#rse .recompenses .partenaires-description {
  display: flex;
  align-items: center;
}
#rse .partenaires .partenaires-description a:active,
#rse .recompenses .partenaires-description a:active,
#rse .partenaires .partenaires-description a:focus,
#rse .recompenses .partenaires-description a:focus {
  color: #8ac500;
  text-decoration: none;
}
#rse .partenaires .partenaires-description .partenaires-logos,
#rse .recompenses .partenaires-description .partenaires-logos {
  width: auto!important;
  height: 150px!important;
  padding: 0 20px 0 20px;
}
#rse .videorse {
  margin-top: 25px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .video-rse {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .partenaires-description {
    flex-direction: column;
  }
  .video-rse {
    height: 225px;
  }
  .engagements,
  #rse,
  .recompenses {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.securoutiere {
  background-color: #2c2c2e;
  margin-top: 25px;
  box-sizing: content-box;
  padding-bottom: 25px;
}
.slick-dots {
  display: none !important;
}
.slick-slider {
  display: flex !important;
  justify-content: center;
}
.slick-arrow {
  background-color: transparent;
  border: none;
}
.slick-arrow:focus {
  outline-style: none;
}
.slick-list {
  text-align: center;
}
.securoutiere {
  background-color: #2c2c2e;
  margin-top: 25px;
  box-sizing: content-box;
  padding-bottom: 25px;
}
.slick-dots {
  display: none !important;
}
.slick-slider {
  display: flex !important;
  justify-content: center;
}
.slick-arrow {
  background-color: transparent;
  border: none;
}
.slick-arrow:focus {
  outline-style: none;
}
.slick-list {
  text-align: center;
}
#nps {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#npsdesc {
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
#formRse {
  text-align: center;
}
#formRse #buttonRapportRse {
  background-color: #8ac500;
  align-items: center;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
}
#blocActionsRSE {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 0 5%;
}
#blocActionsRSE .actionCycle {
  width: 30%;
  margin: 0 1.5%;
}
#blocActionsRSE .actionCycle__dates {
  background-color: #8ac500;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}
#blocActionsRSE .actionCycle__liste {
  background-color: #2C2C2E;
  padding: 20px;
  height: 100%;
}
#blocActionsRSE .actionCycle__liste li {
  display: list-item;
  list-style-image: url('img/check.png');
  margin-bottom: 5px;
  text-align: left;
}
.topCaroussel {
  position: relative;
}
.topCaroussel .carousel-inner .item .row {
  position: relative;
  overflow: hidden;
}
.topCaroussel .carousel-inner .item .row .backgroundImageContainer {
  height: 400px;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
@media (max-width: 650px) {
  .topCaroussel .carousel-inner .item .row .backgroundImageContainer {
    width: auto;
    height: 300px;
  }
}
.topCaroussel .carousel-inner .item .row img {
  width: 100%;
  height: auto;
}
@media (max-width: 650px) {
  .topCaroussel .carousel-inner .item .row img {
    width: auto;
    height: 300px;
  }
}
.topCaroussel .carousel-inner .item .row .diapoTmpCo {
  background-image: url('img/carousel/diapo0.jpg');
}
@media (max-width: 860px) {
  .topCaroussel .carousel-inner .item .row .diapoTmpCo {
    background-image: url('img/carousel/mobile0.jpg');
  }
}
.topCaroussel .carousel-inner .item .row .diapo1 {
  background-image: url('img/carousel/diapo1.jpg');
}
.topCaroussel .carousel-inner .item .row .diapo2 {
  background-image: url('img/carousel/diapo2.jpg');
}
.topCaroussel .carousel-inner .item .row .diapo3 {
  background-image: url('img/carousel/diapo3.jpg');
}
.topCaroussel .carousel-inner .item .row .diapo4 {
  background-image: url('img/carousel/diapo4.jpg');
}
.topCaroussel .carousel-inner .item .row .diapoRS {
  background-image: url('img/carousel/banierre_rs.jpg');
}
.topCaroussel .carousel-inner .carousel-inner-onImageTexte {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  padding: 5px 10px;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  color: white;
  background: #000;
}
@media (max-width: 650px) {
  .topCaroussel .carousel-inner .carousel-inner-onImageTexte {
    font-size: 15px;
    width: 80%;
  }
}
.indic-clients {
  position: inherit;
  margin-top: 20px;
}
.vertical_flip {
  width: 250px;
  height: 354px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 25px;
  box-sizing: content-box;
}
.front,
.back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.solutions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}
.bold {
  font-weight: bold;
}
.buttonInfotrain {
  border: 1px solid white;
  padding: 8px;
  text-align: center;
  margin: 50px 25px 0px 25px;
  font-weight: bold;
}
.buttonInfotrain a {
  color: white;
}
.buttonInfotrain:hover,
.buttonInfotrain:focus {
  border: 1px solid #434147;
  background-color: white;
  cursor: pointer;
}
.buttonInfotrain:hover a,
.buttonInfotrain:focus a {
  color: #434147;
  text-decoration: none;
}
#tvsystem {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
}
#tvsystem .logoSolution {
  margin-bottom: 20px;
}
.imgSol {
  max-width: 730px;
  height: auto;
}
@media (max-width: 770px) {
  .imgSol img {
    width: 300px;
  }
}
@media (max-width: 450px) {
  .imgSol img {
    width: 150px;
  }
}
#bandeau,
#bandeau2Infotrain {
  position: relative;
  margin: 12px 20px 24px;
}
#bandeau .bandeau-items,
#bandeau2Infotrain .bandeau-items {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: flex-end;
}
#bandeau .bandeau-item-fr,
#bandeau2Infotrain .bandeau-item-fr {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 6px;
  width: 112px;
  vertical-align: bottom;
}
#bandeau .bandeau-item-fr img,
#bandeau2Infotrain .bandeau-item-fr img {
  display: block;
  box-sizing: border-box;
  width: 100px;
  height: auto;
  margin: auto;
  padding: 10px;
}
#bandeau .bandeau-item-fr .bandeau-item-text,
#bandeau2Infotrain .bandeau-item-fr .bandeau-item-text {
  height: 60px;
  text-align: center;
}
#bandeau .bandeau-item-en,
#bandeau2Infotrain .bandeau-item-en {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 6px;
  width: 167px;
  vertical-align: bottom;
}
#bandeau .bandeau-item-en img,
#bandeau2Infotrain .bandeau-item-en img {
  display: block;
  box-sizing: border-box;
  width: 100px;
  height: auto;
  margin: auto;
  padding: 10px;
}
#bandeau .bandeau-item-en .bandeau-item-text,
#bandeau2Infotrain .bandeau-item-en .bandeau-item-text {
  height: 158px;
  text-align: center;
}
#bandeau .green,
#bandeau2Infotrain .green {
  text-align: center;
}
.contactSolutions {
  background-image: url('img/arriere_plan.jpg');
  background-position: center;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 40px 0 40px 0;
  margin-top: 40px;
  margin-bottom: 25px;
}
.contactSolutions .contact-title {
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: bold;
}
.borne {
  max-width: none !important;
}
@media (max-width: 1199px) {
  .text-photo {
    flex-direction: column!important;
    justify-content: center;
    align-items: center;
  }
  .text-photo .listRight {
    margin-top: 35px;
  }
}
@media (max-width: 1100px) {
  .vertical_flip {
    width: 200px !important;
    height: 304px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media (max-width: 525px) {
  .vertical_flip {
    margin-left: 15px !important;
    width: 150px !important;
    height: 204px !important;
    margin-right: 15px !important;
  }
  .imgTVSystem {
    width: 100%;
  }
  .logoSolution {
    width: 80%;
  }
  .listRight {
    margin-left: 0 !important;
  }
}
@media (max-width: 415px) {
  .vertical_flip {
    margin-left: 15px !important;
    width: 100px !important;
    height: 154px !important;
    margin-right: 15px !important;
  }
}
#equipe {
  padding: 0 150px 50px 150px;
}
@media (max-width: 770px) {
  #equipe {
    padding: 0 90px 50px 90px;
  }
}
@media (max-width: 420px) {
  #equipe {
    padding: 0 30px 50px 30px;
  }
}
#equipe #equipe-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
}
#equipe #equipe-group .equipe-indiv {
  text-align: center;
  padding: 15px;
  width: 25%;
}
@media (max-width: 420px) {
  #equipe #equipe-group .equipe-indiv {
    font-size: 14px;
  }
  #equipe #equipe-group .equipe-indiv img {
    width: 100%;
  }
  #equipe #equipe-group .equipe-indiv .green {
    font-size: 16px;
  }
}
@media (max-width: 770px) {
  #equipe #equipe-group .equipe-indiv {
    width: 50%!important;
  }
}
@media (max-width: 1024px) {
  #equipe #equipe-group .equipe-indiv {
    width: 33%;
  }
}
#equipe #equipe-group .equipe-indiv img {
  margin-bottom: 15px;
}
.fullPage {
  position: absolute;
  min-height: 87%;
}
.informations {
  display: flex;
  margin-bottom: 30px;
}
.informations .informations-text {
  margin-left: 30px;
}
.informations .informations-text .green {
  margin-bottom: 10px;
}
.informations .informations-text .horraires {
  margin-top: 30px;
}
#formContact {
  background-image: url('img/arriere_plan.jpg');
  padding-bottom: 50px;
  padding-top: 30px;
}
@media (max-width: 350px) {
  #formContact {
    padding-top: 15px;
  }
  #formContact .title {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 10px;
  }
}
#formContact form {
  color: #0f0f0f;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#formContact form input,
#formContact form textarea,
#formContact form button {
  margin-top: 15px;
  padding: 10px;
  width: 60%;
}
@media (max-width: 450px) {
  #formContact form input,
  #formContact form textarea,
  #formContact form button {
    width: 85%;
  }
}
#formContact form textarea {
  resize: none;
}
@media (max-width: 450px) {
  #formContact form textarea {
    height: 175px;
  }
}
#formContact form ::placeholder {
  color: #afafaf;
}
#formContact form button {
  width: 25%;
  font-weight: bold;
}
@media (max-width: 450px) {
  #formContact form button {
    width: 45%;
  }
}
#Actualite,
#ActualiteIndex {
  padding: 0 200px 50px 200px;
}
@media (max-width: 1370px) {
  #Actualite,
  #ActualiteIndex {
    padding: 0 80px 50px 30px;
  }
}
@media (max-width: 500px) {
  #Actualite,
  #ActualiteIndex {
    padding: 0 30px 50px 30px;
  }
}
#Actualite .news-group,
#ActualiteIndex .news-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
#Actualite .news-group .news-indiv,
#ActualiteIndex .news-group .news-indiv {
  display: flex;
  padding-left: 50px;
  width: 50%;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  #Actualite .news-group .news-indiv,
  #ActualiteIndex .news-group .news-indiv {
    flex-wrap: wrap;
  }
  #Actualite .news-group .news-indiv .green,
  #ActualiteIndex .news-group .news-indiv .green {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  #Actualite .news-group .news-indiv,
  #ActualiteIndex .news-group .news-indiv {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#Actualite .news-group .news-indiv .text-news,
#ActualiteIndex .news-group .news-indiv .text-news {
  display: flex;
  flex-direction: column;
  text-align: left;
}
#Actualite .news-group .news-indiv .text-news .news-subtitle,
#ActualiteIndex .news-group .news-indiv .text-news .news-subtitle {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 11px;
  color: #b9b9b9;
  display: flex;
  align-items: center;
}
#Actualite .news-group .news-indiv .text-news .suite,
#ActualiteIndex .news-group .news-indiv .text-news .suite,
#Actualite .news-group .news-indiv .text-news .remove,
#ActualiteIndex .news-group .news-indiv .text-news .remove {
  text-decoration: underline;
}
#Actualite .news-group .news-indiv .text-news .suite:hover,
#ActualiteIndex .news-group .news-indiv .text-news .suite:hover,
#Actualite .news-group .news-indiv .text-news .remove,
#ActualiteIndex .news-group .news-indiv .text-news .remove {
  cursor: pointer;
}
#Actualite .news-group .news-indiv .text-news .remove,
#ActualiteIndex .news-group .news-indiv .text-news .remove {
  margin-top: 5px;
}
#Actualite .news-group .news-indiv img,
#ActualiteIndex .news-group .news-indiv img {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-right: 35px;
}
#ActualiteIndex {
  padding-top: 35px;
  padding-bottom: 20px;
  text-align: center;
}
#ActualiteIndex a {
  color: white;
}
#ActualiteIndex hr {
  margin-left: 50px;
}
#error {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  margin-top: 10vh!important;
  align-items: center;
}
#error .error-text {
  margin-left: 100px;
}
#error .error-text .oups {
  color: #8ac500;
  font-size: 50px;
  font-weight: bold;
}
#error .error-text .erreur404 {
  font-size: 70px;
}
#error .error-text .notfound {
  font-size: 25px;
}
body {
  background-color: #434147;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: white;
  min-height: 100%;
  overflow-x: hidden;
}
.title {
  text-align: center;
  font-family: impact;
  font-size: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.twitter-timeline {
  background-color: #434147;
}
@media (max-width: 1400px) {
  .twitter-timeline {
    height: 555px!important;
  }
}
@media (max-width: 1100px) {
  .twitter-timeline {
    height: 400px!important;
  }
}
@media (max-width: 350px) {
  .twitter-timeline {
    height: 250px!important;
  }
}
.intro {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.green {
  color: #8ac500;
  font-weight: bold;
  font-size: 17px;
}
.flex {
  display: flex;
  margin-bottom: 25px;
  margin-top: 30px;
}
@media (max-width: 770px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
  }
}
ul {
  padding-left: 20px;
}
li {
  margin-bottom: 15px;
}
.listRight {
  margin-left: 50px;
}
i {
  margin-right: 5px;
  color: #8ac500;
}
a {
  color: white;
}
.articleLong a {
  color: #8ac500;
}
#equipe,
#Actualite,
#ActualiteIndex {
  background-image: url('img/arriere_plan.jpg');
  background-position: center;
  background-size: cover;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */