:root {
  --color-grey-light: #F4F4F4;
  --color-blue: #003C59;
  --color-blue-light: #2AB2C5;
  --color-green: #57CD48;
  --color-grey: #e6eaea;
  --color-grey-dark: #d5d3d3;
  --color-white: #FFFFFF;
  --blanc-transp: rgba(255,255,255, .5);
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.eot');
  src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('fonts/Poppins-SemiBold.woff') format('woff'),
      url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.eot');
  src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Regular.woff2') format('woff2'),
      url('fonts/Poppins-Regular.woff') format('woff'),
      url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.eot');
  src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Poppins-Bold.woff2') format('woff2'),
      url('fonts/Poppins-Bold.woff') format('woff'),
      url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

[data-ratio] {display: block; max-width: 100%; position: relative}
[data-ratio]:before {content: ''; display: block;}
[data-ratio] > * {display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}

[data-ratio='1:1']::before { padding-top: 100%; }


/*TYPO*/
html{
  font-size:15px;
}
body {
  font-size: 1rem;
  font-family: 'Poppins', 'Arial' , 'sans-serif';
  background: var(--color-grey-light);
  color: var(--color-blue);
  margin:0;
  padding-bottom:1rem;
}

h1 {
  font-size: 1.6rem;
  margin: 1rem 0;
}

h2 {
  font-size: 1.3rem;
  margin: 1rem 0;
}

p{
  margin:0.75em 0;
}

.intro{
  font-size:1rem;
  width:90%;
  max-width:760px;
  margin: 1rem auto;
  background-color: #FFFFFF;
  padding:2rem 0;
}
.intro h1, .intro p{
  text-align:left;
  display:block;
}
.intro h1{
  margin-top:0.5em;
  color: var(--color-blue-light);
}
.intro .signature{
  text-align:right
}
button{
  background: none;
  border-radius: 1px;
  border: 2px solid #0CA7BD;
  padding: 0.75rem 1.25rem;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #0CA7BD;
}
.form-login, .envoi{
  width:80%;
  max-width:320px;
  margin:0 auto;
}
.form-login form{
  width:100%;
}
.form-login label{
  margin:0.25rem 0;
}
.infos-count{
  margin:1rem 0 3rem 0;
}
.envoi button{
  width:100%;
  margin:1rem 0
}

.lien-home{
  margin-bottom:6rem;
}

.table-responsive{
  background-color: var(--color-white);
}

.rounded-corner{
  border-radius:0.75rem;
}

#example_info, #example_paginate{
  margin:1.5rem 0;
}
.paginate_button.current{
  background-color: var(--color-blue-light);
  color: var(--color-white)
}

.vs-cart{
  width:135px;
  margin:0 auto;
  position:relative;
  background-color: var(--color-white);
  border-radius: 50%;
  overflow:hidden
}
.vs-cart img{
  width:100%; height:100%;
  position:absolute;
  left:50%; top:50%;
  object-fit:contain;
  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.action input[type=number]{
  width:100px;
  margin:0 auto;
}
.libelle{
  text-align: left;
  font-weight: bold;
}
.message{
  font-size:1.35rem;
  color: var(--color-blue-light);
}
.exergue{
  font-weight: bold
}
.taille-moyenne{
	font-size: 1.35rem;
}



@media screen and (min-width: 992px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 1.7rem;
  }

  h2 {
    font-size: 1.4rem;
  }
}



a {
  color: var(--color-blue-light);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

head {
  background-color: #0078c3;
}

nav {
  background-color: #0078c3;
}

.blanc {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
}

.icon-ico-search:before {
  content: '\0063';
}

.bg-grey-light {
  background: var(--color-grey-light);
}

.bg-white {
  background: var(--color-white);
}
.rounded-3{
  border-radius:0.75rem !important;
}

.btn-light {
  background-color: #FFFFFF;
}

.btn {
  border-radius: 1px;
  font-size: .9rem;
  margin:0.5rem 0;
}

.btn-primary {
  background-color: var(--color-blue-light);
  color: #FFFFFF;
  border-color: var(--color-blue-light);
}
.btn-primary-supp {
  background-color: #FF0000;
  color: #FFFFFF;
  border-color: #FF0000;
}
.btn-primary-supp:hover {
  background-color: #DC143C;
  border-color: #DC143C;
}
.btn-primary:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.btn-outline-primary {
  background-color: #FFFFFF;
  color: var(--color-blue-light);
  border-color: var(--color-blue-light);
}

.btn-outline-primary:hover {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.bouton{
  display:inline-block;
  padding:0.75rem 1.5rem;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
}

/*FORMS*/
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/*TABLES*/
table {
  width: auto !important;
  margin: 1rem 0;
  min-width: 100%;
}

.tableType1, .table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}

.tableType1 td,
.tableType1 th,
.table td,
.table th {
  border-bottom: 1px solid var(--color-grey-dark);
  padding: 12px 8px;
  text-align: left;
}

.tableType1 td, .table td {
  color: #1ab;
}

.tableType1 th, .table th {
  text-transform: capitalize;
  white-space: nowrap
}

@media screen and (min-width: 1200px){
  .tableType1 th, .table th {
    white-space: normal
  }  
}

.tableType1 tr:nth-child(even) {
  background-color: var(--color-grey-light);
}

.tableType1 thead, .table thead {
  color: #163860;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.tableType1 img, .table img {
  max-width: 100px;
}

.tableType1 thead tr:nth-child(even) {
  background-color: transparent;
}

.tableType2 {
  width: 60%;
  border-collapse: collapse;
}

.tableType2 td,
.tableType2 th {
  border: 1px solid #999;
  padding: 8px;
  text-align: center;
	width: min-content;
}

.tableType2 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tableType2 tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.tableType2 tbody tr:hover {
  background-color: #ddd;
}

.tableType2 thead {
  color: #fff;
  background-color: var(--color-blue-light);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.tableType2 thead tr:nth-child(even) {
  background-color: transparent;
}

.tableType3 {
  width: 60%;
  border-collapse: collapse;
}


.tableType3 th {
  border: 1px solid #999;
  padding: 8px;
  text-align: center;
	width: min-content;
}

.tableType3 td {
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  padding: 8px;
  text-align: center;
	width: min-content;
}

.tableType3 tbody {
   border-bottom: 1px solid #999;
}
.tableType3 tbody tr {
  background-color: #fcfcfc;
}

.tableType3 tbody tr:hover {
  background-color: #ddd;
}

.tableType3 thead {
  color: #fff;
  background-color: var(--color-blue-light);
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

.tableType3 thead tr:nth-child(even) {
  background-color: transparent;
}

.boutonfixe {
  bottom: 150px;
  right: 50px;
}

.boutonfixe2 {

  bottom: 90px;
  right: 50px;
}

.entour {
  border: solid #c1c1e6;
  text-align: center;
}
.card .vs{
  position:relative;
  max-width:150px;
  margin:0 auto;
  overflow:hidden
}
.card .vs img{
  width:90%; height:90%;
  margin: 0 0.5rem;
  object-fit:contain;
  position:absolute;
  left:50%; top:50%;
  -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.w-100{
  width:100%;
}
form label{
  display:block;
  margin:0.25rem 0;
}

/*USER MENU*/
.user-menu {
  position: relative;
  border-radius: 30px;
  font-size: .9rem;
  margin: 1rem;
}

.user-menu a{
  text-decoration: none;
}

.user-menu .dropdown-toggle{
  padding: 1rem;
  cursor: pointer;
}

/*LAYOUT*/
.site {
  background: #FFFFFF;
}

/*FOOTER*/
footer {
  justify-content: left;
  position: sticky;
  margin-top: 25%;
  bottom: 0;
  color: #fff;
}

/*SIDEBAR*/
#side-col {
  width: 0;
  transition: width 0.2s ease;
  overflow: hidden;
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  #side-col {
    width: 280px;
    padding: 1rem !important;
    display: block !important;
		position: fixed;
  }
	main.site-main {
		margin-left: 280px;
	}
}


#side-col.show {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  height: 100%;
  width: auto;
  max-width: 100%;
}

#sidebar {
  width: calc(280px - 1.6rem);
  transition: width 0.35s ease-in;
  background: var(--color-grey-light);
  overflow: hidden;
  padding: .8rem;
  border-radius:0.75rem;
}

#sidebar .list-group-item {
  border: none;
  border-bottom: solid 1px var(--color-grey);
  padding: .85rem .3rem;
  font-size:0.9rem;
}
#sidebar .list-group-item:hover{
  color: var(--color-blue-light)
}
#sidebar .list-group-item img{
  opacity:0.35;
}
#sidebar .list-group-item:focus img, #sidebar .list-group-item:hover img{
  opacity:1;
}
#sidebar .list-group-item img.route-active{
  opacity:1;
}
#sidebar .list-group-item:first-child{
  border-top: solid 1px var(--color-grey);
}

#sidebar .dropdown {
  background-color: #FFFFFF;
  width: 100%;
}

#sidebar .dropdown .btn {
  padding: .5rem .3rem;
}
.panier{
  margin-right:2rem;
}
.panier .icone{
  position:relative;width:36px; height:36px; z-index:2
}
.pagination{
  display:flex;
  justify-content: center;
  margin-top:1.5rem;
}
.pagination .current{
  font-weight: bold;
}
/*@media screen and (min-width: 992px) {
  #sidebar:hover {
    width: calc(280px - 1.6rem) !important;
    transition: width 0.35s ease-in;
  }
}*/


#sidebar.collapse:not(.show) {
  display: block;
  width: 50px;
  padding: 0;
}



/*TOGGLE MENU*/
#toggle_menu {
  width: 50px;
  display: none;
}


#actualite-principale  {
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 4rem;
  line-height:3rem
}
 
#actualite-principale > div {
  position: absolute;
  min-width: 100%; /* au minimum la largeur du conteneur */
}
#actualite-principale div span {
  position: relative;
  top:0; left:0;
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;
  display:inline-block; padding: 0 1rem;
}
#actualite-principale .message{
  color: #f03333;
}

#actualite-principale div span:first-child {
  animation: defilement 20s infinite linear;
}
 
#actualite-principale div span:last-child {
  position: absolute;
  animation: defilement2 20s infinite linear;
}

@keyframes defilement {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}

@keyframes defilement2 {
  0% { margin-left: 100%; }
  100% { margin-left: 0%; }
}

@media screen and (min-width: 992px) {
  #toggle_menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#toggle_menu.collapsed #icone_menu_close {
  display: none;
}

#toggle_menu.collapsed #icone_menu_open {
  display: inline;
}

#toggle_menu:not(.collapsed) #icone_menu_open {
  display: none;
}

#toggle_menu:not(.collapsed) #icone_menu_close {
  display: inline;
}

#toggle-col {
  display: flex;
  justify-content: center;
  align-items: center;
  position:relative;
  z-index:999;
}

#toggle-col #icone_col_close {
  display: none;
}

#toggle-col.collapsed #icone_col_close {
  display: none;
}

#toggle-col.collapsed #icone_col_open {
  display: inline;
}

#toggle-col[aria-expanded="true"] #icone_col_open {
  display: none;
}
#icone_col_close{
  transition:all 0.2s ease;
}
#toggle-col[aria-expanded="true"] #icone_col_close {
  display: block;
  -webkit-transform: translateY(60px); transform: translateY(60px);
}



/*ACTUALITE*/
#actualite-principale p{
  margin: 1rem 0;
}


/*MON COMPTE*/
.mon-compte-nom a {
  text-decoration: none;
}

.mon-compte a:hover .badge-primary {
  background-color: rgba(31, 66, 93, 0.75);
}

/*NAVBAR*/
#navbar-find #logo,
#navbar-find #icon-search,
#navbar-find .form-group,
#navbar-find .mon-compte {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/*POPUP IMAGE*/
#caption {
  margin: 25%;
  display: block;
  width: 80%;
  max-width: 300px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 25px;
}

/*MODAL*/
.modal-content {
  align-content: center;
  padding: 5px;
  margin: 25%;
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}


/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #444;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%
  }
}

/*ANIMATIONS*/
@keyframes scrolling {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -100%;
  }
}

@keyframes scrollingBis {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: 0%;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}


/*PAGINATIONS*/

span.first{
	margin-left: 1rem ;
}

span.previous{
	margin-right: 1rem ;
	margin-left: 1rem ;
}

span.page{
	margin-right: 1rem ;
	margin-left: 1rem ;
}

span.current{
	margin-right: 1rem ;
	margin-left: 1rem ;
}

span.next{
	margin-right: 1rem ;
	margin-left: 1rem ;
}

span.last{
	margin-left: 1rem ;
}



.img-entete{
  opacity:0.35;
	height:1.2rem;
}

.img-voir {
	height:1.6rem;
}

.arrondi{
  border-radius: 1.5rem;
}

/** HoneyPot **/
input.email {
	height: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	opacity: 0;
}