@media (max-width: 800px) {
  #fixed_button {
    position: fixed;
    bottom: 72px;
    right: 6vw;
    width: auto;
  }
  #fixed_button a {
    background: #fff;
    padding: 0 20px;
    border-radius: 42px;
    height: 42px;
    display: block;
    color: #281e6b;
    font-weight: bold;
    line-height: 42px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
    font-size: 14px;
  }
}
@media (min-width: 801px) {
  #fixed_button {
    display: none !important;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #291f6c;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#admin_menu {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  #menu_classique ul li.header_social {
    display: flex !important;
  }
}

#menu_classique ul li.header_social {
  display: none;
  align-items: center;
  gap: 12px;
}

#menu_classique ul li.header_social a {
  display: flex;
  width: 22px;
}

#menu_classique ul li.header_social a:nth-child(2) {
  display: flex;
  align-items: center;
  background-color: #0e76a8;
  border-radius: 4px;
}

#menu_classique ul li.header_social a:nth-child(3) {
  display: flex;
  align-items: center;
  background-color: #3b5998;
  border-radius: 4px;
}

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

.owl-nav .owl-prev,
.owl-nav .owl-next {
  margin: 0 12px;
  font-size: 2em !important;
  color: #291f6c !important;
}

.admin h3 {
  margin-bottom: 6px;
}
.admin #search {
  width: 200px;
  margin-bottom: 24px;
}

.content table {
  text-align: left;
  margin-bottom: 5vw;
  border-collapse: collapse;
  width: 100%;
}
.content table th {
  padding-bottom: 12px;
}
.content table td {
  padding-right: 24px;
}
.content table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
}
.content table td img {
  background: yellow;
  height: 56px;
  width: 56px;
  min-width: 56px;
  border-radius: 4px;
  line-height: 0 !important;
  border: 0;
  outline: none;
  margin: 5px 0 3px 0;
}
.table {
  /* overflow: scroll; */
}
.content table td.padding_lr {
  padding: 0 24px;
}
.content table td .error {
  padding: 4px 8px;
  display: inline-block;
  width: 36px;
  border-radius: 8px;
  font-weight: bold;
}

.product_photo img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0 0 6px 6px;
}
.product_photo {
  width: 100% !important;
  position: relative;
  top: -1px;
}

.error {
  background: rgba(255, 0, 0, 0.25);
  color: #ff0000;
}

#bloc_pourquoi {
  background-color: #e7e5d6;
  color: rgba(0, 0, 0, 0.7);
  padding: 10vw 0 10vw 0;
  float: left;
  width: 100%;
  background-image: url(../images/8-raisons-02.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
#bloc_pourquoi p {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
  font-style: italic;
}
#bloc_pourquoi ul {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
#bloc_pourquoi h2 {
  margin-bottom: 0;
  color: #291f6c;
}
#bloc_pourquoi .btn {
  margin: 1.5vw 0 0 0;
  border-radius: 72px;
  background: #dbedf9;
  color: #291f6c !important;
}

@media (max-width: 800px) {
  #bloc_pourquoi h2 {
    width: 50%;
  }
  #bloc_pourquoi .btn {
    margin: 5vw 0;
    border-radius: 72px;
  }
  #bloc_pourquoi {
    padding: 10vw 0;
    background-position: 60% 50%;
  }
}

#ancres li {
  margin: 5px 0;
}

#bloc_personnalisation {
  background: #fff;
  text-align: center;
  margin: auto;
  padding: 5vw 0;
  float: left;
  width: 100%;
}
#bloc_personnalisation h3 {
  margin-bottom: 0;
  margin-top: 2vw;
}
#bloc_personnalisation ul {
  color: #000;
  width: 25%;
  display: block;
  float: left;
  text-align: center;
}
#bloc_personnalisation .wrapperCat {
  margin-top: 2rem;
}
#bloc_personnalisation ul li {
  margin: 0 0 8px;
}
#bloc_personnalisation img {
  width: 70%;
}
#bloc_personnalisation p {
  width: 50%;
  margin: auto;
}

@media (max-width: 800px) {
  #bloc_personnalisation p {
    width: 80%;
    margin-top: 5vw;
  }
  #bloc_personnalisation {
    padding: 10vw 0 15vw 0;
  }
  #bloc_personnalisation .width70 {
    width: 100%;
  }
  #bloc_personnalisation img {
    width: 100%;
  }
  #bloc_personnalisation h3 {
    margin-bottom: 0;
  }
  .wrapperCat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .wrapperCat ul {
    width: 100% !important;
  }
}
#bloc_personnalisation .btn {
  background: #281e6b;
  border-radius: 36px;
  margin-top: 16px;
}

#bloc_kit {
  float: left;
  width: 100%;
  padding: 5vw 0;
  background: #fff;
  text-align: right;
}
#bloc_kit .content {
  display: flex;
  align-items: center;
  gap: 5vw;
}
#bloc_kit div:first-child {
  width: 100%;
}
#bloc_kit .btn {
  background: #89adcd;
  border-radius: 36px;
  margin-top: 16px;
}
#bloc_kit h2 {
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
  color: #2052b9;
  width: 80%;
}
#bloc_kit h2 span img {
  position: relative;
  top: 3px;
  width: 52px;
}

@media (max-width: 800px) {
  #bloc_kit h2 {
    margin-bottom: 16px;
  }
  #bloc_kit div:first-child {
    width: 100%;
  }
  #bloc_kit {
    padding: 56px 0 72px 0;
    text-align: center;
  }
  #bloc_kit h2 span img {
    top: 3px;
    width: 36px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.loader_div_form {
  margin-top: 64px;
}
#bravo_block {
  background: #3cad7b;
  max-width: 800px;
  padding: 24px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 10vw;
}

#error_block {
  background: #ff0000;
  max-width: 800px;
  padding: 24px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 10vw;
}

form {
  width: 100%;
  margin-bottom: 5vw;
  max-width: 800px;
}
@media (max-width: 800px) {
  form {
    width: 100%;
    margin-bottom: 6vw;
  }
}
form label {
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
  font-size: 0.8em;
}
form .group {
  width: 100%;
  float: left;
  margin-bottom: 0px;
  margin-bottom: 12px;
}
form .group div {
  width: 48%;
  float: left;
  height: 100%;
}
form .group .space {
  width: 4%;
  float: left;
  height: 36px;
}
form .no_group {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
form .btn {
  margin-top: 12px;
  width: auto;
}
form .btn.annuler {
  background: #ddd;
  color: #777;
}

#fast_response {
  background: yellow;
  display: inline-block;
  color: #000;
  padding: 4px 12px;
  margin-top: 0;
}

#bloc_engagements {
  background: #eee;
  display: block;
  float: left;
  width: 100%;
  padding: 5vw;
}
#bloc_engagements {
  text-align: center;
}
#bloc_engagements h2 {
  margin-bottom: 56px;
}
#bloc_engagements .table {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5vw;
}
#bloc_engagements .table > div {
  width: 25%;
}
#bloc_engagements .icon {
  text-align: center;
}
#bloc_engagements .icon img {
  width: 25%;
}
@media (max-width: 800px) {
  #bloc_engagements h2 {
    margin-bottom: 24px;
  }
  #bloc_engagements {
    padding: 10vw 0 10vw 0;
  }
  #bloc_engagements .table {
    width: 100%;
    display: block;
    gap: 0vw;
  }
  #bloc_engagements .table > div {
    width: 100%;
    float: left;
    padding: 20px;
  }
}

/***********************/

#bloc_vetements_home {
  background: #89adcd;
  padding: 5vw;
  display: block;
  float: left;
  width: 100%;
  transition: all ease 0.3s;
}
#bloc_vetements_home h2 {
  color: #fff;
  width: 60%;
  margin: auto;
}
#bloc_vetements_home p {
  color: #fff;
  width: 70%;
  margin: auto;
  margin-top: 2vw;
}
#bloc_vetements_home .btn {
  border: 2px solid #fff;
  margin-top: 36px;
  position: relative;
  padding-left: 68px;
  margin-bottom: 3vw;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 36px;
}
#bloc_vetements_home .btn img {
  display: inline-block;
  height: 48px;
  position: absolute;
  top: -10px;
  left: 16px;
  border-radius: 6px;
}

@media (max-width: 800px) {
  #bloc_vetements_home .width70 {
    width: 100%;
  }
  #bloc_vetements_home {
    padding: 16vw 0vw;
  }
  #bloc_vetements_home h2 {
    width: 80%;
  }
  #bloc_vetements_home p {
    width: 100%;
  }
}

/***********************/

.vetements_colors {
  max-width: 280px;
  height: 48px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 18px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 36px;
  overflow: auto;
}
#vetements_colors2 {
  background: rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.vetement_color {
  width: 508px;
  padding-right: 8px;
}
.vetement_color > div {
  cursor: pointer;
  background: #ddd;
  height: 32px;
  width: 48px;
  display: block;
  float: left;
  border-radius: 36px;
  margin: 8px 0 8px 8px;
  background-position: center;
}
.vetement_color > div.active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 1), 0 0 0 4px rgba(255, 255, 255, 1);
}
@media (max-width: 800px) {
  #vetements_colors {
    width: 80%;
  }
}
.vetement_color .plus {
  background: #291f6c;
  line-height: 30px;
  text-align: center;
  padding: 0;
  width: 100px;
}
.vetement_color .plus a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.vetement_color #noir-blanc {
  background-image: url(../images/color-00.jpg);
}
.vetement_color #dark_bleu-blanc-orange {
  background-image: url(../images/color-01.jpg);
}
.vetement_color #dark_bleu-blanc {
  background-image: url(../images/color-02.jpg);
}
.vetement_color #dark_bleu-blanc-gris {
  background-image: url(../images/color-03.jpg);
}
.vetement_color #dark_green-blanc-gris {
  background-image: url(../images/color-04.jpg);
}
.vetement_color #dark_bleu-marron-blanc {
  background-image: url(../images/color-05.jpg);
}
.vetement_color #noir-blanc-rouge {
  background-image: url(../images/color-06.jpg);
}

#bloc_vetements_home,
#bloc_kit .btn {
  background: #89adcd;
}
#bloc_personnalisation h3 span {
  color: #89adcd;
}
#veste_perso img {
  background: #ffffff;
}

/***********************/

@media screen and (max-width: 768px) {
    #bloc_intro_home {
      background-image: url(../images/uniformes-01-min.jpg) !important;
    }
}

#bloc_intro_home {
  background-image: url(../images/uniformes-01-min.webp);
  background-size: cover;
  background-position: center;
}
@media (min-width: 800px) {
  #bloc_intro_home {
    height: calc(90vh - 72px);
  }
}
#bloc_intro_home .content {
  display: table;
  height: 100%;
  vertical-align: middle;
}
#bloc_intro_home .btn {
  margin-right: 12px;
  border-radius: 36px;
}
#bloc_intro_home .middle_div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#bloc_intro_home h1 {
  color: #fff;
  line-height: 1em;
  width: 60%;
}
@media (max-width: 800px) {
  #bloc_intro_home h1 {
    color: #fff;
    line-height: 1em;
  }
}

.btn {
  background: #291f6c;
  display: inline-block;
  padding: 16px 24px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  opacity: 0.85;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: inherit;
}
.btn:hover {
  opacity: 1;
}
.btn a {
  color: #fff;
  text-decoration: none;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: sans-serif;
  background: #f5f5f5;
  font-size: 1.05em;
}
@media (max-width: 800px) {
  html,
  body {
    font-size: 1em;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
  padding-top: 72px;
}
img {
  margin: 0;
  padding: 0;
  line-height: 0 !important;
  outline: 0;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
p {
  color: #666;
}
a {
  color: #007bff;
  text-decoration: none;
}
.displaynone {
  display: none !important;
}
.align_center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.flex {
  margin: auto;
  display: flex;
  align-items: top;
  gap: 5vw;
  margin-bottom: 5vw;
}
.flex > div {
  width: 100%;
}
.center {
  margin: auto;
}
.width100 {
  width: 100%;
  text-align: center;
}
.width70 {
  width: 70%;
}
.bg-none {
  background: none;
}
.bg-white {
  background: #fff;
}
.bg-primary {
  background: #291f6c;
}
.c-primary {
  color: #291f6c !important;
}
.c-white {
  color: #fff !important;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_12px {
  margin-bottom: 12px;
}
input,
textarea,
select {
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
  font-family: arial, sans-serif;
  padding: 10px;
  appearance: none;
  border-radius: 3px;
  font-size: 0.85em;
}
input {
  min-height: 36px;
}
textarea {
  height: 160px;
}
.show_on_mobile {
  display: none;
}
.show_on_tablet {
  display: none;
}
@media (min-width: 801px) {
  .show_on_tablet {
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .show_on_mobile {
    display: inline-block;
  }
}

@media (max-width: 800px) {
  .flex {
    width: 100%;
    display: block;
  }
  .flex > div {
    margin-bottom: 24px;
  }
}
p {
  line-height: 1.6em;
}
.c-primary {
  color: #291f6c;
}

.bloc-img small {
  background: #000;
  color: #fff;
  padding: 3px 6px;
  margin-bottom: 6px;
  display: inline-block;
  width: auto;
}
.bloc-img h3 {
  margin: 0;
  line-height: 1.5em;
}
.bloc-img div:last-child {
  padding: 16px 0 24px 0;
}
.bloc-img p {
  color: #666;
}
.bloc-img img {
  line-height: 0;
  display: block;
  height: 250px;
  object-fit: cover;
  width: 100%;
}

#footer {
  background: #291f6c;
  display: block;
  float: left;
  color: #fff;
  padding: 3vw 0 4vw 0;
  width: 100%;
  font-size: 0.85em;
}
#footer p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding-top: 0;
}
#footer h4 {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 0;
}

#footer ul a {
  width: 100%;
  display: block;
  margin: 6px 0;
  color: #fff;
  text-decoration: none;
}
#footer2 {
  padding: 1vw 0;
  background: #222;
  display: block;
  float: left;
  color: #555;
  font-size: 12px;
  width: 100%;
}
#footer2 a {
  color: #555;
}

#footer ul {
  color: #fff;
  width: 25%;
  display: block;
  float: left;
  margin-top: 36px;
}
#footer ul h4 {
  margin: 0 0 8px;
  margin-bottom: 12px;
}
#footer ul li {
  margin: 24px 0;
}
#footer ul li a {
  width: auto;
  display: inline;
  color: rgba(255, 255, 255, 0.7);
}
#footer h5 {
  margin-bottom: 4px;
}

@media (max-width: 800px) {
  #footer {
    padding: 7vw 0;
  }
  #footer ul {
    color: #fff;
    width: 50%;
    height: 180px;
  }
  #footer ul li {
    margin: 10px 0;
  }
  #footer2 {
    padding: 5vw 0;
  }
}

#header {
  position: fixed;
  height: 72px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  z-index: 12;
}
#header > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 72px;
  width: 100%;
}
#header #logo {
  height: 52px;
  width: auto;
}
#header #menu_mobile {
  height: 52px;
  min-width: 42px !important;
}

#menu_classique a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  color: #291f6c;
  height: 100%;
}
#menu_classique ul {
  display: table;
  vertical-align: middle;
}
#menu_classique ul li {
  height: 72px;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-left: 24px;
}

@media (max-width: 600px) {
  #header #logo {
    height: 42px;
    width: auto;
  }
  #menu_classique {
    display: none !important;
  }
}

@media (min-width: 601px) {
  #menu_mobile {
    display: none !important;
  }
}

#menu_mobile_ul {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 70px;
  padding: 2vw 8vw 8vw 8vw;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.06);
}
#menu_mobile img {
  cursor: pointer;
}
#menu_mobile_ul li {
  margin: 2vw 0 3vw 0;
}
#menu_mobile_ul li:last-child {
  margin: 1vw 0 0vw 0;
}
#menu_mobile_ul li a {
  text-decoration: none;
  color: #291f6c;
}
#menu_mobile_ul li a:hover {
  text-decoration: underline;
}

.content {
  padding: 0 2vw;
  margin: auto;
  max-width: 1380px;
}
@media (max-width: 600px) {
  .content {
    padding: 0 8vw;
  }
}

.page {
  display: block;
  float: left;
  width: 100%;
}
.page {
  min-height: 50vh;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.page.side .left {
  width: 65%;
  float: left;
}
.page.side .side_bar {
  width: 30%;
  float: right;
  position: sticky;
  top: 0;
}
.page.side .side_bar li {
  margin-bottom: 12px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}
.page.side .side_bar li:last-child {
  border-bottom: 0;
}
.page img {
  margin-top: 16px;
  border-radius: 4px;
}

@media (max-width: 800px) {
  .page.side .left {
    width: 100%;
  }
  .page.side .side_bar {
    width: 100%;
    margin-bottom: 5vw;
    margin-top: 10vw;
  }
}

h1 {
  color: #291f6c;
  font-size: 5em;
}
.page h1 {
  font-size: 2em;
  margin-top: 0vw;
  width: 70%;
}
@media (max-width: 600px) {
  h1 {
    color: #291f6c;
    font-size: 3em;
  }
  .page h1 {
    font-size: 2em;
    margin-top: 6vw;
    width: 100%;
  }
}
h2 {
  font-size: 3em;
}
.page h2 {
  font-size: 2em;
}
@media (max-width: 600px) {
  h2 {
    font-size: 1.7em;
  }
}

h3 {
  font-size: 2em;
}
.page h3 {
  font-size: 1.5em;
}
@media (max-width: 600px) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  font-size: 1.2em;
}

.loader_div {
  width: 100%;
  height: 100vh;
  display: grid;
  align-items: center;
  position: fixed;
  z-index: 11;
  background: #f5f5f5; /*top:0;*/
}
.loader {
  width: 64px;
  height: 64px;
  border: 10px solid #291f6c;
  border-bottom-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: auto;
  position: relative;
  top: -36px;
}

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