@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Neuton:300,400,700');

/* 
  MATHIAS 
*/

/*
  All Pages
*/

#loggedOffPopup #greyBox {
  text-align: center;
  width: 100%;
  background-color: lightgray;
  padding: 5px;
  margin-top: 18px;
  color: #353535;
}

#loggedOffPopup button {
  float: none;
}

.input95 {
  width: 95%;
}

.clear{
  clear:both;
}

/* 
  URL : /selfservice/templatesciblage/{ID}
  Outil association d'une template a plusieurs pays
*/
#templateGeoUpdate select {
  border: 0;
  overflow-y: inherit;
}

#templateGeoUpdate select option {
  text-transform: uppercase;
  display: inline-block;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 11px;
  line-height: 11px;
  margin-right: 10px;
  color: grey;
  background: transparent;
}

#templateGeoUpdate select option:hover {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
}

#templateGeoUpdate select option:focus {
  border: 1px solid #ffb5e3 !important;
  background-color: #ffb5e3 !important;
  background: linear-gradient(#ffb5e3, #ffb5e3);
  color: #000;
}

#templateGeoUpdate select option:active,
#templateGeoUpdate select option:checked {
  border: 1px solid #43e1ac !important;
  background-color: #43e1ac !important;
  background: linear-gradient(#43e1ac, #43e1ac);
  color: #000;
}

#infoCountryWhitelist {
  display: inline;
}

/*
  URL: /selfservice/templatesciblage/{ID}
  Outil verification template
*/
#verification {
  background: transparent;
  display: inline-block;
  /* width:300px; */
  width: auto;
  vertical-align: sub;
}

#verification .fa-triangle-exclamation {
  color: red;
  font-size: 25px;
}

#dialog-templateVerif #randomID {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  background-color: cornsilk;
  padding: 5px 0px;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  font-weight: 800;
  margin-left: 10px;
  margin-bottom: 20px;
}

#dialog-templateVerif #templateValideAnswer {
  color: green;
}

.templateVerifStep {
  font-family: 'ranuabold', Arial, sans-serif !important;
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #5f23f0;
}

a#ioAncre {
  font-size: 8px !important;
  padding: 5px 10px !important;
  border: 1px solid #5f23f0 !important;
  border-radius: 20px !important;
  display: inline-block !important;
  width: auto;
  margin-top: 10px !important;
}

/*
  URL: /selfservice/purchasedcampaign
  Copier/Coller des balises styles présent dans le fichier indexPurchasedCampaign.html.twig
  + extra
*/
.totalCampaignByType {
  display:inline-block;margin-left:10px;padding:2px 15px;font-size:11px;border-radius:20px;background:#fff;
}
.totalCampaignByTypeCount {
  font-family: 'beatricebold';
  margin-right:5px;
}
table.purchasedCampaign-all, table.cancelled-campaignAll {
  width:100%;
  max-width:100%;
}

table.purchasedCampaign-all tr, table.cancelled-campaignAll tr {
  position: relative;
}

table.purchasedCampaign-all td, table.cancelled-campaignAll td {
  width: 5%;
}
table.purchasedCampaign-all tbody tr td, table.cancelled-campaignAll tbody tr td {
  width: 5% !important;
  padding: 8px 5px;
  font-size: 9px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

table.purchasedCampaign-all tbody tr td:nth-child(1), table.cancelled-campaignAll tbody tr td:nth-child(1) {
  width: 2% !important;
  font-size: 9px;
  font-weight: bold !important;
}

table.purchasedCampaign-all tbody tr td:nth-child(2), table.cancelled-campaignAll tbody tr td:nth-child(2) {
  width: 8% !important;
  font-weight: bold !important;
  color: #5f23f0;
  text-transform: uppercase;
  text-align:left;
  font-size:12px;
  white-space: normal;
}
table.purchasedCampaign-all tbody tr td:nth-child(3), table.cancelled-campaignAll tbody tr td:nth-child(3) {
  width: 8% !important;
  white-space: normal;
}
table.purchasedCampaign-all tbody tr td:nth-child(4), table.cancelled-campaignAll tbody tr td:nth-child(4) {
  font-weight:bold;
}

table.purchasedCampaign-all tbody tr td:nth-child(7), table.cancelled-campaignAll tbody tr td:nth-child(7) {
  width: 5% !important;
  font-weight: bold !important;
  font-size:11px;
  color: #5f23f0;
}
table.purchasedCampaign-all tbody tr td:nth-child(9), table.cancelled-campaignAll tbody tr td:nth-child(9) {
  width: 5% !important;
  font-size:15px;
}

table.purchasedCampaign-all tbody tr td:nth-child(11), table.cancelled-campaignAll tbody tr td:nth-child(11) {
  width: 5% !important;
}
table.purchasedCampaign-all tbody tr td:nth-child(13), table.cancelled-campaignAll tbody tr td:nth-child(13) {
  width: 2% !important;
}

table.purchasedCampaign-all tbody tr td:nth-child(14), table.cancelled-campaignAll tbody tr td:nth-child(14) {
  width: 10% !important;
  font-size: .6rem;
  text-align: left;
}
table.purchasedCampaign-all tbody tr td:nth-child(15), table.cancelled-campaignAll tbody tr td:nth-child(15) {
  width: 4% !important;
}

table.purchasedCampaign-all thead, table.cancelled-campaignAll thead {
  background: #43e1ac !important;
}

table.purchasedCampaign-all thead td, table.cancelled-campaignAll thead td {
  color: #000 !important;
  font-weight: bold;
  font-size: 8px;
  text-align: center !important;
}
table.purchasedCampaign-all.dataTable tbody td, table.cancelled-campaignAll.dataTable tbody td {
  line-height: 15px !important;
}
.purchasedCampaign-all thead, table.cancelled-campaignAll thead {
  color: white;
}

#infoLoader {
  left: calc(50% - 300px);
  top: calc(50% + 15px);
  width: 600px;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: #43e1ac;
}

.main-kpi-self {
  float: left;
  font-weight: 600;
  width: 15.66%;
  text-transform: uppercase;
  display: block;
  height: auto !important;
  margin: 0 1% 25px 0;
  border-top: 2px solid #000;
  padding-top: 10px;
  font-size: 10px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  font-weight: 900;
}

span.self-stat {
  font-family: 'beatriceregular', arial, sans-serif !important;
  font-size: 24px;
}

div.dt-buttons {
  display: inline-block;
  margin-top: 5px;
}

button.dt-button {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 7px 17px;
  border: 1px solid #5f23f0 !important;
  color: #5f23f0;
  font-size: 10px;
  line-height: 10px;
  background: transparent;
  margin-right: 10px;
}

button.dt-button:hover {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
}

div.showOptions {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #43e1ac;
  display: none;
  z-index: 1;
}

div.showOptions a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #000;
  color: #000;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 10px;
}

div.showOptions a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000 !important;
}

a.campaignOptions {
  z-index: 1;
  font-size: 18px !important;
}

.campaignClose {
  cursor: pointer;
  color: #5f23f0;
}

.campaignClose:hover {
  color: #000;
}

/*
  URL: /selfservice/purchasedcampaign/rapport
*/

/* .selfServiceCampaignReport #reportForm{
  width:500px;
  margin:auto;
  background-color: lightgray;
  border-radius: 5px;
  padding: 25px;
} */

/* .selfServiceCampaignReport #reportForm h5{
  margin:auto auto 10px auto;
  width: 70px;
} */

.selfServiceCampaignReport #reportForm .levier input {
  width: 20px;
}

.selfServiceCampaignReport #reportForm input {
  width: 150px;
}

.selfServiceCampaignReport #reportForm button {
  margin: 15px auto auto auto;
  float: unset;
}

.selfServiceCampaignReport #reportForm span.levier, #reportForm span.levier input,#reportForm span.levier label {
  vertical-align:middle;
}

.selfServiceCampaignReport #reportForm span.levier label {
  margin-bottom:0;
  font-weight:bold;
  margin-right:15px;
}

.selfServiceCampaignReport #reportForm span.levier input[type=checkbox]:checked + label {
  border-bottom:2px solid #000; padding-bottom:2px;
}

.selfServiceCampaignReport #reportForm span.levier input[type=checkbox].rounded-checkbox {
  width:16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid black;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.selfServiceCampaignReport #reportForm span.levier input[type=checkbox].rounded-checkbox:checked {
  appearance: auto;
  clip-path: circle(50% at 50% 50%);
  background-color: #5f23f0 !important;
}

.selfServiceCampaignReport #reportForm span.levier input[type=checkbox].rounded-checkbox:checked:before {
border: #5f23f0;
background-color: #5f23f0 !important;
}

#purchasecampaignreport_betweenDate h1 {
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 25px;
  color: #5f23f0;
}

/*
  URL: /project/old/activation
  Design dans le pop up création task
*/
#dynamicInfo {
  clear: both;
  margin-top: 75px;
}

/*
  URL: /grandscomptes/26
  Design dans le pop up CSS -> Option Self
  Design dans le pop up "Gérer les catégories"
*/

.ajaxState {
  right: 4%;
  position: absolute;
  top: 12%;
}

#dialog-gestionLevier .fa-spinner,
#dialog-gestionLevier .fa-check {
  z-index: 999;
  top: 5px;
  right: 5px;
}

#dialog-gestionLevier #info {}

#dialog-gestionLevier .customOption {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  margin-top: 20px;
  width: 100%;
}

#dialog-gestionLevier .customOption select {
  border: 0;
  background: transparent;
  display: block;
  width: 100%;
  height: auto !important;
}

#dialog-gestionLevier .ts-button-submit {
  bottom: 11px;
  right: 19px;
}

#dialog-gestionLevier .customOption select option {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold !important;
  font-size: 16px;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 15px 15px 0 0;
  color: #929292;
  display: inline-block;
  border: 1px solid #000;
}

.levierSelector h5 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

#dialog-gestionLevier .customOption .slideThree {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  /* margin: 0px !important;
  position: absolute;
  top: 15px;
  right: 20px; */
}

#dialog-gestionLevier .customOption .slideThree:after {
  content: "OFF"
}

#dialog-gestionLevier .customOption .slideThree:before {
  content: "ON"
}

#dialog-gestionLevier .customOption .slideThree .label {
  width: 60px !important;
}

#infoCountryWhitelist {
  display: inline;
}

#dialog-gestionLevier .customOption .grandCompteGeoOptions option:active,
#dialog-gestionLevier .customOption .grandCompteGeoOptions option:checked,
#dialog-gestionLevier .customOption .grandCompteGeoOptions option:focus {
  background-color: #43e1ac !important;
  background: linear-gradient(#43e1ac, #43e1ac);
  border: 1px solid #43e1ac !important;
  color: #000;
}

#dialog-gestionLevier .customOption select option:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}


#dialog-category button,
#whitelabelGererOptionsFormulaires button,
#whitelabelGererLeTexteAffiche button,
#dialog-gestionLevier .ts-button-form-noir {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#dialog-category button:hover,
#whitelabelGererOptionsFormulaires button:hover,
#whitelabelGererLeTexteAffiche button:hover,
#dialog-gestionLevier .ts-button-form-noir:hover {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff;
}

#dialog-category button:focus,
#whitelabelGererOptionsFormulaires button:focus,
#whitelabelGererLeTexteAffiche button:focus,
#dialog-gestionLevier .ts-button-form-noir:focus {
  border: 1px solid #000 !important;
  background-color: #000 !important;
  color: #fff;
}

#dialog-category .display,
#whitelabelGererOptionsFormulaires .display,
#whitelabelGererLeTexteAffiche .display,
#dialog-gestionLevier .display {
  background-color: #5f23f0 !important;
  border: 1px solid #5f23f0 !important;
  color: #fff;
}

#dialog-category .audio,
#whitelabelGererOptionsFormulaires .audio,
#whitelabelGererLeTexteAffiche .audio,
#dialog-gestionLevier .audio {
  background-color: #43e1ac !important;
  border: 1px solid #43e1ac !important;
}

#dialog-category .video,
#whitelabelGererOptionsFormulaires .video,
#whitelabelGererLeTexteAffiche .video,
#dialog-gestionLevier .video {
  background-color: #ffb5e3 !important;
  border: 1px solid #ffb5e3 !important;
}

#dialog-category .youtube,
#whitelabelGererOptionsFormulaires .youtube,
#whitelabelGererLeTexteAffiche .youtube,
#dialog-gestionLevier .youtube {
  background-color: red !important;
  border: 1px solid red !important;
  color: #fff;
}

#dialog-category .dooh,
#whitelabelGererOptionsFormulaires .dooh,
#whitelabelGererLeTexteAffiche .dooh,
#dialog-gestionLevier .dooh {
  background-color: #ff0 !important;
  border: 1px solid #ff0 !important;
}

#dialog-category .ingame,
#whitelabelGererOptionsFormulaires .ingame,
#whitelabelGererLeTexteAffiche .ingame,
#dialog-gestionLevier .ingame {
  background-color: #fd6020 !important;
  border: 1px solid #fd6020 !important;
  color: #fff;
}

#dialog-category .connectedtv,
#whitelabelGererOptionsFormulaires .connectedtv,
#whitelabelGererLeTexteAffiche .connectedtv,
#dialog-gestionLevier .connectedtv {
  background-color: #fd6020 !important;
  border: 1px solid #fd6020 !important;
  color: #fff;
}

#dialog-category .facebook,
#whitelabelGererOptionsFormulaires .facebook,
#whitelabelGererLeTexteAffiche .facebook,
#dialog-gestionLevier .facebook {
  background-color: #1877f2 !important;
  border: 1px solid #1877f2 !important;
  color: #fff;
}

#dialog-category .search,
#whitelabelGererOptionsFormulaires .search,
#whitelabelGererLeTexteAffiche .search,
#dialog-gestionLevier .search {
  background-color: #03583c !important;
  border: 1px solid #03583c !important;
  color: #fff;
}

#dialog-category .tf1,
#whitelabelGererOptionsFormulaires .tf1,
#whitelabelGererLeTexteAffiche .tf1,
#dialog-gestionLevier .tf1 {
  background-color: #00f !important;
  border: 1px solid #00f !important;
  color: #fff;
}

#dialog-category .netflix,
#whitelabelGererOptionsFormulaires .netflix,
#whitelabelGererLeTexteAffiche .netflix,
#dialog-gestionLevier .netflix {
  background-color: #e50914 !important;
  border: 1px solid #e50914 !important;
  color: #fff;
}

#dialog-category .m6,
#whitelabelGererOptionsFormulaires .m6,
#whitelabelGererLeTexteAffiche .m6,
#dialog-gestionLevier .m6 {
  background-color: #c6b905 !important;
  border: 1px solid #c6b905 !important;
  color: #fff;
}


#SelfDisplay>thead>tr:first-child {
  background-color: #5f23f0 !important;
  border: 2px solid #5f23f0;
  color: #fff;
}

#SelfAudio>thead>tr:first-child {
  background-color: #43e1ac !important;
  border: 2px solid #43e1ac;
}

#SelfVideo>thead>tr:first-child {
  background-color: #ffb5e3 !important;
  border: 2px solid #ffb5e3;

}

#SelfYoutube>thead>tr:first-child {
  background-color: red !important;
  border: 2px solid red;
  color: #fff;
}

#SelfDooh>thead>tr:first-child {
  background-color: #ff0 !important;
  border: 2px solid #ff0;
}

#SelfTV>thead>tr:first-child {
  background-color: #fd6020 !important;
  border: 2px solid #fd6020;
  color: #fff;
}

#whitelabelGererOptionsFormulaires>table {
  Margin-top: 20px;
}

#whitelabelGererOptionsFormulaires>table>thead {
  border-radius: 5px !important;
}


#whitelabelGererOptionsFormulaires>table>thead>tr:first-child>th:first-child {
  border-radius: 5px 5px 0px 0px;
  border: 0px !important;
  font-size: 20px;
  font-family: 'ranuabold', Arial, sans-serif !important;
  text-align: left;
}

/*
  URL: /grandscomptes/26
  Le mode design marque blanche doit être activé. Il faut cliquer sur la palette a côté du nom du grand compte
  Tous les #dialog-whitelabel sont liés au dialog
*/
#dialog-whitelabel #whitelabelDialogChoice button {
  border-radius: 20px;
  padding: 60px 23px;
  background-color: white;
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 20px;
  border: 2px solid #777 !important;
}

#dialog-whitelabel #whitelabelDialogChoice button:hover {
  background-color: #f1f1f1;
  border: 2px solid #b5b4b4 !important;
}

#dialog-whitelabel #whitelabelGererCss textarea {
  width: 100%;
  height: 333px;
}

#dialog-whitelabel #whitelabelGererOptionsFormulaires table td {
  border: 1px solid black;
  padding: 5px;
  text-align: center;
}

#dialog-whitelabel #whitelabelGererOptionsFormulaires table th {
  border: 1px solid black;
  padding: 20px;
  text-align: left;
}

#whitelabelGererLeTexteAffiche table tfoot th {
  text-align: center;
}

/*
  URL: /selfservice/templatesciblage/[ID]
  Le tableau d'un split bug après une fonction jquery .load
*/
.ALI .split {
  width: 100%;
}

/*
  URL: /selfservice/templatesciblage/
  Si une catégorie est associé a une template en mode pack alors un texte s'affiche 
*/
.templateModePack {
  color: black;
  font-size: 10px;
  line-height: 10px;
  margin-left: 15px;
  display: block;
}

span.packActive {
  color: #5f23f0;
  font-weight: bold;
}

span.packActive i {
  margin-right: 5px;
  color: #ff5450;
}

/*
  URL: http://remoteserv:8010/selfservice/templatesciblage/
  Pop up Gestion des configuration type
*/
#configTypeDialogChoice button {
  border-radius: 20px;
  padding: 53px 28px;
  background-color: white;
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 20px;
  border: 2px solid #777 !important;
}

#configTypeDialogChoice button:nth-item(1) {
  margin-right: 20px;
}

#configTypeDialogChoice button:hover {
  background-color: #f1f1f1;
  border: 2px solid #b5b4b4 !important;
}

/*
  URL: http://remoteserv:8010/selfservice/templatesciblage/
  Le bouton sur le pop-up "Gestion des catégories"
  #categoryDialogChoice
*/
#categoryDialogChoice button {
  border-radius: 20px;
  padding: 53px 28px;
  background-color: white;
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 20px;
  border: 2px solid #777 !important;
}

#categoryDialogChoice button:nth-item(1) {
  margin-right: 20px;
}

#categoryDialogChoice button:hover {
  background-color: #f1f1f1;
  border: 2px solid #b5b4b4 !important;
}

/* Tiny MCE PopUp Relou Remoteserv*/
.tox-notification {
  display: none !important;
}

/*NOTIFICATION*/
.notifyjs-notification-newProject-base .no {
  margin-right: 5px;
}

.notifyjs-notification-newProject-base .yes {
  /*L'ancre "Ouvrir" de la bulle de notification pour les nouveaux projets. Tu peux le test avec cette url: http://remoteserv:8010/notification/pingEveryone-newProject/ceciestuntest */
}

/*SUR BASE HTML*/
#loadingNotificationHub {
  zoom: 0.3;
}

/* indexAttributionProjetDetail */
.infoGreen {
  color: green;
}

#clients,
#projet,
#sante,
#laboratoire,
#selfService,
#segments,
#learning,
#administration,
#partners,
#GPProjetsGestionAccesAdmin,
#GPProjetsGestionAccesoverview,
#GPProjetsGestionAccespipeline,
#GPProjetsGestionAccesfacturation,
#GPProjetsGestionAccesactivations,
#GPProjetsGestionAccestaggingAudits,
#GPProjetsGestionAccessuiviProjets,
#GPProjetsGestionAccesattributionProjets {
  display: none;
}


/* indexAttributionProjetDetail */
.infoRed {
  color: red;
}

/* 
  FIN MATHIAS 
*/

/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/********************************  AJOUT FONT CHARTE 2021 **************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/


@font-face {
  font-family: 'beatricebold_italic';
  src: url('../fonts/beatrice_bold_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_bold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricebold';
  src: url('../fonts/beatrice_bold-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatriceextrabold_italic';
  src: url('../fonts/beatrice_extrabold_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_extrabold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatriceextrabold';
  src: url('../fonts/beatrice_extrabold-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_extrabold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricelight_italic';
  src: url('../fonts/beatrice_light_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_light_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricelight';
  src: url('../fonts/beatrice_light-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricemedium_italic';
  src: url('../fonts/beatrice_medium_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_medium_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricemedium';
  src: url('../fonts/beatrice_medium-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatriceregular_italic';
  src: url('../fonts/beatrice_regular_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_regular_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatriceregular';
  src: url('../fonts/beatrice_regular-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricesemibold_italic';
  src: url('../fonts/beatrice_semibold_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_semibold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricesemibold';
  src: url('../fonts/beatrice_semibold-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'beatricethin_italic';
  src: url('../fonts/beatrice_thin_italic-webfont.woff2') format('woff2'),
    url('../fonts/beatrice_thin_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'ranuabold';
  src: url('../fonts/ranua-bold-ts-webfont.woff2') format('woff2'),
    url('../fonts/ranua-bold-ts-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/
/****************************** FIN AJOUT FONT CHARTE 2021 *************************/
/***********************************************************************************/
/***********************************************************************************/
/***********************************************************************************/


.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid red;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

a {
  position: relative;
}

a[tooltip]:hover:after {
  content: attr(tooltip);
  position: absolute;
  background-color: #000;
  top: 100%;
  margin-top: 5px;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  left: 0;
  text-align: center;
  z-index: 999999999999;
  white-space: nowrap;
  font-size: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: grey;
}

.arianeBigBlock {
  color: white;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
}

.breadcrumb-item.active {
  color: white;
  text-transform: uppercase;
}

/**************************
*
* CSS AJOUTE PAR MATHIAS (ABOVE)
*
* UPDATED .arianeBigBlock
*
**************************/
.templatesciblageDetail .card {
  overflow: auto;
}

.templatesciblageDetail #parameterTable thead {
  display: none;
}

.templatesciblageDetail #parameterTable td {
  border: none;
}

.templatesciblageDetail #parameterTable {
  border-bottom: none;
}

.templatesciblageDetail #parameterTable span {
  display: initial !important;
}

.templatesciblageDetail .parametres .card-body,
.templatesciblageDetail .parametres .text-value,
.templatesciblageDetail .parametres #parameterTable_wrapper,
.templatesciblageDetail .parametres #parameterTable_filter {
  margin: 0 0 0 0 !important;
}

.templatesciblageDetail .parametres #parameterTable_filter {
  width: 100%;
}


.schedule-rows td {
  width: 80px;
  height: 20px;
  margin: 3px;
  padding: 2px;
  background-color: #eee;
  cursor: pointer;
}

.schedule-rows td:first-child {
  background-color: transparent;
  text-align: right;
  position: relative;
  top: 0px;
}

.schedule-rows td[data-selected],
.schedule-rows td[data-selecting] {
  background-color: #5f23f0;
  ;
}

.schedule-rows td[data-disabled] {
  opacity: 0.55;
}

.templatesciblageDetail table.dataTable tbody tr {
  background-color: #fff0 !important;
}

table[id="Dispositifs"] {
  width: 100%;
}

table[id="Dispositifs"] td {
  width: 50px;
}

.ui-dialog[aria-describedby="dialog-Dispositifs"] {
  /* background-color:#2f353a; */
}

table[id="targets"] {
  width: 100%;
}

table[id="targets"] td {
  width: 50px;
}

.ui-dialog[aria-describedby="dialog-targets"] {
  /* background-color:#2f353a; */
}

.templatesciblageDetail .box {
  background-color: grey;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.templatesciblageDetail .row {
  margin: 10px 0 0 0 !important;
}

.templatesciblageDetail .row div:first-child {
  margin-left: 0 !important;
}

.templatesciblageDetail .card {
  width: 300px;
  margin-left: 0 !important;
  padding: 10px 10px 10px 10px !important;
}

.templatesciblageDetail .card-body {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.templatesciblageDetail .text-value {
  margin-left: 0 !important;
  width: 100%;
  font-size: 14px !important;
}

.templatesciblageDetail .text-value table {
  margin: auto;
}

.schedule-rows td,
.schedule-rows th,
.templatesciblageDetail td,
.templatesciblageDetail th {
  border: 1px solid !important;
}

.templatesciblageDetail .modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.templatesciblageDetail .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.templatesciblageDetail .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.templatesciblageDetail .close:hover,
.templatesciblageDetail .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.ui-dialog {
  z-index: 1020 !important;
}

.spinner {
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #5f23f0;
  border-radius: 100%;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0.0)
  }

  50% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

#oppaLoadingStyle {
  position: fixed;
  z-index: 99;
  margin-left: -30px;
  width: calc(100% + 29px);
  height: 100%;
  margin-top: -25px;
  /* background: linear-gradient(237deg, #ff0000, #2ea3f2); */
  background: linear-gradient(237deg, #fff, #f1f1f1);
  background-size: 400% 400%;

  -webkit-animation: AnimationDeFolie 10s ease infinite;
  -moz-animation: AnimationDeFolie 10s ease infinite;
  animation: AnimationDeFolie 10s ease infinite;

}

@-webkit-keyframes AnimationDeFolie {
  0% {
    background-position: 0% 78%
  }

  50% {
    background-position: 100% 23%
  }

  100% {
    background-position: 0% 78%
  }
}

@-moz-keyframes AnimationDeFolie {
  0% {
    background-position: 0% 78%
  }

  50% {
    background-position: 100% 23%
  }

  100% {
    background-position: 0% 78%
  }
}

@keyframes AnimationDeFolie {
  0% {
    background-position: 0% 78%
  }

  50% {
    background-position: 100% 23%
  }

  100% {
    background-position: 0% 78%
  }
}

/* + + + + + + + EDIT GUILLAUME + + + + + + + */

.tarteaucitronAlertSmallTop {
  display: none !important;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}

:focus {
  outline: none;
}

button {
  outline: none !important;
}

body {
  background-color: #e7e7e7;
  font-family: 'Montserrat', sans-serif !important;
  color: #000 !important;
}

.app {
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
}

.slideThree::after {
  top: 0px !important;
}

label {
  font-size: .7rem !important;
}

.app .dataTables_paginate {
  font-size: .7rem !important;
}

.app .dataTables_info {
  font-size: .7rem !important;
}

.modal-content {
  width: 850px !important;
  max-width: 100%;
}

.modal-content .display-3 {
  font-size: 2rem;
}

.app-footer {
  font-size: .5rem;
  background-color: #f5f5f5;
}

.sf-minitoolbar {
  display: none !important;
}

a {
  color: #ff0000;
}

a:hover {
  text-decoration: none !important;
}

/******** head ********/
.app-header {
  background-color: #f5f5f5;
}

.breadcrumb {
  font-size: .7rem;
  color: #c7c7c7;
}

ol.breadcrumb {
  background: #202427;
}

ul.d-md-down-none a {
  font-size: .8rem !important;
}

.btn-group {
  font-size: .7rem !important;
}

a.btn {
  font-size: .7rem !important;
}

.btn-group i {
  color: #ff0000;
}

.btn-group a {
  color: #a8a8a8 !important;
}

.btn-group a:hover {
  color: #fff !important;
}

#headerClient span.display3 {
  font-size: 2rem !important;
  font-weight: 700;
  text-transform: uppercase;
}

.optimetrics i {
  color: #ff0000;
}

.optimetrics:hover i {
  color: #000 !important;
}

.optimetrics a:hover {
  color: #ff0000 !important;
}

/******** nav ********/
.sidebar .nav-link:hover {
  color: #000;
  background: #ff0000 !important;
}

.nav-item .menu-titre {
  margin-left: 3px;
  font-size: 13px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.nav-item:hover .menu-titre {
  margin-left: 8px;
}

.nav-item:hover i {
  color: #fff;
}

.nav-item:hover .nav-dropdown-items i {
  color: #ff0000;
}

.nav-item:hover .nav-dropdown-items .nav-link:hover i {
  color: #fff;
}

.nav-item i {
  color: #ff0000;
}

.dropdown i {
  color: #a9a9a9;
}

.dropdown:hover i {
  color: #a9a9a9;
}

.dropdown .dropdown-item:hover i {
  color: #ff0005;
}

.nav-dropdown-items i {
  color: #ff0000;
  font-size: 10px;
  margin-left: 10px;
}

.nav-item .menu-drop-titre {
  margin-left: 3px;
  font-size: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.nav-dropdown-items .nav-item:hover .menu-drop-titre {
  margin-left: 8px;
}


/******** home ********/

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #000;
  color: #fff;
  border-bottom: 1px solid #c8ced3;
}

/*.card-body {background-color:;}*/


/******** client list ********/
ul#clientList {
  margin-left: -20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
}

.case-study-gallery li img {
  max-height: 100px;
  max-width: 280px;
  height: auto;
  width: auto;
}

/******** buttons ********/
.btn-primary,
#opener-viewDefaultLi.btn-primary,
#opener-categorylist.btn-primary,
#opener-templateArchived.btn-primary,
#opener-addTemplate.btn-primary,
#opener-createAli.btn-primary,
#opener-modifyCategoryAssoc.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover,
#opener-viewDefaultLi.btn-primary:hover,
#opener-categorylist.btn-primary:hover,
#opener-templateArchived.btn-primary:hover,
#opener-addTemplate.btn-primary:hover,
#opener-createAli.btn-primary:hover,
#opener-modifyCategoryAssoc.btn-primary:hover {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
  text-decoration: none;
}

.btn-primary:focus,
.btn-primary.focus,
#opener-viewDefaultLi.btn-primary:focus,
#opener-viewDefaultLi.btn-primary.focus,
#opener-categorylist.btn-primary:focus,
#opener-categorylist.btn-primary.focus,
#opener-templateArchived.btn-primary:focus,
#opener-templateArchived.btn-primary.focus,
#opener-addTemplate.btn-primary:focus,
#opener-addTemplate.btn-primary.focus,
#opener-createAli.btn-primary:focus,
#opener-createAli.btn-primary.focus,
#opener-modifyCategoryAssoc.btn-primary:focus,
#opener-modifyCategoryAssoc.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

.btn-apx {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-apx:hover {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
  text-decoration: none;
}

.btn-link {
  color: #ff0000 !important;
}

.btn-link:hover {
  color: #000 !important;
  text-decoration: none;
}

.btn-css3:focus,
.btn-css3.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 79, 38, 0.5);
}

/******** self-service templates ******/
.ui-dialog {
  border: 15px solid #ddd !important;
  padding: 10px;
  font-size: .8em;
  -webkit-box-shadow: 5px 5px 20px;
  -moz-box-shadow: 5px 5px 20px;
  box-shadow: 5px 5px 20px;
}

button.btn-success {
  margin-top: 15px;
}

.ui-dialog-title {
  text-transform: uppercase;
}

/******** alertes ********/
#menu-alert button {
  font-size: 11px;
  padding: 2px 4px;
  margin-right: 0px;
  margin-bottom: 3px;
}

#headerGestion button {
  margin-left: 0px !important;
}

#menu-alert.scrolling {
  position: fixed;
  top: 55px;
  background: #a6a6a6;
  display: inline-block;
  padding: 20px 0;
  z-index: 9999;
  width: calc(100% - 260px);
}

#inPage.scrolling {
  position: fixed;
  top: 55px;
  background: #a6a6a6;
  display: inline-block;
  padding: 20px 0;
  z-index: 9999;
  width: calc(100% - 260px);
}

/**************** Template Detail ********************/
#profileTypeName {
  color: #ff0005;
  cursor: pointer;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

#profileTypeName:hover {
  color: #000;
}

.card-body {
  padding: 20px !important;
  padding-top: 0 !important;
  width: 100%;
  font-size: 10px !important;
}

#box div {
  float: left;
  font-weight: bolder;
  margin: 0px;
  text-align: center;
}

.bg-une {
  /* background-color: #2f353a !important; */
  background-color: #000 !important;
  border-top: 5px solid #6b00ff;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.bg-une:hover {
  background-color: #262b2f !important;
  border-top: 5px solid #7819ff;
}

.bg-deux {
  /* background-color: #2f353a !important; */
  background-color: #000 !important;
  border-top: 5px solid #43e1ac;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.bg-deux:hover {
  background-color: #262b2f !important;
  border-top: 5px solid #66ffcc;
}

.bg-trois {
  /* background-color: #2f353a !important; */
  background-color: #000 !important;
  border-top: 5px solid #fd6020;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.bg-trois:hover {
  background-color: #262b2f !important;
  border-top: 5px solid #ff723c;
}

.bg-quatre {
  /* background-color: #2f353a !important; */
  background-color: #000 !important;
  border-top: 5px solid #ffff00;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.bg-quatre:hover {
  background-color: #262b2f !important;
  border-top: 5px solid #ffff44;
}

.templatesciblageDetail .text-value {
  font-size: 14px !important;
}

.templatesciblageDetail .row div:first-child {
  margin-left: 0px !important;
}

.templatesciblageDetail .row {
  width: 100%;
}

.templatesciblageDetail .row div {
  margin-left: 0px !important;
  width: 100%;
}

.templatesciblageDetail .card {
  width: 100%;
  margin-left: 0 !important;
}

.templatesciblageDetail .card span {
  /* text-transform: uppercase;font-size:15px !important;line-height:16px;letter-spacing:1px;background:#000;padding:6px 6px;border-radius: 3px;width:40%;color:#ff0005;
    text-shadow: 0px 0px 0px #000;margin-bottom:20px !important; */
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

.templatesciblageDetail .card span:hover {
  /* cursor:pointer;background:#ff0005;color:#fff; */
}

.templatesciblageDetail .card span.titre-box {
  /* text-transform: uppercase;font-size:15px !important;line-height:16px;letter-spacing:1px;background:transparent;padding:10px 6px;border-radius: 0px;color:#fff;text-shadow: 2px 2px 4px #000;margin-bottom:0px !important;border-bottom: 1px dotted #4f4f4f;width: 100%;padding-bottom: 17px; */
}

.templatesciblageDetail .card span.titre-box:hover {
  /* cursor:default;text-shadow: 2px 2px 4px #000; */
}

.mybox {
  width: 50% !important;
  margin: 0.5% 1%;
  padding: 0 10px 10px;
}

.mybox-segment {
  width: 100% !important;
  margin: 0.5% 1%;
  padding: 0 10px 10px;
}

.mybox-segment .dataTables_paginate span {
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 16px;
  letter-spacing: 1px;
  background: transparent;
  padding: 3px 6px;
  border-radius: 0px;
  color: #fff;
  text-shadow: 0px 0px 0px #000;
  margin-bottom: 0px !important;
  border-bottom: 1px dotted #4f4f4f;
  width: 100%;
  padding-bottom: 10px;
}

.mybox-segment .dataTables_paginate span:hover {
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 16px;
  letter-spacing: 1px;
  background: transparent;
  padding: 3px 6px;
  border-radius: 0px;
  color: #fff;
  text-shadow: 0px 0px 0px #000;
  margin-bottom: 0px !important;
  width: 100%;
  padding-bottom: 10px;
}

#opener-Dispositifs img {
  padding: 20px;
  background: transparent;
  border-radius: 3px;
}

#opener-Dispositifs img:hover {
  background: #000;
  cursor: pointer;
}

#opener-targets img {
  padding: 20px;
  background: transparent;
  border-radius: 3px;
}

#opener-targets img:hover {
  background: #000;
  cursor: pointer;
}

table.dataTable tbody td {
  line-height: 24px !important;
}

.templatesciblageDetail .text-value table {
  /* margin: auto; */
  max-width: 100%;
}



/**************** Template Selected ********************/
span.selected-option a {
  font-size: 14px !important;
  line-height: 14px;
  background: #000;
  padding: 6px 12px;
  border-radius: 3px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

span.selected-option a:hover {
  cursor: pointer;
  background: #ff0005;
  color: #000;
}

#clientList li.box-selected {
  width: 48%;
  display: inline-block;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 10px;
}

#clientList .box-selected {
  background-color: #2f353a !important;
  border-top: 5px solid #c90004;
  margin-left: 0;
  margin-bottom: 20px;
  border-radius: 0px 0px 3px 3px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}

#clientList .box-selected:hover {
  background-color: #262b2f !important;
  border-top: 5px solid #ff0005;
}

a.template-retour {
  padding: 2px 8px;
  background: #424242 !important;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
}

a.template-retour:hover {
  background: #ff0005 !important;
  color: #fff;
}


/************** page Grand Compte ***************/

div.gd-compte-kpi {
  float: left;
  font-weight: 200;
  width: 22%;
  font-size: 32px;
  padding: 1%;
  text-align: center;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  margin: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.gd-compte-kpi span {
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  line-height: 11px !important;
  text-transform: uppercase;
  display: inline-block;
}

div.abo-kpi:hover {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

h2.gd-compte-titre {
  font-size: 25px;
  font-weight: 300;
  color: #ff0005;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}



/************** page Deals Doctor ***************/
div.dealdoc-kpi {
  float: left;
  font-weight: 200;
  width: 22%;
  font-size: 32px;
  padding: 1%;
  text-align: center;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  margin: 0 1%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.dealdoc-kpi span {
  font-weight: 800;
  font-size: 11px;
  text-align: center;
  line-height: 11px !important;
  text-transform: uppercase;
  display: inline-block;
}

h2.dealdoc-titre {
  font-size: 22px;
  font-weight: 300;
  color: #ff0005;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
}

.box-deal {
  background: white;
  border-radius: 6px;
  margin-top: 35px;
  font-size: .7rem;
  font-weight: 300;
  padding: 20px;
  overflow: auto;
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


/************** .btn-appnexus-bis ***************/
button.btn-appnexus-bis {
  display: initial;
  background-color: #3d99ec !important;
  color: white;
  border-radius: 4px;
  font-size: 13px;
  margin: auto;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

button.btn-appnexus-bis:hover {
  background-color: #0060b8 !important;
}

button.btn-appnexus-bis .fa {
  padding-right: 5px;
}



/* + + + + + + + + + + + + + +  + + + + + + + */




/* Menu */
.color-nav-template {
  background-color: #ffc107 !important;
  color: black !important;
}

.color-nav-template i {
  color: black !important;
}

/* Client > index.html.twig */

.segment-all thead {
  background-color: #20a8d8;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.segment-all {
  margin-top: 20px;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.25rem;
  color: #444;
  font-weight: 100;
  width: 90%;
}

@media screen and (min-width: 37.5em) {
  .case-study__overlay p {
    height: 70%;
  }
}

.case-study-gallery {
  margin-top: 50px;
  width: 100%;
  margin: 50px 5%;
  /* max-width: 1100px; */
}

.case-study {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 2rem;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
}

@media screen and (min-width: 37.5em) {
  .case-study {
    height: 150px;
  }
}

@media screen and (min-width: 45em) {
  .case-study {
    display: inline-block;
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

.case-study__img {
  width: 90%;
  display: block;
  margin-top: 50%;
  transform: translateY(50%);
  margin: 0 auto;
}

.case-study__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.case-study__overlay:after {
  content: '';
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background-color: #202020;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.6s ease;
}

.case-study__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 5px 15px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

#clientList .case-study__title {
  font-size: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.moreInfo {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  color: black;
  text-align: center;
  opacity: 0;
  font-size: .8rem;
  transition: all 0.6s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo:hover {
  opacity: 1;
  color: white;
}

.case-study__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  padding: 10px;
  margin: 0 auto;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  font-size: .8em;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.case-study__link:hover {
  background-color: white;
  color: #202020;
}

.case-study:hover .moreInfo {
  top: -150px;
}

.case-study:hover .case-study__title {
  top: 0;
}

.case-study:hover .case-study__link {
  top: -220px;
}

.case-study:hover .case-study__overlay:after {
  opacity: 0.75;
}


/*  déclinaison case-study -> activation */
a.activ-retour {
  padding: 2px 8px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
}

a.activ-retour:hover {
  background: #ff0005;
  color: #fff;
}

.activ-form-titre {
  font-weight: bold;
  padding-top: 10px;
  color: #000;
}

/*ul#projetsAActive, ul#projetsEnActivation, ul#projetsTermine, ul#projetsFinalise {padding:10px 0 0 0;}*/
.activation-etat {
  font-size: 16px;
  /* font-weight: bold; */
  color: darkslategray;
  padding-right: 10px;
  line-height: 60px;
}

@media screen and (min-width: 37.5em) {
  .activation__overlay p {
    height: 70%;
  }
}

.activation-gallery {
  margin-top: 50px;
  width: 100%;
  margin: 50px auto;
  max-width: 1100px;
}

.activation {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto 10px;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 11px;
}

@media screen and (min-width: 37.5em) {
  .activation {
    height: 160px;
  }
}

@media screen and (min-width: 45em) {
  .activation {
    display: inline-block;
    width: 23% !important;
    margin-left: 0;
    margin-right: 1.5%;
  }
}

.activation .finalise {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 10px;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 11px;
}

@media screen and (min-width: 37.5em) {
  .activation.finalise {
    height: 160px;
  }
}

@media screen and (min-width: 45em) {
  .activation.finalise {
    display: inline-block;
    width: 23% !important;
    margin-left: 0;
    margin-right: 1.5%;
  }
}

.activation__img {
  width: 90%;
  display: block;
  margin-top: 50%;
  transform: translateY(50%);
  margin: 0 auto;
}

.activation__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.activation__overlay:after {
  content: '';
  width: 100%;
  border-radius: 0px;
  height: 100%;
  background-color: #202020;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.6s ease;
}

.activation__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 15px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  color: black;
  text-align: center;
  opacity: 0;
  font-size: .8rem;
  transition: all 0.6s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo:hover {
  opacity: 1;
  color: white;
}

.activation__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  padding: 6px 8px;
  margin: 0 auto;
  color: white;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.activation__link:hover {
  background-color: white;
  color: #202020;
}

.activation:hover .moreInfo {
  top: -150px;
}

.activation:hover .activation__title {
  top: -40px;
}

.activation:hover .activation__link {
  top: -240px;
}

.activation:hover .activation__overlay:after {
  opacity: 0.75;
}

/* fin déclinaison case study -> activation */

#myInput,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputDesactive,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputActive,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputValid,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputWait,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputRefuse,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

#myInputInvite,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #ea202e;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #ea202e;
}

/* client > indexClient.html.twig */

.levierKPI {
  font-size: 11px;
  padding: 4px 10px;
  background: #000;
  border-radius: 10px;
  color: #fff;
  margin-right: 5px;
}

.or-spacer-vertical {
  display: inline-block;
  margin: 0px 10px !important;
  position: relative;
}

.or-spacer-vertical .mask {
  overflow: hidden;
  width: 20px;
  height: 125px;
  margin: 0px;
}

.or-spacer-vertical.left .mask:after {
  content: '';
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}

.onoffswitch {
  position: relative;
  width: 60px;
  float: right;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 36px;
  padding: 0;
  line-height: 36px;
  border: 2px solid #E3E3E3;
  border-radius: 36px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 36px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  border: 2px solid #E3E3E3;
  border-radius: 36px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
  background-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  border-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  right: 0px;
}

span.plateform-access {
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.lever-item {
  background: #f3f3f3;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.plateformeItem {
  background: #f8f8f8;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

#tableCampagne img {
  height: 15px;
  width: auto;
}

.segment-all thead {
  background-color: #20a8d8;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.segment-all {
  margin-top: 20px;
}

#box div {
  float: left;
  font-weight: bolder;
  margin: 10px 0 0 40px;
  text-align: center;
}

#box div span {

  display: block;
  margin: 0 auto;

}

.btn-appnexus {
  color: #eb212e;
  border-color: #eb212e;
}

.btn-appnexus:hover {
  background-color: #ff8700;
  border-color: #ff8700;
}

#action {
  margin: 5px 0 5px 0;
}

.securite {
  background: white;
  border-radius: 6px;
  padding: 10px 10px 10px 25px;
}

.securite .block {
  float: left;
  width: 500px;
  margin-right: 25px;
}

.table td {
  vertical-align: inherit;
}

.slideThree {
  width: 80px;
  height: 26px;
  background: #2f353a;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
  content: 'NON';
  color: #f86c6b;
  position: absolute;
  right: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);
}

.slideThree:before {
  content: 'OUI';
  color: #4dbd74;
  position: absolute;
  left: 10px;
  z-index: 0;
  font: 12px/26px Arial, sans-serif;
  font-weight: bold;
}

.slideThree input[type=checkbox] {
  visibility: hidden;
}

.slideThree input[type=checkbox]:checked+label {
  left: 43px;
}

.slideThree label {
  display: block;
  width: 34px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background: #fcfff4;
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 800px;
}

/* The Close Button */

/* .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align:right;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
} */

.modal-content form {
  margin-top: 10px;
}

.modal-content form label {
  font-size: x-large;
  width: 100%;
}

.modal-content form input {
  display: block;
  margin: auto;
  padding-bottom: 15px;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* network analytics > index.html.twig */

.network-all thead {
  background-color: #20a8d8;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.network-all {
  margin-top: 20px;
}

/* network analytics > indexAlert.html.twig */
.alert-all thead {
  background-color: #20a8d8;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.alert-all {
  margin-top: 20px;
}

/* Segment > indexAddForm.html.twig */

.row {
  margin-top: 20px;
}

.alert {
  margin-top: 20px;
}

.input-group div {
  width: 100%;
}

.input-group-prepend {
  width: 35px !important;
}

/* Segment > indexAll.html.twig */

.segment-all thead {
  background-color: #20a8d8;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
}

.segment-all {
  margin-top: 20px;
}

/* Segment > indexId.html.twig */

td {
  text-align: center;
  /* border: 1px dashed gray; */
}

/* Client > index.html.twig */
/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1220px;
}

/* The Close Button */

/* .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    } */

#adduser_left {
  /* width: 65%; */
  width:33% !important;
  margin-right:1%;
  display:inline-block;
  vertical-align:top;
}

#adduser_right {
  width: 31.5% !important;
  float: right;
  vertical-align:top;
}

.jumbotron {
  padding-top: 1%;
}

input {
  width: 100%;
}

.administration {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.input_div {
  width: 93%;
}

.input_div_right {
  width: 87%;
}

.table {
  table-layout: fixed;
  width: 100% !important;
}

.table td {
  width: auto !important;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* User > indexUpdate.html.twig */


/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 1220px;
}

.modal-content.inscription {
  width: 1100px !important;
}

#adduser_left {
  width: 65%;
}

#adduser_right {
  width: 30%;
  float: right;
}

.jumbotron {
  padding-top: 1%;
  background: #f1f1f1 !important;
  padding: 20px !important
}

input {
  width: 100%;
}

.administration {
  height: 50px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.input_div {
  width: 93%;
}

.input_div_right {
  width: 87%;
}

/* Espace tech */

/* index.html.twig */

#createSegment span,
.espacetech .block span {
  display: block;
}



#createSegment input,
.espacetech .block input {
  margin-top: 20px;
}

.btn-appnexus-bis {
  margin: auto;
  text-align: center;
  display: block;
}

.espacetech #createSegment {
  background: white;
  padding: 15px;
  border-radius: 5px;
}

.espacetech .block {
  background: white;
  padding: 15px;
  float: left;
  border-radius: 5px;
  width: 33%;
  margin-top: 15px;
  margin-right: 2px;
}

/***********************************************************************************/
/***********************************************************************************/
/****************************** CHARTE GRAPHIQUE 2021 ******************************/
/***********************************************************************************/
/***********************************************************************************/

body {
  background-color: #e7e7e7;
  font-family: 'beatriceregular' !important;
}

.app {
  font-family: 'beatriceregular' !important;
  font-size: 1em;
  background: #fff;
}

.container-fluid {
  width: 100%;
  padding: 0 !important;
}

.pace .pace-progress {
  background: #43e1ac;
}

.breadcrumb {
  display: none;
}

.app-body {
  display: inline-block !important;
  background: #fff;
  overflow: visible;
}

.header-fixed .app-body {
  display: inline-block !important;
  position: relative !important;
  margin-top: 80px !important;
  /* overflow: visible; */
}

.main-page {
  padding: 0px;
  background: #fff;
  -webkit-animation: fadein 2s;
  animation: fadein 2s;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}

h2 {
  font-size: 35px;
  font-weight: 400;
}

h3 {
  font-size: 30px;
  font-weight: 300;
}

h4 {
  font-size: 25px;
  font-weight: 300;
}

h5 {
  font-size: 20px;
  font-weight: 200;
  font-family: 'beatricemedium' !important;
}

h6 {
  font-size: 15px;
  font-weight: 200;
}

p {
  font-weight: 300;
}

a {
  color: #5f23f0 !important;
}

a:hover {
  color: #1280a0 !important;
}

.fond-vert {
  background: #43e1ac !important;
}

.fond-orange {
  background: #fd6020 !important;
}

.fond-bleu {
  background: #1280a0 !important;
}

.fond-jaune {
  background: #ffff00 !important;
}

.fond-rose {
  background: #ffb5e3 !important;
}

.fond-violet {
  background: #5f23f0 !important;
}

.fond-rouge {
  background: #ff5450 !important;
}

div.sidebar {
  display: none;
}


html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer {
  margin-left: 0px !important;
}

/* LOGIN */
.login-logo img {
  width: 300px;
  height: auto;
  margin: 40px 5%;
}

.login-basecamp {
  font-family: 'ranuabold', Arial, sans-serif !important;
  display: inline-block;
  float: right;
  font-size: 43px;
  color: #5f23f0;
  margin: 70px 5% 40px;
}

.login-top {
  height: 50vh;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-bottom {
  height: 50vh;
  width: 100%;
  background: #5f23f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-form {
  width: 50%;
  height: 50vh;
  min-height: 50vh;
  display: inline-block;
  background: #43e1ac;
  padding: 30px 5%;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
}

.login-links {
  position: relative;
  padding: 30px 0 30px 5%;
  margin: 0;
  vertical-align: top;
  display: inline-block;
  width: 45%;
  height: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:active,
.login-form input:-webkit-autofill:focus {
  background-color: #F1F1F1 !important;
  color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #F1F1F1 inset !important;
  -webkit-text-fill-color: #000 !important;
}

/* HEADER */
.header-fixed .app-header {
  position: fixed;
  display: inline-block !important;
  z-index: 1020;
  padding: 0 50px;
}

.app-header {
  position: fixed;
  -ms-flex-direction: row;
  flex-direction: row;
  /* height: auto !important; */
  height: 80px;
  padding: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 0px solid #c8ced3 !important;
  -webkit-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
  -moz-box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
  box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, .25);
}

.app-header .navbar-brand {
  /* display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; */
  display: inline-block;
  vertical-align: middle;
  /* width: 15%;
  max-width: 15% !important; */
  height: auto;
  padding: 0;
  margin-right: 0;
  z-index: 9999;
  background-color: transparent;
}

/* LOADER */
/* HTML: <div class="globalLoader"></div> */
.globalLoader {
  width: 80px;
  height: 80px;
  margin-top:calc(50vh - 40px);
  margin-left:calc(50vw - 20px);
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite
}
.globalLoader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 6px solid #000000;
  animation: prixClipFix 1s linear infinite ;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

/* MENU */
.mini-menu {}

.mini-menu li a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 9px !important;
  line-height: 12px !important;
  background: transparent;
  margin-right: 5px;
}

.mini-menu li a:hover {
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

/* li.dropdown {display: none;} */

ul.head-menu-list {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding-left:50px;
  padding-top:5px;
}

ul.head-menu-list li {
  display: inline-block;
  margin: 10px 10px 0px 0 !important;
  line-height: 20px;
}

ul.head-menu-list li a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
}

ul.head-menu-list li a:hover {
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}

ul.head-menu-list li a:active {
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}

ul.head-menu-list li i.icon-menu {
  font-size: .8em;
  margin-left: 5px;
}

ul.head-menu-list li:hover i.icon-menu {
  font-size: .8em;
  margin-left: 5px;
}

.menu-right {
  width: 8%;
  display: inline-block;
  vertical-align: baseline;
  float: right;
  margin-top: 25px;
}

a.menu-right-link {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 5px 8px;
  border: 1px solid #000 !important;
  font-size: 11px;
  line-height: 12px;
  background: #000;
  color: #fff !important;
}

a.menu-right-link:hover {
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff !important;
}

.number {
  height: 22px;
  width:auto;
  min-width: 22px;
  background-color: #ff5450;
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 15px;
  padding: 3px;
  border: 1px solid #ff5450;
  font-size: 11px;
  line-height: 12px;
  vertical-align: middle;
  ;
}

.number:empty {
  display: none;
}

#notification-panel {
  display: none;
  position: fixed;
  top: 80px;
  left: 40vw;
  bottom: 0;
  right: 0;
  height:100%;
  z-index: 999;
  color: #000;
  background: #fff;
  -webkit-box-shadow: -9px 0px 9px -9px rgba(41, 41, 41, .25);
  -moz-box-shadow: 0 8px 6px -6px rgba(41, 41, 41, .25);
  box-shadow: -9px 0px 9px -9px rgba(41, 41, 41, .25);

}

table#notifBoxUser {color:#1d614a;}
table#notifBoxUser tr th {font-size:13px;text-align: left;color:#000;background:#ccffed;padding:10px 5px;}
table#notifBoxUser tr th:nth-child(1) {border-right:1px solid #66ffcc;}
table#notifBoxUser tr th:nth-child(2) {border-right:1px solid #66ffcc;}
table#notifBoxUser tr th:nth-child(3) {border-right:1px solid #66ffcc;}
table#notifBoxUser tr th:nth-child(4) {border-right:1px solid #66ffcc;}
table#notifBoxUser tr th:nth-child(5) {text-align:center}
table#notifBoxUser tr td {text-align: left;padding:15px 5px;}
table#notifBoxUser tr:nth-child(even) {background:#f1f1f1;}
table#notifBoxUser tr {padding:15px 0;}
table#notifBoxUser tr td:nth-child(1) {width:12%;color:#000;}
table#notifBoxUser tr td:nth-child(2) {width:12%;color:#5f23f0;}
table#notifBoxUser tr td:nth-child(3) {width:12%;color:#777;}
table#notifBoxUser tr td:nth-child(4) {width:50%;color:#000;}
table#notifBoxUser tr td:nth-child(5) {width:14%;text-align:center;}

.tableFixHead          { overflow: auto; height: 480px; width: 100%;margin-top:20px; }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead tbody th { position: sticky; left: 0; }

/* second level */
ul.head-menu-list>li>ul {
  position: absolute;
  left: 0;
  top: 100%;
  /* padding: 30px 1000em; /* trick from css-tricks comments */
  /* margin: -25px -1000em 0; /* trick from css-tricks comments */
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  width: 100%;
  padding: 6px 50px 10px 260px;
  margin-top: -25px;
  background: rgb(255, 255, 255);
  overflow: auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

ul.head-menu-list>li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: -24px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 9px 9px -9px rgba(41, 41, 41, .25);
  -moz-box-shadow: 0px 9px 9px -9px rgba(41, 41, 41, .25);
  box-shadow: 0px 9px 9px -9px rgba(41, 41, 41, .25);
}

ul.head-menu-list>li>ul>li {
  /* padding: 3px 0;*/
}

ul.head-menu-list>li:hover .drop {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #fff !important;
}

ul.sub-drop-menu li {
  display: inline-block;
  margin: 10px 10px 0px 0 !important;
  line-height: 20px;
}

ul.sub-drop-menu li a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #5f23f0 !important;
  color: #5f23f0 !important;
  text-decoration: none !important;
  font-size: 10px;
  line-height: 12px;
  background: transparent;
}

ul.sub-drop-menu li a:hover {
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #5f23f0 !important;
  background: #5f23f0 !important;
  color: #fff !important;
}

ul.sub-drop-menu li a:active {
  border-radius: 20px;
  padding: 8px 15px;
  border: 1px solid #5f23f0 !important;
  background: #5f23f0 !important;
  color: #fff !important;
}

/* BUTTON */
.ts-button-blanc {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #fff;
}

a.button-blanc {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #fff !important;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 15px;
  background: #000;
  color: #fff !important;
}

a.button-blanc:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #fff !important;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  color: #000 !important;
}
a.button-blanc-small {
  border-radius: 20px;
  padding: 7px 12px;
  border: 1px solid #fff !important;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  background: #fff;
  color: #000 !important;
}

a.button-blanc-small:hover {
  border-radius: 20px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.ts-button-noir {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000;
}

.ts-button-black a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 11px !important;
  line-height: 11px !important;
  background: transparent;
}

.ts-button-black a:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.ts-button-purple a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #5f23f0 !important;
  color: #5f23f0 !important;
  text-decoration: none !important;
  font-size: 11px !important;
  line-height: 11px !important;
  background: transparent;
}

.ts-button-purple a:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff !important;
}

.ts-button-logout a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #5f23f0 !important;
  color: #5f23f0 !important;
  text-decoration: none !important;
  font-size: 9px !important;
  line-height: 9px !important;
  background: transparent;
  margin-left: 10px;
}

.ts-button-logout a:hover {
  background: #5f23f0;
  color: #fff !important;
}

button.ts-button-noir {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
}

button.ts-button-noir:hover {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
}

button.ts-button-orange {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #fd6020 !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
}

button.ts-button-orange:hover {
  border: 1px solid #fd6020 !important;
  background: #fd6020;
  color: #000;
}

button.ts-button-rouge {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 12px 20px;
  border: 1px solid #ff5450 !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
}

button.ts-button-rouge:hover {
  border: 1px solid #ff5450 !important;
  background: #ff5450;
  color: #fff;
}

button.ts-button-vert {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 12px 20px;
  border: 1px solid #43e1ac !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
}

button.ts-button-vert:hover {
  border: 1px solid #43e1ac !important;
  background: #43e1ac;
  color: #000;
}

.ts-button-vert a {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 12px 20px;
  border: 1px solid #43e1ac !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.button-vert a:hover {
  border: 1px solid #43e1ac !important;
  background: #43e1ac;
  color: #000;
}

button.ts-button-cancel {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #ff5450 !important;
  font-size: 11px;
  line-height: 11px;
  background: transparent;
  color: #ff5450;
}

button.ts-button-cancel:hover {
  border: 1px solid #ff5450 !important;
  background: #ff5450;
  color: #000;
}

button.ts-button-blanc {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #fff !important;
  font-size: 11px;
  line-height: 11px;
  margin-right: 15px;
  background: #fff;
  color: #000;
}

button.ts-button-blanc:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
}

a.ts-button-blanc {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #fff !important;
  font-size: 11px;
  line-height: 11px;
  margin-right: 15px;
  background: #fff;
  margin-bottom: 20px !important;
  color: #000 !important;
  display: inline-block;
}

a.ts-button-blanc:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #5f23f0 !important;
  background: #000;
  color: #fff !important;
}

a.ts-button-vert {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #43e1ac !important;
  font-size: 11px;
  line-height: 11px;
  margin-right: 15px;
  background: #43e1ac;
  margin-bottom: 20px !important;
  color: #000 !important;
  display: inline-block;
}

a.ts-button-vert:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}
a.ts-button-rouge {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #ff5450 !important;
  font-size: 11px;
  line-height: 11px;
  margin-right: 15px;
  background: #ff5450;
  margin-bottom: 20px !important;
  color: #000 !important;
  display: inline-block;
}

a.ts-button-rouge:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

a.ts-button-transparent {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 15px;
  line-height: 15px;
  background: transparent;
  color: #000;
}

button.ts-button-transparent:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 15px;
  line-height: 15px;
  background: #000;
  color: #fff;
}

button.ts-button-submit {
  display: block;
  width: auto !important;
  float: right;
  margin-top: 10px;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 15px;
  line-height: 15px;
  background: #000;
  color: #fff;
}

button.ts-button-submit:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #5f23f0 !important;
  font-size: 15px;
  line-height: 15px;
  background: #5f23f0;
  color: #fff;
}

button.ts-button-grid-mini {
  margin: 0 3px;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 8px 13px;
  border: 1px solid #fff !important;
  font-size: 10px;
  line-height: 10px;
  background: #fff;
  color: #000;
}

button.ts-button-grid-mini:hover {
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff;
}

button.ts-button-medium {
  margin: 5px 5px 0px 0;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 6px 10px;
  border: 1px solid #000 !important;
  font-size: 11px;
  line-height: 12px;
  background: transparent;
  color: #000;
}

button.ts-button-medium:hover {
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff;
}

button.ts-button-small {
  margin: 0 10px;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 6px 10px;
  border: 1px solid #000 !important;
  font-size: 8px;
  line-height: 8px;
  background: transparent;
  color: #000;
}

button.ts-button-small:hover {
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff;
}

a.ts-button-small {
  display: block;
  margin: 3px 0;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 4px 6px;
  border: 1px solid #000 !important;
  font-size: 8px;
  line-height: 8px;
  background: transparent;
  color: #000 !important;
}

a.ts-button-small:hover {
  border: 1px solid #5f23f0 !important;
  background: #5f23f0;
  color: #fff !important;
}

span.dialog-button a {
  font-family: 'beatricemedium', arial, sans-serif !important;
  display: block;
  float: right;
  width: auto;
  line-height: 14px;
  color: #000 !important;
  font-size: 13px;
  font-weight: 300;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 20px;
  margin-right: 5%;
  margin-top: 15px;
  text-decoration: none;
  vertical-align: text-bottom;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

span.dialog-button a:hover {
  color: #fff;
  background: #000 !important;
  margin-left: 15px;
  font-weight: 400;
  color: #fff !important;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

span.back-button {
  display: block;
  margin: -10px 10px 0 5%;
  padding: 0;
}

span.back-button a {
  font-family: 'beatricemedium', arial, sans-serif !important;
  float: left;
  line-height: 11px;
  color: #000 !important;
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

span.back-button a:hover {
  color: #fff;
  background: #000 !important;
  color: #fff !important;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

span.big-button {
  border: 2px solid #fff;
  color: #fff;
  font-size: 22px;
  font-family: 'beatricemedium', sans-serif !important;
  padding: 30px;
  display: flex;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto !important;
  text-align: center;
  text-transform: lowercase;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

span.big-button:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #5f23f0;
  cursor: pointer;
}

button.ts-button-request {
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #43e1ac !important;
  font-size: 15px;
  line-height: 15px;
  background: #43e1ac;
}

button.ts-button-request:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 15px;
  line-height: 15px;
  background: #000;
  color: #fff;
}

.ts-button-check a {
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid #ccffed !important;
  font-size: 10px;
  line-height: 10px;
  background: #ccffed;
  color: #000;
  font-weight:bold;
}
.ts-button-check a:hover {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.ui-dialog-buttonset button {
  display: block;
  width: auto !important;
  float: right;
  margin-top: 10px;
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  font-size: 15px;
  line-height: 15px;
  background: #000;
  color: #fff;
}

.ui-dialog-buttonset button:hover {
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #5f23f0 !important;
  font-size: 15px;
  line-height: 15px;
  background: #5f23f0;
  color: #fff;
}

/* PAGES */
#block-head {
  text-align: left;
}

.block-head {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-titre {
  padding: 30px 5% 0;
  color: #000;
  background: #ffff00;
  font-size: 10px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  text-align: left !important;
  letter-spacing: 0px;
  font-family: 'beatriceregular', arial, sans-serif !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}

.titre {
  padding: 20px 5% 40px;
  margin-top: -3px;
  color: #000;
  background: #ffff00;
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 30px;
  line-height: 41px;
  display: inline-block;
  width: 100%;
  text-align: left !important;
  letter-spacing: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.titre-fond-blanc {
  padding: 0px 5% 0px;
  color: #000;
  background: #fff;
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  letter-spacing: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.titre-fond-transparent {
  padding: 20px 5% 30px;
  color: #000;
  background: transparent !important;
  /* font-family: 'ranuabold', Arial, sans-serif !important; */
  font-family: 'beatricebold', arial, sans-serif !important;
  font-size: 18px !important;
  /* font-weight: 400; */
  display: inline-block;
  text-align: left;
  letter-spacing: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-kpi {
  float: left;
  font-weight: 600;
  width: 15.66%;
  margin: 0 1% 20px 0;
  border-top: 2px solid #000;
  padding-top: 20px;
  font-size: 11px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  display: inline-block;
}

.main-kpi-tiers-premier {
  float: left;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  /* border-top: 2px solid #5f23f0;
  padding-top: 20px; */
  font-size: 11px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  display: inline-block;
  color: #5f23f0;
}

.main-kpi-tiers-deux {
  float: left;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  border-top: 2px solid #1280a0;
  padding-top: 20px;
  font-size: 11px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  display: inline-block;
  color: #1280a0;
}

.main-kpi-tiers-trois {
  float: left;
  font-weight: 600;
  width: 100%;
  margin-bottom: 25px;
  border-top: 2px solid #43e1ac;
  padding-top: 20px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  display: inline-block;
}

.main-kpi-home {
  float: left;
  font-weight: 600;
  width: 24%;
  text-transform: uppercase;
  display: block;
  height: auto !important;
  margin: 0 1% 30px 0;
  border-top: 2px solid #000;
  padding-top: 10px;
  font-size: 12px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  font-weight: 900;
}
.main-kpi-home-col1 {
  float: left;
  width: 32%;
  display: block;
  height: auto !important;
  margin: 0 1% 0px 0;
  font-size: 12px;
  font-family: 'beatricemedium', arial, sans-serif !important;
  border-top: 2px solid #000;
}

.main-kpi-sub {
  float: left;
  font-weight: 900;
  margin-top: 25px;
  width: 100%;
  border-top: 2px solid #000;
  padding-top: 20px;
  font-size: 12px;
  font-family: 'beatricemedium', arial, sans-serif !important;
}
.main-kpi-sub-col1 {
  float: left;
  font-weight: 900;
  width: 100% !important;
  padding: 10px 0;
  font-size: 12px;
  display: block;
  font-family: 'beatricemedium', arial, sans-serif !important;
  border-bottom:1px dotted #444;
}

span.head-stat {
  font-family: 'beatriceregular', arial, sans-serif !important;
  font-size: 30px;
}

span.subhead-stat {
  font-family: 'beatriceregular', arial, sans-serif !important;
  font-size: 16px;
  color: #5f23f0;
}

.main-kpi-overview {
  float: left;
  font-weight: 600;
  width: 24%;
  display: block;
  height: auto !important;
  margin: 0 1% 40px 0;
  border-top: 1px solid #000;
  padding-top: 10px;
  font-size: 10px;
  font-family: 'beatricemedium', arial, sans-serif !important;
}

span.overview-stat {
  font-family: 'beatriceregular', arial, sans-serif !important;
  font-size: 16px;
  vertical-align: middle;
}

span.overviewDays {
  font-size: 8px;
  color: green;
  border: 1px solid #f1F1f1;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 200;
  margin-left: 15px;
  vertical-align: middle;
}

.xandr {
  color: #ff0005;
}

.facebook {
  color: #0060b8;
}

.dv360 {
  color: #2e9a76;
}

.titre-ts-bloc {
  /* font-family: 'ranuabold', Arial, sans-serif !important; */
  font-family: 'beatricebold', arial, sans-serif !important;
  font-size: 16px;
  color: #5f23f0;
  padding: 5px 10px 10px 0;
  display: block;
  border-top: 2px solid #5f23f0;
}

.ts-block {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 3px;
}

/* PAGE CLIENT SINGLE */
.client-features {
  display: inline-block;
  width: 25%;
  padding: 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin-right: -4px;
  font-size: 13px;
}

.client-features:nth-child(1) {
  background: #000;
}

.client-features:nth-child(2) {
  background: #5f23f0;
}

.client-features:nth-child(3) {
  background: #000;
}

.client-features:nth-child(4) {
  background: #5f23f0;
}

.client-features:nth-child(5) {
  background: #000;
}

.logo-client {
  position: absolute;
  right: 6%;
  top: 20px;
  width: 250px;
  height: 100px
}

.assoPlateformeSwitch {
  float: right;
  font-size: 9px;
  font-weight: bold;
  padding-top: 3px;
}

/* PAGE CLIENTS GRID*/
ul#clientList {
  margin-left: -20px !important;
}

.case-study-gallery li img {
  max-height: 100px;
  max-width: 280px;
  height: auto;
  width: auto;
}

/* .case-study-gallery .icon-plateform img {max-height:10px;max-width:280px;height:auto;width:auto;display: inline-block;}
.case-study-gallery .icon-plateform i {font-size:10px;max-width:280px;height:auto;width:auto;display: inline-block;}
*/

.grid-key {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #5f23f0;
}
.grid-key-left-top {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 14px;
  color: #5f23f0;
}
.grid-key-left-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  color: #5f23f0;
}

.case-study-gallery .icon-plateform {
  position: absolute;
  bottom: 20px;
  right: 20px;
  float: right;
}

.icon-plateform img {
  height: 14px !important;
  width: auto;
  margin-left: 4px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.icon-plateform i {
  font-size: 14px !important;
  color: #000;
  margin-left: 4px;
}

@media screen and (min-width: 37.5em) {
  .case-study__overlay p {
    height: 70%;
  }
}

.case-study-gallery {
  margin-top: 50px;
  width: 100%;
  margin: 50px 5%;
  /* max-width: 1100px; */
}

.case-study {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 2rem;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
}

@media screen and (min-width: 37.5em) {
  .case-study {
    height: 150px;
  }
}

@media screen and (min-width: 45em) {
  .case-study {
    display: inline-block;
    width: 23%;
    /*
    margin-left: 1.5%;
    margin-right: 1.5%;
    */
    margin-right: 1.6%;
  }

  .case-study:nth-child(4n) {
    /* margin-right: 0; */
  }
}

.case-study__img {
  /* width: 90%; */
  width: auto !important;
  max-height: 50px !important;
  max-width: 120px !important;
  height: auto !important;
  display: block;
  /* margin-top: 50%; */
  margin-top: 10px !important;
  margin-left: 10px !important;
  /* added */
  /* transform: translateY(50%); */
  transform: translateY(0);
  /* margin: 0 auto; */
  display: none;
}

img.case-study__img {
  /* added */
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.case-study__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.case-study__overlay:after {
  content: '';
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background-color: #43e1ac;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.6s ease;
}

.case-study__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'beatricemedium', arial, sans-serif !important;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 15px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  color: black;
  text-align: center;
  opacity: 0;
  font-size: 9px;
  transition: all 0.6s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo:hover {
  opacity: 1;
  color: #000;
  font-size: 9px;
}

.case-study__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 13px;
  background: transparent;
}

.case-study__link:hover {
  color: #202020;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.case-study:hover .moreInfo {
  top: -140px;
}

.case-study:hover .case-study__title {
  top: 0;
}

.case-study:hover .case-study__link {
  /*top: -220px;*/
  top: -140px;
}

.case-study:hover .case-study__overlay:after {
  opacity: 0.95;
}

span.grid-titre {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'beatricebold', arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px;
  color: #5f23f0;
  width: 80%;
  text-transform: capitalize;
}

span.grid-titre::first-letter {
  text-transform: uppercase;

}

/* MODALS */
.modal-head {
  font-family: 'ranuabold', Arial, sans-serif !important;
  color: #000;
  font-size: 25px;
  text-align: left;
}

.ui-dialog {
  border: 0px solid #ddd !important;
  padding: 25px;
  font-size: .8em;
  font-family: 'beatriceregular', arial, sans-serif !important;
  -webkit-box-shadow: 5px 5px 20px;
  -moz-box-shadow: 5px 5px 20px;
  box-shadow: 5px 5px 20px;
}

.share.ui-dialog {
  width: 500px !important;
}

.ui-dialog-title {
  font-family: 'ranuabold', Arial, sans-serif !important;
  text-transform: inherit !important;
  color: #000;
  font-size: 22px;
}

.ui-widget-header {
  border: 0px !important;
  background: #43e1ac !important;
  margin-bottom: 20px;
}

.ui-dialog-titlebar-close {
  padding: 0 !important;
  border: #fff solid 0px;
  background: #fff !important;
  border-radius: 20px;
  height: 22px !important;
  width: 22px !important;
  margin-right: 10px !important;
}

.ui-dialog-titlebar-close:hover {
  background: #ffff00 !important;
}

.ui-dialog-titlebar-close:after {
  content: '';
  width: 19px;
  height: 19px;
  display: inline-block;
  background-image: url('../img/backoffice/close.png');
  background-position: 2px 3px;
  background-repeat: no-repeat;
}

.plateform-item {
  font-family: 'beatricebold', arial, sans-serif !important;
  font-size: 14px;
  display: block;
  color: #5f23f0;
}

.modal-item {
  font-family: 'beatricebold', arial, sans-serif !important;
  font-size: 14px;
  display: inline-block;
  color: #5f23f0;
}

#dialog-plateform input[type=number] {
  margin-bottom: 5px;
}



/* MISC */
#myInput,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputDesactive,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputActive,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputValid,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputWait,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputRefuse,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

#myInputInvite,
#textarea-segment {
  border: 0;
  border-bottom: 2px solid #000;
  width: 100%;
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  text-align: center;
  padding: 10px;
  background: transparent;
  color: #000;
  float: right;
}

input:-internal-autofill-selected {
  appearance: menulist-button;
  background-color: #fff !important;
  background-image: none !important;
  color: -internal-light-dark(white, white) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #ffff00 !important;
  color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #ffff00 inset !important;
  -webkit-text-fill-color: #000 !important;
}

pre.sf-dump,
pre.sf-dump .sf-dump-default {
  background-color: #18171B;
  padding: 10px !important;
  margin-top: 20px !important;
  color: #FF8400;
  line-height: 1.2em;
  font: 12px Menlo, Monaco, Consolas, monospace;
  word-wrap: break-word;
  white-space: pre-wrap;
  position: relative;
  z-index: 98 !important;
  word-break: break-all;
}

table.dataTable tbody td {
  line-height: 18px !important;
}

input[type="radio"].plantagLanguage {
  display: none;
}

input[type="radio"].plantagLanguage+label {
  position: relative;
  padding-left: 1.3rem;
  padding-right: 1.5rem;
}

input[type="radio"].plantagLanguage+label::before,
input[type="radio"].plantagLanguage+label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
}

input[type="radio"].plantagLanguage+label::before {
  border: 1px solid #43e1ac;
  background-color: #eee;
}

input[type="radio"].plantagLanguage:checked+label::after {
  background-color: #43e1ac;
}

label.plateformelabel {
  display: inline-block;
  font-size: 13px !important;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  padding-right: 5px;
  color: #5f23f0;
  font-family: 'beatricebold', arial, sans-serif;
}

input[type=checkbox].plateformebox {
  display: inline-block;
  width: auto;
  vertical-align: text-top;
}

li.rss-item-title {
  display: table-cell;
  list-style: none;
  padding: 20px 20px 30px 20px;
  width: 20%;
  background: #000;
  color: #fff;
  margin: 0 10px 0 0;
  font-family: 'ranuabold', Arial, sans-serif;
  font-size: 25px;
}

li.rss-item-title span {
  font-family: 'beatricebold', arial, sans-serif;
  font-size: 11px;
}

li.rss-item {
  display: table-cell;
  list-style: none;
  padding: 20px 20px 30px 20px;
  width: 20%;
  background: #5f23f0;
  margin: 0 10px 0 0;
  transition: all 0.6s ease;
}

li.rss-item:hover {
  background: #5500cd;
}

li.rss-item span.rss-item-pubDate {
  font-size: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  padding: 4px 8px;
  display: block;
  width: 125px;
  margin-bottom: 10px;
}

li.rss-item a {
  color: #fff !important;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  border-left: 2px solid #fff;
  padding-left: 10px;
  transition: all 0.6s ease;
  font-size: 13px;
  font-weight: bold;
}

li.rss-item a:hover {
  color: #ffff00 !important;
  margin-top: -3px;
  Margin-bottom: 3px;
  border-left: 2px solid #ffff00;
}



/* On/OFF */
.onoffswitch {
  position: relative;
  width: 40px;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease-in;
  margin-bottom: 0 !important;
  margin-left: 5px;
}

.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  border: 2px solid #E3E3E3;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
  background-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  border-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
  right: 0px;
}

.close {
  color: #000;
  position: absolute;
  right: 30px;
  float: right;
  font-size: 28px;
  padding-right: 8px;
  margin-top: 3px;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1 !important;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  background-color: #ffff00;
  cursor: pointer;
}


/* PLAN DE TAGGING */
/* global*/
#plantag {
  display: inline-block;
  width: 100%;
  font-family: 'beatricebold', arial, sans-serif;
  box-sizing: border-box;
}

/* head */
#plantag-head {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #43e1ac;
  color: #000;
  padding: 50px;
  font-weight: bold;
  font-size: 20px;
}

.plantag-headtop {
  display: inline-block;
  width: 100%;
}

.plantag-logo {
  display: inline-block;
}

.plantag-headtop img.logo {
  height: 100px;
  margin: 0 auto;
  padding-right: 50px;
}

.plantag-titre {
  display: inline;
  padding: 20px 20px 20px 50px;
  font-size: 35px;
  font-family: 'ranuabold', Arial, sans-serif;
}

.plantag-titre span {
  color: #5f23f0;
  margin-left: 20px;
}

.plantag-date {
  color: #000;
  font-size: 12px;
  display: inline-block;
  margin-left: 100px;
}

.plantag-headbottom {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
}

.plantag-client {
  display: inline-block;
  width: 30%;
  padding: 20px;
  border-right: 1px solid #000;
}

.plantag-description {
  display: inline-block;
  width: 70%;
  padding: 20px;
}

/* body */
#plantag-body {
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 50px;
}

.pixel-type {
  padding: 20px;
  width: 70%;
  color: #fff;
  background: #5f23f0;
  font-size: 20px;
  display: inline-block;
}

.pixel-plateforme {
  padding: 20px;
  width: 30%;
  color: #fff;
  background: #5f23f0;
  font-size: 20px;
  display: inline-block;
  text-align: right;
}

.pixel-description {
  display: inline-block;
  width: 100%;
}

.pixel-desc-title {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  font-size: 13px;
  background: #f1f1f1;
}

.pixel-desc-title:nth-child(1) {
  width: 25%;
}

.pixel-desc-title:nth-child(2) {
  width: 45%;
}

.pixel-desc-title:nth-child(3) {
  width: 30%;
}

.pixel-info {
  display: inline-block;
  width: 100%;
}

.pixel-content {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  border-top: 1px dotted #ddd;
  font-size: 11px;
  font-weight: lighter;
}

.pixel-content code {
  padding: 10px;
  border: #ddd 1px solid;
  border-radius: 5px;
  display: block;
  color: #5f23f0;
  background: #fafafa;
  font-size: 12px;
  margin-bottom: 20px;
  white-space: pre-line;
}

.pixel-content:nth-child(1) {
  width: 25%;
  color: #5f23f0;
}

.pixel-content:nth-child(2) {
  width: 45%;
}

.pixel-content:nth-child(3) {
  width: 30%;
}

.pixel-disclaimer {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  display: flex;
}

.pixel-disclaimer-before {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  background: #43e1ac;
  width: 50%;
  flex: 1;
}

.pixel-disclaimer-after {
  display: inline-block;
  padding: 20px;
  vertical-align: top;
  background: #ffff00;
  width: 50%;
  flex: 1;
}

.pixel-disclaimer span {
  display: block;
  font-size: 20px;
  padding-bottom: 20px;
  font-family: 'ranuabold', Arial, sans-serif;
  color: #5f23f0;
  font-weight: bold;
}

.pixel-disclaimer code {
  padding: 3px 6px;
  border: #ddd 1px solid;
  border-radius: 5px;
  color: #5f23f0;
  background: #fafafa;
  font-size: 11px;
  margin-bottom: 20px;
}

/* footer */
#plantag-footer {
  display: inline-block;
  width: 100%;
  background: #5f23f0;
  color: #fff;
  padding: 50px;
}

/* SUIVI DES PARTNERS */
ul#partnerList {
  margin-left: -20px !important;
}

@media screen and (min-width: 37.5em) {
  .partner__overlay p {
    height: 70%;
  }
}

.partner-gallery {
  margin-top: 50px;
  width: 100%;
  margin: 50px 5%;
  /* max-width: 1100px; */
}

.partner {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto 2rem;
  background-size: cover;
  border-radius: 4px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
}

@media screen and (min-width: 37.5em) {
  .partner {
    height: 200px;
  }
}

@media screen and (min-width: 45em) {
  .partner {
    display: inline-block;
    width: 23%;
    /*
    margin-left: 1.5%;
    margin-right: 1.5%;
    */
    margin-right: 1.6%;
  }

  .partner:nth-child(4n) {
    margin-right: 0;
  }
}

.partner__img {
  /* width: 90%; */
  width: auto !important;
  max-height: 50px !important;
  max-width: 120px !important;
  height: auto !important;
  display: block;
  /* margin-top: 50%; */
  margin-top: 10px !important;
  margin-left: 10px !important;
  /* added */
  /* transform: translateY(50%); */
  transform: translateY(0);
  /* margin: 0 auto; */
}

img.partner__img {
  /* added */
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.partner__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.partner__overlay:after {
  content: '';
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background-color: #43e1ac;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.6s ease;
}

.partner__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'beatricemedium', arial, sans-serif !important;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 15px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  color: black;
  text-align: center;
  opacity: 0;
  font-size: 9px;
  transition: all 0.6s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo:hover {
  opacity: 1;
  color: #000;
  font-size: 9px;
}

.partner__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 13px;
  background: transparent;
}

.partner__link:hover {
  color: #202020;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.partner:hover .moreInfo {
  top: -150px;
}

.partner:hover .partner__title {
  top: 0;
}

.partner:hover .partner__link {
  /*top: -220px;*/
  top: -220px;
}

.partner:hover .partner__overlay:after {
  opacity: 0.95;
}

/* fin déclinaison case study -> partner */


/*  SUIVI DE PROJETS - ACTIVATIONS */
.switch {
  display: none !important;
}

.warningItem {
  color:#ff5450 !important;
}

a.activ-retour {
  padding: 2px 8px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  margin: 10px 0;
}

a.activ-retour:hover {
  background: #ff0005;
  color: #fff;
}

.activ-form-titre {
  font-weight: bold;
  padding-top: 10px;
  color: #000;
}

ul#projetsAActive,
ul#projetsEnActivation,
ul#projetsTermine,
ul#projetsFinalise {
  padding: 20px 0 0 0;
}

.activation-etat {
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 25px !important;
  color: #000;
  padding-right: 10px;
  line-height: 25px;
}

@media screen and (min-width: 37.5em) {
  .activation__overlay p {
    height: 70%;
  }
}

.activation-gallery {
  margin-top: 50px;
  width: 100%;
  margin: 50px auto;
  max-width: 1100px;
}

.activation {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin: 0 auto 10px;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 11px;
}

@media screen and (min-width: 37.5em) {
  .activation {
    height: 180px;
  }
}

@media screen and (min-width: 45em) {
  .activation {
    display: inline-block;
    width: 23.5% !important;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .activation:nth-child(4n) {
    /* display: inline-block; */
    /* width: 23.5% !important; */
    /* margin-left: 0; */
    /* margin-right: 0; */
  }
}

.activation .finalise {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 10px;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, .15);
  overflow: hidden;
  transition: all 0.4s ease;
  font-size: 11px;
}

@media screen and (min-width: 37.5em) {
  .activation.finalise {
    height: 160px;
  }
}

@media screen and (min-width: 45em) {
  .activation.finalise {
    display: inline-block;
    width: 23% !important;
    margin-left: 0;
    margin-right: 1.5%;
  }
}

.activation__img {
  width: 90%;
  display: block;
  margin-top: 50%;
  transform: translateY(50%);
  margin: 0 auto;
}

.activation__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.activation__overlay:after {
  content: '';
  width: 100%;
  border-radius: 0px;
  height: 100%;
  background-color: #43e1ac;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all 0.6s ease;
}

.activation__title {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 14px;
  font-weight: bold;
  color: #5f23f0;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 15px;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo {
  position: relative;
  top: -200px;
  margin-bottom: 2rem;
  margin-top: 4rem;
  color: black;
  text-align: center;
  opacity: 0;
  font-size: .8rem;
  transition: all 0.6s cubic-bezier(0.3, 0, 0, 1.3);
}

.moreInfo:hover {
  opacity: 1;
  color: white;
}

.activation__link {
  position: relative;
  display: block;
  width: 60%;
  top: 180px;
  margin: 0 auto;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.3, 0, 0, 1.3);
  font-family: 'beatriceregular', arial, sans-serif !important;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #000 !important;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 13px;
  background: transparent;
}

.activation__link:hover {
  color: #202020;
  border: 1px solid #000 !important;
  background: #000;
  color: #fff !important;
}

.activation:hover .moreInfo {
  top: -140px;
}

.activation:hover .activation__title {
  top: -40px;
}

.activation:hover .activation__link {
  top: -240px;
}

.activation:hover .activation__overlay:after {
  opacity: 0.9;
}

input placeholder {

}
/* fin déclinaison case study -> activation */

/* calendrier des activations - start */
.fc-event,
.fc-event-dot {
  background-color: #e6e600 !important;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #e6e600 !important;
}

.fc-day-grid-event {
  margin: 2px 2px 0 !important;
  padding: 2px 4px !important;
}

/* calendrier des activations - end */

/* overview - start */
.overview-block {
  font-size: 13px;
  margin-top: 25px;
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 10px 0px;
  background: #fff;
  border-top: 1px solid #000;
  vertical-align: top;
}

.overview-block-last {
  font-size: 13px;
  margin-top: 25px;
  width: 23.5%;
  margin-right: 0%;
  box-sizing: border-box;
  padding: 10px 0px;
  background: #fff;
  border-top: 1px solid #000;
  vertical-align: top;
}

.overview-block-accountmanager {
  font-size: 13px;
  margin-top: 25px;
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  padding: 10px 0px;
  background: #fff;
  border-top: 1px solid #000;
  vertical-align: top;
}

.overview-block-accountmanager:nth-child(4n) {
  font-size: 13px;
  margin-top: 25px;
  width: 23.5%;
  margin-right: 0%;
  box-sizing: border-box;
  padding: 10px 0px;
  background: #fff;
  border-top: 1px solid #000;
  vertical-align: top;
}

.overview-block-title {
  font-size: 20px;
  color: #5f23f0;
  font-family: 'ranuabold', Arial, sans-serif !important;
}

.overview-value {
  font-size: 30px;
  font-weight: bold;
}

/* overview - end */


.statsPersonBloc {
  font-size: 13px;
  margin-top: 20px;
  width: 23.5%;
  margin-right: 2%;
  box-sizing: border-box;
  padding-top: 5px;
  border-top: 3px solid #5f23f0;
}

.statsPersonBloc:nth-child(4n) {
  margin-right: 0;
}

.statsPersonBloc li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.statsPersonName {
  font-size: 20px;
  color: #5f23f0;
  font-family: 'ranuabold', Arial, sans-serif !important;
  text-transform: capitalize;
}

.account-task {
  font-size: 16px;
  color: #2e9a76;
  font-family: 'ranuabold', Arial, sans-serif !important;
  line-height: 16px;
}

.account-projet {
  font-size: 16px;
  color: #1280a0;
  font-family: 'ranuabold', Arial, sans-serif !important;
  line-height: 16px;
}

.account-activations {
  font-size: 16px;
  color: #1280a0;
  font-family: 'ranuabold', Arial, sans-serif !important;
  line-height: 16px;
}

.account-traffic {
  font-size: 16px;
  color: #2e9a76;
  font-family: 'ranuabold', Arial, sans-serif !important;
  line-height: 16px;
}

.detail-task,
.detail-projet {
  font-size: 10px;
}

.moins-de-projets {
  color: #fd6020 !important;
  font-weight: bold;
  font-size: 8px;
  line-height: 10px !important;
  float: right;
  width: 70px;
  text-align: right;
  margin-top: -27px;
  border-bottom: 2px solid #fd6020;
  padding-bottom: 7px;
}

/* ALERTES */
#menu-alert button {
  font-size: 11px;
  padding: 2px 4px;
  margin-right: 0px;
  margin-bottom: 3px;
}

#headerGestion button {
  margin-left: 0px !important;
}

#menu-alert.scrolling {
  position: fixed;
  top: 80px;
  background: #ffff00;
  display: inline-block;
  width: 100% !important;
  padding: 15px 5% !important;
  z-index: 98;
}

#inPage.scrolling {
  position: fixed;
  top: 55px;
  background: #a6a6a6;
  display: inline-block;
  padding: 20px 0;
  z-index: 9999;
  width: calc(100% - 260px);
}

/* TABLEAUX DE BORD */


/* RESPONSIVE */
@media screen and (min-width: 1700px) {
  .header-fixed .app-body {
    margin-top: 80px !important;
  }

  .app-header {
    height: 80px !important;
  }

  .app-header .navbar-brand {
    /* max-width: 300px !important;
    width: 300px !important; */
  }

  ul.head-menu-list {
    width: 65%;
    padding-left:50px;
    padding-top:4px;
  }

  .menu-right {
    width: auto;
    margin-top: 40px;
    vertical-align: middle;
  }

  #notification-panel {
    top: 120px;
    padding-top: 10px;
  }

  /* second level */
  ul.head-menu-list>li>ul {
    top: 100%;
    padding: 6px 50px 10px 260px;
  }
}



/****************  Exceptions : 403 / 404 / Errors  ******************/
.errorPage {
  width: 100vw;
  height: 90vh;
  padding: 10%;
  background-size: cover;
  background-image: url(https://d1fmx1rbmqrxrr.cloudfront.net/cnet/optim/i/edit/2022/08/rick%20morty%206%20big__w770.jpg);
}

.errorPage h1 {
  font-family: 'ranuabold', Arial, sans-serif !important;
  font-size: 40px;
  background: #fff;
  padding: 10px 30px 15px;
  display: inline-block;
  width: auto !important;
  border-radius: 40px;
}

.errorPage span {
  background: #49E845;
  display: inline-block;
  margin-top: 30px;
  padding: 20px 30px;
  border-radius: 5px;
}

.errorPage a {
  color: #5f23f0 !important;
}

.errorPage a:hover {
  color: #000 !important;
}


/**************** minidash ******************/
.clientCo {
  background: #f1f1f1;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 12px;
}

.mainKpiMiniDash {
  border: 1px solid #5f23f0;
  color: #5f23f0;
  border-radius: 20px;
  padding: 5px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
}

.notificationsGlobal {
  width: 49%;
  display: inline-block;
  order: none;
  margin: 0;
  vertical-align: top;
  background: #ffb5e3;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 5px;
}

.notificationsGlobal ul {
  height: 350px;
  overflow-x: auto;
  padding: 0px;
  margin-top: 10px;
}

.notificationsGlobal ul li {
  list-style-type: none;
  padding: 10px;
}

.notificationsGlobal ul li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.20);
}


/* css effect fade in slide up */
.slide-up-fade-in {
  animation: slide-up-fade-in ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: slide-up-fade-in ease .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: slide-up-fade-in ease .5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: slide-up-fade-in ease .5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: slide-up-fade-in ease .5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/

  opacity: 0;
  opacity: 1\9;

}




@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -o-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, 40px);
  }

  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}




/*-------------- CUSTOM ALERT --------------*/

/* ---------------Animation---------------- */

.slit-in-vertical {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
	        animation: slit-in-vertical 0.45s ease-out both;
}

@-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}

/*---------------#region Alert--------------- */

#dialogoverlay{
  display: none;
  opacity: .5;
  position: fixed;
  top: 0px;
  left: 0px;
  /* background: #707070; */
  background:#000;
  width: 100%;
  z-index: 10;
}

#dialogbox{
  display: none;
  position: absolute;
  /* background: rgb(0, 47, 43); */
  background:#43e1ac;
  border-radius:5px; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.575);
  transition: 0.3s;
  width: 40%;
  z-index: 10;
  top:0;
  left: 0;
  right: 0;
  margin: auto;
}

#dialogbox:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.911);
}

.container {
  padding: 2px 16px;
}

.pure-material-button-contained {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  padding: 0 16px;
  min-width: 64px;
  height: 36px;
  vertical-align: middle;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  background-color: rgb(var(--pure-material-primary-rgb, 0, 77, 70));
  /* background-color: rgb(1, 47, 61) */
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.pure-material-button-contained::-moz-focus-inner {
  border: none;
}

/* ---------------Overlay--------------- */

.pure-material-button-contained::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  padding: 50%;
  width: 32px; /* Safari */
  height: 32px; /* Safari */
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
  opacity: 0.08;
}

.pure-material-button-contained:focus::before {
  opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
  opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
  opacity: 0.32;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
  box-shadow: none;
  cursor: initial;
}

.pure-material-button-contained:disabled::before {
  opacity: 0;
}

.pure-material-button-contained:disabled::after {
  opacity: 0;
}

#dialogbox > div{ 
  background:#FFF; 
  margin:8px; 
}

#dialogbox > div > #dialogboxhead{ 
  background: rgb(0, 77, 70); 
  font-size:19px; 
  padding:10px; 
  color:rgb(255, 255, 255); 
}

#dialogbox > div > #dialogboxbody{ 
  /* background:rgb(0, 47, 43);  */
  background:#43e1ac;
  padding:20px; 
  color:#000; 
}

#dialogbox > div > #dialogboxfoot{ 
  /* background: rgb(0, 47, 43);  */
  background:#43e1ac;
  padding:10px; 
  text-align:right; 
}
/*#endregion Alert*/