/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #121F3C;
    font-size: 0.8rem;
    line-height: 1.2;
    background-color: #fff;
}

/*** Loader ***/
html body {
  position:relative;
  animation-name: fondu;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 1s;
}
html::before {
  content:"";
  position:absolute;
  margin:0 auto;
  left:0;top:100px;right:0;bottom:0;
  border: 2px solid #6594FF; /* Light grey */
  border-top: 2px solid #121F3C; /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fondu
{
  0%, 70%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #a0d5ff;
    text-shadow: none;
}

::selection {
    background: #a0d5ff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
html body {
  font-family: 'Barlow Condensed', sans-serif;
  background-color:#fff;
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:color 0.2s linear, background 0.2s linear;
  color:#8193BC;
}
a:visited,
a:focus,
a:link {
  text-decoration: none;
  color:#8193BC;
}
a:hover {
  text-decoration: none;
  color:#6594FF;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

img {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}

.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
/*** RECAPTCHA ***/
.grecaptcha-badge {
  opacity: 0;
}

/*** COOKIEBANNER **/
.cookiebanner {
  font-family: 'Barlow Condensed', sans-serif!important;
  margin: 10px;
  padding:10px;
  height:auto!important;
  font-size:14px!important;
  color:#121F3C;
  height:100%;
  padding: 5% 0% 10% 0%;
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
  transition:all 0.5s ease;
  opacity:0.98!important;
  border:none;
  border-radius:10px;
  top:auto!important;
  right:auto!important;
  left:0!important;
  bottom:0;
  box-shadow:1px 1px 10px rgba(0,0,0,0.15);
}
.cookiebanner:hover {
  opacity:1!important;
  background: rgb(255,255,255)!important; /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}
.cookiebanner span {
  display:inline-block;
  margin:10px 10px 80px;
  line-height:1em;
  color:#121F3C;
  text-align:left;
}
.cookiebanner span a {
  display:inline-block;
  float:none;
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  width:100%;
  color: #6594FF !important;
}
.cookiebanner span a:hover {
  color: #6594FF !important;
  text-decoration: underline;
}
.cookiebanner span a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left:5px;
}
.cookiebanner img.emoji {
  opacity:0.75;
}
.cookiebanner-close {
  position:absolute;
  bottom: 25px;
  transform: translateX(-50%);
  left: 50%;
  padding: 10px 20px !important;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  transition: 0.2s ease-in all;
  font: 600 14pt Teko;
  letter-spacing: 0;
  color:#fff;
  background: #6594FF 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
  cursor:pointer;
}
.cookiebanner-close:hover {
  box-shadow: 0px 0px 20px #6594FF;
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size:16px!important;
    width:30%;
  }
}
@media (min-width: 1200px) {
  .cookiebanner {
    width:25%;
  }
}
@media (min-width: 1500px) {
  .cookiebanner {
    width:20%;
  }
}

.back-to-top {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s;  
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-animation: bounceUp 2s infinite 2s;
  animation: bounceUp 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f01b";
  font-family:"FontAwesome";
  color:#8193BC;
  font-size:40px;
  line-height:20px;
  left:calc(50% - 20px);
  top:calc(50% - 24px);
}
.back-to-top a:hover::before {
  color:#6594FF;
}
@media (min-width:992px) {
  .back-to-top {
    width:80px;
    height:80px;
  }
  .back-to-top a {
    height: 80px;
    width: 80px;
  }
  .back-to-top a::before {
    font-size:80px;
    line-height:80px;
    left:calc(50% - 40px);
    top:calc(50% - 50px);
  }
}
a.button {
  position:relative;
  z-index:1;
  display:inline-block;
  background: #6594FF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-align:center;
  cursor:pointer;
  font: 600 28pt Teko;
  letter-spacing: 0;
  text-transform: uppercase;
  color:#fff!important;
  min-width:260px;
  padding:0 20px;
  height:130px;
  line-height:32px;
  transition: ease-in 0.2s all;
  display:flex;
  justify-content:center;
  flex-direction:column;
}
@media (min-width:992px) {
  a.button {
    font-size:28pt;
  }
}
a.button:hover {
  box-shadow: 0px 0px 20px #6594FF;
}
a.button img {
  max-height:50px;
  width:auto;
}
.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}

.homepage .ascquer {
  background-color:#e6e6ea;
  display:flex;
  position:relative;
  width:100%;
  min-height:100vh;
  overflow:hidden;
  text-align:center;
}
.homepage .ascquer .background {
  width: 100%;
  height: 100vh;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;  
}
.homepage .ascquer .intro {
  position:absolute;
  left:0;
  bottom:25%;
  width:50%;
  background: rgba(101, 148, 255, .8) 0% 0% no-repeat padding-box;
  color:#fff;
  padding:30px 10px 30px 0;
  display:flex;
  justify-content: flex-end;
}
.homepage .intro .bloc-texte {
  text-align:left;
}
.homepage .intro h2 {
  text-transform:uppercase;
  font: 600 40pt Teko;
  line-height:1em;
  letter-spacing: 4pt;
  color: #FFFFFF;
}
.homepage .intro p {
  font: 400 16pt Barlow Condensed;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom:30px;
}
.homepage .intro a {
  text-align: left;
  margin-top:20px;
  font: 500 16pt Teko;
  letter-spacing: 1.6pt;
  color: #FFFFFF;
  text-transform: uppercase;
  border-bottom: solid 2px #fff;
}
.homepage .intro a::after {
  font-family: "FontAwesome";
  content:"\f178";
  margin-left:6px;
}

.homepage .ascquer .info {
  position:absolute;
  right:0;
  bottom:5%;
  width:20%;
  color:#fff;
  display:flex;
  justify-content: left;
}
.homepage .info .icon-info {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: -40px;
  display: none;
}
.homepage .info .bloc-texte {
  text-align:left;
  border-left:solid 1px #6594FF;
  padding-left:20px;
}
.homepage .info h3 {
  font:900 34pt Teko;
  line-height: 30pt;
  text-transform: uppercase;
}
.homepage .info p {
  font: 500 16pt Teko;
  line-height:23pt;
  letter-spacing: 1.6pt;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom:0;
}
section .scroll-to-section {
  position: absolute;
  z-index:10;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 0px;
  text-align: center;
  width: 40px;
  height: 40px; 
  opacity:0.80;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

section .scroll-to-section::before {
  position:absolute;
  font-family:"FontAwesome";
  content:"\f04b";
  font-weight:400;
  color:#fff;
  font-size:30px;
  line-height:40px;
  width:40px;
  transform:rotate(90deg);
}
section .scroll-to-section:hover {
  opacity:1;
}


.widget-actualites {
  background: #F8FAFF 0% 0% no-repeat padding-box;
  padding:80px 0;
}
.widget-actualites h2 {
  text-align:center;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  text-transform: uppercase;  
  margin-bottom:30px;
}
.widget-actualites h2 a {
  color: #121F3C;
}
.widget-actualites h2 a::after {
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 8px;
  font-size: 24pt;
  line-height: 32pt;
  display: inline-block;
  vertical-align: top;
  color:#6594FF;
}
.widget-actualites h2 a:hover {
  color:#6594FF;
}

.widget-actualites .slider {
  overflow:hidden;
  flex: 0 0 80%;
  margin: 0 auto;
  height:320px;
}
.widget-actualites .slider-container {
  position:relative;
}
.slider-container .precedent,
.slider-container .suivant {
  font-size:0;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.slider-container .precedent {
  left:0;
}
.slider-container .suivant {
  right:20px;
}
.slider-container .precedent::before,
.slider-container .suivant::before {
  position: absolute;
  font-family:"FontAwesome";
  content:"\f04b";
  color:#6594FF;
  font-size: 20pt;
  transition:color 0.2s ease-in;
}
.slider-container .precedent::before {
  transform:rotate(180deg);
}
.slider-container .precedent:hover::before,
.slider-container .suivant:hover::before {
  text-shadow: 2px 2px 10px #0000001F;
  color:#121F3C;
}
.slider-container .slides-navigation ul {
  padding:30px 0 0;
  margin:0 auto;
  list-style:none;
}
.slider-container .slides-navigation {
  width:100%;
}
.slider-container .slides-navigation li {
  display:inline-block;
  vertical-align:top;
  padding:0 4px;
}
.slider-container .slides-navigation a {
  display:inline-block;
  font-size:0;
  height:16px;
  width:16px;
  text-align:center;
  line-height:16px;
  transition:all 0.2s ease-in;
}
.slider-container .slides-navigation a::before {
  display:inline-block;
  vertical-align:middle;
  content:"";
  border:solid 2px #121F3C;
  width:10px;
  height:10px;
  border-radius:10px;
  transition:all 0.2s ease-in;
}
.slider-container .slides-navigation .active a::before {
  background: #6594FF 0% 0% no-repeat padding-box;
  border: 2px solid #6594FF;
  width:16px;
  height:16px;
  border-radius:16px;
}
.widget-actualites ul.slides {
  padding:0;
  margin:0;
  list-style: none;
  text-align: center;
}
.widget-actualites ul.slides li {
  position:relative;
  float:left;
  width:100%;
  margin-bottom: 100px;
}
.widget-actualites .article img {
  float:left;
  margin-left:15px;
}
.widget-actualites .article .description {
  position: absolute;
  background-color:#fff;
  padding:40px 30px;
  left: 50%;
  top: 50%;
  transform: translate(-25px,-50%); 
  box-shadow: 2px 2px 10px #0000001F; 
}
.widget-actualites .article .description .icon-read-more::after {
  position:absolute;
  font-family:"FontAwesome";
  content:"\f178";
  font-weight:400;
  color:#fff;
  font-size:10px;
  line-height:20px;
  background: #6594FF 0% 0% no-repeat padding-box;
  padding:5px 10px;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
  transition:background 0.2s ease-in;
}
.widget-actualites .article .description .icon-read-more:hover::after {
  background-color:#121F3C;
}
.widget-actualites .article .description h4 {
  text-align: left;
  font: 600 26pt Teko;
  line-height:26pt;
  letter-spacing: 0;
  color: #121F3C;
  text-transform: uppercase;  
}
.widget-actualites .article .description h4 a {
  color:#121F3C;
}
.widget-actualites .article .description h4 a:hover {
  color:#6594FF;
}
.widget-actualites .article .description .texte {
  text-align: left;
  font: 400 14pt Barlow Condensed;
  line-height:16pt;
  letter-spacing: 0;
  color: #121F3C;
}
.read-more {
  text-align: left;
  font: 700 14pt Barlow Condensed;
  line-height:16pt;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #6594FF; 
  margin-left:6px; 
}

.acces-rapide {
  background: #FFFFFF 0% 0% no-repeat padding-box;  
  padding:80px 0;
}
.acces-rapide h2 {
  width:100%;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  margin-bottom:30px;
}
.acces-rapide .texte {
  width:100%;
  text-align: center;
  font: 400 16pt Barlow Condensed;
  line-height:20pt;
  letter-spacing: 0;
  color: #121F3C;  
}
.acces-rapide .call-to-action {
  text-align:center;
  padding:30px 0 60px;
}
.acces-rapide .call-to-action .button {
  max-width:300px;
  margin:0 auto;
}
.acces-rapide .call-to-action .col-12:first-child .button {
  margin-right:0;
}
.acces-rapide .call-to-action .col-12:last-child .button {
  margin-left:0;
}
.acces-rapide .form-search {
  position:relative;
  width:100%;
  padding-top:20px;
}

.aprim-select {
  position: relative;
  font: 600 30pt Teko;
  color:#121F3C;
}
.aprim-select select {
  display: none; /*hide original SELECT element: */
}

/* style the items (options), including the selected item: */
.select-selected,
.zone-autocomplete input[type=text]{
  position:relative;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #121F3C;
  border-radius: 10px;
  font: 600 28pt Teko;
  line-height:28pt;
  letter-spacing: 0;
  text-transform: uppercase;
  color:#121E3C;
  padding:20px;
  text-align:left;
  cursor: pointer;
  margin-bottom:40px;
  height: 82px;
  width: 100%;
}
.zone-autocomplete input[type=text] {
  cursor: default;
  margin-bottom: 0;
}
.zone-autocomplete {
  margin-bottom: 40px;
  position: relative;
}
.zone-autocomplete input[type=text]::placeholder {
  opacity: 1;
}
.select-selected::after {
  font-family:"FontAwesome";
  content:"\f178";
  position:absolute;
  right:20px;
  font-size:14pt;
}
.select-selected.select-arrow-active:after {
  content:"\f107";
}
.zone-autocomplete button {
  position: absolute;
  z-index: 2;
  right: 20px;
  margin: 20px 0;
  border: none;
  background: none;
  height: 40px;
  width: 30px;  
}
.zone-autocomplete button:focus {
  outline: none;
}
.zone-autocomplete button::after {
  font-family:"FontAwesome";
  content:"\f002";
  position:absolute;
  top:0px;
  font-size:14pt;
  cursor: pointer;
  color: rgb(18,30,60);
}
.zone-autocomplete .ajax-loader {
  position: absolute;
  right: 40px;
  top: 20px;
  display: none;
}  
.zone-autocomplete .ajax-loader::before {
  content:"";
  position:absolute;
  z-index: 5;
  margin:0 auto;
  left:0;top:0px;right:0px;bottom:0;
  border: 2px solid #6594FF; /* Light grey */
  border-top: 2px solid #121F3C; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  background-color: #fff;
}
#suggestions ul {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-left:1px solid #121F3C30;
  border-right:1px solid #121F3C30;
  box-shadow:1px 1px 10px rgba(0,0,0,0.15);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height:400px;
  overflow-y: scroll;
}
#suggestions ul li {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #121F3C30;
  font: 600 20pt Teko;
  line-height: normal;
  line-height: 20pt;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #121E3C;
  padding: 10px 30px;
  text-align: left;
  cursor: pointer;
}
#suggestions ul li:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
#suggestions ul li a {
  color: rgb(18,30,60);
}
#suggestions ul li .table-cell {
  float: left;
  margin-right: 10px;
}

/* Style the arrow inside the select element: */
/*
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
*/


.select-items div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #121F3C30;
  font: 600 20pt Teko;
  line-height:20pt;
  letter-spacing: 0;
  text-transform: uppercase;
  color:#121E3C;
  padding:10px 30px;
  text-align:left;
  cursor: pointer;
}
.select-items div span {
  color:#6594FF;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  border-left:1px solid #121F3C30;
  border-right:1px solid #121F3C30;
  box-shadow:1px 1px 10px rgba(0,0,0,0.15);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height:400px;
  overflow-y: scroll;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.15);
}

.homepage .form-search input[type=text] {
  position:relative;
  width:100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 2px solid #121F3C;
  border-radius: 10px;
  text-align: left;
  font: 600 30pt Teko;
  line-height:30pt;
  letter-spacing: 0;
  text-transform: uppercase;
  color:#121E3C;
  padding:30px;
}
.homepage .form-search input::placeholder {
  color:#8193BC;
  opacity:1;
}
#searchsubmit {
  position:absolute;
  right:15px;
  top:50%;
  cursor:pointer;
  text-transform:uppercase;
  border:none;
  background:transparent;
  text-align: right;
  font: 500 14pt Teko;
  line-height:16pt;
  letter-spacing: 1.6px;
  color: #6594FF;
  text-transform: uppercase;
}
#searchsubmit::after {
  font-family:"FontAwesome";
  content:"\f178";
  font-weight:400;
  color:#6594FF;
  font-size:20px;
  line-height:20px;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
  margin-left:6px;
}

.homepage .nos-videos {
  background: #F8FAFF 0% 0% no-repeat padding-box;
}
.homepage .nos-videos .bloc-video,
.homepage .nos-videos .nos-publications {
  padding:80px 0;
}
.homepage .nos-videos .nos-publications {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height:32px;
}
.homepage .nos-videos .nos-publications::after {
  position:absolute;
  z-index:1;
  content:"";
  width:100%;
  height:100%;
  background-image: url(../img/backgrounds/a-propos.png);
  background-position: center center;
  background-repeat: no-repeat;  
  opacity:0.25;
}

.homepage .nos-videos h2 {
  text-align:left;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  margin-bottom:30px;
}
.homepage .nos-videos h2 a {
  color: #121F3C;
}
.homepage .nos-videos h2 a:after {
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 8px;
  font-size:24pt;
  line-height: 26pt;
  display: inline-block;
  vertical-align: top;
}
.homepage .nos-videos h2 a:hover {
  color: #6594FF;
}
.homepage .nos-videos .nos-publications h2 {
  z-index:2;
  text-align:center;
}
.homepage .nos-videos .video-responsive {
  max-width:90%;
}
.homepage .nos-videos .texte {
  text-align: left;
  font: 400 14pt Barlow Condensed;
  line-height:28pt;
  letter-spacing: 0;
  color: #121F3C; 
  margin-bottom:30px; 
}
.homepage .nos-videos .button {
  float:left;
  height: 40px;
  font-size: 16pt;
  font-weight: 500;
  min-width: 160px;
  width:160px;
  line-height: 40px;
  border-radius: 0;
  margin-left:0;  
}
.homepage .nos-videos .suivez-nous {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:40px 15px;  
}

.homepage .activites-contact {
  background: #FFF 0% 0% no-repeat padding-box;
}
.homepage .activites-contact h2 {
  text-align:left;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  margin-bottom:30px;
}
.homepage .activites {
  padding:80px 0;
}
.homepage .activites .texte {
  text-align: left;
  font: 400 14pt Barlow Condensed;
  line-height:18pt;
  max-width:60%;
  letter-spacing: 0;
  color: #121F3C; 
  margin-bottom:30px; 
}
.homepage .activites ul {
  padding: 0;
  margin:30px 0;
  list-style: none;
}
.homepage .activites ul li {
  margin:0 0 20px;
  text-align:left;
}
.homepage .activites ul li a {
  text-align: left;
  font: 600 30pt Teko;
  line-height:30pt;
  letter-spacing: 0;
  color: #121F3C;
  text-transform: uppercase;  
}
.homepage .activites ul li a::after {
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 8px;
  font-size:24pt;
  line-height: 26pt;
  display: inline-block;
  vertical-align: top;
}
.homepage .activites ul li a:hover {
  color: #6594FF;
}
.homepage .contact {
  background-image:url(../img/backgrounds/bg-contact@2x.png);
  background-size:cover;
  background-repeat:no-repeat;
  padding:80px 80px 80px 80px;
}
.homepage .contact h2 {
  color:#fff;
}
.homepage .formulaire form {
  text-align:left;
}
.homepage .contact .formulaire form p {
  display: inline-block;
  vertical-align:top;
  width: 40%;
  margin-right: 20px;
}
.homepage .contact .formulaire form p:nth-child(6) {
  width:calc(80% + 24px);
}
.homepage .contact .formulaire form p:nth-child(7) {
  width:calc(20% - 50px);
  margin-right:0;
}
.formulaire input[type=text],
.formulaire input[type=tel],
.formulaire input[type=email],
.formulaire textarea {
  position:relative;
  width:100%;
  background: transparent 0% 0% no-repeat padding-box;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: left;
  line-height:23pt;
  font: 500 16pt Teko;
  letter-spacing: 1.6pt;
  color: #FFFFFF;
  text-transform: uppercase;
  padding:20px 20px 16px;
  transition:all 0.2s ease-in;
}
.formulaire textarea {
  text-transform: none;
  height:140px;
}
.formulaire input[type=text]:hover,
.formulaire input[type=tel]:hover,
.formulaire input[type=email]:hover,
.formulaire textarea:hover {
  border-color:#6594FF;
}
.formulaire input::placeholder,
.formulaire textarea::placeholder {
  opacity:1;
}
.formulaire input[type=submit] {
  background-color:#6594FF;
  border:solid 2px #6594FF;
  border-radius:10px;
  color:#fff;
  font-size:0pt;
  height:140px;
  width:60px;
  cursor:pointer;
  transition:all 0.2s ease-in;
}
.formulaire input[type=submit]:hover {
  box-shadow: 0px 0px 20px #6594FF;
}
.homepage .formulaire .send {
  background:url(../img/backgrounds/bg-send.png) no-repeat center center;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border:none!important;
  font: 400 14pt Barlow Condensed;
  line-height:18pt;
  letter-spacing: 0;
  color:#fff;
}
.abonnement-magazine div.wpcf7-validation-errors, 
.abonnement-magazine div.wpcf7-acceptance-missing,
.abonnement-magazine div.wpcf7-mail-sent-ok {
  color:#121F3C;
}

.a-propos {
  background: #fff 0% 0% no-repeat padding-box;
  background: rgb(63,72,90); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(63,72,90,1) 0%, rgba(63,72,90,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(63,72,90,1) 0%,rgba(63,72,90,1) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(63,72,90,1) 0%,rgba(63,72,90,1) 49%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f485a', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.homepage .a-propos {
  background: #fff 0% 0% no-repeat padding-box;
}
.a-propos .bloc-gauche {
  background-color: #3F485A;
  color:#fff;
  padding:80px 80px 80px 160px;
  position: relative;
}
.a-propos .bloc-droite {
  background-image: url(../img/backgrounds/a-propos.png);
  background-position:center center;
  background-repeat: no-repeat;
}
.a-propos h2 {
  position: absolute;
  top:160px;
  left:0;
  text-align:left;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #6594FF;
  text-transform: uppercase;  
  transform: matrix(0, -1, 1, 0, 0, 0);
}
.a-propos .texte {
  text-align: left;
  font: 400 14pt Barlow Condensed;
  line-height:18pt;
  letter-spacing: 0;
  color: #fff; 
  margin-bottom:30px; 
}
.a-propos .texte ul {
  padding-left:15px;
}
.a-propos .read-more {
  float:left;
  text-align: left;
  margin-left:0;
  font: 500 16pt Teko;
  letter-spacing: 1.6pt;
  color:#FFFFFF;
  text-transform: uppercase;
  border-bottom: solid 2px #6594FF;  
}
.a-propos .read-more::after {
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 6px;
  font-size:14pt;
  line-height:16pt;  
}
.a-propos .read-more:hover {
  color: #6594FF;
}
.a-propos .suivez-nous {
  padding:80px 0;
}
.a-propos .suivez-nous h2 {
  position: relative;
  top:0;
  text-align:center;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  transform: none;
}
.suivez-nous .social {
  margin-top:80px;
}
.suivez-nous .social a {
  font-size:0;
  background-color: #6594FF;
  color:#fff;
  width:80px;
  height:80px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin:0 15px;
  transition:all 0.2s ease-in;
}
.suivez-nous .social a:hover {
  color:#fff;
  box-shadow: 0px 0px 20px #6594FF;
}
.suivez-nous .social a.twitter::before,
.suivez-nous .social a.linkedin::before,
.suivez-nous .social a.youtube::before {
  font-family: "FontAwesome";
  font-size:40px;
  line-height:80px;
}
.suivez-nous .social a.twitter::before {
  content:"\f099";
}
.suivez-nous .social a.linkedin::before {
  content:"\f0e1";
}
.suivez-nous .social a.youtube::before {
  content:"\f16a";
}
.inscription-newsletter {
  background: #6594FF 0% 0% no-repeat padding-box;
  padding:130px 0 120px;
}
.inscription-newsletter h2 {
  text-align:center;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  margin-bottom:30px;
  max-width:60%;
  margin-left: auto;
  margin-right: auto;  
}
.inscription-newsletter .formulaire {
  display: inline-block;
  width:100%;
  text-align:center;
}
.inscription-newsletter .formulaire form {
  display: inline-block;
  position: relative;
}
.inscription-newsletter .formulaire input[type=email] {
  min-width:400px;
  text-align:left;
  margin:0 auto;
  color:#121F3C;
}
.formulaire input[type=email]:hover {
  border-color:#fff;
}
.inscription-newsletter .formulaire input[type="submit"] {
  position:absolute;
  top:0;
  right:0;
  background-color:#fff;
  border-color:#fff;
  height:70px;
  color:#6594FF;
  font:500 14pt Teko;;
  text-transform: uppercase;
}
.inscription-newsletter .formulaire input[type="submit"]:hover {
  background-color:#121F3C;
  border-color:#121F3C;
  color:#fff;  
}
.parsley-required, 
.parsley-custom-error-message {
  font:400 16pt Barlow Condensed!important;
}
#mailpoet_form_1 .mailpoet_validate_success {
  padding-top:10px;
  font:400 16pt Barlow Condensed!important;
  color:#121F3C!important;
  width:100%;
  text-align:center;
}
.abonnement-magazine {
  background: #F8FAFF 0% 0% no-repeat padding-box;
  padding:80px 0 80px;
}
.abonnement-magazine h2 {
  text-align:center;
  font: 600 40pt Teko;
  line-height:32pt;
  letter-spacing: 4px;
  color: #121F3C;
  text-transform: uppercase;  
  margin-bottom:30px;
  margin-left: auto;
  margin-right: auto;  
}
.abonnement-magazine .formulaire {
  display:inline-block;
  width:100%;
  text-align: center;
}
.abonnement-magazine .formulaire input[type=text],
.abonnement-magazine .formulaire input[type=tel],
.abonnement-magazine .formulaire input[type=email],
.abonnement-magazine .formulaire textarea {
  border-color:#121F3C;
  color:#121F3C;
  margin-bottom:10px;
}
.abonnement-magazine .formulaire input[type=text]:hover,
.abonnement-magazine .formulaire input[type=tel]:hover,
.abonnement-magazine .formulaire input[type=email]:hover,
.abonnement-magazine .formulaire textarea:hover {
  border-color:#6594FF;
}
.abonnement-magazine .formulaire input[type=submit] {
  width:100%;
  height:70px;
  color:#fff;
  font:500 16pt Teko;
  text-transform: uppercase;
}
.abonnement-magazine .formulaire form {
  padding:0 100px;
}
.abonnement-magazine .formulaire form p {
  display: inline-block;
  vertical-align:top;
  width: 47%;
  margin-right: 20px;
}
.abonnement-magazine .formulaire form p:nth-child(3),
.abonnement-magazine .formulaire form p:nth-child(6) {
  margin-right:0;
}
.abonnement-magazine .formulaire form p:nth-child(4) {
  width:calc(94% + 24px);
  margin-right:0;
}
.abonnement-magazine .formulaire form p:nth-child(7) {
  width:calc(94% + 24px);
  margin-right:0;
}
.abonnement-magazine .hand-1,
.abonnement-magazine .hand-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*** PAGE ASCQUER ***/
.menu-page {
  padding:180px 0 20px;
  background:#F8FAFF 0% 0% no-repeat padding-box;
}
.menu-page .owl-dots {
  display:none;
}
.menu-page ul {
  position: relative;
  list-style:none;
  padding:0;
  margin:0;
  text-align:center;
  display:block;
}
.menu-page-ascquer .owl-stage {
  width: auto!important;
}
.menu-page-ascquer .owl-prev,
.menu-page-ascquer .owl-next {
  display: none;
}
.menu-page ul li {
  float:left;
  padding:0 12px;
  font:600 16pt Teko;
  line-height:20pt;
  text-transform:uppercase;
  color:rgba(101, 148, 255);
}
.menu-page ul li span {
  font-family:Barlow Condensed;
  line-height: 16px;
}
.menu-page ul li a {
  color:rgba(101, 148, 255, .5);
}
.menu-page ul li a.current {
  font-weight:800;
}
.menu-page ul li a.current,
.menu-page ul li a:hover {
  color:rgba(101, 148, 255, 1);
}
.menu-page .owl-prev {
  position: absolute;
  left: -5px;
  top: 0;
  font-size: 0;
}
.menu-page .owl-next {
  position: absolute;
  right: -5px;
  top: 0;
  font-size: 0;
}
.menu-page .owl-prev.disabled,
.menu-page .owl-next.disabled {
  opacity: 0;
  cursor: default!important;
}
.menu-page .owl-prev::before,
.menu-page .owl-next::before {
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 18px;
  color: rgba(101, 148, 255, .5);
  background-color: #f8faff;
  display: block;
  width: 16px;
  box-shadow: 1px 1px 10px 7px #f8faff;
}
.menu-page .owl-prev::before {
  content: "\f0d9";
}
.menu-page .owl-next::before {
  content: "\f0da";
}
.menu-page .owl-prev:hover::before,
.menu-page .owl-next:hover::before {
  color: rgba(101, 148, 255, 1);
}
.menu-page .owl-stage-outer {
  padding-left: 10px;
}
@media(min-width: 768px) {
  .menu-page .owl-prev::before,
  .menu-page .owl-next::before {
    line-height: 22px;
  }  
}
@media(min-width: 1500px) {
  .page:not(.ascquer):not(.page-enfant):not(.actualites) .menu-page .owl-nav {
    display: none;
  }
  .page:not(.ascquer):not(.page-enfant):not(.actualites) .menu-page .owl-stage-outer {
    padding-left: 0px;
  }
}
.rubriques ul {
  list-style:none;
  padding:0;
  margin:0;
}
.rubriques .rubrique {
  position:relative;
}
.rubriques .rubrique .row {
  margin:0;
}
.rubriques .rubrique .photo {
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
  min-height: 290px;
}
.rubriques .rubrique .description {
  background-color:#fff;
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
  min-height:290px;
}
.rubriques .rubrique .texte {
  display:inline-block;
  max-width:50%;
  margin:0 auto;
}
.rubriques .rubrique h2 {
  text-align:left;
  text-transform:uppercase;
  font:600 40pt Teko;
  line-height:32pt;
}
.rubriques .rubrique h2 a {
  color:#121F3C;
}
.rubriques .rubrique h2 a::after {
  font-family: "FontAwesome";
  content: "\f178";
  margin-left: 8px;
  font-size: 24pt;
  line-height: 26pt;
  display: inline-block;
  vertical-align: top;
  color:#6594FF;
}
.rubriques .rubrique h2 a:hover {
  color:#6594FF;
}
.rubriques .rubrique p {
  text-align:left;
  font:400 16pt Barlow Condensed;
  line-height:18pt;
}

/*** PAGE ACTUALITES ***/
.liste-articles {
  padding:80px 0;
  background:#F8FAFF 0% 0% no-repeat padding-box;
  overflow:hidden;
}
.liste-articles ul {
  list-style:none;
  margin:0;
  padding:0;
  justify-content: center;
}
.liste-articles ul li {
  margin-bottom:40px;
}
.liste-articles .article .description {
  transform: none;
  position: relative;
  display: inline-block;
  left: 0px;
  top:-15px;
  width: calc(100% - 30px);
  padding:35px 20px 60px; 
  height:100%;
  background-color:#fff;
  box-shadow: 2px 2px 10px #0000001F; 
  min-height:340px;  
}
.liste-articles .article .description h4 {
  text-align: left;
  font: 600 22pt Teko;
  line-height: 22pt;
  letter-spacing: 0;
  color:#121F3C;
  text-transform: uppercase;
}
.liste-articles .article .description h4 a {
  color:#121F3C;
}
.liste-articles .article .description h4 a:hover {
  color:#6594FF;
}
.liste-articles .article .description .texte {
  text-align: left;
  font: 400 14pt Barlow Condensed;
  line-height: 16pt;
  letter-spacing: 0;
  color:#121F3C;  
}
.liste-articles .article .description .icon-read-more::after {
  position:absolute;
  font-family:"FontAwesome";
  content:"\f178";
  font-weight:400;
  color:#fff;
  font-size:10px;
  line-height:20px;
  background: #6594FF 0% 0% no-repeat padding-box;
  padding:5px 10px;
  top:auto;
  right:auto;
  left:15px;
  bottom: 15px;
  width: calc(100% - 30px);
  transform: none;
  text-align: center;
  transition:background 0.2s ease-in;
}
.liste-articles .article .description .icon-read-more:hover::after {
  background-color:#121F3C;
}
.liste-articles .pagination {
  justify-content: center;
}
.liste-articles .pagination li a {
  padding:0 15px;
  font:500 16pt Teko;
  line-height:16pt;
  color:#121F3C;
}
.liste-articles .pagination li a:hover,
.liste-articles .pagination li.active a {
  color:#6594FF;
}
.liste-articles .pagination li.prev a::before,
.liste-articles .pagination li.next a::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f04b";
  color:#6594FF;
  font-size: 14pt;
  line-height:18pt;
  transition:color 0.2s ease-in;
}
.liste-articles .pagination li.next_prev a {
  position:relative;
}
.liste-articles .pagination li.prev a::before {
  transform: rotate(180deg);
  left:0;
}
.liste-articles .pagination li.next_prev a:hover::before {
  color:#121F3C;
}
.single-post .page-content {
  padding: 0px 0 80px;
  background:#F8FAFF 0% 0% no-repeat padding-box;
}
.single-post .menu-page {
  text-align:left;
}
.single-post .menu-page a.back {
  text-align: left;
  font: 500 20pt Teko;
  line-height: 20pt;
  letter-spacing: 0;
  color:#121F3C;
  text-transform: uppercase;  
}
.single-post .menu-page a.back::before {
  font-family: "FontAwesome";
  content: "\f177";
  margin-right: 8px;
  font-size: 20pt;
  line-height: 20pt;
  display: inline-block;
  vertical-align: top;
  color:#121F3C;
  transition: all 0.2s ease-in;
}
.single-post .menu-page a.back:hover,
.single-post .menu-page a.back:hover::before {
  color:#6594FF;
}
.single-post .page-content .container-content {
  box-shadow:2px 2px 10px #0000001F;
}
.single-post .photo {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height:315px;
}
.single-post .page-content .the-content {
  background-color:#fff;
  padding:40px 100px 80px;
  text-align:left;
}
.single-post .the-content .date {
  display:inline-block;
  margin-bottom:20px;
  font: 500 20pt Teko;
  line-height: 20pt;
  letter-spacing: 0;
  color:#6594FF;
  text-transform: uppercase;    
}
.single-post .the-content h1 {
  font: 600 44pt Teko;
  line-height: 44pt;
  letter-spacing: 0;
  color:#121F3C;
  text-transform: uppercase; 
  margin-bottom:40px; 
}
.single-post .the-content h2 {
  font: 600 30pt Teko;
  line-height: 30pt;
  letter-spacing: 0;
  color:#6594FF;
  text-transform: uppercase; 
  margin-top:30px;
  margin-bottom:30px; 
}
.single-post .the-content h3 {
  font: 600 24pt Teko;
  line-height: 24pt;
  letter-spacing: 0;
  color:#121F3C;
  text-transform: uppercase; 
  margin-top:20px;
  margin-bottom:20px; 
}
.single-post .the-content .text {
  font:400 16pt Barlow Condensed;
  line-height: 20pt;
  letter-spacing: 0;
  color:#121F3C;  
}
.the-content .text figcaption {
  font-style: italic;
  font-size:16pt;
}
.single-post .liste-articles .container {
  max-width:calc(1420px + 10%);
  transform:translateX(5%);
}
.single-post .liste-articles .owl-dots {
  transform:translate(-5%);
}
.single-post .liste-articles .item {
  padding:0 15px;
}
.single-post .liste-articles .article .description {
  min-height:350px;
}
.single-post .liste-articles .article .description h4 {
  font-size:20pt;
  line-height:20pt;
}
.owl-dots .owl-dot {
  display:inline-block;
  vertical-align: top;
  padding: 0 4px;
}
.owl-dots .owl-dot span {
  display: inline-block;
  font-size: 0;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  transition: all 0.2s ease-in;
}
.owl-dots .owl-dot span::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  border: solid 2px #121F3C;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;  
}
.owl-dots .owl-dot span:hover::before,
.owl-dots .owl-dot.active span::before {
  background:#6594FF 0% 0% no-repeat padding-box;
  border: 2px solid #6594FF;
  width: 16px;
  height: 16px;
  border-radius: 16px;
}
.intro-racc {
  color: #1A3060;
  font: 300 16pt Teko;
}
.recherche-produits,
.fiche-produit,
.recherche-societes {
  text-align:left;
  background:#F8FAFF 0% 0% no-repeat padding-box;
  padding:80px 0;
}
.recherche-produits h2,
.fiche-produit h2,
.recherche-societes h2 {
  margin-bottom:0px!important;
}
.recherche-produits .recherche-criteres,
.recherche-societes .recherche-criteres {
  padding:0 0 40px;
}
.recherche-produits .select-selected,
.recherche-produits input[type=text],
.recherche-societes .select-selected {
  background-color:transparent;
  font-size:18pt;
  font-weight:400;
}
.recherche-produits .submit,
.recherche-societes .submit {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #6594FF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  border:none;
  text-align: center;
  cursor: pointer;
  font: 600 20pt Teko;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff !important;
  min-width: 200px;
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
  transition: ease-in 0.2s all;
  display: inline-block;
  margin-bottom:20px;
}
.recherche-produits .submit:hover,
.recherche-societes .submit:hover {
  box-shadow: 0px 0px 20px #6594FF;
}
.recherche-resultats .tab-liste-produits th,
.fiche-description .tab-fiche-produit th,
.liste-produits .tab-liste-produits th,
.liste-referentiels .tab-liste-produits th,
.liste-publications .tab-liste-produits th {
  background-color:#1A3060;
  height:50px;
  color:#fff;
  font:400 16pt Teko;
  padding:20px 6px 0;
  border-right:solid 1px #fff;
  text-transform:uppercase;
}
.recherche-resultats .tab-liste-produits td,
.fiche-description .tab-fiche-produit td,
.liste-produits .tab-liste-produits td,
.liste-referentiels .tab-liste-produits td,
.liste-publications .tab-liste-produits td {
  color:#1A3060;
  height:42px;
  font:400 18pt Teko;
  padding:0px 10px 0;
  text-transform:uppercase;
  letter-spacing: .5px;
}
.tab-liste-produits td .minuscule,
.tab-fiche-produit td .minuscule {
  text-transform: lowercase;
}
.tab-liste-produits.descriptif-produits td {
  padding:10px;
}
.tab-liste-produits.descriptif-produits td.label {
  background-color:#1A3060;
  color:#fff;
  border-bottom:solid 1px #fff;
}
.fiche-description .tab-fiche-produit td {
  padding:10px 10px 10px;
}
.recherche-resultats .tab-liste-produits tr:nth-child(even),
.fiche-description .tab-fiche-produit tr:nth-child(even),
.liste-produits .tab-liste-produits tr:nth-child(even),
.liste-referentiels .tab-liste-produits tr:nth-child(even),
.liste-publications .tab-liste-produits tr:nth-child(even) {
  background-color:rgba(101,148,255,.1);
}
.recherche-resultats .tab-liste-produits tr:nth-child(odd),
.fiche-description .tab-fiche-produit tr:nth-child(odd),
.liste-produits .tab-liste-produits tr:nth-child(odd),
.liste-referentiels .tab-liste-produits tr:nth-child(odd),
.liste-publications .tab-liste-produits tr:nth-child(odd) {
  background-color:rgba(101,148,255,.05);
}
.tab-liste-produits td.date {
  text-align:right;
}
.tab-liste-produits td a {
  color:rgb(101,148,255);
}
.fiche-description .tab-fiche-produit td a.pdf::before,
.recherche-resultats .tab-liste-produits td a.pdf::before {
  content:"\f1c1";
  font-family: "FontAwesome";
  margin-right:8px;
  color:#1A3060;
}
.recherche-resultats .tab-liste-produits td a.pdf {
  font-size: 18px;
}
.resultats-infos {
  padding:10px 0;
  color:#1A3060;
  font:300 14pt Teko;
}
.resultats-infos.big-size {
  font-size: 20pt;
}
table.paginate {
  float:left;
  width:100%;
}
table.width_40p {
  width:40%;
}
table.width_60p {
  width:60%;
}
table.paginate .total_results {
  color:#1A3060;
  font:300 14pt Teko;
  padding:40px 10px 20px;
  text-transform:uppercase;
}
table.paginate .total_results span {
  color:rgb(101,148,255);
}
.page_list {
  padding:40px 10px 20px;
}
.page_list a {
  color:#1A3060;
  font:300 14pt Teko;
  padding:0px 10px 0px;
  text-transform:uppercase;
  height:28px;
  line-height:28px;
}
.page_list a.pageSelect {
  color:rgb(101,148,255);
  font-weight:500;
  font-size:15pt;
}
.page_list a.firstpage,
.page_list a.lastpage,
.page_list a.nextpage,
.page_list a.previouspage {
  display:inline-block;
  vertical-align:top;
  padding:0 4px;
}
.page_list a.firstpage:before,
.page_list a.lastpage:before,
.page_list a.nextpage:before,
.page_list a.previouspage:before {
  display:inline-block;
  vertical-align:top;
  font-family: "FontAwesome";
  font-size:16px;
  color:rgb(101,148,255);
  line-height:26px;
}
.page_list a.firstpage:before {
  content:"\f048";
}
.page_list a.lastpage:before {
  content:"\f051";
}
.page_list a.nextpage:before {
  content:"\f04b";
}
.page_list a.previouspage:before {
  content:"\f04b";
  transform:rotate(-180deg);
  line-height:28px;
}
.pas-de-resultats {
  padding:40px 0;
  text-align:center;
  color:#1A3060;
  font:500 20pt Teko;
  text-transform:uppercase;
}

.fiche-produit h2 a,
.recherche-societes h2 a {
  color:rgb(101,148,255);
}
th a {
  color:#fff!important;
}
.tab-liste-produits.entete-unique,
.fiche-produit .entete-unique {
  text-align:center;
  border-bottom:solid 1px #fff;
}

.liste-produits h2 {
  font: 600 22pt Teko;
  line-height: 22pt;
  letter-spacing: 0;
  color:#6594FF;
  text-transform: uppercase; 
  margin:40px auto 0px; 
  padding-bottom:20px;
}
.liste-produits .total-elements {
  display:inline-block;
  font:300 14pt Teko;
  color:#1A3060;
  padding:40px 10px 20px;
  text-transform:uppercase;
}
.liste-produits .total-elements span {
  color:rgb(101,148,255);
}

.onglets {
  margin:40px 0;
  padding:0 0 20px;
  list-style:none;
  display: flex;
  justify-content: flex-start;
  width:100%;
  border-bottom:solid 2px #1A3060;
}
.onglets li {
  margin-right:30px;
}
.onglets li a {
  display:inline-block;
  background-color: #1A3060;
  height: 50px;
  padding:0 20px;
  color: #fff;
  font: 400 20pt Teko;
  line-height:50px;
  text-transform: uppercase;
  border-radius:8px;
  transition: ease-in 0.2s all;
}
.onglets li a:hover {
  box-shadow:0px 0px 20px #1A3060;
}
.onglets li a.active {
  background-color:#6594FF;
}
.onglets li a.active:hover {
  box-shadow:none;
}
.onglet-content {
  display:none;
  opacity:0;
}
.onglet-content h2 {
  font: 600 26pt Teko;
  line-height: 26pt;
  letter-spacing: 0;
  color:#6594FF;
  text-transform: uppercase; 
  margin:40px auto 0px;
  padding-bottom:40px; 
}

.section-content {
  padding:180px 0 60px;
}
.page-paddingTop .page-content {
  padding:200px 0 60px;
}
.page-contact .text {
  width: 50%;
  margin: 20px auto 40px;
  display: inline-block;
}
.page-contact .the-content .formulaire form p {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 20px;
}
.page-contact .the-content .formulaire form p:nth-child(6) {
    width: calc(80% + 24px);
}
.page-contact .the-content .formulaire input[type="text"], 
.page-contact .the-content .formulaire input[type="tel"], 
.page-contact .the-content .formulaire input[type="email"], 
.page-contact .the-content .formulaire textarea {
  border-color: #121F3C;
  color: #121F3C;
  margin-bottom: 10px;
}
.page-contact .the-content .formulaire textarea {
  height: 300px;
}
.page-contact .the-content .formulaire input[type=text]:hover,
.page-contact .the-content .formulaire input[type=tel]:hover,
.page-contact .the-content .formulaire input[type=email]:hover,
.page-contact .the-content .formulaire textarea:hover {
  border-color:#6594FF;
}
.page-contact .the-content .formulaire input[type="submit"] {
  width: 100%;
  height: 70px;
  color: #fff;
  font: 500 16pt Teko;
  text-transform: uppercase;
}
.page-contact .the-content .formulaire .send {
  background: url(../img/backgrounds/bg-send.png) no-repeat center center;
  background-color:#6594FF;
  background-position:calc(50% + 50px);
}
.page-contact .the-content div.wpcf7-validation-errors, 
.page-contact .the-content div.wpcf7-acceptance-missing,
.page-contact .the-content div.wpcf7-mail-sent-ok {
  color:#121F3C;
}

.liste-referentiels {
  margin:40px auto;
}
.single-post .the-content .tab-liste-produits td.date {
  text-align: right;
  font: 400 16pt Teko;
  text-transform: none;
  height: 42px;
  color: #1A3060;
  display: table-cell;
}
.single-post .the-content .tab-liste-produits td.center {
  text-align:center;
}
.tab-liste-produits a.file-pdf::before {
  content:"\f1c1";
  font-family:"FontAwesome";
}
.page-videos .liste-videos ul,
.page-partenaires .liste-partenaires ul {
  padding:40px 0;
  margin:0;
  list-style:none;
}
.page-videos .liste-videos li,
.page-partenaires .liste-partenaires li {
  display: flex;
  margin-bottom: 80px;  
}
.page-videos .liste-videos li:nth-child(even),
.page-partenaires .liste-partenaires li:nth-child(even) {
  background-color:rgba(101,148,255,.1);
}
.page-videos .liste-videos li:nth-child(odd),
.page-partenaires .liste-partenaires li:nth-child(odd) {
  background-color:rgba(101,148,255,.05);
}
.page-videos .liste-videos .video,
.page-videos .liste-videos .description {
  width:50%;
}
.page-partenaires .liste-partenaires li {
  min-height:240px;
  margin-bottom:0;
}
.page-partenaires .liste-partenaires .logo {
  width:25%;
  padding:20px;
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.page-partenaires .liste-partenaires .description {
  width:75%;
  display:flex;
  flex-direction:column;
  justify-content: center;
}
.page-partenaires .liste-partenaires .logo img {
  max-width:200px;
  max-height:200px;
}
.page-videos .liste-videos h3,
.page-partenaires .liste-partenaires h3 {
  font: 600 26pt Teko;
  line-height: 26pt;
  letter-spacing: 0;
  color:#121F3C;
  text-transform: uppercase; 
  max-width:75%;
  padding-left:40px;
  text-align:left;
}
.page-partenaires .liste-partenaires h3 a {
  color:#121F3C;
}
.page-partenaires .liste-partenaires h3 a:hover {
  color:#6594FF;
}

.page-standard .section-content {
  text-align:left;
}
.page-standard .plan-du-site a {
  display: inline-block;
  font: 300 20pt Teko;
  line-height: 20pt;
  letter-spacing: 0;
  margin: 10px 0;
}
.page-standard .plan-du-site li li a {
  font: 300 18pt Teko;
  line-height: 18pt;
  letter-spacing: 0;
  margin: 6px 0;
}

footer {
  text-align:center;
  background: #0A1327 url('../img/backgrounds/bg-footer.png') 0% 0% repeat-x padding-box;
  padding:100px 0 40px;
  font: 500 16pt Teko;
  letter-spacing: 1.6pt;
  color:#fff;
  text-transform: uppercase;
}
footer .sitename {
  display:none;
}
footer .logo {
  margin-bottom:50px;
}
footer a {
  color: #8193BC!important;
}
footer a:hover {
  color:#6594FF!important;
}
footer .adresse {
  font:500 13pt Barlow Condensed;
  line-height:13pt;
  text-transform: none;
  margin-bottom:50px;
}
footer .adresse span {
  font:600 18pt Teko;
  line-height: 16pt;
  text-transform:uppercase;  
}
footer .contacts-footer {
  padding:0;
  margin:10px 0 0;
  list-style: none;
}
footer .contacts-footer li {
  margin-bottom:6px;
}
footer .menu-footer ul {
  padding:0;
  margin:0;
  list-style:none;
}
footer .menu-footer ul li {
  display:inline-block;
  vertical-align: top;
  padding:0 8px;
  margin-bottom:30px;
}
footer .menu-footer ul li:first-child {
  padding-left:0;
}
footer .menu-footer ul li:last-child {
  padding-right:0;
}
footer .copyrights {
  margin-top:50px;
  color:#8193BC;
}

@media (max-width:1600px) {
  .homepage .intro h2 {
    font-size:30pt;
  }
}

@media (max-width:1499px) {
  .homepage .intro h2 {
    font-size:26pt;
  }
  .homepage .intro p {
    font-size: 12pt;
    line-height:20pt;
  }
  .homepage .intro a {
    font-size: 12pt;
  }  
  .homepage .info h3 {
    font-size:26pt;
    line-height: 24pt;
  }
  .homepage .info p {
    font-size:12pt;
  }  
  .widget-actualites h2,
  .homepage .acces-rapide h2,
  .homepage .nos-videos h2,
  .homepage .activites-contact h2,
  .a-propos h2,
  .inscription-newsletter h2,
  .abonnement-magazine h2,
  .a-propos .suivez-nous h2 {
    font-size:38pt;
  }
  .widget-actualites .article .description h4 {
    font-size:22pt;
    line-height:22pt;
  }
  .homepage .acces-rapide .call-to-action .button {
    font-size:24pt!important;
    line-height:28pt!important;
  }
  .homepage .form-search input[type="text"] {
    font-size:26pt;
    line-height:26pt;
  }
  .homepage .activites ul li a {
    font-size:22pt;
    line-height:22pt;
  }
  .homepage .activites ul li a::after {
    font-size:22pt;
    line-height:22pt;
  }
  .abonnement-magazine .formulaire form {
    padding:0 80px;
  }
  .single-post .liste-articles .container {
    max-width:100%;
    transform:none;
  }
  .single-post .liste-articles .owl-dots {
    transform:none;
  }
  .recherche-produits .submit, .recherche-societes .submit {
    min-width:160px;
    height: 50px;
    line-height:50px;
    font-size:18pt;
  }
  footer {
    font-size:14pt;
  }  
}

@media (max-width:1199px) {
  .homepage .intro h2 {
    font-size:20pt;
  }
  .homepage .info h3 {
    font-size:20pt;
    line-height: 18pt;
  }
  .homepage .info p {
    font-size:10pt;
    line-height:16pt;
  }  
  .widget-actualites h2,
  .homepage .acces-rapide h2,
  .homepage .nos-videos h2,
  .homepage .activites-contact h2,
  .a-propos h2,
  .inscription-newsletter h2,
  .abonnement-magazine h2,
  .a-propos .suivez-nous h2 {
    font-size:34pt;
    line-height:28pt;
  }
  .widget-actualites .article .description h4 {
    font-size:20pt;
    line-height:20pt;
  }
  .widget-actualites .article .description .texte,
  .homepage .acces-rapide .texte {
    font-size:12pt;
    line-height:14pt;
  }
  .read-more {
    font-size:12pt;
    line-height:14pt;
  }
  .homepage .activites ul li a {
    font-size:18pt;
    line-height:18pt;
  }
  .homepage .activites ul li a::after {
    font-size:18pt;
    line-height:18pt;
  }
  .homepage .acces-rapide .call-to-action .button {
    min-width: 200px;
    font-size: 20pt !important;
  }
  .formulaire input[type="text"], 
  .formulaire input[type="tel"], 
  .formulaire input[type="email"], 
  .formulaire textarea {
    font-size:12pt;
  }
  .a-propos .bloc-gauche {
    padding:80px 60px 80px 130px;
  }
  .inscription-newsletter .formulaire input[type="submit"] {
    height:61px;
  }
  .abonnement-magazine .formulaire form {
    padding:0;
  }
  .single-post .page-content .the-content {
    padding:40px 60px 80px;
  }
  .single-post .the-content .date {
    font-size:18pt;
    line-height:18pt;
  }
  .single-post .the-content h1 {
    font-size:40pt;
    line-height:40pt;
  }
  .single-post .the-content h2 {
    font-size:26pt;
    line-height:26pt;
  }
  .single-post .liste-articles .container {
    max-width:100%;
    transform:none;
  }
  .single-post .liste-articles .owl-dots {
    transform:none;
  }
  footer {
    font-size:12pt;
  }  
}

@media (max-width:991px) {
  .homepage .intro h2 {
    font-size:18pt;
    letter-spacing: 0;
  }
  .homepage .intro p {
    font-size: 13pt;
    line-height:16pt;
  }
  .homepage .intro a {
    font-size: 13pt;
    letter-spacing:1px;
  }  
  .homepage .info h3 {
    font-size:18pt;
    line-height: 16pt;
  }
  .homepage .info p {
    font-size:10pt;
    line-height:16pt;
  }  
  .widget-actualites h2,
  .homepage .acces-rapide h2,
  .homepage .nos-videos h2,
  .homepage .activites-contact h2,
  .a-propos h2,
  .inscription-newsletter h2,
  .abonnement-magazine h2,
  .a-propos .suivez-nous h2 {
    font-size:30pt;
    line-height:26pt;
  }
  .widget-actualites .article img {
    margin-left:0px;
  }
  .widget-actualites .article .description h4 {
    font-size:18pt;
    line-height:18pt;
  }
  .widget-actualites .article .description {
    height:100%;
    transform:translate(-10px,-50%);
  }
  .acces-rapide .call-to-action .button {
    font-size:20pt!important;
    line-height:24pt!important;
    margin:20px auto 40px !important;
  }
  .homepage .form-search input[type="text"] {
    font-size:20pt;
    line-height:20pt;
  }
  .a-propos {
    background: #fff 0% 0% no-repeat padding-box;
  }
  .single-post .page-content .the-content {
    padding:40px 40px 80px;
  }
  .single-post .the-content .date {
    font-size:18pt;
    line-height:18pt;
  }
  .single-post .the-content h1 {
    font-size:32pt;
    line-height:32pt;
  }
  .single-post .the-content h2 {
    font-size:20pt;
    line-height:20pt;
  }
  .single-post .the-content .text {
    font-size:16pt;
    line-height:20pt;
  }
  .the-content .text figcaption {
    font-size:12pt;
    line-height:14pt;
  }
  .single-post .liste-articles .article .description {
    min-height:370px;
  }
  .single-post .liste-articles .article .description h4 {
    font-size:18pt;
    line-height:18pt;
  }
  .single-post .liste-articles .container {
    max-width:720px;
    transform:none;
  }
  .single-post .liste-articles .owl-dots {
    transform:none;
  }

  footer {
    font-size:12pt;
  }  
}

@media (max-width:767px) {
  .homepage .ascquer .intro {
    top:100px;
    bottom:auto;
    width:90%;
    padding:30px 10px 30px 20px;
  }
  .homepage .ascquer .info {
    width:auto;
    bottom:80px;
  }
  .widget-actualites h2,
  .homepage .acces-rapide h2,
  .homepage .nos-videos h2,
  .homepage .activites-contact h2,
  .a-propos h2,
  .inscription-newsletter h2,
  .abonnement-magazine h2,
  .a-propos .suivez-nous h2,
  .rubriques .rubrique h2 {
    font-size:22pt;
    line-height:20pt;
    letter-spacing: 0;
  }
  .homepage .nos-videos h2 a::after,
  .widget-actualites h2 a::after,
  .rubriques .rubrique h2 a::after {
    font-size:20pt;
    line-height:20pt;
  }
  .widget-actualites .slider {
    flex:0 0 100%;
    height:auto;
  }
  .widget-actualites ul.slides li {
    margin-bottom:40px;
  }
  .widget-actualites .article .description {
    transform: none;
    position: relative;
    display: inline-block;
    left: 0px;
    top:-15px;
    width: calc(100% - 30px);
    padding:40px 20px 60px;    
  }
  .widget-actualites .article .description .icon-read-more::after {
    top:auto;
    right:auto;
    left:15px;
    bottom: 15px;
    width: calc(100% - 30px);
    transform: none;
    text-align: center;
  }
  .slider-container .precedent, 
  .slider-container .suivant {
    top:auto;
    bottom:30px;
  }
  .slider-container .precedent {
    left:30px;
  }
  .slider-container .suivant {
    right:50px;
  }
  .inscription-newsletter h2 {
    max-width:80%;
  }
  .acces-rapide .call-to-action .button {
    font-size:16pt;
  }
  .select-selected,
  .select-items div {
    font-size:16pt;
  }
  .homepage .nos-videos .bloc-video, 
  .homepage .nos-videos .nos-publications,
  .homepage .activites {
    padding:80px 15px;
  }
  .homepage .nos-videos .video-responsive {
    max-width:100%;
  }
  .homepage .nos-videos .nos-publications::after {
    left:0;
    background-size:auto;
  }
  .homepage .contact {
    padding:80px 15px;
  }
  .homepage .contact .formulaire form p {
    width:100%;
    margin-right:0;
  }
  .homepage .contact .formulaire form p:nth-child(6),
  .homepage .contact .formulaire form p:nth-child(7) {
    width:100%;
  }
  .homepage .contact .formulaire input[type="submit"] {
    width:100%;
    height:60px;
  }
  .a-propos h2 {
    top:130px;
    left:-30px;
  }
  .a-propos .suivez-nous h2 {
    left:0;
  }
  .a-propos .bloc-gauche {
    padding:80px 20px 80px 70px;
  }
  .a-propos .texte {
    font-size:13pt;
    line-height:15pt;
  }
  .suivez-nous .social a {
    width:50px;
    height:50px;
  }
  .suivez-nous .social a.twitter::before, 
  .suivez-nous .social a.linkedin::before, 
  .suivez-nous .social a.youtube::before {
    font-size:30px;
    line-height:50px;
  }
  .inscription-newsletter .formulaire input[type="email"] {
    min-width:auto;
    width:280px!important;
  }
  .abonnement-magazine .formulaire form p,
  .abonnement-magazine .formulaire form p:nth-child(4),
  .abonnement-magazine .formulaire form p:nth-child(7) {
    width:100%;
    margin-right:0;
  }
  .abonnement-magazine .formulaire {
    overflow:hidden;
  }

  .menu-page .container {
    overflow:hidden;
  }
  .menu-page ul {
    display:inline-block;
    width:auto;
  }
  .menu-page ul li {
    font-size: 16pt;
    line-height: 16pt;
  }
  .menu-page ul li::first-child {
    padding-left:0;
  }
  .menu-page ul li::last-child {
    padding-right:0;
  }
  
  .rubriques .rubrique .texte {
    max-width:96%;
  }

  .single-post .the-content .date {
    font-size:16pt;
    line-height:16pt;
  }
  .single-post .page-content .the-content {
    padding:40px 40px 80px;
  }
  .single-post .the-content h1 {
    font-size:32pt;
    line-height:32pt;
  }
  .single-post .the-content h2 {
    font-size:20pt;
    line-height:20pt;
  }
  .single-post .the-content h3 {
    font-size:18pt;
    line-height:18pt;
  }
  .single-post .the-content .text {
    font-size:16pt;
    line-height:20pt;
  }
  .the-content .text figcaption {
    font-size:12pt;
    line-height:14pt;
  }
  .single-post .liste-articles .container {
    max-width:100%;
    transform:none;
  }
  .single-post .liste-articles .owl-dots {
    transform:none;
  }
  .single-post .the-content .tab-liste-produits td.date {
    display:inline-block;
    margin-bottom:0;
  }

  .page-videos .liste-videos li, 
  .page-partenaires .liste-partenaires li {
    flex-direction:column;
  }
  .page-videos .liste-videos .video, 
  .page-videos .liste-videos .description {
    width:100%;
  }
  .page-videos .liste-videos h3, 
  .page-partenaires .liste-partenaires h3 {
    font-size:18pt;
    max-width:100%;
    padding:0 20px;  
  }

  .page-partenaires .liste-partenaires .logo {
    padding:40px 0 10px;
    width:100%;
    text-align:center;
  }
  .page-partenaires .liste-partenaires .description {
    width:100%;
  }
  .page-partenaires .liste-partenaires h3 {
    text-align:center;
  }

/*
  .wp-block-columns .wp-block-column,
  .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: 100%!important;
  }
*/

  footer .menu-footer ul li {
    width:100%;
    margin-bottom:20px;
  }
  footer .mentions a {
    display:inline-block;
    width:100%;
    text-align:center;
  }
}
@media (max-width:481px) {
  .homepage .intro h2 {
    font-size:16pt;
    letter-spacing: 0;
  }
  .homepage .intro p {
    font-size: 12pt;
    line-height:14pt;
  }
  .homepage .intro a {
    font-size: 11pt;
    letter-spacing:1px;
  }  
  .homepage .nos-videos .nos-publications::after {
    background-size:auto 95%;
  }

  .menu-page {
    padding:100px 0 20px;
  }

  .liste-articles .container,
  .liste-articles .container .row .col-12,
  .single-post .page-content .container,
  .single-post .page-content .container .row .col-12 {
    padding:0;
  }
  .liste-articles .container .row,
  .single-post .page-content .container .row {
    margin:0;
  }
  .single-post .page-content .the-content {
    padding:40px 20px 80px;
  }
  .single-post .the-content h1 {
    font-size:26pt;
    line-height:26pt;
  }
  .single-post .the-content h2 {
    font-size:18pt;
    line-height:18pt;
  }
  .single-post .liste-articles .container {
    max-width:100%;
    transform:none;
  }
  .single-post .liste-articles .owl-dots {
    transform:none;
  }

}
/*** tableaux en responsive ***/
@media only screen and (max-width: 767px) {
  .table-responsive table, 
  .table-responsive thead, 
  .table-responsive tbody, 
  .table-responsive tr, 
  .table-responsive th, 
  .table-responsive td {
    display: inline-block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive td {
    position: relative;
    margin-top: -1px;
    text-align: right;
    padding: 15px 10px 10px 150px!important;
    height: auto !important;
    width: 100%;
    min-height: 50px;
    line-height:0.8em!important;
    word-wrap: break-word!important;
    word-break:break-word !important;
  }
  .table-responsive td::before {
    padding: 10px;
    content: attr(data-label);
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    bottom: 0;
    background-color: #1A3060;
    color: #FFF;
    display: flex;
    align-items: center;
    border-bottom:solid 1px #fff;
    margin-bottom:1px;
    font-size:16px;
    text-align:left;
    line-height:1em!important;
    text-transform:uppercase;
  }
  .table-responsive tr {
      margin-bottom: 1rem;
  }
  .table-responsive th + td {
      padding-left: 10px;
  }
  table.width_40p,
  table.width_60p {
    width:100%;
  }
  table.paginate .total_results {
    padding:20px 10px 0px;
  }
  table.paginate .page_list {
    padding:0px 10px 20px;
  }

}