<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&amp;display=swap');

* {
    letter-spacing: .5px;
}

*:link {
    text-decoration: none;
}

*:focus,
*:active {
    box-shadow: 0 0 0 0 !important;
}

section {
    min-height: 500px;
}

h1.noresult {
    border: 2px solid lightgray;
    border-radius: 5px;
    font-weight: 600;
    border: solid 1px;
    padding: 2rem;
    font-size: 26px;
    text-align: center;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
  
  color: inherit;
  text-decoration: none;
}
li a {
	color: inherit;
	text-decoration: none;
}
input:focus {
	outline: none !important;
}

/* cookie */
.btn-cookie{
	color: white;
    border-color: white;
    padding: 0.5rem 1.8rem !important;
    font-weight: 600;
}
    
.cookiebox {
	text-align:center; 
	position: fixed; 
	bottom: 0; 
	color: white; 
	background-color: black; 
    opacity: 0.9;
    z-index: 1000;
}

.cookiebox p {
	text-align:justify;
}

.btn-cookie:hover {
    color: #FFF;
    background-color: #565656;
}

#test p {
    margin-bottom: 0 !important;
    padding-bottom: 1rem;
}

.justify-column {
    text-align: justify;
}

.dropdown-item:active {
    color: black;
    background-color: #e9ecef !important;
}

.tab-pane {
    display: none; /* Masquer tous les panneaux */
}
.tab-pane.active {
    display: block; /* Afficher le panneau actif */
}

.article-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
    padding-top: 10px;
    text-transform: capitalize;
}
.article-info {
	font-size: 12px;
}

.article-prix {
    /*font-family: 'Inter-Regular', sans-serif;*/
    color: #222;
}
.btn-produit {
	padding: 10px 0px;
	border: 0px;
	width: 100%;
}

.limite_text{
	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 1; /* number of lines to show */ 
	-webkit-box-orient: vertical;
}

/* items icon caddie */
.nbr-item-badge {
	position: absolute;
	top: 2px;
	right: 16px;
	width: 16px;
	height: 17px;
	/*background: #585353;
	color: #ffffff;*/
	color: #222;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
}

#icon-position {
	position: relative;
}	
.form-title {
    color: black !important;
    font-size: 26px;
    font-weight: 700;
}
input.form-control {
    margin-bottom: 1rem !important;
    border-radius:0px  !important;
}
input.form-control:focus {
	border-color: #ced4da  !important;
	box-shadow: none !important;
}
span.input-group-text {
    margin-bottom: 1rem;
    border-radius: 0;
}
form .input {
   /*background-color: #e8f0fe !important;*/
    border-radius:0px  !important;
}   
form .input:focus {
	border-color: #ced4da !important;
}
.header .menu-mobile-toggle span {
    background-color: #FFF
}
.info-circle-icon {
    padding-left: 1rem;
}

/* Audio plyer */

.audiojs audio {
 position: absolute;
 left: -1px;
}
.audiojs {
 width: 460px;
 height: 36px;
 background: #404040;
 overflow: hidden;
 font-family: monospace;
 font-size: 12px;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
 background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
 -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
 -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
 box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.audiojs .play-pause {
 width: 25px;
 height: 40px;
 padding: 4px 6px;
 margin: 0px;
 float: left;
 overflow: hidden;
 border-right: 1px solid #000;
}
.audiojs p {
 display: none;
 width: 25px;
 height: 40px;
 margin: 0px;
 cursor: pointer;
}
.audiojs .play {
 display: block;
}
.audiojs .scrubber {
 position: relative;
 float: left;
 width: 44%;
 background: #5a5a5a;
 height: 14px;
 margin: 10px;
 border-top: 1px solid #3f3f3f;
 border-left: 0px;
 border-bottom: 0px;
 overflow: hidden;
}
.audiojs .progress {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 14px;
 width: 0px;
 background: #ccc;
 z-index: 1;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
 background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}
.audiojs .loaded {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 14px;
 width: 0px;
 background: #000;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
 background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}
.audiojs .time {
 float: left;
 height: 36px;
 line-height: 36px;
 margin: 0px 0px 0px 6px;
 padding: 0px 6px 0px 12px;
 border-left: 1px solid #000;
 color: #ddd;
 text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
.audiojs .time em {
 padding: 0px 2px 0px 0px;
 color: #f9f9f9;
 font-style: normal;
}
.audiojs .time strong {
 padding: 0px 0px 0px 2px;
 font-weight: normal;
}
.audiojs .error-message {
 float: left;
 display: none;
 margin: 0px 10px;
 height: 36px;
 width: 400px;
 overflow: hidden;
 line-height: 36px;
 white-space: nowrap;
 color: #fff;
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 -icab-text-overflow: ellipsis;
 -khtml-text-overflow: ellipsis;
 -moz-text-overflow: ellipsis;
 -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
 color: #eee;
 text-decoration: none;
 padding-bottom: 1px;
 border-bottom: 1px solid #999;
 white-space: wrap;
}
.audiojs .play {
 background: url("https://www.cdandlp.com/includes/js/cdandlp/player-graphics.gif") -2px -1px no-repeat;
}
.audiojs .loading {
 background: url("https://www.cdandlp.com/includes/js/cdandlp/player-graphics.gif") -2px -31px no-repeat;
}
.audiojs .error {
 background: url("https://www.cdandlp.com/includes/js/cdandlp/player-graphics.gif") -2px -61px no-repeat;
}
.audiojs .pause {
 background: url("https://www.cdandlp.com/includes/js/cdandlp/player-graphics.gif") -2px -91px no-repeat;
}
.playing .play,
.playing .loading,
.playing .error {
 display: none;
}
.playing .pause {
 display: block;
}
.loading .play,
.loading .pause,
.loading .error {
 display: none;
}
.loading .loading {
 display: block;
}
.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
 display: none;
}
.error .error {
 display: block;
}
.error .play-pause p {
 cursor: auto;
}
.error .error-message {
 display: block;
}


ol.playeraudio {
 padding:0;
 margin:0;
 color:white;
 width:98%;
 font-size:13px !important
}
ol.playeraudio li {
 position:relative;
 margin:0;
 padding:9px 22px 10px;
 border-bottom:1px solid #dfe5e8;
 cursor:pointer;
 margin:0
}
ol.playeraudio li:last-child {
 border-bottom:0
}
ol.playeraudio li a {
 display:inline-block;
 text-indent:-3.3ex;
 padding:0 0 0 20px;
 font-size:13px
}
ol.playeraudio li.playing {
 color:#ff6300
}
ol.playeraudio li.playing a {
 color:#ff6300
}
ol.playeraudio li.playing:before {
 content:'&gt;';
 width:14px;
 height:14px;
 padding:3px;
 line-height:14px;
 margin:0;
 position:absolute;
 left:0;
 top:8px;
 color:#ff6300;
 font-size:13px;
 text-shadow:1px 1px 0 rgba(0,0,0,0.2)
}
.playeraudio li a {
 color:#303030;
 text-decoration:none
}
.playeraudio li.play_ok a {
 color:white;
 text-decoration:none
}

.audiojs {
 width:100% !important;
 height:36px;
 background:#6a6a6a;
 overflow:hidden;
 font-family:monospace;
 font-size:12px;
 background-image:none;
 -webkit-box-shadow:none;
 -moz-box-shadow:none;
 -o-box-shadow:none;
 box-shadow:none;
 border:1px solid #dedede;
 font-family:arial,helvetica,sans-serif !important
}
.audiojs .play-pause {
 width:40px;
 border-right:1px solid #dedede !important
}
.audiojs .time {
 border-left:1px solid #dedede !important;
 text-shadow:none;
 color:white
}
.audiojs .loaded {
 background:#303030 !important;
 background-color:#303030 !important
}
.audiojs .time em,
.audiojs .time strong {
 color:white;
 font-weight:normal !important;
 font-size:13px
}
.audiojs .scrubber {
 border:0 !important
}
.audiojs .progress {
 background-image:none;
 background:#ccc
}

.block_player_audio_titre {
 padding:10px 0 0 0
}
ol.playeraudioNew {
 padding:0;
 margin:0;
 color:black;
 width:100%;
 font-size:15px !important
}
ol.playeraudioNew li {
 position:relative;
 margin:0;
 padding:0;
 cursor:pointer;
 color:black
}
ol.playeraudioNew li a {
 display:inline-block;
 padding:0 0 0 20px;
 font-size:15px
}
ol.playeraudioNew li.playing {
 font-weight:bold
}
ol.playeraudioNew div.divTrack {
 /* padding:5px 0; */
 border-top:1px solid black;
}
ol.playeraudioNew div.divTrack div {
    display: inline-block;
    padding: 10px;
    min-width: 50px;
}

.audiojs {
 background: none !important;
 border:none;
}

.audiojs .play-pause {
	width: 40px;
	padding:0px;
	border-right:none !important;
}

.audiojs p {
	width: 40px;
	padding:0px;
}

.audiojs .play {
    background: url("https://www.sofarecords.fr/public/img/play.png") 0px 0px no-repeat;
}

.audiojs .pause {
    background: url("https://www.sofarecords.fr/public/img/pause.png") 0px 0px no-repeat;
}

.audiojs .time {
    border-left:none !important;
}

.audiojs .scrubber {
    border:0 !important;
}

.block_player_audio_produit .audiojs {
    background: none !important;
    border:none;
}

.block_player_audio_produit .audiojs .play {
    background: url("https://www.sofarecords.fr/public/img/pplay.png") 0px 0px no-repeat;
}

.block_player_audio_produit .audiojs .pause {
    background: url("https://www.sofarecords.fr/public/img/ppause.png") 0px 0px no-repeat;
}

.block_player_audio_produit .audiojs .play-pause {
	width: 36px;
	padding:0px;
	border-right:1px solid white !important;
}

.block_player_audio_produit .audiojs .time {
	border-left:1px solid white !important;
	color:#222;
}

.block_player_audio_produit .progress {
	border-radius:0px !important;	
}

.block_player_audio_produit .audiojs .time em,
.block_player_audio_produit .audiojs .time strong {
	color:#222;
}

[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 15px;
    width: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
    background-size: 15px 15px;
}

/* NAVBAR / HEADER  */
.mynav {
    margin-bottom: 0px !important;
    padding: 0;
    position: absolute;
    font-family: 'Open Sans';
    z-index: 1000 !important;
    background-color: black; 
    box-shadow:none; 
}
.close-nav {
    background-color: red; 
    color: white; 
    text-align: center;
    font-size: 1.4em;
}
.header {
    position: inherit !important;
}

form.search-form {
    background-color: #FFF;
    position: relative;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding: 10px
}

form.search-form input {
    outline: none;
    height: 25px;
    font-size: 15px;
    border: 0;
    width: 50%;
}

form.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #565656;
    border-radius: 5px;
    border: 2px solid white;
    font-weight: 700;
    color: #FFF;
    width: 250px;
    height: 45px;
    outline: 0;
    transition: all 0.3s ease;
}

form.search-form button:hover {
    background-color: black;
}

.header-main {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: black;
    min-height: 100px;
    display: flex;
    align-items: center;
}

.header-main.border-bottom {
    border-bottom: 0 !important;
}

.logo img {
    max-height: 100px;
    margin: 0;
    max-width: 100%;
}

.nbr-item-badge {
    top: -12px;
    right: 0;
    left: 16px;
}

#icon-navbar {
    align-items: center;
    justify-content: flex-end;
}

#icon-navbar .favorite-icon,
#icon-navbar .user-icon,
#icon-navbar .caddie-icon {
    text-align: end;
    width: 50px;
}

#icon-navbar i {
    color: white;
    /* width: 48px;
    height: 48px;
    line-height: 48px !important; */
    font-size: 22px;
    /* margin: .75rem; */
}

#icon-navbar .lang-menu ul.dropdown-menu.show {
    text-align: center;
    min-width: 100px;
}

#icon-navbar .lang-menu button {
    color: white;
}

#icon-navbar .lang-menu img {
    width: 30px;
    height: 30px;
    display: inline-block;
}

nav.menu {
    text-align: center;
    background-color: #FFF;
    padding: 1rem;
}

nav#menu.menu {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png)
}

/* nav .menu-section,
nav #navbarNav {
    display: inline-block;
    padding: 0;
} */

/* nav .menu-section a:hover{
    color: #565656 !important;
} */

.header .menu&gt;ul&gt;li {
    margin-left: 0 !important;
}

.header .menu&gt;ul&gt;li&gt;a {
    font-weight: 600 !important;
}

/* .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 1rem;
} */
/* .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 2px solid #000000;
} */

li.menu-item::before,
.navbar .navbar-nav .nav-item:not(:first-child) .nav-link::before {
    content: " | ";
    font-weight: 700;
    padding-right: 10px;
}

.list-item a,
.nav-item a {
    color: black !important;
    font-weight: 500 !important;
}

.nav-item a.title {
    font-weight: 700 !important;
}

.list-item a:hover {
    color: #565656 !important;
}

.menu-item a,
.menu-item-has-children a {
    color: black !important;
    font-weight: 600;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.navbar .navbar-nav .dropdown:hover&gt;.dropdown-menu {
    display: block;
}

.navbar .navbar-nav .dropdown-menu {
    border-radius: 0 !important;
    right: auto;
    left: -75px;
}

.navbar .navbar-nav .arrow-mobile {
    display: none;
}    

.dropdown-item.active {
    background-color: #e9ecef;
}

nav .dropdown-item:hover {
    color: black;
}

.navbar .navbar-nav .dropdown-submenu:hover&gt;.dropdown-menu {
    display: block;
    position: absolute;
    top: -1px;
    right: auto;
    left: 100%;
    margin-top: 0;
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
}

.navbar .collapse#navbarNav {
    display: flex !important;
}

.navbar .navbar-nav .dropend {
    position: static;
}

.navbar .navbar-nav .menu-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 700px;
}

/* MENU Version OLD */

.dropdown-menu.menu-subs.menu-mega.menucategories {
    width: 850px;
    overflow: auto;
    max-height: 600px;
}
ul.text-capitalize {
    height: auto !important;
}

/* SLIDER */

.carousel.home {
    position: absolute;
    min-width: 100%;
}

.carousel-inner {
    width: 100%;
    height: 400px;
    /*padding-top: 108px;*/
    background-color: #F9F8F8;
}

.carousel-inner img {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    object-fit: cover;
    max-height: 500px ;
    /*min-height: 500px;*/
    padding-bottom: 3rem;
    
}

.carousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-bg-black {
    background: transparent;
}

.container-slider {
    position: relative;
    min-height: 400px;
}

.container-slider .carousel-caption {
    font-family: 'Open Sans';
    position: sticky;
    right: 0;
    width: 40%;
    min-height: 400px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    float:right;
}

.container-slider .caption-slider {
    font-family: 'Open Sans';
    position: absolute;
    right: 0;
    width: 40%;
    min-height: 400px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.caption-slider .content, .carousel-caption .content {
    font-weight: 500;
    color: white;
    text-align: center;
}
.caption-slider .content h1, .carousel-caption .content h1{
    font-size: 2rem;
    padding: 1rem 0;
}

.btn-contact-slider {
    padding: 5px 15px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid white;
    border-radius: 6px;
}

.btn-contact-slider:hover {
    transition: all 0.3 ease-in;
    background-color: rgba(255, 255, 255, .3);
}

/* CATEG HOME */
.home-categ {
    padding: 1rem 0;
    background-image: url(../../motif/homepage1/sobre/fond-secondaire.webp);
}

.content-categ {
    border: 6px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    box-shadow: inset 250px 0 0 0 rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.content-categ:hover {
    box-shadow: inset 250px 0 0 0 rgba(0, 0, 0, 0.6);
}

.content-categ span {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.home-categ .item.categ {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* HOME */

section#home-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans';
}

.title-section {
    width: 100% !important;
    padding: 2rem 0 1rem;
}

/* NouveautÃ©s Home */

.title-new-arrivals {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.home-new-arrivals .item .img-article .position-fav {
    position: relative;
}

.home-new-arrivals .item .img-article .position-fav&gt;.caption-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
}

.home-new-arrivals .item .img-article .position-fav&gt;.caption-player {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: .5rem;
}

.caption-fav {
    background-color: whitesmoke;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    opacity: 0.55;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.caption-fav i.fa-regular.fa-heart {
    color: #565656;
    transition: all 0.3s ease;
}

.caption-player {
    background-color: whitesmoke;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: black;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.caption-fav:hover{
    opacity: 1;
}
.caption-fav:hover i.fa-regular.fa-heart {
    color: red;
}

.caption-player:hover {
    color: #565656;
}

.img-content {
    aspect-ratio: 1/ 1;
    padding: 0;
}

.img-content img {
    width: 100%;
    height: 100%;
}

.img-article img {
    object-fit: cover;
}

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

.content-item .article-price {
    margin-top: 10px;
}

.content-item .article-price span {
    font-weight: 700;
}

.content-btn {
    padding: 2rem;
}

#btn-item {
    color: #FFF;
    font-weight: 700;
    padding: .5rem 2rem;
    transition: all 0.3s ease;
}

#btn-item:hover {
    background-color: #565656;
}

/* ActualitÃ©s */

.home-actualite {
    padding: 4rem 0 4rem 0;
}

.title-actualite {
    text-align: center;
    font-weight: 700;
    padding: 2rem;
}

.card.actualite {
    background: transparent !important;
}

.card-body.actualite {
    font-family: "Open Sans";
    text-align: center;
}

.card-title.actualite {
    font-weight: 700;
}

.card-subtitle.actualite {
    font-size: 15px;
    font-style: italic;
}

.card-text.actualite {
    font-size: 15px;
}

#btn-actualite {
    color: #FFF;
    font-weight: 700;
    padding: .5rem 2rem;
    transition: all 0.3s ease;
}

#btn-actualite:hover {
    background-color: #565656;
}

/* NEWLSETTER */

.home-newsletter {
    padding-bottom: 2rem;
    background-image: url(../../motif/homepage1/sobre/fond-secondaire.webp);
    text-align: center;
}

.title-newsletter {
    font-weight: 700;
    padding: 2rem 0 0 0;
}

.home-newsletter .newsletter-form-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-newsletter .newsletter-form {
    display: flex;
    padding-top: 2rem;
    width: 60%;
}

.home-newsletter .newsletter-form .newsletter-text {
    border: 2px solid black;
    border-radius: 5px 0 0 5px;
    color: black;
    width: 100%;
    padding: 8px 10px;
}

.home-newsletter .newsletter-form .newsletter-btn {
    margin-left: auto;
    padding: 8px 15px;
    color: #fff;
    background: black;
    width: 40%;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
}

/* ABOUT HOME */
.about-us-home .intro {
    border: 2px solid #111;
    align-items: center;
    display: flex;
    padding-left: 0;
}
.about-us-home .intro div:first-child {
    border-right: 0 !important;
}
.about-us-home .intro img {
	max-width: 400px;
    width: auto;
}
.about-us-home .intro div:first-child {
    /*width: 115%;*/
    border-right: 2px solid #111;
}
.about-us-home .intro div:last-child {
    /*width: 71%;*/
    /*padding: 30px 60px 40px 60px;*/
    padding-left:20px;
}

/* FOOTER */

.footer-template1 {
    background-color: black !important;
    color: #FFF !important;
}

.footer-content {
    color: white;
    font-family: "Open Sans";
}

.footer-content i {
    margin-right: 10px;
}

.footer-content i.arrow {
    float: right;
    transition: all 0.3s ease;
}

.footer-content a[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

.footer-content .social-media {
    align-items: center;
    width: 100%;
}
.footer-content .social-media i {
    margin-right: 30px;
}

.footer-content .social-media .lang-menu ul.dropdown-menu.show {
    text-align: center;
    min-width: 100px;
}

.footer-content .social-media .lang-menu button {
    color: white;
}

.footer-content .social-media .lang-menu img {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.footer-content .title-footer-categ {
    font-weight: 600;
}

.footer-content .footer-column {
    line-height: 2rem;
}

.footer-content h3 {
    font-weight: 700;
}

/* PAGE CONNEXION / INSCRIPTION */

#connexion-template1 {
    padding: 5rem 0;
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
}

#connexion-template1 .message-info {
    text-align: center;
    color: red;
}

#connexion-template1 .card {
    margin-bottom: 2rem;
}

#connexion-template1 .card .card-body {
    font-family: 'Open Sans';
    min-height: 550px;
}

#connexion-template1 .password .card-body {
    font-family: 'Open Sans';
    min-height: auto;
}

#connexion-template1 .card .card-body form {
    width: 100%;
}

#connexion-template1 .card .card-body .form-title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

#connexion-template1 .card .card-body label {
    font-weight: 500;
}

#connexion-template1 .card .card-body .password-content {
    position: relative;
}

#connexion-template1 .card .card-body input {
    border-radius: 10px !important;
    border: 2px solid #ced4da;
    transition: all 0.3s ease;
}

#connexion-template1 .card .card-body input:focus {
    border-color: black !important;
}

#connexion-template1 .card .card-body .password-content .password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    color: #ced4da;
    transition: all 0.3s ease;
}

#connexion-template1 .card .card-body .password-content .password-icon:hover {
    cursor: pointer;
    color: black;
}

#connexion-template1 .card .card-body .password-content .password-icon .fa-eye-slash {
    display: none;
}

#connexion-template1 .card .card-body a {
    text-decoration: underline !important;
}

#connexion-template1 .form-container .card-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding: 1rem; */
}

#connexion-template1 .password .card-btn {
    position: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    /* padding: 1rem; */
}

#connexion-template1 .card .card-body button {
    border-radius: 10px;
    font-weight: 700;
    width: 70%;
}

/* PAGE NOUVEAUTES */

#nouveautes-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#nouveautes-template1 #fond-title {
    background-image: url(../../motif/homepage1/sobre/fond-secondaire.webp);
}

#nouveautes-template1 .title-section {
    padding: 2rem 0 0 0;
}

#nouveautes-template1 button:focus {
    box-shadow: 0 0 0 0;
}

#nouveautes-template1 .listing-col .item .img-article .position-fav {
    position: relative;
}

#nouveautes-template1 .listing-col .item .img-article .position-fav&gt;.caption-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
}

#nouveautes-template1 .listing-col .item .img-article .position-fav&gt;.caption-player {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: .5rem;
}

#nouveautes-template1 .filter-col {
    display: none;
    justify-content: center;
}

#nouveautes-template1 .filter-col #filter-listing {
    width: 100%;
}

#nouveautes-template1 .filter-col #filter-listing .accordion-item {
    margin-bottom: 1rem;
    border: 2px solid black;
    /* border-radius: 10px; */
}

#nouveautes-template1 .filter-col #filter-listing button {
    background-color: black;
    color: #FFF;
    font-weight: 600;
    /* border-radius: 5px; */
}

#nouveautes-template1 .filter-col #filter-listing button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#nouveautes-template1 .filter-col #filter-listing button[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

#nouveautes-template1 .filter-col #filter-listing button::after {
    display: none;
}

#nouveautes-template1 .filter-col #filter-listing button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#nouveautes-template1 .filter-col #filter-listing .form-check input {
    border: 2px solid black;
}

#nouveautes-template1 .filter-col #filter-listing .form-check input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#nouveautes-template1 .filter-col #filter-listing .form-check input:checked {
    background-color: black;
}

#nouveautes-template1 .filter-col #filter-listing .form-check input:checked:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#nouveautes-template1 .header-nouveautes .filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1rem 0 2rem;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-left {
    display: flex;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-left button {
    background-color: #FFF;
    color: black;
    border: 1px solid lightgray;
    border-radius: 0;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-left button#formats {
    border-radius: 5px 0 0 5px;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-left button#grading {
    border-radius: 0 5px 5px 0;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-right .btn-group {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-right .btn-group button {
    background-color: #FFF;
    color: black;
    border: 0 !important;
}

#nouveautes-template1 .header-nouveautes .filter-section .pull-right button.dropdown-toggle {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#nouveautes-template1 .header-nouveautes .filter-section .dropdown-menu {
    padding: .5rem;
    border: 1px solid lightgray;
}

#nouveautes-template1 .header-nouveautes .filter-section .dropdown-menu .form-check input {
    border: 2px solid black;
}

#nouveautes-template1 .header-nouveautes .filter-section .dropdown-menu .form-check input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#nouveautes-template1 .header-nouveautes .filter-section .dropdown-menu .form-check input:checked {
    background-color: black;
}

#nouveautes-template1 .header-nouveautes .filter-section .dropdown-menu .form-check input:checked:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

.fil-section {
    width: 100%;
    text-align: center;
    color: #585858;
}

/* PAGE LISTING/SEARCH */

#search-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#search-template1 #fond-title {
    background-image: url(../../motif/homepage1/sobre/fond-secondaire.webp);
}

#search-template1 .listing-col .item .img-article .position-fav {
    position: relative;
}

#search-template1 .listing-col .item .img-article .position-fav&gt;.caption-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
}

#search-template1 .listing-col .item .img-article .position-fav&gt;.caption-player {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: .5rem;
}

#search-template1 .filter-col {
    display: none;
    justify-content: center;
}

#search-template1 .filter-col #filter-listing {
    width: 100%;
}

#search-template1 .filter-col #filter-listing .accordion-item {
    margin-bottom: 1rem;
    border: 2px solid black;
    border-radius: 0;
}

#search-template1 .filter-col #filter-listing button {
    background-color: black;
    color: #FFF;
    font-weight: 600;
}

#search-template1 .filter-col #filter-listing button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#search-template1 .filter-col #filter-listing button[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

#search-template1 .filter-col #filter-listing button::after {
    display: none;
}

#search-template1 .filter-col #filter-listing button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#search-template1 .filter-col #filter-listing .form-check input {
    border: 2px solid black;
}

#search-template1 .filter-col #filter-listing .form-check input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#search-template1 .filter-col #filter-listing .form-check input:checked {
    background-color: black;
}

#search-template1 .filter-col #filter-listing .form-check input:checked:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#search-template1 .header-search .filter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 0 2rem;
}

#search-template1 .header-search .filter-section .pull-left {
    display: flex;
}

#search-template1 .header-search .filter-section .pull-left button {
    background-color: #FFF;
    color: black;
    border: 1px solid lightgray;
    border-radius: 0;
}

#search-template1 .header-search .filter-section .pull-left button#formats {
    border-radius: 5px 0 0 5px;
}

#search-template1 .header-search .filter-section .pull-left button#grading {
    border-radius: 0 5px 5px 0;
}

#search-template1 .header-search .filter-section .pull-right .btn-group {
    border: 1px solid lightgrey;
    border-radius: 5px;
}

#search-template1 .header-search .filter-section .pull-right .btn-group button {
    background-color: #FFF;
    color: black;
    border: 0 !important;
}

#search-template1 .header-search .filter-section .pull-right .btn-group button.dropdown-toggle {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#search-template1 .header-search .filter-section .dropdown-menu {
    padding: .5rem;
    border: 1px solid lightgray;
}

#search-template1 .header-search .form-check input {
    border: 2px solid black;
}

#search-template1 .header-search .form-check input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}

#search-template1 .header-search .form-check input:checked {
    background-color: black;
}

#search-template1 .header-search .form-check input:checked:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
#search-template1 .header-search .artist-categ-content h6 {
    color: black;
}
#search-template1 .header-search .artist-categ-content .hidden {
    display: none;
}

/* LISTING GRID/LIST SYSTEM */

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.item.list-group-item .thumbnail {
    border-radius: 0px;
    border: 0;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 1rem 0;
    border-bottom: 2px solid lightgray;
}

/* .item.list-group-item .thumbnail:last-child {
    border-bottom: none;
} */

.item.grid-group-item .thumbnail {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    background-color: transparent;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: transparent;
    margin-bottom: 10px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

.item.list-group-item .img-article {
    float: left;
    width: 15%;
}

.item.grid-group-item .thumbnail .card-body {
    padding: 0;
}

.item.list-group-item .thumbnail .card-body {
    padding: 1rem 1rem;
}

.item.list-group-item .card-img-top {
    margin-right: 10px;
}

.item.list-group-item .caption {
    float: left;
    width: 85%;
    margin: 0;
}

.item.list-group-item .caption .content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item.list-group-item .caption .content-item #title-artist-content{
    width: 70%;
}

.item.list-group-item .caption .content-item #title-artist-content .article-title {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.item.list-group-item .caption .content-item #title-artist-content .article-info {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}

.item.list-group-item .caption .content-item .info-item {
    width: 25%;
}

.item.list-group-item .caption .content-item .article-price {
    margin-top: 0;
    text-align: left;
    font-size: 20px;
}

/* .item.list-group-item .caption .content-item .article-price.dotted-line{
    display: flex;
    width: 100%;
    padding: 5px;
}
.item.list-group-item .caption .content-item .article-price.dotted-line::before{
    border-bottom: 2px dotted #ced4da;
    content: '';
    flex: 1;
} */

.item.grid-group-item .caption .content-item .btn-shop button {
    width: 60%;
    margin-top: 1rem;
    background-color: #FFF;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.item.grid-group-item .caption .content-item .btn-shop button:hover {
    background-color: black;
    color: #FFF;
    border: 1px solid #FFF;
}

.item.list-group-item .caption .content-item .btn-shop button {
    width: 100%;
    margin-top: 20px;
    background-color: #FFF;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    /* position: absolute;
    top: 10px;
    right: 0; */
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.item.list-group-item .caption .content-item .btn-shop button:hover {
    background-color: black;
    color: #FFF;
    border: 1px solid #FFF;
}

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item:after {
    clear: both;
}

/* PAGE PRODUITS */

#produit-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#produit-template1 .item-content {
    padding: 2rem 0 2rem;
}

#produit-template1 .title-produit {
    font-size: 1.5rem;
}


/* #produit-template1 .item-content .img-article-produit {
    padding: 0;
    aspect-ratio: 1 / 1;
} */

#produit-template1 .item-content .img-article-produit .position-fav {
    position: relative;
    padding: 0;
    aspect-ratio: 1 / 1;
}

#produit-template1 .item-content .img-article-produit .position-fav&gt;.caption-fav {
    position: absolute;
    top: 0;
    right: 0;
    margin: .5rem;
}

#produit-template1 .item-content .img-article-produit #maphotoprincipale {
    height: 100% !important;
}

#produit-template1 .item-content .img-photo-petite img {
    width: 80px;
}
.img-fluid-article-p {
    width: 100% !important;
    height: auto;
}

#produit-template1 .item-content .img-photo-petite .col {
    margin-bottom: 1rem;
}

#produit-template1 .item-content .add-block {
    height: 100%;
}

#produit-template1 .item-content .add-block .info-article {
    height: 85%;
}

#produit-template1 .item-content .add-block .space {
    height: 5%;
}

#produit-template1 .item-content .add-block .btn-addcard {
    height: 10%;
}

#produit-template1 .item-content .add_to_cart_block .card {
    height: 100%;
    border: 0;
}

#produit-template1 .item-content .add_to_cart_block .card .card-body {
    border: 1px solid black;
    border-top: 0;
}

#produit-template1 .item-content .add_to_cart_block .card-header {
    background-color: #FFF;
    border: 0;
    padding: 0;
}

#produit-template1 .item-content .add_to_cart_block .card-header-tabs {
    /* margin: 0;
    display: table;
    width: 100%;
    text-align: center; */

        /* added */
    /* width: 100%;
    flex-grow: 1;
    display: flex !important;
    justify-content: center;
    align-items: center; */
    text-align: center;
}
/* 
#produit-template1 .item-content .add_to_cart_block .card-header-tabs .nav-item {
    display: flex;
} */

#produit-template1 .item-content .add_to_cart_block .card-header .nav-tabs .nav-link.active {
    color: black !important;
    background-color: #FFF;
    border-color: black;
    border-bottom: 0;
    font-weight: 600;
    transition: all 0.3s ease;
}

#produit-template1 .item-content .add_to_cart_block .card-header .nav-tabs .nav-link {
    color: #FFF !important;
    background-color: black;
    border-color: black;
    border-bottom: 0;
    font-weight: 600 !important;
}

#produit-template1 .item-content .add_to_cart_block .card-body .titre-produit {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

#produit-template1 .item-content .add_to_cart_block .card-body .price-produit {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.2rem;
}

#produit-template1 .item-content .add_to_cart_block .btn-add-to-card {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

#produit-template1 .item-content .add_to_cart_block .btn-add-to-card a {
    background-color: black;
    color: #FFF;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.3s ease;
}

#produit-template1 .item-content .add_to_cart_block .btn-add-to-card a:hover {
    background-color: transparent;
    color: black;
    border: 1px solid black;
}

#produit-template1 .suggestion {
    padding-bottom: 3rem;
}

#produit-template1 .suggestion .card.item-suggestion {
    border: 0 !important;
    background-color: transparent;
    margin-bottom: 1rem;
}

#produit-template1 .suggestion .card.item-suggestion .card-body {
    padding: 0;
}

#produit-template1 .suggestion .card.item-suggestion .btn-shop button {
    width: 60%;
    margin-top: .5rem;
    background-color: #FFF;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

#produit-template1 .suggestion .card.item-suggestion .btn-shop button:hover {
    background-color: black;
    color: #FFF;
    border: 1px solid #FFF
}

#produit-template1 .suggestion .img-article .position-fav {
    position: relative;
}

#produit-template1 .suggestion .img-article .position-fav&gt;.caption-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: .5rem;
}

#produit-template1 .suggestion .img-article .position-fav&gt;.caption-player {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: .5rem;
}

#produit-template1 .item-content .mobile-info .detail-body .titre-produit {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: .5rem;
}

#produit-template1 .item-content .mobile-info .detail-body .price-produit {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}

#produit-template1 .item-content .mobile-info .detail-body .btn-add-to-card {
    margin-bottom: 1rem;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item {
    margin-bottom: 1rem;
    border: 0;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item .accordion-button:focus {
    box-shadow: 0 0 0 0 !important;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item .accordion-button {
    background-color: #FFF;
    color: black;
    border: 1px solid black;
    border-radius: 0;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item .accordion-button::after {
    display: none;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item .accordion-button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#produit-template1 .item-content .mobile-info #mobile-info-produit .accordion-item .accordion-button[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

/* CADDIE/PANIER */

#caddie-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#caddie-template1 .caddie-empty {
    padding: 8rem 0;
}

#caddie-template1 .caddie-empty .noresult {
    border: 2px solid lightgray;
}

#caddie-template1 .caddie .title-caddie {
    text-align: center;
    padding-top: 2rem;
}

#caddie-template1 .caddie .action-items .form-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#caddie-template1 .caddie .action-items .select-action-items select {
    box-shadow: 0 0 0 0;
}

#caddie-template1 .caddie .action-items .btn-action-items {
    margin-left: 20px;
}

#caddie-template1 .caddie .action-items .btn-action-items button {
    background-color: lightgray;
    color: black;
    border: 0;
}

#caddie-template1 .caddie .body-items {
    border: 2px solid lightgray;
    border-radius: 5px;
    background-color: #FFF;
}

#caddie-template1 .caddie .body-items .total-items {
    font-weight: 700;
}

#caddie-template1 .caddie .body-items .select-all{
    padding: .5rem 1.5rem;
    background-color: lightgray;
}

#caddie-template1 .caddie .sub-total-items {
    padding-top: 2rem;
    text-align: right;
    margin-right: 100px;
}

#caddie-template1 .caddie .sub-total-items #subtotal {
    font-size: 20px;
}

#caddie-template1 .caddie .btn-caddie {
    padding: 2rem 0 4rem;
}

#caddie-template1 .caddie .btn-caddie .commander {
    text-align: end;
}

#caddie-template1 .caddie .btn-caddie .continuerachat {
    text-align: start;
}

#caddie-template1 .caddie .btn-caddie button {
    font-weight: 600;
    width: 75%;
    padding: .5rem;
    background-color: black;
}
#caddie-template1 .caddie .btn-caddie button.btn.btn-outline-dark {
    font-weight: 600;
    width: 75%;
    padding: .5rem;
    border: 2px solid black;
    background-color: transparent;
}
#caddie-template1 .caddie .btn-caddie button.btn.btn-outline-dark:hover {
    color: black;
    border-radius: 0.25rem;
}

#caddie-template1 .info-free-shipping {
    border-top: 2px solid lightgray;
    padding: 2rem 0;
}

#caddie-template1 .info-free-shipping .info-shipping .title-info h2 {
    text-align: center;
    /* padding: 2rem 0; */
}

#caddie-template1 .info-free-shipping .info-shipping .content-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#caddie-template1 .info-free-shipping .info-shipping .content-info img {
    height: 150px;
    width: 250px;
    margin: auto;
}

#caddie-template1 .info-free-shipping .info-shipping .content-info span {
    font-weight: 600;
    font-size: 18px;
}

.cart-desc {
    font-size: 16px !important;
    margin: 0 0 8px 0;
    text-transform: capitalize;
}
.shipping-pays-title {
	font-size: 23px;
    font-weight: 500;
    padding-bottom: 1.2rem;
}

/* CADDIE/PAIEMENT */

#paiement-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#paiement-template1 .header-caddie {
    padding: 1rem 0;
    text-align: center;
    position: relative;
}

#paiement-template1 .header-caddie .btn-return{
    position: absolute;
}

#paiement-template1 .header-caddie .round-btn {
    position: relative;
    display: inline-block;
    z-index: 0;
}

#paiement-template1 .header-caddie .round-btn::before {
    content: '';
    width: 100%;
    border: 1px solid black;
    position: absolute;
    top: 25px;
    z-index: -1;
}

#paiement-template1 .header-caddie .round-btn::after {
    content: "";
    display: inline-block;
    width: 100%;
}

#paiement-template1 .header-caddie .round-btn a {
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 600;
    line-height: 48px;
    border-radius: 50%;
    border: 2px solid black;
    margin: 0 1em;
    display: inline-block;
    color: black;
    background-color: #FFF;
    font-size: 14px;
}

#paiement-template1 .header-caddie .round-btn a.active {
    border: 2px solid black;
    background-color: black;
}

#paiement-template1 .header-caddie .round-btn a #circle-text {
    font-size: 18px;
}

#paiement-template1 .header-caddie .round-btn a #header-text {
    line-height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#paiement-template1 .header-caddie .round-btn a.active #circle-text {
    color: white;
}

#paiement-template1 .coordonnees .form-coordonnees {
    padding: 2rem 5rem;
    border: 2px solid lightgray;
    background-color: #FFF;
}

#paiement-template1 .coordonnees .form-coordonnees #title-form-coordonnees {
    font-weight: 600;
    padding-bottom: 1.5rem;
}

#paiement-template1 .coordonnees .form-coordonnees input#phone {
    margin-bottom: 0 !important;
}

#paiement-template1 .coordonnees .form-coordonnees #info-phone {
    font-weight: 600;
    font-size: 12px;
}

#paiement-template1 .coordonnees .form-coordonnees input,
#paiement-template1 .coordonnees .form-coordonnees select {
    border: 1px solid black;
    border-radius: 5px !important;
}

#paiement-template1 .btn-confirm {
    padding: 1rem 0 5rem;
}

#paiement-template1 .btn-confirm button {
    width: 100%;
    height: 50px;
    font-size: 20px;
    background-color: black;
    color: #FFF;
    font-weight: 600;
}

#paiement-template1 .btn-confirm button.btn-green {
    background-color: #157347;
}


#paiement-template1 .btn-paiement {
    width: 100%;
    background-color: black;
    color: #FFF;
    font-weight: 600;
}

#paiement-template1 .coordonnees .form-coordonnees .form-check input {
    border: 1px solid black;
    padding: .35rem;
}

#paiement-template1 .coordonnees .form-coordonnees .form-check input:focus {
    box-shadow: 0 0 0 0;
}

#paiement-template1 .coordonnees .form-coordonnees .form-check input:checked {
    background-color: black;
}

#paiement-template1 .coordonnees .form-coordonnees .form-check input:checked:focus {
    box-shadow: 0 0 0 0;
}

#paiement-template1 .address-info {
    padding: 0
}

#paiement-template1 #loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Couleur d'arriÃ¨re-plan semi-transparente */
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#paiement-template1 #loading-overlay #spinner {
    color: #FFF;
    width: 6rem;
    height: 6rem;
}

#paiement-template1 #loading-overlay .load {
    color: #FFF;
    font-size: 20px;
}

#paiement-template1 .address-info #title-address {
    font-weight: 600;
}

#paiement-template1 .address-info i.fa-pen {
    float: right;
}

#paiement-template1 .livraison .content-livraison {
    padding: 2rem;
    border: 2px solid lightgray;
    background-color: #FFF;
}

#paiement-template1 .livraison .content-livraison .price-shipping {
    text-align: right;
}

#paiement-template1 .livraison .content-livraison .check-shipping {
    text-align: center;
}

#paiement-template1 .livraison .content-livraison .check-shipping input[type="radio"] {
    border: 1px solid black;
    border-radius: 50% !important;
}

#paiement-template1 .livraison .content-livraison .check-shipping input[type="radio"]:focus {
    box-shadow: 0 0 0 0;
}

#paiement-template1 .livraison .content-livraison .check-shipping input[type="radio"]:checked {
    background-color: black;
}

#paiement-template1 .livraison .content-livraison input,
#paiement-template1 .livraison .content-livraison select {
    border: 1px solid black;
    border-radius: 5px !important;
}

#paiement-template1 .paiement .content-paiement .info-paiement .content-info {
    border: 2px solid lightgray;
    padding: 2rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #FFF;
}

#paiement-template1 .paiement .content-paiement .reduction,
#paiement-template1 .paiement .content-paiement .recap-commande {
    border: 2px solid lightgray;
    padding: 1rem;
    background-color: #FFF;
}

#paiement-template1 .paiement .content-paiement .recap-commande .total-content .right {
    float: right;
}

#paiement-template1 .paiement .content-paiement .reduction .recap-content #form-codepromo {
    padding: 1rem 0;
    display: flex;
}

#paiement-template1 .paiement .content-paiement .reduction .recap-content #form-codepromo .code-promo {
    border: 1px solid black;
    margin-bottom: 0 !important;
}

#paiement-template1 .paiement .content-paiement .reduction .recap-content #form-codepromo #btn-codepromo {
    border-radius: 0 !important;
    font-weight: 700;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method {
    margin-bottom: 1.5rem;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method button {
    border: 2px solid lightgray;
    background-color: #FFF;
    color: black;
    font-weight: 600;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method button:focus {
    box-shadow: 0 0 0 0;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method button::after {
    display: none;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method button[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method .table img {
    width: 60px;
}

#paiement-template1 .cgv-policy {
    text-align: center;
}

#paiement-template1 .cgv-policy input[type="checkbox"] {
    border: 2px solid black;
    padding: .5rem;
    float: none;
    margin-right: 10px;
}

#paiement-template1 .cgv-policy input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0;
    border-color: black;
}

#paiement-template1 .cgv-policy input[type="checkbox"]:checked {
    background-color: black !important;
    border-color: black;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method input[type="radio"] {
    border: 2px solid black;
    padding: .5rem;
    float: none;
    margin-right: 10px;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method input[type="radio"]:focus {
    box-shadow: 0 0 0 0;
    border-color: black;
}

#paiement-template1 .paiement .content-paiement .paiement-type #payment-method input[type="radio"]:checked {
    background-color: black !important;
    border-color: black;
}

#paiement-template1 .merci .merci-content .order-refuse {
    padding: 5rem 0;
}

#paiement-template1 .merci .merci-content .order-confirm h5 {
    font-size: 22px;
}

#paiement-template1 .merci .merci-content .img-merci {
    margin: auto;
    padding: 2rem 0;
}

/* PAGE BLOG/ACTU */

#blog-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
    padding: 2rem 0;
}

.title-blog {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 2rem;
}

#blog-template1 img {
    margin: auto;
}

/* PAGE Conventions */

#convention-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
    padding: 2rem 0;
}

.title-convention {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 2rem;
}

#convention-template1 img {
    margin: auto;
}


/* COMPTE CLIENT */

#dashboard-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

.separator-title {
    height: 2px !important;
    opacity: 1;
}

#dashboard-template1 .dashboard {
    padding-bottom: 5rem;
}

#dashboard-template1 .dashboard .dashboard-content .grid-wrapper {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#dashboard-template1 .dashboard .dashboard-content .grid-wrapper li {
    border: 2px solid lightgray;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: black;
    font-size: 20px;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 220px;
    transition: all 0.3s;
}

#dashboard-template1 .dashboard .dashboard-content .grid-wrapper li img {
    width: 150px;
    height: auto;
    margin: auto;
}

#dashboard-template1 .dashboard .dashboard-content .grid-wrapper li:hover {
    filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.3));
}

#dashboard-template1 .dashboard .btn-logout {
    padding: 2rem 0;
}

#dashboard-template1 .dashboard .btn-logout button {
    width: 100%;
    background-color: black;
    color: #FFF;
    font-weight: 600;
    border-radius: 20px;
    padding: .75rem;
}

/* COMMANDES CLIENT */

/* MENU CLIENT */

/* #menu-client-template1 .menu-client-item {
        margin-bottom: 1rem;
    } */

#menu-client-template1 .menu-client-item button {
    background-color: #FFF;
    color: black;
    border-bottom: 2px solid lightgray;
    font-weight: 700;
    width: 100%;
    padding: 1.25rem;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
}

#menu-client-template1 .menu-client-item button#logout {
    color: gray;
    border-bottom: 0;
    justify-content: flex-start;
}

#menu-client-template1 .menu-client-item button i {
    margin-right: 5px;
}

#menu-client-template1 .menu-client-item button i.arrow {
    margin-right: 0;
}

#menu-client-template1 .menu-client-item button.active {
    border-left: 5px solid #565656;
}

#menu-client-template1 .menu-client-item button.active i.arrow {
    transform: rotateZ(-90deg);
}

#commandes-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#commandes-template1 .title-commandes-section {
    padding-top: 1rem;
    text-align: center;
}

#commandes-template1 .title-commandes-section .btn-return {
    text-align: left;
    font-size: 20px;
    position: absolute;
}

#commandes-template1 .commandes-client #commandes-content .num-commande {
    background-color: black;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 3rem 0 3rem 1rem;
}


#commandes-template1 .commandes-client #commandes-content .num-commande .content-num {
    display: flex;
    text-align: center;
    align-items: center;
}

#commandes-template1 .commandes-client #commandes-content .accordion-item {
    margin-bottom: 2rem;
    border: 0;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button {
    padding: 0;
    color: black;
    background-color: #FFF;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button[aria-expanded="true"] .info-commande .description {
    display: none;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button:focus {
    box-shadow: 0 0 0 0 !important;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button::after {
    display: none;
}

#commandes-template1 .commandes-client #commandes-content .num-commande img {
    width: 95px;
    position: absolute;
    left: -10px;
    top: 20%;
}

#commandes-template1 .commandes-client #commandes-content .info-commande {
    padding: 1rem;
}

#commandes-template1 .commandes-client #commandes-content .info-commande .detail-commande {
    display: none;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button[aria-expanded="true"] .info-commande .detail-commande {
    display: block;
}

#commandes-template1 .commandes-client #commandes-content .info-commande i.arrow {
    position: absolute;
    right: 10px;
    top: 15px;
}

#commandes-template1 .commandes-client #commandes-content .num-commande .rounded-white {
    background-color: white;
    width: 140px;
    height: 70px;
    border-radius: 70px 70px 0 0;
    position: relative;
    left: 21px;
    transform: rotateZ(-90deg);
}

#commandes-template1 .commandes-client #commandes-content .accordion-body {
    padding: 0;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#commandes-template1 .commandes-client #commandes-content .accordion-button[aria-expanded="true"] i.arrow {
    transform: rotateZ(-180deg);
}

/* DONNEES CLIENT */

#donnees-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#donnees-template1 .title-donnees-section {
    padding-top: 1rem;
    text-align: center;
}

#donnees-template1 .title-donnees-section .btn-return {
    text-align: left;
    font-size: 20px;
    position: absolute;
}

#donnees-template1 .donnees-client .info-container {
    border: 2px solid lightgray;
}

#donnees-template1 .donnees-client .info-client {
    background-image: url(../../motif/homepage1/sobre/fond-secondaire.webp);
    padding: 2rem 0 2rem;
    text-align: center;
}

#donnees-template1 .donnees-client .info-client .fa-user {
    font-size: 2rem;
}

#donnees-template1 .donnees-client .info-client .name-client {
    font-weight: 700;
    font-size: 20px;
}

#donnees-template1 .donnees-client .coordonnees-content {
    background-color: #FFF;
}

#donnees-template1 .title-coordonnees-section {
    padding-top: 1rem;
    text-align: center;
    position: relative;
}

#donnees-template1 .title-coordonnees-section .form-title {
    font-size: 18px;
}

#donnees-template1 .donnees-client .coordonnees-content .coordonnees-info,
#donnees-template1 .donnees-client .info-connexion-client .connexion-info,
#donnees-template1 .donnees-client .info-newsletter .newsletter-info {
    padding: 1rem 2rem;
    margin: 0;
    text-align: center;
}

#donnees-template1 .donnees-client .subtitle-donnees {
    margin-bottom: .5rem;
}

#donnees-template1 .edit-donnees-client .form-donnees {
    padding: 2rem 0 2rem;
    border: 2px solid lightgray;
    background-color: #FFF;
}

/* SWITCH CLIENT */

/* The switch - the box around the slider */
#donnees-template1 .info-newsletter .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
#donnees-template1 .info-newsletter .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
#donnees-template1 .info-newsletter .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

#donnees-template1 .info-newsletter .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

#donnees-template1 .info-newsletter input:checked+.slider {
    background-color: black;
}

#donnees-template1 .info-newsletter input:focus+.slider {
    box-shadow: 0 0 1px black;
}

#donnees-template1 .info-newsletter input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
#donnees-template1 .info-newsletter .slider.round {
    border-radius: 34px;
}

#donnees-template1 .info-newsletter .slider.round:before {
    border-radius: 50%;
}

#donnees-template1 .donnees-client .button-disabled {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: right;
}

#donnees-template1 .donnees-client .button-disabled button {
    font-weight: 700;
    background-color: #585858;
    border-color: transparent;
}

#donnees-template1 a.edit-btn {
    position: absolute;
    right: 0;
}

#donnees-template1 .edit-donnees-client {
    display: none;
}

#donnees-template1 .edit-donnees-client .btn-return {
    position: absolute;
    font-size: 18px;
}

#donnees-template1 .edit-donnees-client .button-valid button {
    width: 100%;
    font-weight: 600;
}

/* FAVORIS CLIENT */

#favourites-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#favourites-template1 .title-favourites-section {
    padding-top: 1rem;
    text-align: center;
}

#favourites-template1 .title-favourites-section .btn-return {
    text-align: left;
    font-size: 20px;
    position: absolute;
}

#favourites-template1 .item .img-article .position-fav&gt;.caption-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem;
}

/* PROMOTIONS CLIENT */

#promotions-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#promotions-template1 .title-promotions-section {
    padding-top: 1rem;
    text-align: center;
}

#promotions-template1 .title-promotions-section .btn-return {
    text-align: left;
    font-size: 20px;
    position: absolute;
}

/* COMPTE VENDEUR/ADMIN */

#dashboard-admin-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#dashboard-admin-template1 .title-dashboard-admin-section {
    padding-top: 1rem;
    text-align: center;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content {
    padding-bottom: 5rem;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper li {
    border: 2px solid lightgray;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: black;
    font-size: 20px;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    height: 220px;
    transition: all 0.3s;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper .menu-dashboard-vendeur {
    height: 60%;
    /* padding: 0 1rem; */
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper .btn-dashboard-vendeur {
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper li img {
    width: 80px;
    height: auto;
    margin: auto;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper li:hover {
    filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.3));
}

/* MENU VENDEUR */

/* #menu-vendeur-template1 .menu-vendeur-item {
        margin-bottom: 1rem;
    } */

#menu-vendeur-template1 .menu-vendeur-item button {
    background-color: #FFF;
    color: black;
    border-bottom: 1px solid lightgray;
    font-weight: 600;
    width: 100%;
    padding: 1.25rem 0;
    display: flex;
    align-items: center;
    text-align: left;
}

#menu-vendeur-template1 .menu-vendeur-item button i {
    margin-right: 5px;
}

#menu-vendeur-template1 .menu-vendeur-item button.active .active-menu {
    background-color: #565656;
    width: 10px;
    height: 40px;
    margin-right: 5px;
}

#menu-vendeur-template1 #title-menu-vendeur2 {
    font-weight: 600;
    padding-top: 1rem;
    font-size: 18px;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button {
    font-weight: 600;
    border-bottom: 2px solid lightgray;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button:focus {
    box-shadow: 0 0 0 0;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button[aria-expanded="true"] {
    background-color: #FFF;
    color: black;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button i {
    margin-right: 10px;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button i.arrow {
    margin-left: auto;
    transition: all 0.3s ease;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button[aria-expanded="false"] i.arrow {
    transform: rotateZ(-180deg);
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item #flush-heading4 .accordion-button:hover i.arrow {
    transform: rotateZ(-90deg);
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-button::after {
    display: none;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item .accordion-body {
    background-color: #FFF;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 ul li {
    font-size: 15px;
    border-bottom: 1px solid lightgray;
    padding: 0.25rem 0;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 .menu-vendeur2-item #logout button {
    color: gray;
    border-bottom: 0;
}

#menu-vendeur-template1 #accordion-menu-vendeur2 span {
    display: inline-block;
    padding: 0.15em 0.40em;
    font-size: 0.95em;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    border-radius: 3rem;
    margin-left: 4px;
}

#dropdown-menu-vendeur .dropdown-menu span {
    display: inline-block;
    padding: 0.15em 0.40em;
    font-size: 0.95em;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    border-radius: 3rem;
    margin-left: 4px;
}

.badge-danger {
    background-color: #dc3545;
    color: white;
}

.badge-warning {
    background-color: #ffc107;
    color: black;
}

.badge-primary {
    background-color: #007bff;
    color: white;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .title-latest-sales h4 {
    font-weight: 600;
    padding: 1rem;
    text-align: center;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .title-latest-sales h4:before,
#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .title-latest-sales h4:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: black;
    vertical-align: middle;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard {
    border: 2px solid lightgray;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    transition: all 0.3s;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .latest-sales-content table thead tr {
    background-color: lightgrey;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .latest-sales-content table tbody button {
    border-radius: 25px;
    font-weight: 600;
    font-size: 12px;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .latest-sales-content table tbody .right {
	text-align:right;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .latest-sales-content .btn-latest-sales {
    padding-bottom: 1rem;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .latest-sales .menu-dashboard .latest-sales-content .btn-latest-sales button {
    border-radius: 25px;
    font-weight: 600;
    width: 30%;
}

#dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper .btn-dashboard-vendeur button {
    font-weight: 600;
    border-radius: 25px;
    color: white;
    padding: 0.2rem 1.5rem;
}

#dashboard-admin-template1 .dashboard-admin .btn-logout {
    padding: 2rem 0;
}

#dashboard-admin-template1 .dashboard-admin .btn-logout button {
    width: 100%;
    background-color: black;
    color: #FFF;
    font-weight: 600;
    border-radius: 10px;
    padding: .75rem;
}

#gestion-commandes-template1 .btn-return,
#catalogue-template1 .btn-return,
#setup-shop-template1 .btn-return {
    text-align: left;
    font-size: 20px;
    position: absolute;
}

/* GESTION DES COMMANDES */

#gestion-commandes-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#gestion-commandes-template1 .title-commandes-section {
    padding-top: 1rem;
    text-align: center;
}

#gestion-commandes-template1 .subtitle-commandes-section {
    padding: 1rem 0;
    text-align: center;
}

#gestion-commandes-template1 .subtitle-commandes-section .form-title {
    font-size: 20px;
}

#gestion-commandes-template1 .subtitle-commandes-section #canceled {
    font-weight: 600;
}

#gestion-commandes-template1 .gestion-commandes .header-gestion {
    background-color: #FFF;
}

#gestion-commandes-template1 .gestion-commandes table {
    text-align: center;
    vertical-align: middle;
}

#gestion-commandes-template1 .gestion-commandes .table#orders&gt; :not(caption)&gt;*&gt;* {
    border: 0;
}

#gestion-commandes-template1 .gestion-commandes .table#orders&gt;tbody {
    border: 2px solid lightgray;
}

#gestion-commandes-template1 .gestion-commandes .table#orders .border-start,
#gestion-commandes-template1 .gestion-commandes .table#orders .border-end {
    border-left: 1px solid lightgray !important;
    border-right: 1px solid lightgray !important;
}

#gestion-commandes-template1 .gestion-commandes .table#orders .right {
	text-align: right;
}

#gestion-commandes-template1 .gestion-commandes table thead {
    background-color: lightgray;
    border: 2px solid lightgray;
}

#gestion-commandes-template1 .gestion-commandes table tbody tr {
    background-color: #FFF;
}

#gestion-commandes-template1 .gestion-commandes table tbody button,
#gestion-commandes-template1 .gestion-commandes .mobile-orders-content .statut-order button {
    border-radius: 25px;
    font-weight: 600;
    font-size: 12px;
    /* width: 100%; */
}

#gestion-commandes-template1 .gestion-commandes #pagination-orders .page-item.active .page-link {
    background-color: black;
    color: #FFF;
    border-color: transparent;
}

#gestion-commandes-template1 .gestion-commandes #pagination-orders .page-item .page-link {
    color: black;
}

#gestion-commandes-template1 .gestion-commandes .btn-export-sales button {
    border-radius: 25px;
    font-weight: 600;
    /* font-size: 12px; */
    width: 100%;
    margin-bottom: 1rem;
}

#gestion-commandes-template1 .gestion-commandes .filter-orders {
    display: flex;
    justify-content: end;
    padding-bottom: 1.5rem;
    font-weight: 600;
    align-items: center;
}

#gestion-commandes-template1 .gestion-commandes .filter-orders select {
    margin-left: 10px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid black;
    border-radius: 5px;
}

#gestion-commandes-template1 .gestion-commandes .filter-orders select:focus {
    box-shadow: 0 0 0 0;
}

#gestion-commandes-template1 .gestion-commandes .info-commandes {
    align-items: center;
}

#gestion-commandes-template1 .gestion-commandes .info-commandes button {
    width: auto;
    float: right;
    font-weight: 600;
}

#gestion-commandes-template1 .gestion-commandes .info-commandes .print-details {
    float: right;
    font-weight: 600;
}

#gestion-commandes-template1 .gestion-commandes .info-commandes .billing-address {
    float: right;
}

#gestion-commandes-template1 .gestion-commandes .details-commandes table thead {
    background-color: black;
    color: #FFF;
    font-weight: 600;
    line-height: 40px;
    border: 0 !important;
}

#gestion-commandes-template1 .gestion-commandes .details-commandes table tbody tr {
    margin-top: 20px;
}

#gestion-commandes-template1 .gestion-commandes .details-commandes table th:first-child {
    border-radius: 10px 0 0 10px;
}

#gestion-commandes-template1 .gestion-commandes .details-commandes table th:last-child {
    border-radius: 0 10px 10px 0;
}

#gestion-commandes-template1 .gestion-commandes .info-paiement .info {
    border: 2px solid lightgray;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    padding: 1rem 2rem;
    transition: all 0.3s;
}

#gestion-commandes-template1 .gestion-commandes .info-paiement .info span {
    margin-left: 25px;
}

#gestion-commandes-template1 .gestion-commandes .info-paiement .title-info {
    float: left;
}

#gestion-commandes-template1 .gestion-commandes .info-paiement .info-text {
    float: right;
}

#gestion-commandes-template1 .gestion-commandes .btn-action-commandes {
    margin-top: 2rem;
}

#gestion-commandes-template1 .gestion-commandes .btn-action-commandes button {
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    background-color: black;
    color: white;
}

#gestion-commandes-template1 .gestion-commandes .btn-action-commandes button:hover {
    background-color: black;
    color: white;
}

#gestion-commandes-template1 .gestion-commandes .mobile-orders-content {
    text-align: center;
}

/* GESTION ARTICLES */

#catalogue-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#catalogue-template1 .title-items-section {
    padding-top: 1rem;
    text-align: center;
}

#catalogue-template1 .gestion-items table thead {
    background-color: lightgray;
}

#catalogue-template1 .gestion-items table tbody tr {
    background-color: #FFF;
}

#catalogue-template1 .gestion-items table#items-tab {
    vertical-align: middle;
    text-align: center;
}

#catalogue-template1 .gestion-items table img#img_item {
    max-width: 100px;
}

#catalogue-template1 .add-items .form-add input {
    border-radius: 5px !important;
}

#catalogue-template1 .add-items .form-add .obligatoire {
    color: red;
}

#catalogue-template1 .add-items .form-add .btn-confirm button {
    color: white;
    background-color: black;
    font-weight: 600;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
}

#catalogue-template1 .filter-orders {
    display: flex;
    padding-bottom: 1rem;
    font-weight: 600;
    align-items: end;
}
#catalogue-template1 .hidden{
    display: none;
}

#catalogue-template1 .gestion-items select {
    width: auto;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid black;
    border-radius: 5px;
}
#catalogue-template1 select.search-filter {
    height: 45px;
    margin-left: 0 !important;
}

#catalogue-template1 .filter-orders select:focus {
    box-shadow: 0 0 0 0;
}

#catalogue-template1 .search-catalogue-form,
#catalogue-template1 .search-client-form  {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#catalogue-template1 .search-catalogue-form input {
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    width: 80%;
    height: 45px;
    padding: 10px;
    border: 2px solid black;
    margin-left: 10px;
}
#catalogue-template1 .search-client-form input {
    outline: none;
    font-size: 15px;
    border-radius: 5px;
    width: 85%;
    height: 45px;
    padding: 10px;
    border: 2px solid black;
}

#catalogue-template1 .search-catalogue-form button,
#catalogue-template1 .search-client-form  button{
    background-color: black;
    border-radius: 5px;
    border: 2px;
    font-weight: 700;
    color: #FFF;
    width: 15%;
    margin-left: 10px;
    height: 45px;
    transition: all 0.3s ease;
}

#catalogue-template1 .search-form button:hover {
    background-color: black;
}

#catalogue-template1 .more-filter{
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}
#catalogue-template1 #pagination-orders #test{
    padding-top: 0 !important;
    text-align: end !important;
}
#catalogue-template1 #pagination-orders{
    margin-top: auto;
}
#catalogue-template1 #pagination-orders #test p{
    padding-bottom: 0 !important;
}
#catalogue-template1 #pagination-orders .page-item .page-link {
    color: black;
}

/* Stylisation de la barre de recherche */
#catalogue-template1 .dataTables_filter,
#catalogue-template1 .dataTables_length,
#catalogue-template1 .dataTables_paginate {
    margin-bottom: 10px;
}

/* Stylisation de l'entrÃ©e de recherche */
#catalogue-template1  .dataTables_filter input,
#catalogue-template1  .dataTables_length select {
    border: 2px solid black;
    border-radius: 4px;
    font-size: 14px;
}
#catalogue-template1  .dataTables_filter label,
#catalogue-template1  .dataTables_length label {
    font-weight: 600;
    font-size: 14px;
}
#catalogue-template1 .dataTables_wrapper .dataTables_paginate#items-tab_paginate {
    float: none;
    /* text-align: center; */
    padding-top: 0;
    font-weight: 600;
    font-size: 14px;
    color: black !important;
}
#catalogue-template1 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: none;
    border-radius: 4px;
    border: 2px solid black;
}
#catalogue-template1 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: black !important;
}
#catalogue-template1 .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.5rem;
}

#catalogue-template1 .image-container {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    border: 1px solid #ced4da;
}
#catalogue-template1 .image-preview {
    width: 100%;
}
#catalogue-template1 .delete-upload {
    position: absolute;
    top: 0;
    right: 0;
}
#catalogue-template1 .form-check-input:checked {
    background-color: #000;
    border-color: #000;
}
#catalogue-template1 .form-check-input:focus {
    border-color: #000;
}

/* CONFIGURATION DE LA BOUTIQUE */

#setup-shop-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#setup-shop-template1 .title-items-section {
    padding-top: 1rem;
    text-align: center;
}

#setup-shop-template1 .subtitle-section h4 {
    font-weight: 600;
    padding: .5rem 0;
    text-align: center;
}

#setup-shop-template1 .subtitle-section h4:before,
#setup-shop-template1 .subtitle-section h4:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background: black;
    vertical-align: middle;
}

#setup-shop-template1 .form-shop .btn-valid #btn-submit {
    color: #FFF;
    font-weight: 600;
    width: 100%;
}

#setup-shop-template1 .nav-tabs{
    justify-content: center;
}
/* #setup-shop-template1 .pull-right .btn-group button {
    background-color: #FFF;
    color: black;
    border: 0 !important;
} */

/* INFO DU CLIENT */

#info-client-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
}

#info-client-template1 .title-client-section {
    padding-top: 1rem;
    text-align: center;
}

#info-client-template1 .subtitle-client-section {
    padding: 1rem 0;
    text-align: center;
}

#info-client-template1 .subtitle-client-section .form-title {
    font-size: 20px;
}

#info-client-template1 .subtitle-client-section #canceled {
    font-weight: 600;
}

#info-client-template1 .gestion-clients .details-commandes table thead {
    background-color: lightgray;
    border: 2px solid lightgray;
    font-weight: 600;
    line-height: 40px;
}

#info-client-template1 .gestion-clients .details-commandes table tbody tr {
    margin-top: 20px;
    border: 2px solid lightgray;
}

/* PAGE CONTACT/ABOUT */

#contact-template1 {
    background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    font-family: 'Open Sans', sans-serif;
}

#contact-template1 .title-contact-section {
    padding: 1rem 0;
    text-align: center;
}

/* Version tabletteXL */
@media screen and (max-width: 1200px) {

    li.menu-item::before, .navbar .navbar-nav .nav-item:not(:first-child) .nav-link::before {
        padding-right: 5px;
    }
    .nav-item a.title {
        font-size: 15px !important;
    }
    .navbar-nav .nav-link {
        padding-right: 0 !important;
    }

    span.text-capitalize {
        font-size: 15px;
    }

    /* COMPTE VENDEUR */

    #dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper {
        grid-gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Version tablette and (min-width: 768px) */
@media screen and (max-width: 992px) {

    .title-new-arrivals {
        font-size: 22px;
    }

    h1.noresult {
        padding: 1rem;
        font-size: 18px;
    }

    /* NAVBAR */

    form.search-form input {
        width: 75%;
    }

    .logo img {
        align-items: center;
    }

    nav#menu.menu {
        width: 100%;
    }

    .logo-col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .menu-btn {
        position: absolute;
    }

    li.menu-item::before,
    .navbar .navbar-nav .nav-item:not(:first-child) .nav-link::before {
        content: "";
    }

    .navbar .navbar-nav .dropdown-submenu:hover&gt;.dropdown-menu {
        position: static;
    }

    .navbar .navbar-nav .menu-scroll {
        width: auto;
        /* max-width: 300px; */
    }

    .navbar .navbar-nav .dropdown-toggle::after {
        content: none;
    }    
    .navbar .navbar-nav .arrow-mobile {
        display: block;
        float: right;
        margin-top: auto;
        transition: all 0.3s ease;
    }    
    .navbar .navbar-nav .arrow-mobile.active {
        transform: rotateZ(-180deg);
    }
    .navbar .navbar-nav .dropdown-submenu:hover&gt;.dropdown-menu {
        display: none;
    }
    /* Afficher les sous-menus lorsque la classe "show" est appliquÃ©e */
    .navbar .navbar-nav .dropdown-submenu.show&gt;.dropdown-menu {
        display: block !important;
    }

    .navbar-nav .dropdown-item {
        /* padding: 0.1rem 0.2rem; */
        font-size: 12px;
    }
    span.text-capitalize {
        font-size: 14px;
    }

    #icon-navbar .favorite-icon,
    #icon-navbar .user-icon,
    #icon-navbar .caddie-icon {
        margin-left: 10px;
        width: 30px;
    }

    /* #icon-navbar i {
        color: black;
        font-size: 18px
    } */

    .header .menu {
        display: block;
        overflow: auto;
    }

    .header .menu .menu-mobile-header {
        background: transparent;
        border: 0;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        border: 0;
        font-weight: 800;
    }

    .header .menu&gt;ul&gt;li&gt;a {
        border: 0;
    }

    .icon-navbar {
        position: absolute;
        right: 5px;
    }

    ul.menu-section {
        width: 100%;
        /* padding: 0.5rem;
        padding-left: 2rem; */
    }

    .menu-item a,
    .menu-item-has-children&gt;a,
    .nav-item .title {
        font-weight: 700 !important;
        font-size: 1.2rem !important;
        padding: 0 2rem 0 0rem !important;
        line-height: 5rem !important;
    }

    .search-col form.search-form {
        display: none;
    }

    .form-mobile {
        padding: .5rem 0 .5rem 0;
        background-color: white;
        background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    }

    .form-mobile form.search-form {
        width: auto;
        height: auto;
        border: 2px solid black;
    }

    /* .form-mobile form.search-form input{
        width: auto;
    } */

    .form-mobile form.search-form button {
        width: 50px;
        background-color: black;
    }

    /* HOME */

    /* NouveautÃ©s */

    .content-btn {
        margin: 1rem;
    }

    #btn-item {
        width: 100%;
    }

    .col.mb-5.n-article {
        width: 50%;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 1rem !important;
    }

    /* NEWSLETTER */

    .home-newsletter .newsletter-form {
        width: 100%;
    }

    .home-newsletter .newsletter-form .newsletter-btn {
        width: 60%;
    }

    /* About us home */
    .about-us-home .intro {
        flex-direction: column;
        align-items: center;
    }
    
    .about-us-home .intro div:last-child {
        width: 100%; 
        padding: 30px 0px 40px 10px;	
    }
    
    .about-us-home .intro div:first-child {
        width: 100%; 
        border-right: none;
        padding: 30px 0px 40px 10px;
    }

    /* FOOTER */

    .footer-content .social-media {
        text-align: center;
        justify-content: center;
    }

    .footer-content .social-media i {
        font-size: 2rem;
        margin-right: 20px;
    }

    /* LISTING GRID/LIST SYSTEM */

    .item.list-group-item .caption .content-item #title-artist-content .article-title {
        font-size: 15px;
    }

    .item.list-group-item .caption .content-item #title-artist-content .article-info {
        font-size: 15px;
    }

    .item.list-group-item .caption .content-item .article-price {
        font-size: 14px;
    }

    /* PAGE PRODUITS */

    #produit-template1 .item-content {
        padding: 2rem 0 1rem;
    }

    #produit-template1 .suggestion .title-section .title-new-arrivals {
        font-size: 22px;
    }

    #produit-template1 .item-content .add_to_cart_block .card-body .titre-produit {
        font-size: 1rem;
    }

    #produit-template1 .item-content .add_to_cart_block .card-body .price-produit {
        font-size: 1rem;
    }

    #produit-template1 .item-content .img-produit {
        margin-bottom: 1rem;
    }

    /* PANIER/CADDIE */

    #caddie-template1 .caddie .btn-caddie button,
    #caddie-template1 .caddie .btn-caddie button.btn.btn-outline-dark         
    {
        width: 100%;
    }

    #caddie-template1 .caddie .sub-total-items {
        text-align: center;
        margin-right: 0;
    }

    #caddie-template1 .caddie .body-items .total-items {
        text-align: right;
    }

    #caddie-template1 .caddie .body-items .img-items img {
        width: 200px;
        margin: auto;
    }

    #paiement-template1 .coordonnees .form-coordonnees {
        padding: 2rem 1rem;
    }

    /* COMPTE CLIENT */

    #dashboard-template1 .dashboard .dashboard-content .grid-wrapper {
        grid-gap: 3rem;
        grid-template-columns: repeat(2, 1fr);
    }

    #donnees-template1 .donnees-client .coordonnees-content .coordonnees-info,
    #donnees-template1 .donnees-client .connexion-info {
        text-align: center;
    }

    #dashboard-template1 .dashboard .dashboard-content .grid-wrapper li {
        font-size: 16px;
    }

    #catalogue-template1 .form-title {
        font-size: 18px;
    }
    #catalogue-template1 .filter-orders {
        font-size: 12px;
    }

    /* COMPTE VENDEUR */

    #gestion-commandes-template1 .gestion-commandes .info-commandes .print-contact {
        text-align: center;
    }

    #gestion-commandes-template1 .gestion-commandes .info-commandes button {
        width: 100%;
        float: none;
    }

    #gestion-commandes-template1 .gestion-commandes .info-commandes .print-details {
        float: none;
    }

    #gestion-commandes-template1 .gestion-commandes .info-commandes .billing-address {
        float: none;
    }

    #gestion-commandes-template1 .gestion-commandes .info-paiement .info span {
        margin-left: 0;
    }

}

/* Version mobile */

@media screen and (min-width: 300px) and (max-width: 767px) {

    .limite_text{
        overflow: hidden;
        text-overflow: ellipsis; 
        display: -webkit-box; 
        -webkit-line-clamp: 1; /* number of lines to show */ 
        -webkit-box-orient: vertical;
    }

    /* NAVBAR */

    .logo img {
        max-width: 150px;
        align-items: center;
    }

    .logo-col {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .menu-btn {
        position: absolute;
    }

    nav li+li::before {
        content: "";
    }

    nav.menu {
        padding: 0 !important;
    }

    .navbar-nav .dropdown-item {
        /* padding: 0.1rem 0.2rem; */
        font-size: 12px;
    }

    .header .menu .menu-mobile-header {
        background: transparent;
        border: 0;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        border: 0;
        font-weight: 800;
    }

    .header .menu&gt;ul&gt;li&gt;a {
        border: 0;
    }

    /* .icon-navbar {
        display: none;
    } */

    /* ul.menu-section {
        padding: 0.5rem; 
        padding-left: 2rem;
    } */

    .menu-item a,
    .menu-item-has-children&gt;a {
        font-weight: 700 !important;
        font-size: 1.2rem !important;
        padding: 0 2rem 0 0rem !important;
    }

    .form-mobile {
        padding: .5rem 0 .5rem 0;
        background-color: white;
        background-image: url(../../motif/homepage1/sobre/fond-principal.png);
    }

    .form-mobile form.search-form {
        width: auto;
        height: auto;
        border: 2px solid black;
    }

    /* .form-mobile form.search-form input{
        width: auto;
    } */

    .form-mobile form.search-form button {
        width: 50px;
        background-color: black;
    }

    /* .col.mb-5.n-article {
        width: 100%;
    } */

    /* SLIDER */

    .container-slider {
        min-height: 250px;
    }

    .container-slider .caption-slider {
        width: 100%;
        min-height: 250px;
    }

    .container-slider .caption-slider .content h1 {
        font-weight: 600;
        font-size: 17px;
        padding: 0;
    }

    .container-slider .caption-slider .content h3 {
        font-size: 17px;
        margin: 0;
    }

    .carousel-inner {
        height: 250px;
    }

    .carousel-inner img {
        min-height: 300px;
    }

    .caption-slider .btn-contact-slider {
        padding: 5px 80px;
        font-size: 17px;
    }

    /* CATEG HOME */

    .home-categ {
        padding: .5rem 0 .5rem;
    }

    .content-categ {
        margin-right: 0;
        margin-left: 0;
        width: 200px;
        height: 200px;
    }

    /* HOME */

    /* NouveautÃ©s */

    .content-btn {
        margin: 1rem;
    }

    #btn-item {
        width: 100%;
    }

    /* ActualitÃ©s */

    .home-actualite {
        padding: 0;
    }

    #btn-actualite {
        width: 100%;
    }

    /* Newsletter */

    .home-newsletter .newsletter-form {
        width: 100%;
    }

    .home-newsletter .newsletter-form .newsletter-btn {
        width: 60%;
    }

    /* About us home */

    .about-us-home .intro {
        flex-direction: column;
        align-items: center;
    }

    .about-us-home .intro img {
        max-width: 300px;
    }

    .about-us-home .intro div:last-child {
        width: 100%; 
        padding: 30px 0px 40px 10px;	
    }

    .about-us-home .intro div:first-child {
        width: 100%; 
        border-right: none;
        padding: 30px 0px 40px 10px;
    }

    /* FOOTER */

    .footer-content h3 {
        padding: .5rem;
        border-bottom: 2px solid white;
    }

    .footer-content .social-media {
        text-align: center;
        justify-content: center;
    }

    .footer-content .social-media i {
        font-size: 2rem;
        margin-right: 15px;
    }

    /* PAGE NOUVEAUTES */

    #nouveautes-template1 .header-nouveautes .filter-section {
        text-align: center;
        flex-direction: column;
        padding: 1rem 0;
    }

    #nouveautes-template1 .header-nouveautes .filter-section .pull-left {
        width: 100%;
        flex-direction: column;
    }

    #nouveautes-template1 .header-nouveautes .filter-section .pull-left button {
        width: 100%;
        border: 2px solid lightgrey;
        border-radius: 5px !important;
        margin-bottom: 10px;
        text-align: left;
        display: flex;
        align-items: center;
    }

    #nouveautes-template1 .header-nouveautes .filter-section .pull-left button::after {
        margin-left: auto;
    }

    #nouveautes-template1 .header-nouveautes .pull-right {
        width: 100%;
    }

    #nouveautes-template1 .header-nouveautes .pull-right .btn-group {
        width: 100%;
        border: 2px solid lightgray !important;
    }

    #nouveautes-template1 .filter-col #filter-listing .accordion-item {
        margin-bottom: .5rem;
    }

    #nouveautes-template1 .filter-col #filter-listing .accordion-item button {
        padding: .55rem 1rem;
    }


    .item.grid-group-item .caption .content-item .btn-shop button {
        width: 100%;
    }

    /* Liste NOUVEAUTES */

    .item.list-group-item .img-article {
        width: 50%;
    }

    .item.list-group-item .thumbnail {
        height: 100%;
    }

    .item.list-group-item .thumbnail .card-body {
        padding: 0;
        padding-left: .5rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .item.list-group-item .caption {
        width: 50%;
    }

    .item.list-group-item .caption .content-item {
        display: block !important;
        width: 100%;
    }

    .item.list-group-item .caption .content-item .info-item {
        width: 100%;
    }

    .item .caption .content-item .article-price {
        margin-top: 0 !important;
    }

    .item.list-group-item .caption .content-item .article-price.dotted-line {
        text-align: center;
        padding: 0;
    }

    .item.list-group-item .caption .content-item .article-price.dotted-line::before {
        border-bottom: 0;
        content: '';
    }

    .item.list-group-item .caption .content-item .btn-shop button {
        width: 100%;
        position: relative;
        font-size: 12px;
        top: 0;
    }

    .item .caption .content-item .article-price .price-item {
        width: 100%;
        text-align: center;
        font-size: 12px !important;
    }

    .item.list-group-item .caption .content-item #title-artist-content .article-title {
        padding-top: 0 !important;
        text-align: center;
    }

    .item .caption .content-item #title-artist-content .article-title span.limite_text {
        font-size: 13px !important;
    }

    .item .caption .content-item #title-artist-content .article-info {
        font-size: 12px !important;
        text-align: center !important;
    }

    /* PAGE SEARCH */

    #search-template1 .header-search .filter-section {
        text-align: center;
        flex-direction: column;
        padding: 1rem 0;
    }

    #search-template1 .header-search .filter-section .pull-left {
        width: 100%;
        flex-direction: column;
    }

    #search-template1 .header-search .filter-section .pull-left button {
        width: 100%;
        border: 2px solid lightgrey;
        border-radius: 5px !important;
        margin-bottom: 10px;
    }

    #search-template1 .header-search .pull-right {
        width: 100%;
    }

    #search-template1 .header-search .pull-right .btn-group {
        width: 100%;
        border: 2px solid lightgray !important;
    }

    #search-template1 .filter-col #filter-listing .accordion-item {
        margin-bottom: .5rem;
    }

    #search-template1 .filter-col #filter-listing .accordion-item button {
        padding: .55rem 1rem;
    }

    /* PAGE PRODUITS */

    #produit-template1 .item-content {
        padding: 1rem 0 0 0;
    }

    #produit-template1 .suggestion .title-section .title-new-arrivals {
        font-size: 22px;
    }

    #produit-template1 .item-content .add_to_cart_block .card-body .titre-produit {
        font-size: 1rem;
    }

    #produit-template1 .item-content .add_to_cart_block .card-body .price-produit {
        font-size: 1rem;
    }

    #produit-template1 .item-content .img-produit {
        margin-bottom: 1rem;
    }

    /* PANIER/CADDIE */

    #caddie-template1 .caddie .btn-caddie button {
        width: 100%;
    }

    #caddie-template1 .info-free-shipping h2.form-title {
        font-size: 20px;
    }

    #caddie-template1 .caddie .sub-total-items {
        text-align: center;
        margin-right: 0;
    }

    #caddie-template1 .caddie .body-items .total-items {
        text-align: right;
    }

    /* #caddie-template1 .caddie .body-items .img-items img{
        width: 100px;
        margin: auto;
    } */

    #paiement-template1 .cgv-policy input[type="checkbox"] {
        margin-right: 0;
        text-align: left;
    }
    #paiement-template1 .form-check {
        padding-left: 0;
    }
    
    /* COMPTE CLIENT */

    #dashboard-template1 .dashboard .dashboard-content .grid-wrapper {
        grid-gap: 3rem;
        grid-template-columns: 1fr;
    }

    /* COMPTE VENDEUR */

    #dashboard-admin-template1 .dashboard-admin .dashboard-content .grid-wrapper {
        grid-gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    #paiement-template1 .livraison .address-info #title-address {
        font-size: 18px;
    }

    #paiement-template1 .livraison .content-livraison {
        padding: .5rem;
    }

    #gestion-commandes-template1 .gestion-commandes .info-paiement .info {
        font-size: 14px;
        padding: .5rem 1rem;
    }

    #setup-shop-template1 .pull-right {
        width: 100%;
    }

    #setup-shop-template1 .pull-right .btn-group {
        width: 100%;
        border: 2px solid lightgray !important;
    }

}

@media screen and (max-width: 320px) {
    #icon-navbar i {
        font-size: 18px;
    }

    .icon-navbar {
        right: -5px;
    }
}

@media screen and (max-width: 991px) {
    .cdandlp1 {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .cdandlp2 {
        display: none;
    }
}

@media print {
    .mynav, .title-commandes-client, .menu, .footer-section, .footer, .text-end, .cookiebox, .btn-action-commandes {
        display: none !important;
    }

    .print-only {
        display: block;
    }
}
</pre></body></html>