body {
	font-family: "Poppins", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
	color: #252a2f;
}

body#page-login {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eef4f6;
}
/* FORM */

input, select {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #cfdade;
	border-radius: 3px;
	font-size: 16px;
	color: #252a2f;
	transition: all 250ms ease-in-out;
}

textarea {
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #cfdade;
	border-radius: 3px;
	font-size: 16px;
	line-height: auto;
	color: #252a2f;
	transition: all 250ms ease-in-out;
}

input::placeholder {
	color: #797979;
}

input:hover,
input:focus,
input:focus-visible,
textarea:hover,
textarea:focus,
textarea:focus-visible {
	outline: none !important;
	border: 1px solid #6100ff !important;
}

.group-input {
	position: relative;
	margin-bottom: 40px;
}

.main-nouvelle-commande .group-input {
	position: relative;
	margin:0 0 10px 0 !important;
}

.group-input-nomargin {
	position: relative;
}

.group-input-30, .group-input-50 {
	margin: 0 -10px;
	margin-bottom: 40px;
}

.group-input-30 > input, .group-input-30 > div {
    display: inline-block;
    width: calc(33% - 20px);
    margin: 0 10px;
}

.group-input-50 > input, .group-input-50 > div {
    display: inline-block;
    width: calc(49% - 20px);
    margin: 0 10px;
}

.group-input label {
	display: block;
	z-index: 100;
	padding: 0 5px;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	color: #187fcd;
	background-color: #fff;
	top: -6px;
	left: 5px;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]#commande_timing_exact,
input[type="checkbox"]#commande_texte_a_rediger,
input[type="checkbox"]#commande_voix_a_capella,
input[type="checkbox"]#commande_message_a_monter,
input[type="checkbox"]#DailyPub-choisi {
	display: block;
	width: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* CLASSIC CHECK BOX */

.bloc-checkbox.classic-checkbox label {
	cursor: pointer;
	position: relative;
	padding-left: 30px;
}

.bloc-checkbox.classic-checkbox label:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	text-align: center;
	left: 0;
	top: 2px;
	border: 1px solid #cfdade;
	border-radius: 3px;
	background-color: #fff;
	transition: all 100ms ease-in-out;
}

.bloc-checkbox.classic-checkbox label:after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 0px;
	background-color: #6100ff;
	left: 4px;
	top: 6px;
	transform: scale(0);
	transition: all 100ms ease-in-out;
}

.bloc-checkbox.classic-checkbox input[type="checkbox"]:checked + label:before {
	background-color: #dacbf2;
	border: 1px solid #6100ff;
}

.bloc-checkbox.classic-checkbox input[type="checkbox"]:checked + label:after {
	transform: scale(1);
}

/* EFFACER LA RECHERCHE */

#effacer {
    line-height: 0px;
}

/* SWITCH CHECKBOX */

.bloc-checkbox.switch-checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	line-height: 26px;
	height: 26px;
}

.bloc-checkbox.switch-checkbox label:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 26px;
	text-align: center;
	left: 0;
	top: 0;
	border: 1px solid #c0cbce;
	border-radius: 20px;
	background-color: #fff;
	transition: all 100ms ease-in-out;
}

.bloc-checkbox.switch-checkbox label:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background-color: #c0cbce;
	left: 4px;
	top: 4px;
	transition: all 100ms ease-in-out;
}

.bloc-checkbox.switch-checkbox input[type="checkbox"]:checked + label:before {
	background-color: #dacbf2;
	border: 1px solid #6100ff;
}

.bloc-checkbox.switch-checkbox input[type="checkbox"]:checked + label:after {
	left: 18px;
	background-color: #6100ff;
}

/* TITRES */

h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

/* PAGE */

header {
	background-color: #050428;
}

#header.header-mobile {
	display: none;
}

.header_container {
	width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
	height: 94px;
}

.logo_container {
	height: 94px;
	float: left;
	display: flex;
	align-items: center;
	align-content: center;
}

nav {
	height: 94px;
	float: right;
	display: flex;
	align-items: center;
	align-content: center;
}

nav ul.main-nav {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul.main-nav li {
	margin-left: 40px;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
}

nav ul.main-nav li a {
	position: relative;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	transition: all 200ms ease-in-out;
}

nav ul.main-nav li a:hover {
	opacity: 0.7;
	color: #eef4f6 !important;
}

nav ul.main-nav li a:after {
	position: absolute;
	content: "";
	background: linear-gradient(270deg, #6100ff 0%, #0099db 100%);
	width: 100%;
	height: 3px;
	border-radius: 3px;
	top: 6px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: all 200ms ease-in-out;
}

nav ul.main-nav li a:hover:after,
nav ul.main-nav li a.active:after {
	top: 28px;
	left: 0;
	opacity: 1;
}

nav.nav-mobile ul.main-nav li {
	margin-left: 48px;
}

nav.nav-mobile a img,
nav.nav-mobile div img {
	width: 32px;
	height: 32px;
}

.main.deux-blocs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.main.padding {
	padding-top: 40px;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}

.main.small {
	padding-top: 40px;
	max-width: 400px;
	margin: auto;
	padding-bottom: 40px;
}

.titre {
	position: relative;
	font-weight: 700;
	font-size: 30px;
	line-height: 45px;
	color: #252a2f;
	padding: 0 0 13px 0;
	margin: 0 0 40px 0;
}

.titre:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 3px;
	background: linear-gradient(270deg, #6100ff 0%, #0099db 100%);
	border-radius: 5px;
	left: 0px;
	bottom: 0px;
}

.bouton {
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 20px;
	border-radius: 50px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-image: linear-gradient(90deg, #0099db 0%, #6100ff 50%, #6100ff 100%) !important;
	background-size: 200% auto;
	transition: all 0.5s ease-in-out;
}

.bouton.btn-outline {
	padding: 2px;
}

.bouton.btn-outline span {
	display: block;
	height: 36px;
    line-height: 36px !important;
	padding: 0 20px;
	border-radius: 50px;
	background: #050428;
	background-color: rgba(4, 4, 40, 1);
	transition: all 0.5s ease-in-out;
}

.bouton:hover {
	transition: all 0.5s ease-in-out;
	background-position: right center;
}

.bouton.btn-outline:hover span {
	transition: all 0.5s ease-in-out;
	background-color: rgba(4, 4, 40, 0);
}

.bouton.bouton-blanc {
	background-image: none !important;
	background: #fff !important;
	color: #187fcd;
	border: 1px solid #187fcd;
	transition: all 250ms ease-in-out;
}

.bouton-small {
	padding: 0 10px;
	font-size: 12px !important;
	line-height: 30px !important;
	height: 30px !important;
}

.bouton.bouton-blanc:hover {
	color: #6100ff;
	border-color: #6100ff;
	transition: all 250ms ease-in-out;
}

.bouton.bouton-blanc svg path {
	fill: #187fcd;
	transition: all 250ms ease-in-out;
}

.bouton.bouton-blanc:hover svg path {
	fill: #6100ff;
	transition: all 250ms ease-in-out;
}

.bouton#logout .icon-close,
.bouton#rafraichir .icon-refresh {
	margin-right: 5px;
}

.bouton#rafraichir .icon-refresh {
	vertical-align: middle;
}

.bouton#waiting {
	display: none;
}

.msg-erreur,
.msg-succes {
	padding: 10px;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
	border-radius: 3px;
}

.msg-erreur {
	background-color: #ffe4e4;
	border: 1px solid #b03636;
	color: #b03636;
}

.msg-succes {
	background-color: #e8f2e0;
	border: 1px solid #377e1e;
	color: #377e1e;
}

a {
	cursor: pointer;
	color: #0877ca;
	font-weight: 600;
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

a:hover,
a:focus {
	color: #6100ff;
	text-decoration: none !important;
}

a.lien-back {
	display: block;
	line-height: 24px;
}

a.lien-back svg {
	margin-right: 5px;
	vertical-align: bottom;
}

a.lien-back svg path {
	fill: #187fcd;
	transition: all 250ms ease-in-out;
}

a.lien-back:hover svg path {
	fill: #6100ff;
	transition: all 250ms ease-in-out;
}

.sous-titre {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.titre-groupe {
	position: relative;
}

.titre-groupe .sous-titre {
	margin-bottom: 0;
}

.sous-titre-commande {
	font-size: 14px;
	font-weight: 800;
	margin-bottom: 5px;
}

.lead-text-commande {
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 5px;
}

.bloc-line {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    align-content: center;
}

.bloc-line-center {
	display: -webkit-box;
	display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
}

.bloc-line input[type="checkbox"] {
	margin: 0;
	padding: 0;
}

/*select {
	padding: 1px 2px;
}*/

.main.deux-blocs .bloc-left {
	position: relative;
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.main.deux-blocs .img-right {
	width: 60%;
	background: url("../img/hero.jpg") center center;
	background-size: cover;
}

#logo-dailypub-bleu {
	position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 15px;
    left: 0;
}

#logo-dailypub-bleu .logo-wrapper {
	position: relative;
	width: 300px;
	margin: 0 auto;
}

#logo-dailypub-bleu .logo-wrapper > a > img {
	width: 186.79px;	
}

.bloc-login {
	width: 300px;
	margin: auto;
}

.group-blocs {
	margin: 0 0 40px 0;
}

.group-no-account {
	margin: 40px 0 0 0;
}

.bloc-saisie {
	position: relative;
	margin: 0 0 15px 0;
}

.icon-login,
.icon-lock,
.icon-email {
	position: absolute;
	top: 8px;
	left: 10px;
	z-index: 100;
	height: 24px;
	width: 24px;
}

.icon-search {
	position: absolute;
	top: 1px;
	right: 1px;
	z-index: 100;
	height: 38px;
	width: 38px;
	padding: 7px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 0 2px 2px 0;
}

.bloc-saisie input#login,
.bloc-saisie input#password,
.bloc-saisie input#email {
	padding-left: 44px;
}

.bloc-saisie input#recherche {
	padding-right: 44px;
}

.lien-mdp-oublie {
	font-size: 12px;
	line-height: auto;
	font-weight: 600;
	text-align: right;
}

.bloc-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bloc-checkbox input {
	margin-right: 10px;
}

.bloc-titre {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.bloc-outils {
	display: flex;
	gap: 20px;
	padding-bottom: 15px;
}

.bloc-outils-left,
.bloc-outils-right {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
}

.bloc-outils-left {
	width: 100%;
	align-items: stretch;
}

.bloc-outils-left .bloc-saisie {
	margin: 0 !important;
}

.bloc-outils-right {
	align-items: center;
	justify-content: end;
}

.bloc-outils-left .champ-recherche {
	width: 100%;
	max-width:  530px;
}

.champ-recherche {
	position: relative;
}

.champ-date {
	width: 235px;
}

.bloc-contenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10px;
	gap: 10px;
}

.bloc-contenu > div {
	width: 50%;
}

#liste_commandes {
	overflow-y: scroll;
	height: calc(100vh - 350px);
}

#liste_commandes .ligne-commande {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	font-size: 12px;
	column-gap: 20px;
	gap: 20px;
	box-sizing: border-box;
}

#liste_commandes .ligne-commande.gris-clair {
	border: 1px solid #fbfafa;
	background-color: #fbfafa;
}

#liste_commandes .ligne-commande.gris-fonce {
	border: 1px solid #f3f2f2;
	background-color: #f3f2f2;
}

#liste_commandes > .ligne-commande:first-child {
	border-radius: 3px 3px 0 0 !important;
}

#liste_commandes > .ligne-commande:last-child {
	border-radius: 0 0 3px 3px !important;
}

#liste_commandes .ligne-commande .date-commande {
	width: 70px;
}

#liste_commandes .ligne-commande .nom-commande {
	width: calc(100% - 230px);
	overflow: hidden;
}

#liste_commandes .ligne-commande .nom-commande .nom-commande-theme {
	line-height: 1em;
	color:#89929b;
}

#liste_commandes .ligne-commande .statut-commande {
	position: relative;
	text-align: center;
	line-height: 20px;
	width: 120px;
	text-transform: lowercase;
}

#liste_commandes .ligne-commande .statut-commande:first-letter {
	text-transform: uppercase;
}

#liste_commandes .ligne-commande .statut-commande:before {
	position: absolute;
	z-index: 1;
	content: "";
	height: 5px;
	left: 0;
	right: 0;
	top: 22px;
	background: #c0cbce;
	border-radius: 100px;
}

#liste_commandes .ligne-commande .statut-commande.statut-EN_ATTENTE:after {
	position: absolute;
	z-index: 2;
	content: "";
	height: 5px;
	left: 0;
	width: 0%;
	top: 22px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 100px;
}

#liste_commandes .ligne-commande .statut-commande.statut-EN_REDACTION:after {
	position: absolute;
	z-index: 2;
	content: "";
	height: 5px;
	left: 0;
	width: 25%;
	top: 22px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 100px;
}

#liste_commandes .ligne-commande .statut-commande.statut-EN_ENREGISTREMENT:after {
	position: absolute;
	z-index: 2;
	content: "";
	height: 5px;
	left: 0;
	width: 50%;
	top: 22px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 100px;
}

#liste_commandes .ligne-commande .statut-commande.statut-EN_PRODUCTION:after {
	position: absolute;
	z-index: 2;
	content: "";
	height: 5px;
	left: 0;
	width: 75%;
	top: 22px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 100px;
}

#liste_commandes .ligne-commande .statut-commande.statut-LIVREE:after {
	position: absolute;
	z-index: 2;
	content: "";
	height: 5px;
	left: 0;
	width: 100%;
	top: 22px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
	border-radius: 100px;
}

.sous-statut {
	display: inline-block;
	margin: 15px 0 0 0;
	border-radius: 50px;
	font-size: 10px;
	padding: 0px 10px;
	background-color:#c0cbce;
}

.sous-statut:first-letter {
	text-transform: uppercase;
}

#liste_commandes .ligne-commande .statut-commande #liste_commandes .ligne-commande.selected,
#liste_commandes .ligne-commande.gris-fonce.selected,
#liste_commandes .ligne-commande.gris-clair.selected {
	background-color: #eef4f6;
	border: 1px solid #187fcd;
}

#liste_commandes .ligne-commande.selected:before {
	position: absolute;
	content: "";
	background: linear-gradient(360deg, #6100ff 0%, #0099db 97.56%);
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
}

.detail-commande {
	border: 1px solid #c0cbce;
	border-radius: 3px;
	padding: 20px;
}

#detail-close {
	display: none;
}

.detail-commande .titre-commande {
	/*font-size: 18px;
	line-height: 18px;
	font-weight: 600;*/
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c0cbce;
}

.detail-commande .bloc-commande-1-col {
	padding: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	overflow-x: ;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.detail-commande .bloc-commande-2-col {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	overflow-x: ;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #c0cbce;
}

.detail-commande .bloc-commande-2-col > div {
	width: 50%;
}

.bloc-resume-commande {
	font-size: 12px;
	line-height: 20px;
	column-gap: 10px;
	gap: 10px;
	border: none !important;
	margin: 0 !important;
}

.commande-resume {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
}

.commande-resume span.bold {
	font-weight: 600;
	display: inline-block;
	width: 85px;
}


.livraison span.bold {
	font-weight: 600;
	display: inline-block;
	width: auto;
}

#texte-timing {
	position: absolute;
	display: inline-block;
    font-size: 14px !important;
    top : 2px;
    left: 190px;
}

.information {
	font-size: 11px;
}

#commande_texte {
	font-size: 12px;
	line-height: 1.5em;
}

#contact_message {
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #c0cbce;
	background-color: #fff;
}

#commande_texte  {
	padding: 10px;
	border-radius: 3px;
	border: 5px solid #f3f2f2;
	background-color: #fbfafa;
}

.commande-col-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.livraison {
    border-bottom: 1px solid #c0cbce;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}


.livraison #commande_livraison_date {
	padding: 5px 10px;
	border-radius: 3px;
    background-color: #f3f2f2;
    font-size: 12px !important;
}

input[type="button"]#test {
	display: none;
}

#liste_fichiers_master {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#liste_fichiers_master li.sort-me {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bouton.btn-outline.btn-download {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 2px;
    margin: 0;
}

.bouton.btn-outline.btn-download span {
    height: 36px;
    line-height: 36px !important;
    padding: 0;
    border-radius: 50px;
    background: #FFF;
    background-color: #FFF;
}

.master-file {
	display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 20px 0;
    gap: 20px;
    column-gap: 10px;
}

.master-file audio {
	width: 100%;
	height: 40px;
}

.video-file {
	display: flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin:0;
    gap: 20px;
    column-gap: 10px;
}

#liste_fichiers_video {
	width: 100%;
}

#liste_fichiers_video > div {
	padding-top:10px;
	margin-top:10px;
	border-top:1px solid #c0cbce;
}

#liste_fichiers_video > div:first-child {
	padding: 0;
	margin: 0;
	border: none;
}

#liste_fichiers_video video {
	width: 100%;
	margin-top: 5px;
}

.wrapper {
	width: 1110px;
	padding: 0 20px;
	margin: 0 auto;
}

.main-commandes,
.main-contact {
	position: relative;
	margin: 40px auto;
}

.main-compte {
	position: relative;
	border: 1px solid #c0cbce;
	border-radius: 3px;
	padding: 40px;
	max-width: 550px;
	margin: 40px auto;
}

.main-nouvelle-commande {
	position: relative;
	border: 1px solid #c0cbce;
	border-radius: 3px;
	padding: 40px;
	margin: 40px auto;
}

.main-compte:after,
.main-nouvelle-commande:after {
	position: absolute;
	content: "";
	z-index: 100;
	left: 0;
	right: 0;
	bottom: -0.5px;
	height: 3px;
	background: linear-gradient(270deg, #6100ff 0%, #0099db 100%);
	border-radius: 5px;
}

.main-nouvelle-commande input, .main-nouvelle-commande select {
	font-size: 14px;
}

.bloc-demande-1-col {
	padding-bottom: 30px;
}

.bloc-demande-1-col .group-input-30, .bloc-demande-1-col .group-input-50 {
	margin-bottom: 20px;
}

.bloc-demande-2-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 40px;
}

.obligatoire {
	font-size: 14px;
	color:#B03636;
	margin-bottom: 10px;
}

.asterix {
	color:#B03636 !important;
}


.annonceur-cdc {
	column-gap: 40px;
	gap: 40px;
}

.bloc-demande-2-col > div {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.bloc-demande-col-1 {
	padding-right: 25px;
	position: relative;
}

.bloc-demande-col-2 {
	padding-left: 25px;
}

.bloc-demande-2-col input,
.bloc-demande-2-col select {
	margin-bottom: 10px;
}

#comediens_selectionnes_bloc .titre-groupe {
	margin-bottom: 22px;
}

.commande-commediens {
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	height: 200px;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	list-style: none;
}

.commande-commediens audio {
	height: 30px;
	width: 180px;
	overflow: hidden;
}

::-webkit-scrollbar {
	border-right: solid 5px transparent;
	width: 10px;
	background-color: #c0cbce;
}

::-webkit-scrollbar-track {
	background: #f3f2f2;
}

::-webkit-scrollbar-thumb {
	background: #c0cbce;
}

.bloc-demande-col-1 .commande-commediens .comedien-dispo {
	padding: 6px 6px 6px 50px;
}

.bloc-demande-col-2 .commande-commediens .comedien-selectionne {
	padding: 6px;
}

#comediens_selectionnes .mediPlayer {
	display: none;
}

.commande-commediens > li {
	cursor: pointer;
	display: flex;
}

.commande-commediens > li.selected {
	background-color: #eef4f6;
}

.commande-commediens .comedien-dispo {
	position: relative;
}

.commande-commediens div.mediPlayer {
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 3px;
	left: 8px;
	z-index: 100;
}

.mediPlayer {
	cursor:pointer;
	transition: all 400ms ease-in-out;
	filter: drop-shadow( 0 0 0 rgba(0, 0, 0, 0));
}

.mediPlayer:hover {
	filter: drop-shadow( 0 1px 2px rgba(0, 0, 0, 0.25));
}

.mediPlayer .control {
    opacity        : 0; /* transition: opacity .2s linear; */
    pointer-events : none;
    cursor         : pointer;
}

.mediPlayer .not-started .play, .mediPlayer .paused .play {
    opacity : 1;
}

.mediPlayer .playing .pause {
    opacity : 1;

}

.mediPlayer .playing .play {
    opacity : 0;
}

.mediPlayer .ended .stop {
    opacity        : 1;
    pointer-events : none;
}

.mediPlayer .precache-bar .done {
    opacity : 0;
}

.mediPlayer .not-started .progress-bar, .mediPlayer .ended .progress-bar {
    display : none;
}

.mediPlayer .ended .progress-track {
    stroke-opacity : 1;
}

.mediPlayer .progress-bar,
.mediPlayer .precache-bar {
    transition        : stroke-dashoffset 500ms;
    stroke-dasharray  : 298.1371428256714;
    stroke-dashoffset : 298.1371428256714;
}


.bloc-demande-col-1 .img-fleche {
	width: 30px;
	cursor: pointer;
}

.bloc-demande-col-1 .img-fleche.left {
	position: absolute;
	right: -15px;
	top: 185px;
}

.bloc-demande-col-1 .img-fleche.right {
	position: absolute;
	right: -15px;
	top: 135px;
}

#commande_texte,
#contact_message {
	width: 100%;
	padding: 10px;
	min-height: 150px;
}

.bloc-boutons-right {
	column-gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* DROPZONE */

.dropzone {
	box-sizing: border-box;

	/* Auto layout */

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px;

	width: auto;
	height: 130px;

	border: 2px dashed #187fcd !important;
	border-radius: 3px;

	/* Inside auto layout */

	flex: none;
	order: 1;
	align-self: stretch;
	flex-grow: 0;
}

/* MODAL */

.modal .bouton {
	border:none;
}

.modal-header {
	border: none!important;
}

.modal-header .modal-title.titre {
	margin: 0!important;
}

.modal-footer {
	border: none!important;
}


/* FOOTER */

footer {
	margin-top: 20px;
	background-color: #050428;
	font-size: 12px;
	color: #fff;
	line-height: auto !important;
}

.footer_container {
	position: relative;
	width: 1110px;
	padding: 5px 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
/*
.footer_container:before {
	position: absolute;
	content: "";
	background: linear-gradient(270deg, #6100ff 0%, #0099db 100%);
	height: 1px;
	top: 40px;
	left: 20px;
	right: 20px;
}*/

.footer-col-left {
	width: 35%;
	text-align: left;
	flex-direction: left;
}

.footer-col-right {
	width: 65%;
	text-align: right;
}

.footer-col-right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}

.footer-col-right ul li svg {
	vertical-align: baseline;
	margin: 0 5px;
}

.footer-col-right ul li a {
	color: #fff;
	font-weight: 400;
}

.footer-col-right ul li a:hover {
	color: #0877ca;
}

.clearfix {
	clear: both;
}
#commande_timing {
	width: 150px;
	margin-right: 20px;
}


/* month picker */

#recherche_date {
    border-radius: 20px;
}

.champ-date .icon-calendar {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 38px;
	height: 38px;
	padding: 7px;
	z-index: -1;
	border-radius: 19px;
	background: linear-gradient(270deg, #6100FF 0%, #0099DB 100%);
}

.monthpicker {
	display: inline-block;
	position: relative;
	font-size: 0.9em;
	vertical-align: middle;
	background-color:transparent;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #cfdade;
	border-radius: 50px;
	width: 100%;
	color: black;
	height: 40px;
}

.monthpicker_selector *::selection {
	background: transparent;
}

.monthpicker_input {
	width: 100%;
	height: 100%;
	padding: 0 5px;
	border: none;
	outline: none;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #212121;
	font-size: 15px;
	line-height: 1.4em;
}

.monthpicker_input .placeholder {
	color: #777;
	background-color: #fff !important;
	opacity: 1 !important;
	cursor: pointer;
	top: 16px;
	position: absolute;
	line-height: 0.3em;
}

.monthpicker_input.active {
	background-color: #d4d4d4;
	color: #000;
}

.monthpicker_selector {
	position: absolute;
	top: 100%;
	background-color: #fff;
	min-width: 200px;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	z-index: 100;
	color: #444;
}

.monthpicker_selector > table {
	color: #444;
	width: 100%;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 0.9em;
	border-radius: 5px;
}

.monthpicker_selector > table tr:first-child td,
.monthpicker_selector > table tr td {
	padding-top: 8px;
	padding-bottom: 8px;
}

.monthpicker_selector > table tr:first-child > td:nth-child(1) {
	text-align: left;
}

.monthpicker_selector > table tr:first-child > td:nth-child(2) {
	position: relative;
}

.monthpicker_selector > table tr:first-child > td:nth-child(3) {
	text-align: right;
}

.monthpicker_selector > table tr:nth-child(2) td {
	width: 33%;
}

.yearSwitch {
	padding: 6px 8px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
	font-size: 14px;
}

.yearSwitch.off {
	visibility: hidden;
}

.yearValue {
	width: 100%;
	height: 100%;
	text-align: center;
	background: none;
	border: none;
	color: #444;
	outline: none;
	font-size: 16px;
}

/* months */
.monthpicker_selector .month {
	/* border: 1px solid #007bff; */
	background-color: #fff;
	font-size: 12px;
	cursor: pointer;
	color: #212121;
}
.monthpicker_selector .month:hover {
	background-color: #187fcd;
	color: #fff;
}
.month.selected {
	background: #187fcd;
	color: #fff;
}
.monthpicker_selector .month.off {
	color: #fff;
	background: red;
	opacity: 0.65;
	cursor: not-allowed;
}
.monthpicker_selector .month.off:hover {
	background: red;
	opacity: 0.65;
}

/* .monthpicker_selector>table tr td:first-child {
		border-left: none;
	}
	
	.monthpicker_selector>table tr td:last-child {
		border-right: none;
	}
	
	.monthpicker_selector>table tr:last-child td {
		border-bottom: none;
	} */

.z-depth-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.z-depth-1 {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
	-webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.z-depth-4 {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
.z-depth-5,
.modal {
	-webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
	box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* LITTLE SCREEN */

@media screen and (max-width: 1120px) {

	.main.deux-blocs .bloc-left {
    	width: 50%;
    }

	.header_container {
	    width: 960px;
	}

	.wrapper {
    	width: 960px;
    }

    .footer_container {
	    width: 960px;
	}

	.bloc-titre {
		position: relative;
		display: block;
	}

	.bloc-titre .titre {
		margin-bottom: 20px;
	}

	.titre {
		font-size: 25px;
	}

	.bloc-outils-right {
		margin-bottom: 20px;		
	}

	.bloc-outils-right .bouton#nouvelle_commande {
		position: absolute;
		top: 5px;
		right: 0;
	}

}

/* TABLET AND UNDER */

@media screen and (max-width: 1024px) {

	#header {
		display: none;
	}

	#header.header-mobile {
		display: block;
	}

	.main.deux-blocs {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    left: 0;
	}

	.main.deux-blocs .bloc-left {
	    width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(238,244,246,0.75);
	}

	.main.deux-blocs .img-right {
	    width: 100%;
	}

	#header nav {
		display: none;
	}

	#header.header-mobile nav.nav-mobile {
		display: block;
		height: 32px;
		margin: 14px 0;
	}

	nav.nav-mobile ul.main-nav li a:hover:after {
		display: none;
	}

	nav.nav-mobile ul.main-nav li a.active:after {
	    top: 39px;
	    left: -10px;
	    opacity: 1;
	    right: -10px;
	    width: auto;
	}

	.header_container {
		max-width: 550px;
	    width: 100%;
	    height: 60px;
	}

	.logo_container {
		height: 40px;
		width: 35px;
    	overflow: hidden;
		margin: 10px 0;
	}

	.logo_container img {
		height: 40px;
	}

	.wrapper {
		max-width: 550px;
	    width: 100%;
    }

    .titre {
	    font-size: 20px;
	    line-height: 30px;
	    padding: 0 0 10px 0;
	    margin: 0 0 20px 0;
	}

	.sous-titre {
		font-size: 16px;
	}

	.bouton {
		width: 100% !important;
	}

    .main-commandes, .main-contact {
	    margin: 20px auto;
	}

	.bloc-outils-right {
		flex-direction: column-reverse;
		column-gap: 20px;
		gap: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #cfdade;
	}

	.bloc-outils-right .bouton#nouvelle_commande {
	    position: relative;
	    top: 0;
	    right: 0;
	}

    .bloc-outils-right .switch-checkbox {
    	display:none;
    }

	.bloc-outils-left {
		flex-direction: column-reverse;
		column-gap: 20px;
		gap: 20px;
	}

	.champ-date {
		width: 100%;
	}

	.main-commandes .bloc-contenu {
		position: relative;
		display: block;
		column-gap: 0px;
    	gap: 0px;
    	z-index: 0;
	}

	.bloc-contenu .liste-commandes {
		width: 100%;
	}

	.sticky-top {
	    position: relative;
	    z-index: 1000;
	}

	#liste_commandes .ligne-commande {
		padding: 10px;
		column-gap: 10px;
    	gap: 10px;
	}

	#liste_commandes .ligne-commande .date-commande {
	    line-height: 1.5em;
	}

	#liste_commandes .ligne-commande .nom-commande {
	    width:auto;
	    width: calc(100% - 200px);
	    line-height: 1.5em;
	}

	#liste_commandes .ligne-commande .statut-commande {
		width: 110px;
		font-size: 10px;
	}

	.detail-commande {
		position: relative;
		z-index: 3000;
	}

	.detail-commande #detail-close {
		display: block;
		position: absolute;
		top:20px;
		right: 20px;
	}

	.monthpicker {
		width: 100%;
		z-index: 1000;
	}

    #liste_commandes {
	    overflow-y: auto;
	    height: auto;
	}

	.bloc-contenu  .detail-commande {
		display: none;
		width: 100%;
	}

	.detail-commande .bloc-commande-2-col {
		flex-direction: column;
	    gap: 20px;
	    column-gap: 20px;
	}

	.detail-commande .bloc-commande-2-col > div {
	    width: 100%;
	}

	.master-file a.bouton {
		width: 40px !important;
	}

	.main-nouvelle-commande,
	.main-compte {
		margin: 20px auto;
		padding: 20px;
	}

	.bloc-boutons-right {
		flex-direction: column-reverse;
	    gap: 20px;
	    column-gap: 20px;
	}

	.main-nouvelle-commande .bloc-demande-2-col {
		flex-direction: column;
	    column-gap: 60px;
	    gap: 60px;
	    padding-bottom: 30px;
	}

	.main-nouvelle-commande .bloc-demande-2-col > div {
		width: 100%;
	}

	.main-nouvelle-commande .bloc-demande-2-col .bloc-demande-col-1 {
		padding-right: 0;
	}

	.main-nouvelle-commande .bloc-demande-2-col .bloc-demande-col-2 {
		padding-left: 0;
	}

	.main-nouvelle-commande .bloc-demande-2-col.annonceur-cdc {
		flex-direction: column;
	    column-gap: 10px;
	    gap: 10px;
	    padding-bottom: 10px;
	}

	.annonceur-cdc > div {
		width: 100%;
	}

	#comediens_selectionnes_bloc .titre-groupe {
		margin-bottom:0px;
	}

	.monthpicker_selector {
	    position: absolute;
	    top: calc(100% + 5px);
	    background-color: #fff;
	    width: calc(100% - 25px);
	}

	.bloc-demande-col-1 .img-fleche.left {
	    position: absolute;
	    left: 40%;
	    top: 295px;
	    transform: rotate(90deg);
	}

	.bloc-demande-col-1 .img-fleche.right {
	    right: 40%;
	    top: 295px;
	    transform: rotate(90deg);
	}

	#texte-timing {
		top: 1px;
    	left: 165px;
	}

	.information {
	    font-size: 10px;
	    line-height: 1.75em;
	    padding-bottom: 10px;
	}

    .footer_container {
    	max-width: 550px;
	    width: 100%;
	    align-items: center;
    	flex-direction: column;
	}

	.footer-col-left, .footer-col-right {
	    width: auto;
	    text-align: center;
	}

	.footer-col-right ul {
	    display: flex;
	    flex-direction: column;
	    gap: 0;
	}

	.footer-col-right ul li:first-child {
		order: 3;
	}

}

