/*
Theme Name: Santalis
Theme URI: https://www.adgensite.com/
Author: Adgensite
Author URI: https://www.adgensite.com/
Description: Adgensite
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
input
{
	outline: none;
}

body, a, td, input, textarea
{
	font-family: 'Roboto', sans-serif;
}

a
{
	text-decoration: none;
}

p:not(:last-child)
{
	padding-bottom: 20px;
}


.row:after
{
	clear: both;
	content: '';
	display: table;
}

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

.wrap
{
	width: 1750px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}

#content
{
	padding: 50px 0;
}


h1
{
	color: #009999;
	font-weight: 900;
	text-transform: uppercase;
	border-bottom: 2px solid #268a82;
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 30px;
}

h2
{
	color: #bec200;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 30px;
}

#loginform
{
	width: 500px;
	max-width: 100%;
	margin: 20px auto;
}

.site_title
{
	color: #009999;
	font-weight: 900;
	font-size: 30px;
}

header
{
	background: url(images/header.png) repeat-x center bottom;
	height: 220px;
}

header .wrap
{
	height: 100%;
	position: relative;
}

header .date
{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f0f0f0 url(images/header-date.png) repeat-x center bottom;
	width: 200px;
	height: 60px;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	justify-content: center;
	color: #009999;	
	font-weight: 300;
	font-size: 18px;
	padding: 12px;
	border-radius: 10px 10px 0 0;
}

header .date .value
{
	font-weight: bold;
	color: #d81b81;
}

header .top
{
	display: flex;
	justify-content: space-between;
}

header .top .site_title
{
	padding-top: 50px;
}

header .top .logo
{
	padding-top: 10px;
}

header .top .logo, header .top .right
{
	flex: 0 0 350px;
}

header .top .right
{
	padding-top: 20px;
}

header .top .right a
{
	font-weight: 400;
	font-size: 14px;
	color: #707173;
}

header .top .right a.profil
{
	background: #d81b81;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 30px;
	margin-left: 20px;
}

header .top .links
{
	margin-top: 20px;
}

header .top a.contact
{
	background: #f0f0f0;
	color: #d81b81;;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: bold;
}
 

header #nav
{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 14px;
}

header #nav a 
{
	color: #009999;
	font-size: 16px;
	text-transform: uppercase;
	padding: 14px 10px;
}

header #nav .nav-menu
{
	display: flex;
	justify-content: center;
	gap: 10px;
}

body.sellinpartenaire header #nav .nav-menu li.actions
{
	display: none;
}
body.sellinpartenaire header #nav .nav-menu li.produits, body.actionpartenaire header #nav .nav-menu li.produits
{
	display: none;
}
body.actionpartenaire header #nav .nav-menu li.sellin
{
	display: none;
}

header #nav .nav-menu .current-menu-item a, header #nav .nav-menu a:hover
{
	color: #fff;
	background: #d81b81;
	border-radius: 10px 10px 0 0;
}

.acf-field-group > .acf-label label, .acf-fields > .acf-field.label > .acf-label label {
	color: #d81b81;
	font-size: 22px;
}

.btn
{
	background: #00ada5;
	color: #fff!important;
	border-radius: 8px;
	padding: 5px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}

.btn:hover
{
	text-decoration: none!important;
	background: #d81b81;
}

.btn.xs {
	font-size: 11px;
}


.buttons
{
	display: flex;
	gap: 10px;
}

.page-template-contact .entry-content h2
{
	margin-bottom: 0;
	margin-top: 30px;
	color: #d81b81;
}

.page-template-contact .entry-content a
{
	color: #009999;
	text-decoration: underline;
}

.page-template-contact .wp-block-columns
{
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}

.dropcolumn
{
	position: relative;
	flex: 0 0 600px;
}

.dropcaption
{
	position: absolute;
	top: -50px;
	text-align: center;
}

#drop_zone {
  border: 2px dashed #000;
  width: 100%;
  height: calc(100% - 30px);
  padding: 20px;
}

#drop_zone.on {
	border-color: red;	
}

#drop_zone .file {
	display: flex;
	margin-bottom: 20px;
}

#drop_zone .file .name {
	flex: 0 0 50%;	
}

#drop_zone .file select {
	width: 100%;
}

#drop_zone .titre {
 text-align: center;
 font-weight: bold;
 margin-bottom: 30px;
}

#uploadLayout {
	display: flex;
	gap: 30px;
}

#chats
{
	position: fixed;	
	right: 20px;
	bottom: 20px;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-end;
	z-index: 9;
}

#chats .chat
{
	width: 350px;
	box-shadow: 2px 2px 7px 2px #ccc;
	background: #fff;
	border-radius: 10px;
	position: relative;
}

#chats .chat.template
{
	display: none;
}

#chats .chat .close
{
	position: absolute;
	left: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: url(images/miniplayer_line.svg) no-repeat center center / 100%;
	cursor: pointer;
}

#chats .chat.minimize .close
{
	background: url(images/expand_player_line.svg) no-repeat center center / 100%;
}

.open_chat
{
	background: url(images/miniplayer_line.svg) no-repeat center center / 100%;
	display: inline-flex;
	width: 32px;
	height: 32px;
	cursor: pointer;
	padding-left: 40px;
	vertical-align: middle;
	align-items: center;
	color: #009999;
	font-size: 14px;
	margin-left: 20px;
	font-weight: bold;
}

#chats .chat .titre
{
	font-size: 17px;
	font-weight: bold;
	color: #009999;
	padding: 20px 60px 20px 34px;
	border-bottom: 1px solid #009999;
	position: relative;
	text-align: center;
	line-height: 1.1;
	cursor: pointer;
}

#chats .chat .titre .type
{
	font-size: 13px;
}

#chats .chat.minimize .titre
{
	border: 0;
}

#chats .chat .titre:after
{
	position: absolute;
	display: block;
	content: '';
	width: 45px;
	height: 45px;
	background: url(images/chat.png) no-repeat center center / 40px;
	right: 10px;
	top: 10px;
}

#chats .chat.minimize .content, #chats .chat.minimize .submit
{
	display: none;
}

#chats .chat .content
{
	padding: 20px;
	border-bottom: 1px solid #009999;
}

#chats .chat textarea
{
	height: 50px;
	border: 0;
	flex: 1;
	resize: none;
	outline: none;
	padding: 15px;
}

#chats .chat .content
{
	height: 300px;
	overflow: auto;
}

#chats .chat .message
{
	width: calc(100% - 40px);
}

#chats .chat .message:not(.mine)
{
	margin-left: auto;
}

#chats .chat .content .message
{
	margin-bottom: 15px;
}

#chats .chat .content .texte
{
	background: #f6f6f6;
	padding: 15px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.2;
}

#chats .chat .content  .date
{
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}

#chats .chat .submit
{
	display: flex;
}

#chats .chat form
{
	padding: 10px;
	flex: 1;
}

#chats .chat .submit .btn
{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	cursor: pointer;
}

#chats .chat .welcome
{
	text-align: center;
	opacity: 0.5;
	line-height: 2;
}

#chats .chat .submit .btn.send
{
	opacity: 0.3;
}

.filecontainer
{
	position: relative;
	height: 30px;
	width: 200px;
	margin: 0 auto;
}

.filecontainer input
{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.filecontainer span
{
	background: #FFF;
	color: #000!important;
	border-radius: 8px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

form:not(.uploadForm)
{
	background: #f9f9f9;
	padding: 20px;
}

form input[type=submit], .acf-button
{
	background: #00ada5;
	color: #fff!important;
	border-radius: 8px;
	border: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

form label
{
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #009999;
	font-weight: 600;
}

form select, form input[type=date], form input[type=text], form input[type=email], form textarea, form input[type=password]
{
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #ccc;
	background: #fff;
}

form textarea
{
	padding: 10px;
	resize: none;
	height: 80px;
	font-size: 13px;
}

form .row
{
	margin-bottom: 20px;
}

.months
{
	display: flex;
	margin: 25px 0;
}

.months a
{
	height: 40px;
	padding: 0 20px;
	color: #009999;
	background: #e9e9e9;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #fff;
}

.months a.current, .months a:hover
{
	color: #fff;
	background: #d81b81;
}

#message.updated {
	background: #009999;
	padding: 10px;
	margin-bottom: 25px;
	color: #fff;
}

#detail_mois
{
	padding: 25px 10px;
	box-shadow: 2px 2px 7px 2px #ccc;
}

#detail_mois .mois
{
	background: #e9e9e9;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	color: #00ada5;
}

#detail_mois .action
{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 30px;
}

#detail_mois table
{
	margin-bottom: 30px;
	width: 100%;
	max-width: 1400px;
}

#detail_mois table td
{
	vertical-align: middle;
}

#detail_mois table .name
{
	background: #d81b81;
	color: #fff;
}

.late
{
	color: #fb0202!important;
}

.ok
{
	color: #21a721!important;
}

.isnoformat
{
	color: orange!important;
}

#detail_mois table .sep
{
	width: 95%;
	height: 1px;
	background: #fff;
	margin: 20px auto;
}

#detail_mois table .format{
	margin-top: 15px;
}

#detail_mois table .upload .links
{
	display: none;
	justify-content: center;
	gap: 10px;
}

#detail_mois table .upload .uploadForm.same .links .download
{
	display: none;
}

#detail_mois table .upload .links .btn
{
	height: 30px;
	display: flex;
	align-items: center;
}

#detail_mois table .upload form
{
	min-height: 30px;	
}

#detail_mois table .upload form:not(.uploaded) .same_container 
{
	margin-top: 20px;
}

#detail_mois table .upload .othervisible .bilingue, #detail_mois table .upload .isbilingue .delete {
	display: none;
}


#detail_mois table .upload form.uploaded .links
{
	display: flex;
}

#detail_mois table .upload form.uploaded .same
{
	display: none;
}

#detail_mois table .upload form.load
{
	background: url(images/loader.gif) no-repeat center center / 30px;
}

#detail_mois table .upload form.uploaded .filecontainer, #detail_mois table .upload form.load .filecontainer
{
	display: none;
}

#detail_mois .template
{
	margin: 20px 0;
}

#detail_mois .template a
{
	color: #000;
	text-decoration: underline;
}

form.load {
	position: relative;
}

form.load:before {
	background: #D7D0D0 url(images/loader-full.gif) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
}

form.load * {
	opacity: 0.1;
}


.dropzone {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: rgba(0, 115, 170, 0.8);
  border: 20px dashed #60a7dc;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

#dropBorder {
	border: 4px dashed #b4b9be;
	display: inline-block;
	width: 180px;
	vertical-align: top;
	margin-left: 50px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.folderspath
{
	padding: 5px;
	display: flex;
	margin: 25px 0;
	align-items: center;
}

.folderspath a
{
	font-size: 22px;
	color: #000;
}

.folderspath a:before
{
	content : '';
	display: inline-block;
	margin: 10px;
	vertical-align: middle;
}
.folderspath a:not(:first-child):before
{
	content : '>';
}

.folderspath a:first-child:before
{
	content : '';
	width: 15px;
	height: 15px;
	background: url(images/home.png) no-repeat center center / 100%;
}


.folders
{
	clear: both;
	margin: 30px 0;
	display: flex;
	flex-flow: column;
}

.folders a
{
	padding-left: 30px;
	text-decoration: underline;
	background: url(images/folder.png) no-repeat left center / 20px;
	margin-bottom: 10px;
	color: #000;
}

.table table
{
	width: 100%;
	border: 0;
}

body:not(.home) .table table
{
	border: 1px solid #e1e1e1; 
}

body:not(.home) .table a:not(.button)
{
	color: #151a61;
	text-transform: uppercase;
	font-weight: 500;
}

.table td, .table th
{
	border-bottom: 1px solid #e1e1e1; 
	padding: 15px 20px;
	text-align: left;
	color: #53565a;
}

body.home .table td, body.home .table th
{
	border-bottom: 2px solid #537ebf; 
}

body.home .third .table td, body.home .third .table th
{
	border-bottom: 2px solid #fff; 
}

.table th
{
	background: #d81b81;
	color: #fff;
}

.table table tr:nth-child(2n) td
{
	background: #f9f9f9;
}

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

.table .btn.xs
{
	margin-left: 10px;
}

.table td.picto
{
	padding: 0 0 0 10px;
}

.table td.picto img
{
	display: inline-block;
	width: 25px;
	margin-top: 0px;
	vertical-align: top;
}

.filters
{
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
}

.download a
{
	display: inline-block;
	width: 15px;
	height: 18px;
	background: url(images/download.png) no-repeat center center / auto 100%;
	vertical-align: middle;
	text-indent: -10000px;
}

.page-template-files #content form
{
	margin-bottom: 40px;
}

.page-template-actions-marketing .admin .action
{
	padding: 25px 10px;
	box-shadow: 2px 2px 7px 2px #ccc;
	margin-top: 40px;
}

.page-template-actions-marketing .admin .action > .titre
{
	font-weight: bold;
	font-size: 22px;
	color: #008076;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.page-template-actions-marketing .admin .animation
{
	margin-bottom: 30px;
}

.page-template-actions-marketing .admin .animation > .titre
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

.page-template-actions-marketing .admin table
{
	width: 100%;
}

.page-template-actions-marketing .admin td, .page-template-actions-marketing .admin th
{
	padding: 12px 10px;
	text-align: left;
}

.page-template-actions-marketing .admin .labo th
{
	background: #ededed;
}


.page-template-actions-marketing .admin table.summary .animation
{
	color: #008076;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}

.page-template-actions-marketing .admin .titre-action
{
	background: #00ada5;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
	margin-top: 15px;
	display: block;
}

.page-template-actions-marketing .admin .titre-action:hover
{
	background: #d81b81;
}

.page-template-actions-marketing .admin table.summary td, .page-template-actions-marketing .admin table.summary th
{
	padding: 10px 30px;
}
.page-template-actions-marketing .admin table.summary td:not(:last-child), .page-template-actions-marketing .admin table.summary th:not(:last-child)
{
	border-right: 1px solid #d4dbe0;	
}

.page-template-actions-marketing .admin .labo td
{
	border-bottom: 1px solid #d4dbe0;
	font-weight: bold;
	font-size: 13px;
}


.page-template-actions-marketing .admin .labo th.recu
{
	color: #21a721;
}

.page-template-actions-marketing .admin .labo th.nonrecu
{
	color: #f82929;
}


.page-template-actions-marketing .laboratoire .legende
{
	margin-top: 80px;
	border: 1px dotted #00ada5;
	padding: 25px 20px;
}

.page-template-actions-marketing .laboratoire .legende .titre
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	color: #00ada5;
	text-underline-offset: 5px;
	text-decoration-thickness: 3px;
	margin-bottom: 20px;
}

.page-template-actions-marketing .laboratoire .legende .blocs
{
	display: flex;
}

.page-template-actions-marketing .laboratoire .legende .bloc
{
	flex: 1;
	display: flex;
	gap: 10px;
}

.page-template-actions-marketing .laboratoire .legende .bloc .couleur
{
	flex: 0 0 135px;
	width: 135px;
	height: 34px;
}

.page-template-actions-marketing .laboratoire .legende .bloc .couleur.vert
{
	background: #21a721;
}
.page-template-actions-marketing .laboratoire .legende .bloc .couleur.rouge
{
	background: #f82929;
}
.page-template-actions-marketing .laboratoire .legende .bloc .couleur.noir
{
	background: #000;
}

.page-template-actions-marketing .laboratoire .legende .bloc .txt
{
	padding-top: 8px;
}

.page-template-actions-marketing .laboratoire table
{
	border-collapse: collapse;
}

.page-template-actions-marketing .laboratoire table th, .page-template-actions-marketing .laboratoire table td
{
	padding-left: 10px;
	padding-right: 10px;
	background: #e9e9e9;
	border: 1px solid #fff;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.page-template-actions-marketing .laboratoire table th
{
	color: #00ada5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page-template-actions-marketing .laboratoire table th.current
{
	background: #d81b81;
	color: #fff;
}

.page-template-actions-marketing .laboratoire .action
{
	padding-top: 30px;
}

.page-template-actions-marketing .laboratoire table td.current
{
	background: #f2f2f2;
	border-right: 1px solid #d3d3d3;
}

.page-template-actions-marketing .laboratoire table tr:not(:last-child) td.current
{
	border-bottom: 1px solid #d3d3d3;
}

.page-template-actions-marketing .laboratoire table td
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.page-template-actions-marketing .laboratoire table td .desc
{
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	padding-top: 5px;
}

.page-template-actions-marketing .laboratoire table td .small {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	padding-top: 15px;
}

.page-template-actions-marketing .laboratoire table td a
{
	color: #000;
}

.page-template-actions-marketing .laboratoire table td a:hover
{
	text-decoration: underline;
}

.page-template-actions-marketing .laboratoire table .pretarifs td {
	padding: 10px;
	background: #ccc;
	text-transform: uppercase;
}

.page-template-actions-marketing .laboratoire table .tarifs td a .title
{
	color: #008076;
	font-weight: normal;
}

.page-template-actions-marketing .laboratoire table .action .title
{
	text-transform: uppercase;
}

.page-template-actions-marketing .laboratoire table .action > .title
{
	color: #d81b81;
}

.page-template-actions-marketing .laboratoire table .animation  > .title
{
	margin-top: 25px;
	display: block;
	text-transform: uppercase;
}

#footer {
	background: #666;
	padding: 10px 20px;
}

#footer, #footer a {
	color: #bbb;	
}

#footer a {
	display: flex;
	align-items: center;
	gap: 10px;
}

#footer {
	.wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;	
	}
}