/* === RUBRIQUE ARTICLES – MARGE BAS AJOUTÉE === */
.rubrique-articles {
    padding-top: 1px !important;
    padding-bottom: 40px !important;
    background-image: url(../img/fond-rubrique-chiffres.svg);
    background-attachment: fixed;
}

/* Espacement entre cartes */
.blog-card-col {
  	padding: 20px !important;
}

/* CARTE – OMBRE PERMANENTE */
.blog-card-custom {
    border-radius: 18px !important;
    transition: all 0.35s ease !important;
    background-color: #FEFEFE;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
}
.blog-card-custom:hover {
  	transform: translateY(4px) !important;
  	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
}

/* Image */
.blog-img-wrapper {
  	padding: 20px 24px 1px 24px !important;
  	text-align: center !important;
}
.blog-img-custom {
	height: 300px !important;
  	object-fit: cover !important;
  	border-radius: 14px !important;
	display: block !important;
	margin: 0 auto !important;
	max-width: 100% !important;
	box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
}

/* Corps */
.blog-body-custom {
    padding: 14px 28px 20px 28px !important;
    text-align: justify;
}

/* Titre */
.blog-title-custom {
    font-size: 1.85rem !important;
    line-height: 1.25 !important;
    color: #004a99 !important;
    margin: 0 0 10px 0 !important;
    text-align: center;
    font-family: Inter-Bold;
}
.blog-title-custom a {
	color: #004a99 !important;
	text-decoration: none !important;
	transition: color 0.3s ease;
}
.blog-title-custom a:hover {
    text-decoration: underline !important;
    color: #003D7F !important;
}

/* Extrait */
.blog-excerpt-custom {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    color: #333 !important;
    margin: 0 0 18px 0 !important;
    font-family: Inter-light;
}

/* Date & Lire */
.blog-date-custom,
.blog-readmore-custom {
    font-size: 1.4rem !important;
    font-family: Inter-light;
}
.blog-readmore-custom {
    font-weight: 600 !important;
}
.blog-readmore-custom:hover {
    text-decoration: underline !important;
	color: #ff0b01 !important;
}

/* === RESPONSIVE – ESPACE TITRE/EXTRAIT RÉDUIT SUR MOBILE === */
@media (max-width: 992px) {
  .blog-img-custom { height: 240px !important; }
  .blog-title-custom { font-size: 1.9rem !important; }
  .blog-excerpt-custom { font-size: 1.5rem !important; }
}
@media (max-width: 768px) {
  .blog-card-col { padding: 15px !important; }
  .blog-img-wrapper { padding: 12px 15px 10px 15px !important; }
  .blog-body-custom { padding: 15px !important; }
  .blog-title-custom { 
    font-size: 1.9rem !important;
    margin-bottom: 6px !important; /* ← ESPACE RÉDUIT */
  }
  .blog-excerpt-custom { 
    font-size: 1.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
}




/* === CLASSE UNIFORME POUR LES COLONNES D'AVIS === */
.review-col {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* Responsive – même comportement que tes col-* */
@media (max-width: 1200px) {
  .review-col {
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
  }
}
@media (max-width: 992px) {
  .review-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 768px) {
  .review-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}





/* === LOADER & MESSAGES – TEXTE AGRANDI +30% === */
.blog-loader {
    text-align: center;
    padding: 40px 20px;
    font-size: 1.6rem;
    font-family: Inter-Light;
}

.blog-loader .spinner {
  width: 48px;
  height: 48px;
  border: 5px solid #f0f0f0;
  border-top: 5px solid #004a99;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px;
}

/* Message d'erreur ou indisponible */
#blog-articles p.text-center {
	font-family: Inter-Light;
	font-size: 1.6rem !important;
	font-weight: 500;
	margin: 40px 0 !important;
	text-align: center !important;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}











.label,
sub,
sup {
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.2rem;
}
:ya:-moz-selection {
    color: #fff;
    background: #f40f12;
}
::selection {
    color: #fff;
    background: #f40f12;
}
* {
    scrollbar-width: auto;
    scrollbar-color: #ff0b01 #ccc;
}
*::-webkit-scrollbar {
    width: 16px;
}
*::-webkit-scrollbar-track {
    background: #ccc;
}
*::-webkit-scrollbar-thumb {
    background-color: #ff0b01;
    border-radius: 10px;
}
hr,
img {
    border: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: none;
}
a:active,
a:hover {
    outline: 0;
}
a,
body {
    color: #333;
}
body {
    margin: 0;
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: white;
    letter-spacing: -0.022em;
}
b,
strong {
    font-family: Inter-SemiBold;
    font-weight: 500;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}
a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
.rubrique-services,
.rubrique-projet,
.rubrique-chiffres,
.rubrique-avis {
    padding-bottom: 25px !important;
}
.jumbotron p,
.rubrique-chiffres,
.rubrique-avis {
    font-family: Inter-Light;
}
.rouge,
.link-hover-rouge a:hover {
    color: #e10000;
}
.orange,
.link-hover-orange a:hover,
.projet-paragraphe a:hover{
    color: #ff4f00;
}
.vert,
.link-hover-vert a:hover {
    color: #50ad2a;
}
.bleu,
.link-hover-bleu a:hover {
    color: #1429a9;
}
.link-hover-rouge a:hover,
.link-hover-orange a:hover,
.link-hover-vert a:hover,
.link-hover-bleu a:hover {
    text-decoration: none;
}
.carousel {
    position: relative;
    margin-left: -12px;
    margin-right: -12px;
}
.carousel, .carousel p {
    text-align: center;
}
.carousel-inner.responsive img {
    display: block;
    width: 100%;
    height: auto;
}
.carousel-inner.responsive a:hover img {
    opacity: 0.85;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-nav > li > .dropdown-menu,
.carousel.titre,
.titre-tarifs {
    font-family: 'Amaranth';
}
.carousel-caption.bulle:hover {
    letter-spacing: 0.2px;
}
.carousel.titre {
    margin-bottom: 0;
	font-size: clamp(1.9rem, 1.12rem + 1.625vw, 3.2rem);
	color: red;
}
.carousel.titre:hover,
.carousel p:hover {
    letter-spacing: 0.2px;
}
.item.active .carousel-caption .carousel {
    margin: 0 -55px;
    padding: 8px;
    text-shadow: 1px 1px 2px #777;
    border-radius: 18px 18px 0 0;
    background-color: rgb(255 255 255 / 0.8);
    transition: 0.75s;
}
.item.active .carousel-caption .carousel:hover {
    background-color: rgb(255 255 255 / 0.9);
}
.carousel p {
    margin-left: -55px;
    margin-right: -55px;
	transition: 0.75s;
}
.p-carousel {
    padding: 6px;
    font-size: clamp(1.2rem, 0.72rem + 1vw, 2rem);
    text-shadow: 1.25px 1.25px 1px #000, 1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0 0 18px 18px;
}
.p-carousel.magasin {
    background-image: linear-gradient(to top, #ff0000, #ff3a00, #ff5500, #ff6903, #ff7b12)
}
.p-carousel.domicile {
    background-image: linear-gradient(to top, #207c00, #35940a, #49ad15, #5ec71f, #74e128)
}
.p-carousel.onsite {
    background-image: linear-gradient(to top, #0f2083, #0045a2, #0069bd, #098bd3, #46aee6)
}
.carousel-caption a {
    text-decoration: none;
}
.carousel-caption,
.carousel-control {
    text-shadow: 0 1px 2px rgb(0 0 0 / 0.6);
}


.carousel-inner {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px #676767;
    box-shadow: 0 2px 5px #676767;
    margin-top: 65px;
    background-color: #f4f4f4;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}

.rubrique-services h2 {
	font-size: clamp(2.2rem, 2.1393rem + 0.2427vw, 2.45rem);
    margin-top: 0px!important;
	margin-bottom: 5px;
    padding: 0 6px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 2px #bcbcbc;
}
.rubrique-services-contact .btn {
    margin-top: 10px;
}
.col-projet {

}
.rubrique-projet .bon-plan {
    font-size: 1.1em;
	text-decoration: underline!important;
	text-decoration-color: #FF8C00!important;
}
.rubrique-projet .bon-plan .fa-solid {
    margin-right: 8px;
    font-size: 1.2em;
	--fa-animation-duration: 2s;
}
.rubrique-projet .bon-plan, .rubrique-projet a:hover {
    color: #FF8C00;
}
.rubrique-projet {
    background-image: url(../img/fond-projet.jpg), linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(3 3 3) 100%);
    /* [disabled]background-size: 100% auto; */
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.projet-titre, .chiffres-titre, .avis-titre, .footer1 h4, .footer-reseaux h4 {
    margin-top: 15px;
    text-align: center;
}
.rubrique-chiffres {
    padding: 0 10px;
	text-align: center;
    background-image: url(../img/fond-rubrique-chiffres.svg);
    background-attachment: fixed;
}
.rubrique-chiffres a {
    transition: 0.75s;
}
.rubrique-chiffres a:hover {
    color: red;
    text-decoration: none;
}
.chiffres {
    height: 340px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    line-height: 58px;
    background-size: auto 150px;
    background-position: center 150px;
    background-repeat: no-repeat;
    transition: transform 0.75s;
}
.chiffres:hover {
    background-color: #fafafa;
    border-radius: 50px;
    color: #000;
    background-size: auto 160px;
    -webkit-box-shadow: 1px 1px 10px #c6c6c6;
    box-shadow: 1px 1px 10px #c6c6c6;
    /* [disabled]transform: translateY(5px); */
    /* [disabled]-webkit-animation: flashy 0.5s; */
    /* [disabled]animation: flashy 0.5s; */
}
.chiffres:hover, .note-moyenne:hover {
	animation: pulse;
	animation-duration: 2s;
}
.counter-value {
    margin: -15px 0 -12px 0;
    color: red;
    font-family: 'Digital-7';
    font-size: 3.5em;
	font-weight: 200;
    text-shadow: 2px 2px 1px #bcbcbc;
    display: block;
}
.rubrique-chiffres #counter .chiffres {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 600;
}
.rubrique-chiffres #counter .chiffres:hover {
    font-size: 1.2em;
}
.chiffres-ordinateurs-vendus {
    background-image: url(../img/chiffres-ordinateurs-vendus.svg);
}
.chiffres-ordinateurs-vendus:hover {
    background-image: url(../img/chiffres-ordinateurs-vendus-rvb.svg);
}
.chiffres-interventions {
    background-image: url(../img/chiffres-interventions.svg);
}
.chiffres-interventions:hover {
    background-image: url(../img/chiffres-interventions-rvb.svg);
}
.chiffres-installations-internet {
    background-image: url(../img/chiffres-installations-internet.svg);
}
.chiffres-installations-internet:hover {
    background-image: url(../img/chiffres-installations-internet-rvb.svg);
}
.chiffres-annees {
    background-image: url(../img/chiffres-annees.svg);
}
.chiffres-annees:hover {
    background-image: url(../img/chiffres-annees-rvb.svg);
}
.zone-intervention {
    color: #fff;
    font-weight: 700;
	padding: 1px 8px 1px 6px;
    border-radius: 8px;
    background-color: #071ac8;
}
.titre-page-formulaire {
    margin: 20px 0 20px;
    color: #1e1e1e;
    text-shadow: 2px 2px 3px #a7a7a7;
    font-size: 2em
}
.verification-formulaire {
    padding-top: 35px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 3.5em;
    text-align: center
}
.rubrique-page h2,
.pin-general h2 {
	margin: 0;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: clamp(2.2rem, 2.1272rem + 0.2913vw, 2.5rem);
    text-shadow: 2px 2px 2px #000, 1.5px 1.5px 1px #000, 1.5px 1.5px 1px #000;
    border-radius: 18px 18px 0 0;
    background-image: linear-gradient(to top, #ff0000, #ff1100, #ff2200, #ff3400, #ff4500)
}
.rubrique-page {
    margin-bottom: 20px
}
.rubrique-page.cgv,
.rubrique-page.mentions,
.rubrique-page.marque,
.rubrique-page.sap,
.rubrique-page.numerisation,
.rubrique-page.recuperation,
.rubrique-page.contact {
    background-color: #FDFDFD;
}
.rubrique-page.cgv:hover,
.rubrique-page.mentions:hover,
.rubrique-page.marque:hover,
.rubrique-page.sap:hover,
.rubrique-page.numerisation:hover,
.rubrique-page.recuperation:hover,
.rubrique-page.contactold:hover {
    background-color: #f8f7f7;
}
.img-thumbnail {
    width: 100%;
	height: 100%;
    padding: 3px;
    display: inline;
    border-radius: 18px 18px 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.img-thumbnail.rouge,
.img-thumbnail.orange,
.img-thumbnail.vert,
.img-thumbnail.bleu {
    border-style: solid;
    border-width: 1.4px;
    border-bottom: 0;
}
.img-thumbnail.rouge {
    border-color: #fb341d;
}
.img-thumbnail.orange {
    border-color: #fd8724;
}
.img-thumbnail.vert {
    border-color: #77de3b;
}
.img-thumbnail.bleu {
    border-color: #43ace4;
}
a:hover .img-thumbnail {
    -webkit-animation: flashy 1s;
    animation: flashy 1s;
}
ul .rubrique-page iframe {
    margin: 15px 0 10px 5px;
}
.rubrique-page p {
    padding: 15px 20px 25px 20px;
    font-size: 1.2em;
	border: 0.5px solid #fa0000;
	border-top: none;
    border-radius: 0 0 18px 18px;
}
.pin-general {
    text-align: left !important;
    text-indent: 3px;
}
.rubrique-page .horaires-details {
    min-height: 136px;
    margin: -20px 0 18px 0;
	padding: 10px;
    border: 0;
    border-radius: 0 0 18px 18px;
    background-color: #e2e2e2;
}
.horaires-jour {
	text-indent: 10px;
    font-weight: 700;
}
.horaires-heure {
    text-indent: 10px;
}
.table.table-hover.table-striped {
    -webkit-box-shadow: inset 0 0;
    box-shadow: inset 0 0;
}
.rubrique-page a {
    text-decoration: underline;
}
.lity-titre {
    margin-bottom: 16px;
    padding: 8px 10px 8px 20px;
    color: #fff;
    font-size: clamp(2rem, 1.8544rem + 0.5825vw, 2.6rem);
    text-shadow: 1.5px 1.5px 1px #000, 1.5px 1.5px 1px #000, 1.5px 1.5px 1px #000;
    background-image: linear-gradient(to top, #b30000, #be0000, #ca0000, #d50000, #e10000);
    border-radius: 20px 20px 0 0;
    line-height: 1.2em;
    margin-left: 0px;
    margin-right: 0px;
}
.lity-titre-h4 {
    padding: 0 20px 1px 20px;
    color: #ff0b01;
    font-size: clamp(1.6rem, 1.5029rem + 0.3883vw, 2rem);
    text-decoration: underline;
    font-weight: 700;
}
.lity-popup-inline {
    background-color: #ededed;
}
.lity-liste {
    padding-left: 30px;
    padding-right: 20px;
}
.coordonnees-address,
.coordonnees-horaires {
    margin-bottom: 20px;
}
.contact2 {
    font-size: 1.2em;
}
.coordonnees-tel-rubrique a {
    color: #dbdbdb;
}
.coordonnees-tel-rubrique {
    margin-top: 20px;
    margin-bottom: 20px;
}
.coordonnees-tel-rubrique span {
    color: #dbdbdb;
}
.coordonnees-1 {
    padding-bottom: 18px;
}
.rubrique-contact .pin-paragraphe {
    margin-bottom: 0;
    padding: 10px 0 14px 25px;
    font-size: 1.25em;
	border: 0.5px solid #FF0000;
	border-top: none;
	border-bottom: none;
    border-radius: 0;
}
.pin-paragraphe2 {
    margin-bottom: 25px;
    padding: 20px 10px 10px 10px;
    background-color: #fffff9;
    border: 0.5px solid #FF0000;
	border-top: none;
    border-radius: 0 0 18px 18px;
}
.avis-titre {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px!important;
    color: #fff0;
	text-shadow: none;
    background-image: linear-gradient(to right, #f30000, #d3061d, #b20b3a, #921156, #711673);
    background-clip: text;
    -webkit-background-clip: text;
    -mz-background-clip: text;
    filter: drop-shadow(1px 1px 1px #888);
}
.row.rubrique-avis .autoplay {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.avis-sous-titre .fa-solid.fa-user-large {
	margin-bottom: 30px;
    text-shadow: 1px 1px 1px #888;
    color: #b20b3a;
    width: fit-content;
}
.rubrique-avis a {
    transition: 0.75s;
}
.rubrique-avis a:hover {
    color: #ff0b01;
    text-decoration: none;
}
.note-moyenne {
    width: clamp(300px, 40%, 400px);
    text-align: center;
    margin: 12px auto 10px auto;
    padding: 8px 12px 2px 12px;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 4px rgb(125 125 125);
    box-shadow: 2px 2px 4px rgb(125 125 125);
    background-color: rgb(255 255 255 / 0.4);
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.8) 0%, rgb(255 255 255 / 0.32) 15%, rgb(228 223 225 / 0.32) 100%);
}
.avis-sous-titre {
    text-align: center;
	padding: 0 10px
}
blockquote p {
    font-size: 0.9em
}
blockquote {
	max-height: 600px;
    min-height: 150px;
	padding: 10px 20px 10px 20px;
    margin: 0 0 20px;
    font-size: 1.1em;
    border-radius: 25px;
    -webkit-box-shadow: 2px 2px 4px rgb(125 125 125);
    box-shadow: 2px 2px 4px rgb(125 125 125);
    background-color: rgb(255 255 255 / 0.5);
	transition: transform 0.8s;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0.8) 0%, rgb(255 255 255 / 0.32) 15%, rgb(228 223 225 / 0.32) 100%)
}
blockquote:hover {
    transform: translateY(4px);
    background-color: rgb(255 255 255)
}
.contact-tel.blink {
    padding: 3px 13px 3px 13px;
    border-radius: 15px;
    background-color: #404040;
    white-space: nowrap;
    line-height: 2;
    animation: blinking-grey 5s infinite;
    transition: 0.75s !important
}
.contact-tel.blink:hover {
    text-decoration: none !important;
    background-color: #2e2e2e
}
.contact-tel.blink.orange:hover {
    color: #ff4200 !important
}
.contact-tel.blink.vert:hover {
    color: #00e604 !important
}
.contact-tel.blink.bleu:hover {
    color: #00e5ff !important
}
.description-espace, .projet-paragraphe, .chiffres-sous-titre, .note-moyenne, .avis-sous-titre {
    font-size: clamp(1.7rem, 1.6815rem + 0.0741vw, 1.8rem);
    /* [disabled]color: deeppink; */
}
.description-espace {
    min-height: 110px;
    max-height: 150px;
	letter-spacing: -0.7px
}
.services-description {
    text-align: justify
}
a .services-description {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 10px;
    text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 3px 2px 3px #000;
    border-radius: 0 0 18px 18px;
    transition: 0.8s;
    text-decoration: none!important
}
a:hover .services-description {
    letter-spacing: -0.5px
}
a .services-description.rouge {
    background-image: linear-gradient(to top, #ae0000, #c20d00, #d71900, #eb2600, #ff3200)
}
a:hover .services-description.rouge {
    background-image: linear-gradient(to top, #c20d00, #d71900, #eb2600, #ff3200)
}
a .services-description.orange {
    background-image: linear-gradient(to top, #ff0000, #ff2200, #ff4400, #ff6600, #ff8800)
}
a:hover .services-description.orange {
    background-image: linear-gradient(to top, #ff2200, #ff4400, #ff6600, #ff8800)
}
a .services-description.vert {
    background-image: linear-gradient(to top, #207c00, #35940a, #49ad15, #5ec71f, #74e128)
}
a:hover .services-description.vert {
    background-image: linear-gradient(to top, #35940a, #49ad15, #5ec71f, #74e128)
}
a .services-description.bleu {
    background-image: linear-gradient(to top, #0f2083, #0045a2, #0069bd, #098bd3, #46aee6)
}
a:hover .services-description.bleu {
    background-image: linear-gradient(to top, #0f2083, #004ba5, #0073c1, #3f9bd7, #74c2eb)
}
a .services-description.global {
    background-image: linear-gradient(to top, #3a3a3a, #4d4d4d, #606060, #747474, #898989)
}
a:hover .services-description.global {
    background-image: linear-gradient(to top, #3a3a3a, #585858, #797979, #9b9b9b, #bebebe)
}
.captcha-rubrique-contact {
    font-size: 1.25em;
    text-indent: 12px;
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-image: url(../img/logo-pin-antispam-duotone.svg);
}
.captcha-rubrique-contact .form-control {
    margin-top: 8px;
}
a .contact-coordonnees {
    padding: 10px 8px 10px 8px;
    border-radius: 0 0 18px 18px;
    margin-bottom: 30px;
    font-size: 1.3em;
    margin-top: 0;
    text-decoration: none;
}
.contact-coordonnees.passage {
    background-color: #ffd300;
    text-indent: 3px;
    color: #444;
	border: 0.5px solid #ff0000;
    border-top: 1px dotted #444;
}
.contact-coordonnees.passage:hover {
    background-color: #ffda2c;
    color: #222;
}
.contact-coordonnees.impression {
    background-color: #3c5586;
    color: #fff;
    text-indent: 3px;
    margin-top: -5px;
	border-color: #3c5586;
}
.contact-coordonnees.impression:hover {
    background-color: #406595;
}
.fleche-maxi {
    font-size: 1.2em;
}
.bulle-services {
    -webkit-box-shadow: 3px 2px 2px #383838;
    box-shadow: 3px 2px 2px #383838;
}
.bulle-composants {
    min-height: 280px;
}
.numerisation {
    min-height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.numerisation.vhs {
    background-image: url(../img/numerisation-vhs-villeneuve-sur-lot.svg);
}
.numerisation.bobines {
    background-image: url(../img/numerisation-bobines-villeneuve-sur-lot.svg);
}
.numerisation.photos {
    background-image: url(../img/numerisation-photos-villeneuve-sur-lot.svg);
}
.numerisation.audio {
    background-image: url(../img/numerisation-audio-villeneuve-sur-lot.svg);
}
.recuperation.serveur,
.recuperation.disque,
.recuperation.telephone,
.recuperation.memoire {
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.recuperation.disque {
    background-image: url(../img/recuperation-disque-villeneuve-sur-lot.svg);
}
.recuperation.telephone {
    background-image: url(../img/recuperation-telephone-villeneuve-sur-lot.svg);
}
.recuperation.memoire {
    background-image: url(../img/recuperation-memoire-villeneuve-sur-lot.svg);
}
.recuperation.serveur {
    background-image: url(../img/recuperation-serveur-villeneuve-sur-lot.svg);
}
.rubrique-page.marques.marque {
    min-height: 100px;
    text-align: center;
    font-size: 1.2em;
}
.rubrique-page.mentions {
    min-height: 200px;
    max-height: 600px;
}
.bulle-mentions {
    min-height: 220px;
    max-height: 220px;
}
.chiffres a {
    text-decoration: none;
    line-height: 3.5em;
}
.chiffres a:hover {
    color: #000;
    text-shadow: 0 0 0;
}
.rubrique-chiffres .col-md-3 {
    padding-bottom: 45px;
}
.chiffress {
    margin-left: 10px;
    margin-right: 10px;
}
.rounded-map {
    border-radius: 18px 18px 0 18px;
    border: 0;
    margin-bottom: 30px;
}
.rounded-map2 {
	border-radius: 18px 18px 0 0;
    border: 0;
}
.rounded-map-bulle {
	border-radius: 18px 18px 0 0;
	border: 0.5px solid #3c5586;
}
.rounded-lity {
    border-radius: 20px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 180px auto;
    background-image: url(../img/logo-accueil-sud1formatic-mini-opaque10.svg);
}
.rounded-title-lity {
	border-radius: 20px 20px 0 0;
}
.btn.btn-lity {
    padding-top: 0;
    margin-top: -16px;
	font-size: clamp(1.6rem, 1.5029rem + 0.3883vw, 2rem);
}
.btn.impression {
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 34px auto;
    background-color: #d41114;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -14px;
}
.btn.impression:hover {
    background-color: #EE4800;
}
.marged10 {
    margin-right: 10px;
}
.marged20 {
    margin-right: 20px;
}
.marged30 {
    margin-right: 30px;
}
.quartier-bulle {
    border-radius: 18px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 6px #adacac;
    box-shadow: 0 0 6px #adacac;
	transition: 1s
}
.quartier-bulle:hover {
    -webkit-box-shadow: 0 0 8px #5c5c5c;
    box-shadow: 0 0 8px #5c5c5c
}
.quartier {
    transition: 0.75s
}
.quartier:hover {
    transform: translateY(2px)
}
.quartier1,
.quartier2,
.quartier3,
.quartier4,
.quartier-services-depannage-informatique,
.quartier-installation-assistance-internet,
.quartier-services-depannage-internet,
.quartier-services-sauvegarde-donnees,
.quartier-initiation-informatique,
.quartier-diagnostic,
.quartier-maintenance,
.quartier-vente-pc-assembles {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    background-clip: content-box;
}
.quartier1 {
    background-image: url(../img/services2.jpg)
}
.quartier2 {
    background-image: url(../img/services1.jpg)
}
.quartier3 {
    background-image: url(../img/services3.jpg)
}
.quartier4 {
    background-image: url(../img/services4.jpg)
}
.quartier-services-depannage-informatique,
.quartier-services-installation-informatique,
.quartier-assistance-informatique {
    background-image: url(../img/services-depannage-informatique.jpg)
}
.quartier-services-depannage-internet {
    background-image: url(../img/services-depannage-internet-reseau-professionnels.jpg)
}
.quartier-diagnostic {
    background-image: url(../img/services-diagnostic-informatique.jpg)
}
.quartier-installation-assistance-internet,
.quartier-services-sauvegarde-donnees {
    background-image: url(../img/services-depannage-sauvegarde-donnees.jpg)
}
.quartier-services-installation-peripherique {
    background-image: url(../img/services-installation-peripherique-villeneuve-sur-lot.jpg)
}
.quartier-initiation-informatique {
    background-image: url(../img/services-initiation-informatique-villeneuve-sur-lot.jpg)
}
.quartier-vente-pc-assembles {
    background-image: url(../img/vente-materiel-informatique-assemblage.jpg)
}
.quartier-maintenance {
    background-image: url(../img/services-maintenance-informatique-villeneuve-sur-lot.jpg)
}
.btn .fa-solid,
.titre-tarifs .fa-solid,
.tarifs-rurbrique-vente .fa-solid,
.quartier-bulle .fa-solid,
.quartier-bulle .fa-brands,
.quartier-bulle .fa-regular,
.tarifs-bas-deplacements .fa-solid,
.tarifs-bas-magasin .fa-solid,
.tarifs-bas-devis .fa-solid {
	padding-right: 8px;
}
.btn .fa-play, .fa-play.fa-lity, .fa-paper-plane,
.pin-general .fa-location-dot,
.pin-general .fa-envelope {
	--fa-animation-duration: 2.5s;
}

.faa-hideshow:hover .fa-phone:before {
    content: "\f2a0";
}
.faa-hideshow:hover .fa-envelope:before {
    content: "\f658";
}
.yaris-fondd {
    background-image: url(../img/yaris-route2.svg);
    background-position: 0% bottom;
    height: 135px;
    background-repeat: repeat-x;
}
.yaris-car,
.yaris-car2 {
    height: 100px;
    background-image: url(../img/yaris-sans-roues.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 110% bottom;
    animation: mymove 20s ease-in-out infinite;
    margin-bottom: -7px;
    margin-top: 10px;
}
.yaris-car {
    background-image: url(../img/yaris-sans-roues.svg);
}
.yaris-car2 {
    background-image: url(../img/yaris-roues.gif);
}
.immobile {
    background-position: 50% bottom;
    animation: none;
}
.lity-titre .fa-solid {
    font-size: 1.2em;
    margin-right: 10px;
}
.lity-paragraphe .fa-car {
    padding-right: 8px;
    padding-left: 3px;
}
.lity-titre-h4 .fa-solid {
	margin: 0 4px;
    font-size: 1.4em;
    --fa-animation-duration: 3s;
}
.projet-paragraphe {
	padding: 0 10px 20px 3px;
    text-shadow: 1.5px 1.5px 0.5px #000000;
    text-align: justify;
}
.projet-paragraphe, .projet-paragraphe a {
    color: #FFFFED;
}
.projet-details-sap {
    font-size: clamp(1.3rem, 1.2636rem + 0.1456vw, 1.45rem);
    font-style: italic;
}
.projet-paragraphe .fa-brands {
    font-size: 1.3em;
}
.fleche-maxi .fa-solid {
    padding-right: 5px;
}
.quartier a {
    text-decoration: underline;
}
.cercle-declaration {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    background-image: linear-gradient(to top, #d20000, #dd0000, #e80000, #f40000, #ff0000);
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}
.warning strong {
    font-family: Inter-Bold;
}
.dropdown-menu,
.modal-content {
    -webkit-background-clip: padding-box;
}
* > .faaa-show,
*:hover > .faaa-hide {
    display: none;
}
*:hover > .faaa-show {
    display: inline;
}
.navbar {
    position: relative;
    border: 1px solid #fff0;
}
.navbar-default {
    font-size: 0.9em;
    height: 63px;
}
.navbar-default .navbar-nav > li > a,
.h1-titre,
.rubrique-page h2,
.pin-general h2,
.rubrique-services h2,
.projet-titre,
.chiffres-titre,
.avis-titre,
.rubrique-coordonnees,
.footer1 h4,
.footer-reseaux h4,
.titre-page-formulaire,
.lity-titre {
    font-family: 'Poetsen One';
}
.navbar-default .navbar-nav > li > a {
    height: 62px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 8px;
    text-shadow: 0 0 2px #333333, 3px 2px 3px #000;
}
.nav.navbar-nav.navbar-left li a {
	font-size: clamp(1.45rem, 1.03rem + 0.875vw, 2.15rem);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: #fff0;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd;
    border: thin inset #fff;
    opacity: 0.8;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff0b01;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-image: linear-gradient(to top, #d20000, #dd0000, #e80000, #f40000, #ff0000);
    text-decoration: none;
}
.navbar-logo {
    display: block;
    float: left;
    background-repeat: no-repeat;
}
.navbar-logo:hover,
.navbar-logo:focus {
    opacity: 1;
    -webkit-animation: flashy 1.5s;
    animation: flashy 1.5s;
}
.navbar-fone {
    height: 44px;
    margin: 8px 4px 8px 8px;
    padding-right: 4px;
    width: 44px;
    float: left;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #fff;
    background-image: linear-gradient(to right top, #7aff00, #fff);
	--fa-animation-duration: 5s;
}
.navbar-fone:hover {
    background-image: linear-gradient(to right top, #292929, #3a3a3a);
}
.navbar-fone .fa-phone-volume:hover {
    color: #7aff00;
}
.navbar-fone .fa-phone-volume {
    color: #292929;
    padding: 9px 7px 9px 7px;
}
.lity-paragraphe {
    padding: 0 20px 8px 20px;
    font-size: clamp(1.5rem, 1.4757rem + 0.0971vw, 1.6rem);
    line-height: 1.42857143em;
}
.rubrique-avis,
.formulaire-fond {
    background-attachment: fixed;
    background-image: url(../img/fond-rubrique-avis.svg);
}
.footer1 {
    background-color: #1e1e1e;
    padding-bottom: 20px;
}
.footer1 a,
.footer2 a {
	color: #fff;
	text-decoration: none;
}
.footer1 h4 {
	padding: 0 8px 12px 8px;
    color: #FFF;
    font-size: clamp(2.2rem, 2.0544rem + 0.5825vw, 2.8rem);
    text-shadow: 2px 2px 3px #000;
}
.footer-reseaux {
    margin-bottom: 15px;
	text-align: center;
}
.footer-pagesjaunes {
    background-color: #fff;
}
.footer-img {
    width: 50px;
    height: 50px;
	margin-bottom: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 3px #000;
    box-shadow: 3px 3px 3px #000;
    transition: 0.75s;
}
.footer-img:hover,
.footer-logo-sud1formatic:hover,
a:hover .footer-address,
a:hover .footer-horaires,
.logo-sap-footer:hover,
.footer-tel1:hover,
.footer-tel2:hover,
.footer-email:hover {
    transform: translateY(2px);
}
.logo-sap-footer {
    width: 135px;
    height: 100px;
    transition: 0.75s;
}
.footer-tel1, .footer-tel2, .footer-email {
    display: inline-block;
    margin: 0 4px 30px auto;
    transition: 1s;
}
.footer-tel1 a, .footer-tel2 a, .footer-email a {
    font-family: Inter-SemiBold;
	padding: 10px 25px 10px 25px;
    font-size: 1.3em;
    border-radius: 30px;
    background-color: #141414;
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    border: 1.5px solid;
}
.footer-tel1 a:hover, .footer-tel2 a:hover, .footer-email a:hover {
    color: #fff;
    border-color: #fff;
    text-shadow: 2px 2px 2px #000;
}
.footer-tel1 a {
    border-color: red;
    color: red;
    background-color: #370000;
}
.footer-tel1 a:hover {
    background-color: #d40000;
}
.footer-tel2 a {
    padding-left: 25px;
    padding-right: 29px;
    border-color: #ff6700;
    color: #ff6700;
    background-color: #2D1707;
}
.footer-tel2 a:hover {
    background-color: #ff6700;
}
.footer-email a {
    padding-left: 5px;
    padding-right: 43px;
    border-color: #80abf8;
    color: #80abf8;
    letter-spacing: 0.02em;
    background-color: #162336;
}
.footer-email a:hover {
    background-color: #2f71e6;
}
.footer-email .fa-envelope {
    padding-left: 25px;
    padding-right: 14px;
}
.footer-logo-sud1formatic {
    margin-top: -4px;
    width: auto;
    height: 240px;
    background-image: url(../img/footer-logo-sud1formatic.svg);
    background-repeat: no-repeat;
    background-size: 240px auto;
    background-position: center top;
    transition: 0.75s;
}
.footer-contact {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 10px;
}
.footer-contact .fa-solid {
    padding-right: 10px;
}
.footer-horaires,
.footer-address {
    margin-top: 15px;
    margin-bottom: 15px;
	padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: clamp(1.5rem, 1.38rem + 0.25vw, 1.7rem);
    text-align: center;
    font-weight: 400;
    border: 1px solid;
    border-radius: 30px;
    -webkit-box-shadow: 3px 3px 6px #000;
    box-shadow: 3px 3px 6px #000;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 28px auto;
    transition: 0.75s;
}
.footer-address {
    border-color: red;
    background-image: url(../fontawesome/svgs/solid/location-dot-white-shadow.svg);
    background-color: #370000;
}
.footer-horaires {
    padding-right: 10px;
    border-color: #6495ed;
    background-image: url(../fontawesome/svgs/solid/clock-white-shadow.svg);
    background-color: #17243C;
}
a:hover .footer-address,
a:hover .footer-horaires {
    border-color: #fff;
    text-shadow: 1.25px 1.5px #000;
    background-position: 18px center;
}
a:hover .footer-address {
    background-color: #d40000;
    -webkit-box-shadow: inset 1px 1px 15px 1px #840000 3px 3px 6px #000;
    box-shadow: inset 1px 1px 15px 1px #840000, 3px 3px 6px #000;
}
a:hover .footer-horaires {
    background-color: #2f71e6;
    -webkit-box-shadow: inset 1px 1px 15px 1px #1655c1, 3px 3px 6px #000;
    box-shadow: inset 1px 1px 15px 1px #1655c1, 3px 3px 6px #000;
}
a:hover .footer-blog,
a:hover .footer-facebook,
a:hover .footer-google,
a:hover .footer-pagesjaunes,
a:hover .footer-twitter {
    padding: 1px;
    border: 2px solid #fff;
}
a:hover .footer-facebook {
    background-color: #3b5998;
}
a:hover .footer-blog {
    background-color: #ee4800;
}
a:hover .footer-twitter {
    background-color: #0096f8;
}
a:hover .footer-google {
    background-color: #cd0030;
}
a:hover .footer-pagesjaunes {
    background-color: #f6e52e;
}
.footer1 a:hover h4,
.footer-reseaux a:hover h4,
.footer-img:hover,
.footer2 a:hover {
    color: #e30800;
	transition: 0.75s;
}
.footer2 {
    padding: 15px 10px 0 10px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    border-top: 0.5px solid #fff;
    background-color: #141414;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
* {
    box-sizing: border-box;
    padding-right: 0;
}
.titre-tarifs {
    font-size: 1.4em;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    line-height: 2.2em;
}
.titre-tarifs-badge {
    height: 65px;
    background-image: url(../img/services-tampon-sap.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80px auto;
}
tbody .danger .titre-tarifs-badge {
    padding-right: 80px;
}
.tarifs-separateur,
.horaires-separateur {
    border-right: thin solid #cdcdcd;
}
.tarifs-designation {
    vertical-align: middle;
    padding-right: 80px;
}
.tarifs-rubrique-vente {
    text-align: center;
    font-size: 1.3em;
}
.warning.tarifs-bas-arrondis {
	border-radius: 0 0 18px 18px;
}

.tarifs-bas-deplacements,
.tarifs-bas-magasin,
.tarifs-bas-devis {
    margin-top: -20px;
    padding: 10px;
    font-size: 1.2em;
    text-align: center;
    background-color: #ffd300;
    border-radius: 0 0 18px 18px;
    border-top: thin solid #cdcdcd;
}
.tarifs-bas-deplacements,
.tarifs-bas-magasin {
    background-color: #ffd300;
}
.tarifs-bas-magasin {
    margin-bottom: 20px;
}
.tarifs-bas-devis {
    background-color: #333;
    color: #fff;
}
.tarifs-bas-devis a {
    color: #FF0700;
}
.tarifs-bas-devis:hover {
    color: #fff;
}
.tarifs-bas-devis a:hover {
    color: #fff;
}
:after,
:before {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
figure {
    margin: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}
.sr-only {
    margin: -1px -1px -1px -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h3,
h3 {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 5px;
    font-size: clamp(2.4rem, 2.133rem + 1.068vw, 3.5rem);
    letter-spacing: -0.75px;
	text-shadow: 1px 1px 2px #646464;
	animation: headShake; /* headShake backInDown fadeInDown */
	--animate-duration: 4s;
}
.h4,
h4 {
}
.h5,
h5 {
}
.h6,
h6 {
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.42857143;
}
dt,
kbd kbd,
label {
    font-weight: 700;
}
address,
blockquote .small,
blockquote footer,
blockquote small,
dd,
dt,
pre {
    line-height: 1.42857143;
}
.rubrique-page.marques img {
    height: 150px;
    padding-top: 8px;
}
.rubrique-page.numerisation img {
    height: 100px;
    padding-top: 8px;
}
.small,
small {
    font-size: 85%;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-note {
    text-align: center;
    margin-top: 18px;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-underline {
    text-decoration: underline;
}
.text-no-decoration,
.text-no-decoration a,
.text-no-decoration a:hover,
.text-no-decoration:hover {
    text-decoration: none !important;
}
.text-uppercase {
    text-transform: uppercase;
    text-shadow: 0 0;
    font-size: 1.2em;
}
.text-uppercase-medium {
    text-transform: uppercase;
    text-shadow: 0 0;
    font-size: 1.1em;
}
.text-capitalize {
    text-transform: uppercase;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
.text-warning {
    color: #fff;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #fff;
}
.text-danger {
    color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}
pre code,
table {
    background-color: #fff0;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
dl,
ol,
ul {
    margin-top: 0;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
address,
dl {
    margin-bottom: 20px;
}
.agrément {
    padding-left: 2px;
    padding-right: 2px;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dd {
    margin-left: 0;
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.rating {
    margin-bottom: 5px;
    height: 20px;
    text-shadow: 0 0;
    display: block;
    margin-top: 3px;
    margin-left: -2px;
    width: 94px;
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 90%;
    color: #777;
}
legend,
pre {
    display: block;
    color: #333;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}
caption,
th {
    text-align: left;
}
code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}
.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.pre-scrollable {
    overflow-y: scroll;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
    margin-left: 4.166%;
    margin-right: 4.166%;
}
.col-xs-10 {
    width: 83.33333333%;
    margin-left: 8.33%;
    margin-right: 8.33%;
}
.col-xs-9 {
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.table,
label {
    max-width: 100%;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}
.table {
    width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: #fafafa;
    font-size: 1.2em;
    vertical-align: middle;
}
.table > tbody > tr.warning2 > td,
.table > tbody > tr.warning2 > th,
.table > tbody > tr > td.warning2,
.table > tbody > tr > th.warning2,
.table > tfoot > tr.warning2 > td,
.table > tfoot > tr.warning2 > th,
.table > tfoot > tr > td.warning2,
.table > tfoot > tr > th.warning2,
.table > thead > tr.warning2 > td,
.table > thead > tr.warning2 > th,
.table > thead > tr > td.warning2,
.table > thead > tr > th.warning2,
.table > tbody > tr.warning3 > td,
.table > tbody > tr.warning3 > th,
.table > tbody > tr > td.warning3,
.table > tbody > tr > th.warning3,
.table > tfoot > tr.warning3 > td,
.table > tfoot > tr.warning3 > th,
.table > tfoot > tr > td.warning3,
.table > tfoot > tr > th.warning3,
.table > thead > tr.warning3 > td,
.table > thead > tr.warning3 > th,
.table > thead > tr > td.warning3,
.table > thead > tr > th.warning3 {
    background-color: #eaeaea;
    font-size: 1.2em;
    vertical-align: middle;
}
tbody .warning .text-center.gras,
tbody .warning2 .text-center.gras {
    font-weight: 700;
    font-size: 1.35em;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning2:hover > td,
.table-hover > tbody > tr.warning2:hover > th,
.table-hover > tbody > tr:hover > .warning2,
.table-hover > tbody > tr > td.warning2:hover,
.table-hover > tbody > tr > th.warning2:hover {
    background-color: #ffef9f;
    font-weight: 600;
    letter-spacing: -0.7px;
}
.table-hover > tbody > tr.warning3:hover > td,
.table-hover > tbody > tr.warning3:hover > th,
.table-hover > tbody > tr:hover > .warning3,
.table-hover > tbody > tr > td.warning3:hover,
.table-hover > tbody > tr > th.warning3:hover {
    background-color: #dadada;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: #333;
    color: #fff;
    vertical-align: middle;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: #222;
}
.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
fieldset,
legend {
    padding: 0;
    border: 0;
}
fieldset {
    min-width: 0;
    margin: 0;
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    line-height: normal;
}
.form-control,
output {
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
output {
    padding-top: 7px;
}
.form-control {
    width: 100%;
    height: 40px;
    padding: 8px 12px 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 14px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #ff0b01;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.04), 0 0 8px rgb(102 175 233 / 0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.04), 0 0 8px rgb(102 175 233 / 0.6);
    background-color: #f9f9f9;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
.contact-coordonnees .fa-solid.fa-print {
	color: #fff;
}
.coordonnees-lien {
    color: #fff!important;
}




















@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    .input-group-sm input[type="time"],
    input[type="date"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    input[type="time"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    .input-group-lg input[type="time"],
    input[type="date"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    input[type="time"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.row.footer1.coordonnees {
    color: #DBDBDB;
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}
.input-sm {
    height: 30px;
    line-height: 1.5;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}
.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    line-height: 1.3333333;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.collapsing,
.dropdown,
.dropup {
    position: relative;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.btn {
    display: inline-block;
    height: 46px;
    padding: 0 15px;
    font-family: "Inter-Medium";
    color: #fff;
    font-size: clamp(1.8rem, 1.7757rem + 0.0971vw, 1.9rem);
    line-height: 1.5em;
    white-space: nowrap;
    letter-spacing: -0.022em;
    text-shadow: 1px 1px 1px #242424, 1.5px 1.5px 1px #000, 1.5px 1.5px 1px #000;
    border: 0.25px solid #fff0;
    border-radius: 24px;
    -webkit-box-shadow: 2px 2px 3px #202020;
    box-shadow: 2px 2px 3px #202020;
    background-size: 200% auto;
    transition: 0.75s;
}
.btn,
.btn.active,
.btn:active,
.form-control {
    background-image: none;
}
.btn.focus,
.btn:focus,
.btn:hover {
	background-position: right center;
    -webkit-box-shadow: 3px 3px 3px #202020;
    box-shadow: 3px 3px 3px #202020;
    transform: translateY(2px);
}
.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    border-color: #dd4200;
    background-image: -webkit-linear-gradient(0deg,rgba(255,0,0,1.00) 0%,rgba(255,58,0,1.00) 25%,rgba(255,123,18,1.00) 50%,rgba(255,58,0,1.00) 75%,rgba(255,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,0,0,1.00) 0%,rgba(255,58,0,1.00) 25%,rgba(255,123,18,1.00) 50%,rgba(255,58,0,1.00) 75%,rgba(255,0,0,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,0,0,1.00) 0%,rgba(255,58,0,1.00) 25%,rgba(255,123,18,1.00) 50%,rgba(255,58,0,1.00) 75%,rgba(255,0,0,1.00) 100%);
    background-image: linear-gradient(to right, #ff0000, #ff3a00, #ff7b12, #ff3a00, #ff0000);
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #dd4200;
    border-color: #bc3100;
}
.btn.align-right-10 {
    margin-right: 10px;
    float: right;
}
.btn.align-right-20 {
    margin-right: 20px;
    float: right;
}
.btn.active,
.btn:active,
.open > .dropdown-toggle.btn {
    color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 2px 2px 3px #202020;
    box-shadow: inset 2px 2px 3px #202020;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-image: linear-gradient(to right, rgb(255 0 0) 0%, rgb(255 123 18) 51%, rgb(255 0 0) 100%);
    border-color: #d04000 #d04000 #bc3100;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #dd4200;
    border-color: #bc3100;
}
.btn-primary .badge {
    color: #ee4800;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    border-color: #d80000;
    background-image: linear-gradient(to right, rgb(195 0 0) 0%, rgb(255 75 17) 51%, rgb(195 0 0) 100%);
}
.btn-warning.focus,
.btn-warning:focus {
    background-color: #f10000;
    border-color: #d80000;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
    background-image: linear-gradient(to right, rgb(195 0 0) 0%, rgb(255 75 17) 51%, rgb(195 0 0) 100%);
}
.btn-warning.btn-right {
    float: right;
}
.btn-group > .btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: right;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #d80000;
    border-color: #d80000;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    width: 0;
    height: 0;
    margin-left: 2px;
	padding-left: 0;
    padding-right: 0;
	display: inline-block;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid #fff0;
    border-left: 4px solid #fff0;
}
.dropdown-toggle:focus {
    outline: 0;
    text-decoration: none;
}
.dropdown-menu {
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    list-style: none;
    background-clip: padding-box;
    -webkit-box-shadow: 5px 5px 10px #2d2d2d;
    box-shadow: 5px 5px 10px #2d2d2d;
    border-radius: 0 0 18px 18px;
    background-image: linear-gradient(to bottom, #303030, rgb(48 48 48 / 0.9) 100%);
}
.dropdown-menu-right,
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    margin-top: 0;
    padding: 12px 20px 12px 14px;
    display: block;
    clear: both;
    color: #fff;
    text-decoration: none;
    border-top: 0.75px solid #fff0;
    border-bottom: 0.75px solid #fff0;
}
.dropdown-header,
.dropdown-menu > li > a {
    line-height: 1.42857143;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    border-color: #fff;
	text-shadow: 1.5px 1.5px 1px #202020, 1.5px 1.5px 1px #202020, 1.5px 1.5px 1px #202020;
    background-image: -webkit-linear-gradient(270deg, rgb(255 0 0) 0%, rgb(210 0 0) 100%);
    opacity: 1;
    -webkit-animation: flashy 0.25s;
    animation: flashy 0.25s;  
}
.dropdown .dropdown-menu .last-li a:hover {
    border-radius: 0 0 18px 18px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #c30487;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
    background-image: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px 3px 20px;
    font-size: 12px;
    color: #777;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn .caret,
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding: 0 8px 0 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding: 0 12px 0 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 0.125);
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}
.nav > li,
.nav > li > a {
    display: block;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #fff0;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #f80000;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid #fff0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff0;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.nav-pills > li {
    float: left;
}
.nav-justified > li,
.nav-stacked > li {
    float: none;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.carousel-inner,
.embed-responsive,
.modal,
.modal-open,
.progress {
    overflow: hidden;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px 10px 10px;
    margin-top: 12px;
    margin-right: 15px;
    background-color: #fff0;
    background-image: none;
    border: 1px solid #fff0;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-nav {
    padding-right: 8px;
    margin: 0 0;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    text-align: left;
}
.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid #fff0;
    border-bottom: 1px solid #fff0;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.1), 0 1px 0 rgb(255 255 255 / 0.1);
    margin: 8px -15px 8px -15px;
}
.breadcrumb > li,
.pagination {
    display: inline-block;
}
.btn .badge,
.btn .label {
    top: -1px;
    position: relative;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.05em;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    font-weight: 400;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin: 14px 0;
}
.navbar-text {
	margin: 15px 0;
}
.navbar-inverse {
    background-color: #292929;
    border-color: #d20000;
    border-bottom-width: 2px;
    -webkit-box-shadow: 0 2px 2px 1px #3a3a3a;
    box-shadow: 0 2px 2px 1px #3a3a3a;
}
.navbar-inverse .navbar-text {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #fff0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: #fff0;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
    background-image: linear-gradient(to top, #ff4e13, #ff430d, #ff3607, #ff2403, #ff0000);
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-image: linear-gradient(to bottom, #ff4e13, #ff430d, #ff3607, #ff2403, #ff0000);
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: #080808;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pager li,
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.media-object,
.thumbnail {
    display: block;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.h1-titre {
    margin-top: -12px;
    margin-bottom: 10px;
	font-size: clamp(2rem, 1.5926rem + 1.6296vw, 4.2rem);
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.75px;
    text-shadow: 1.5px 1px 2px #B1B1B1;
    animation: backInDown;
	--animate-duration: 1.25s;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    background-color: #f4f4f4;
    text-align: center;
    margin-bottom: 20px;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0 0 18px 18px;
    -webkit-box-shadow: 0 1px 4px #888;
    box-shadow: 0 1px 4px #888;
}
.jumbotron .container {
    max-width: 100%;
}
.jumbotron p {
    margin-bottom: 0;
	font-size: clamp(1.8rem, 1.7515rem + 0.1942vw, 2rem);
    line-height: 1.3em;
}
.jumbotron.well a, .services-description a, .projet-paragraphe a, .footer-tel1 a, .footer-tel2 a, .footer-email a {
	font-family: Inter-SemiBold';
    transition: 0.75s;
}
.jumbotron.well a {
    color: #E00000;
    text-decoration: none;
}
.jumbotron.well a:hover {
    color: #A80000;
    text-decoration: underline;
}
.thumbnail {
	margin-bottom: 20px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title,
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff0;
    border-radius: 4px;
}
.panel-title,
.panel > .list-group,
.panel > .panel-collapse > .list-group,
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel-body {
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #fff0;
    border-radius: 3px 3px 0 0;
    text-align: center;
}
.panel-title {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel-group .panel-heading,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-radius: 3px 3px 0 0;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-radius: 3px 3px 0 0;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 23px 19px 8px 19px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.05);
    margin-left: -12px;
    margin-right: -12px;
}
.well blockquote {
    border-color: #ddd;
    border-color: rgb(0 0 0 / 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
    box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
}
.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.carousel-control,
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.cRetour,
.cRetour:hover {
    transition: all ease-in 0.2s;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    font-size: 40px;
    color: #fff;
}


/* === CENTRAGE VERTICAL DES CHEVRONS DANS LE CARROUSEL === */
.carousel-control i {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 1.5em;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0.5)), to(rgb(0 0 0 / 0.0001)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.5) 0, rgb(0 0 0 / 0.0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-image: -o-linear-gradient(left, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(0 0 0 / 0.0001)), to(rgb(0 0 0 / 0.5)));
    background-image: linear-gradient(to right, rgb(0 0 0 / 0.0001) 0, rgb(0 0 0 / 0.5) 100%);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff0;
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-size: 0.9em;
}
.affix,
.cRetour {
    position: fixed;
}
.carousel-caption .btn,
.text-hide {
    text-shadow: none;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: #fff0;
    background-color: #fff0;
    border: 0;
}
@-ms-viewport {
    width: device-width;
}
.visible-print {
    display: none !important;
}
.visible-print-block {
    display: none !important;
}
.visible-print-inline {
    display: none !important;
}
.visible-print-inline-block {
    display: none !important;
}
.projet-titre {
    padding-left: 12px;
    background-image: linear-gradient(to right, #ff0000 0%, #ff5300 25%, #ff9a00 50%, #ffb712 75%, #ffe30b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -mz-background-clip: text;
    color: #fff0;
    text-shadow: none;
    width: fit-content;
    filter: drop-shadow(1px 1px 1px #000);
    text-align: left;
}
.cRetour {
    border-radius: 50px;
    padding: 12px 15px 12px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: rgb(237 56 51 / 0.8);
    z-index: 99999;
    cursor: pointer;
    bottom: 2.5em;
    right: 30px;
    display: none;
}
.cRetour:before {
    content: "\25b2";
}
.cRetour:hover {
    background-color: rgb(237 56 51);
}
.rubrique-page li {
    list-style-position: inside;
    list-style-type: none;
    font-size: 1.2em;
    line-height: 1.3em;
    height: 4em;
    padding: 1px 20px 8px 10px;
}
.count {
    color: #ff0b01;
    margin-left: 30px;
    font-size: 25px;
}
@media (max-width: 508px) {
    .horaires-jour {
    	width: 35%;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
   .item, item:active {
        display: none;
    }
    .nav.navbar-nav.navbar-left li a {
		text-align: center;
		font-size: 1.6em;
		padding: 18px 0;
    }
    .navbar-default .navbar-nav > li {
        background-color: #333;
		margin: 0 -8px;
    }
    .navbar-default .navbar-nav > li > a {
        background-color: #292929;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
        font-weight: 400;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #fff0;
        font-weight: 400;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
        font-weight: 400;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: #fff0;
        font-weight: 400;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #7c7c7c;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #ff2e00;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: #fff0;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        border-top-color: #fff0;
        border-bottom-color: #fff0;
        background-color: #0040cb;
    }
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        background-image: linear-gradient(to top, #d20000, #dd0000, #e80000, #f40000, #ff0000);
    }
    .dropdown .dropdown-menu .last-li a:hover {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: pink!important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        background-color: #444;
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none;
        background-color: #323232;
    }
    .footer-horaires,
    .footer-address {
        font-size: 1.3em;
    }
    .carousel p, .carousel-indicators,  .carousel-caption a .carousel, .carousel-caption {
        display: none;
    }
    .contact2 {
        text-align: center;
        font-size: 1.1em;
    }
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 768px) {
    .lity-titre {
    	text-align: center;
    }
    .lity-titre .fa-solid {
        display: none;
    }
    .lity-titre-h4 {
    	text-decoration: none;
    }
    .lity-paragraphe {
        font-size: 1.05em;
    }
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
        background-image: linear-gradient(to top, #d20000, #dd0000, #e80000, #f40000, #ff0000);
        text-decoration: none;
        opacity: 1;
        -webkit-animation: flashy 0.25s;
        animation: flashy 0.25s;
        background-size: 20px auto;
        background-position: center bottom;
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0;
    }
    .lead {
        font-size: 1.1em;
        text-align: center;
    }
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px;
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
    .contact2 {
        text-align: left;
    }
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .container {
        width: 750px;
    }
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }
    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .col-sm-8 {
        width: 66.66666667%;
        margin-left: 16.66%;
        margin-right: 16.66%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
        box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
    .navbar-left {
        float: right !important;
    }
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block;
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0;
    }
    .navbar-form .checkbox input[type="checkbox"],
    .navbar-form .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-toggle {
        display: none;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
@media (min-width: 819px) {
    .footer2 {
        padding-bottom: 22px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    .horaires-jour {
    width: 10%;
    }
    .container {
        width: 970px;
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-left: 0;
    }
    .col-md-11 {
        width: 91.66666667%;
        margin-left: 4.166%;
        margin-right: 4.166%;
    }
    .col-md-10 {
        width: 83.33333333%;
        margin-left: 8.333%;
        margin-right: 8.333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
}
@media (min-width: 1009px) {
    .footer2 {
        padding-bottom: 5px;
    }
}
@media (min-width: 1050px) {
    .screen-small {
        display: none;
    }
	.small {
        display: none;
    }
    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        float: right;
    }
    .footer-img {
		margin-right: 4px;
    }
    .horaires-jour {
    	width: 50%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
    .hidden-lg {
        display: none !important;
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 94%;
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .col-lg-10 {
    width: 83.33333333%;
    display: block;
    }
    .col-lg-9 {
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .col-lg-8 {
    width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
}
@media (min-width: 1210px) {
    .navbar-logo {
        background-image: url(../img/logo-accueil-sud1formatic.svg);
        height: 60px;
        width: 288px;
        background-position: 0% 3px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 14px;
        padding-right: 14px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }

}
@media (min-width:1600px){
    .col-xxl-1,
    .col-xxl-10,
    .col-xxl-11,
    .col-xxl-12,
    .col-xxl-2,
    .col-xxl-3,
    .col-xxl-4,
    .col-xxl-5,
    .col-xxl-6,
    .col-xxl-7,
    .col-xxl-8,
    .col-xxl-9 {
        float: left;
    }
    .col-xxl-12 {
        width: 100%;
    }
    .col-xxl-11 {
        width: 94%;
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .col-xxl-10 {
        width: 83.33333333%;
        margin-left: 8.333%;
        margin-right: 8.333%;
        display: block;
    }
    .col-xxl-9 {
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .col-xxl-8 {
        width: 66.66666667%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-xxl-7 {
        width: 58.33333333%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-5 {
        width: 41.66666667%;
    }
    .col-xxl-4 {
        width: 33.33333333%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-2 {
        width: 16.66666667%;
    }
    .col-xxl-1 {
        width: 8.33333333%;
    }
    .col-xxl-push-12 {
        left: 100%;
    }
    .col-xxl-push-11 {
        left: 91.66666667%;
    }
    .col-xxl-push-10 {
        left: 83.33333333%;
    }
    .col-xxl-push-9 {
        left: 75%;
    }
    .col-xxl-push-8 {
        left: 66.66666667%;
    }
    .col-xxl-push-7 {
        left: 58.33333333%;
    }
    .col-xxl-push-6 {
        left: 50%;
    }
    .col-xxl-push-5 {
        left: 41.66666667%;
    }
    .col-xxl-push-4 {
        left: 33.33333333%;
    }
    .col-xxl-push-3 {
        left: 25%;
    }
    .col-xxl-push-2 {
        left: 16.66666667%;
    }
    .col-xxl-push-1 {
        left: 8.33333333%;
    }
    .col-xxl-push-0 {
        left: auto;
    }
.rubrique-projet {
    background-size: 100% auto;
    background-position: 70% bottom;
    }

}
@media (min-width:1400px) and (max-width:1600px){
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9 {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11 {
        width: 94%;
        max-width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
    .col-xl-10 {
        width: 83.33333333%;
        margin-left: 8.333%;
        margin-right: 8.333%;
        display: block;
    }
    .col-xl-9 {
        width: 75%;
        margin-left: 12.5%;
        margin-right: 12.5%;
    }
    .col-xl-8 {
        width: 66.66666667%;
        margin-left: auto;
        margin-right: auto;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
}



@media (min-width: 200px) and (max-width: 667px) {
    .screen-large {
        display: none;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 5px;
        padding-right: 5px;
    }
    .item.active .carousel-caption {
        margin-bottom: -47px;
        margin-top: 0;
    }
    .jumbotron.well {
        margin-top: -5px;
    }
	.rubrique-projet {
		background-size: 300% auto;
		background-position: 70% bottom;
    }
    .contact-tel.blink {
        font-size: 1.2em;
    }
    .footer-img {
		width: 55px;
		height: 55px;
		margin-right: 10px;
    }
}

@media (min-width:411px) and (max-width:767px){
	.navbar-logo {
		background-image: url("../img/logo-accueil-sud1formatic.svg");
		height: 60px;
		width: 288px;
		background-position: 0% 4px;
    }
}

@media (min-width: 668px) and (max-width: 840px) {
    .screen-small {
        display: none;
    }
	.rubrique-projet {
		background-size: 200% auto;
		background-position: 70% bottom;
    }
    .footer-img {
		width: 60px;
		height: 60px;
		margin-right: 10px;
    }
}
@media (min-width:768px) and (max-width:840px){
    .navbar-logo {
        background-image: url(../img/logo-accueil-sud1formatic-mini.svg);
        height: 60px;
        width: 46px;
        background-position: 0% 3px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 840px) and (max-width: 934px) {
    .screen-small {
        display: none;
    }
    .small {
        display: none;
    }
	.navbar-logo {
        background-image: url(../img/logo-accueil-sud1formatic-mini.svg);
        height: 60px;
        width: 46px;
        background-position: 0 3px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .rubrique-projet {
		background-size: 200% auto;
		background-position: 70% bottom;
    }
    .footer-img {
    	width: 60px;
    	height: 60px;
    	margin-right: 18px;
    }
}
@media (min-width: 934px) and (max-width: 1050px) {
    .screen-small {
        display: none;
    }
	.small {
        display: none;
    }
	.navbar-logo {
        background-image: url(../img/logo-accueil-sud1formatic.svg);
        height: 60px;
        width: 211px;
        background-position: 0% 10px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 4px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .rubrique-projet {
		background-size: 140% auto;
		background-position: 70% bottom;
    }
    .footer-img {
    	width: 52px;
    	height: 52px;
    	margin-right: 4px;
    }
}
@media (min-width: 992px) and (max-width: 1050px) {
    .footer-address, .footer-horaires {
        font-size: 1.1em;
        background-size: 11% auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1050px) and (max-width: 1210px) {
    .navbar-logo {
		background-image: url(../img/logo-accueil-sud1formatic.svg);
		height: 60px;
		width: 278px;
		background-position: 0% 4px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 10px;
    }
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-toggle:active {
        pointer-events: none;
    }
    .navbar-header {
        float: left;
        width: 240px;
    }
.rubrique-projet {
    background-size: 120% auto;
    background-position: 70% bottom;
    }


}

@media (min-width:1050px) and (max-width:1400px){
	.footer-horaires, .footer-address {
    	padding-right: 0px;
    	background-size: 10% auto;
	}
}
@media (min-width:1210px) and (max-width:1600px){
.rubrique-projet {
    background-size: 100% auto;
    background-position: 70% bottom;
    }
}

@media screen and (min-width: 768px) {
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 1em;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .noprint {
        visibility: hidden;
        font-size: 0;
    }
    a,
    a:visited {
        text-decoration: none;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .coordonnees-tel-rubrique {
    margin-top: -30px;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important;
    }
    .noprint2 {
        margin-bottom: -22px;
        margin-top: -5px;
    }
    .well {
        border: 0 none #fff;
        border-bottom-right-radius: 4px;
    }
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
    .hidden-print {
        display: none !important;
        text-shadow: 1px 0;
    }
}
