/* COMMON TAGS
==============================================================================*/
/*#region*/
sup {
  font-size: 8px;
}

strong {
  font-weight: 400;
}

em {
  font-style: italic;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/*#endregion*/



/* SELECT MENU CLASSES
==============================================================================*/
/*#region*/


/* LISTS AND TABLES
--------------------------------------------------------------------*/
/*#region*/


/* COMMON
----------------------------------------------------------*/
/*#region*/
.custom-list,
table td {
  font-size: inherit;
}

.important-dates {
	margin-left: 1.2rem;
	width: calc(100% - 1.2rem);
}
/*#endregion*/


/* CUSTOM LISTS - ☝ KEEP ul. AND ol. TO DIFFERENCIATE THEM
----------------------------------------------------------*/
/*#region*/


/* LISTS DEFAULTS
------------------------------------------------*/
/*#region*/
.custom-list {
  margin-left: 1.2rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  list-style-position: outside;
}
ul.custom-list {
  list-style-type: disc;
}
ol.custom-list {
  list-style-type: decimal;
}

.custom-list li {
  margin-left: 1.2rem;
  padding: .2rem 0;
  /* line-height: 1.2; */
}
/*#endregion LISTS DEFAULTS*/


/* LISTS WITH ICONS
------------------------------------------------*/
/*#region*/
ul.custom-list.chevron,
ul.custom-list.arrow,
ul.custom-list.check,
ul.custom-list.plus,
ul.custom-list.minus {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0;
}


ul.custom-list.chevron li,
ul.custom-list.arrow li,
ul.custom-list.check li,
ul.custom-list.plus li,
ul.custom-list.minus li {
  display: block;
  position: relative;
  /* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
	/* padding: .2rem 0; */
  padding-left: 1.2rem;
}

ul.custom-list.chevron li::before,
ul.custom-list.arrow li::before,
ul.custom-list.check li::before,
ul.custom-list.plus li::before,
ul.custom-list.minus li::before {
  font-family: 'fontawesome';
	content: "";

  width: 1.15rem;
  height: 1rem;

  position: absolute;
  left: 0;
  top: .25rem;

	/* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */

	color: inherit;
	font-size: .7rem;

  margin-top: .2rem;
  /* background-color: #fc0; */
}


ul.custom-list.chevron li::before {
	content: "\e929";
  font-size: .65rem;
  width: .8rem;
  margin-left: .35rem;
  margin-top: .3rem;
}

ul.custom-list.arrow li::before {
	content: "\e900";
  font-size: .9rem;
  margin-top: .2em;
}

ul.custom-list.check li::before {
	content: "\f00c";
  margin-top: .4em;
}

ul.custom-list.plus li::before {
	content: "\e924";
  font-size: .85rem;
  margin-top: .15em;
}

ul.custom-list.minus li::before {
	content: "\e925";
}
/*#endregion LISTS WITH ICONS*/


/*#endregion CUSTOM LISTS*/


/* IMPORTANT DATES TABLE
----------------------------------------------------------*/
/*#region*/
.important-dates,
.important-dates td {
	border: none;
	padding: 0;
}

.important-dates tr {
	width: 100%;
}

.important-dates td {
  padding: .2em 0;
}

.important-dates td:first-child {
	width: 2.85em;
  font-weight: 400;
}
.important-dates td:last-child {
	/* width: calc(100% - 45px); */
}
/*#endregion*/



/* MEDIA QUERIES
----------------------------------------------------------*/
/*#region*/

/* <= 540 */
/*#region*/
@media only screen and (max-width: 540px) {

  .custom-list {
    padding-left: 1em;
  }
  .important-dates {
    width: calc(100% - 1em);
    margin-left: 1em;
  }

  .important-dates tr td:first-child {
    /* width: 65px; */
    /* padding-left: 1em; */
  }
  .important-dates td:last-child {
    /* width: calc(100% - 65px); */
  }

}
/*#endregion*/


/* <= 420px */
/*#region*/
@media only screen and (max-width: 420px) {

  .important-dates tr td:first-child {
    /* width: 75px; */
    /* padding-left: 1em; */
  }
  .important-dates td:last-child {
    /* width: calc(100% - 75px); */
  }

}
/*#endregion*/

/*#endregion MEDIA QUERIES*/


/*#endregion LISTS AND TABLES*/


/* BASIC FORMATING
--------------------------------------------------------------------*/
/*#region*/


/* TEXT FORMAT
----------------------------------------------------------*/
/*#region*/
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
}

.I,
.italic {
  font-style: italic !important;
}

.B,
.bold {
  font-weight: 600 !important;
}

.SB,
.semi-bold {
  font-weight: 500 !important;
}

.AC,
.align-center {
  text-align: center !important;
}

.AR,
.align-right {
  text-align: right !important;
}

.AJ,
.align-justify {
  text-align: justify !important;
}

.U,
.underline {
  text-decoration: underline !important;
}

.UPP {
  text-transform: uppercase !important;
}
.LOW {
  text-transform: lowercase !important;
}
.UPP-First {
  text-transform: capitalize !important;
}

/*#endregion*/


/* COLORS
----------------------------------------------------------*/
/*#region*/
.bleu-spelemat {
  color: var(--blue-color) !important;
}

.bleu-spelemat-2 {
  color: var(--blue-color-light) !important;
}

.rouge-spelemat {
  color: var(--accent-color) !important;
}

.grey {
  color: var(--darkgrey-color) !important;
}
.light-grey {
  color: var(--grey-color) !important;
}


.youtube-color {
  color: #cd201f !important;
}
.vimeo-color {
  color: #1ab7ea !important;
}
/*#endregion*/


/* 📦 COMBINED STYLES [ NO USED ]
----------------------------------------------------------*/
/*#region*/
.bleu-spelemat-italic {
  font-style: italic !important;
  color: #354C9B !important;
}

.italic-small {
  font-style: italic;
  font-size: 10px;
}

.italic-grey {
  font-style: italic;
  color: #666;
}

.italic-bold {
  font-style: italic !important;
  font-weight: 600 !important;
}
/*#endregion*/


/*#endregion BASIC FORMATING*/


/*#endregion SELECT MENU CLASSES*/



/* SO CUSTOM CSS MENU
==============================================================================*/
/*#region*/


/* FONT SIZES
--------------------------------------------------------------------*/
/*#region*/
.fs-12 {
  font-size: 12px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
/*#endregion*/


/* WIDTHS
--------------------------------------------------------------------*/
/*#region*/
.max-w-480,
.max-w-680,
.max-w-740,
.max-w-900 {
  margin-left: auto;
  margin-right: auto;
}
.max-w-480 {
  max-width: 480px !important;
}
.max-w-680 {
  max-width: 680px !important;
}
.max-w-740 {
  max-width: 740px !important;
}
.max-w-900 {
  max-width: 900px !important;
}
/*#endregion*/


/* PADDINGS
--------------------------------------------------------------------*/
/*#region*/
.PT1 {
  padding-top: 1em;
}
.PT2 {
  padding-top: 2em;
}
.PT3 {
  padding-top: 3em;
}
.PT4 {
  padding-top: 43em;
}


.PB1 {
  padding-bottom: 1em;
}
.PB2 {
  padding-bottom: 2em;
}
.PB3 {
  padding-bottom: 3em;
}
.PB4 {
  padding-bottom: 43em;
}
/*#endregion*/


/* MARGINS
--------------------------------------------------------------------*/
/*#region*/
.MA {
  margin-left: auto !important;
  margin-right: auto !important;
}

.MT03 {
  margin-top: .3em;
}
.MT05 {
  margin-top: .5em;
}
.MT1 {
  margin-top: 1em;
}
.MT2 {
  margin-top: 2em;
}
.MT3 {
  margin-top: 3em;
}
.MT4 {
  margin-top: 4em;
}


.MB03 {
  margin-bottom: .3em;
}
.MB05 {
  margin-bottom: .5em;
}
.MB1 {
  margin-bottom: 1em;
}
.MB2 {
  margin-bottom: 2em;
}
.MB3 {
  margin-bottom: 3em;
}
.MB4 {
  margin-bottom: 4em;
}
/*#endregion*/


/* MISC
--------------------------------------------------------------------*/
/*#region*/
/*TO DO*/
/*#endregion*/


/*#endregion SO CUSTOM CSS MENU*/



/* SHOW / HIDE PASSWORD
==============================================================================*/
/*#region*/
.formrow .input-pass-wrap {
  position: relative;
}

.input-pass-wrap .show-hide-pass-trigger {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: .45em;
  right: .5em;
  z-index: 1;

  width: 18px;
  height: 16px;
  font-size: 1.2em;
  line-height: 1;
  text-align: center;
  cursor: pointer;

  /* background-color: #fc0; */
}

.form.login .show-hide-pass-trigger {
  right: 42px;
}

.input-pass-wrap .show-hide-pass-trigger i {
  font-size: 1em;
}
/*#endregion*/



/* EMAIL TEXTS
==============================================================================*/
/*#region*/
.variante_pdf_attache {
  color: #000 !important;
}

.variante_pdf_lien {
  color: #000 !important;
}

.variante_pdf_attache span.del1,
.variante_pdf_attache span.del2,
.variante_pdf_lien span.del1,
.variante_pdf_lien span.del2 {
  color: #999 !important;
}
/*#endregion*/



/* PAGE LAYOUT COLUMNS
==============================================================================*/
/*#region*/


/* DESKTOP
--------------------------------------------------------------------*/
/*#region*/


/* COLUMNS HOLDER
----------------------------------------------------------*/
/*#region*/
.columns-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
}

.columns-holder.cols-2 .col {
  width: 48%;
}
.columns-holder.cols-3 .col {
  width: 32.5%;
}
.columns-holder.cols-4 .col {
  width: 22%;
}
/*#endregion*/


/* FIGURE COLUMNS
----------------------------------------------------------*/
/*#region*/
.figure-2-cols,
.figure-3-cols,
.figure-4-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  max-width: 840px;
  margin: 3rem auto;
}
.figure-3-cols {
  max-width: 960px;
}


.editor-body figure img,
.static .content figure img {
	display: block;
  height: auto;

  border-radius: 4px;
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, .2);
}
.figure-2-cols img {
  width: 48%;
  margin-bottom: 4%;
}
.figure-3-cols img {
  width: 30%;
}
.figure-4-cols img {
  width: 22%;
}
/*#endregion*/


/*#endregion DESKTOP*/


/* MEDIA QUERIES
--------------------------------------------------------------------*/
/*#region*/

/* <= 768px */
/*#region*/
@media only screen and (max-width: 768px) {

  .columns-holder {
    flex-direction: column;
    justify-content: center;
  }

  .columns-holder.cols-2 .col,
  .columns-holder.cols-3 .col,
  .columns-holder.cols-4 .col {
    width: 100%;
    margin-bottom: 3rem;
    /* background-color: #fc0; */
  }
  .columns-holder .col:last-child {
    margin-bottom: 0;
  }


  .figure-3-cols {
    flex-direction: column;
    justify-content: center;
  }
  .figure-3-cols img {
    width: 100%;
    max-width: 320px;
    margin-bottom: 2rem;
  }
  .figure-3-cols img:last-child {
    margin-bottom: 0;
  }

}
/*#endregion*/


/* <= 540px */
/*#region*/
@media only screen and (max-width: 540px) {

  .figure-4-cols,
  .figure-2-cols {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 320px;
  }

  .figure-4-cols img,
  .figure-2-cols img {
    width: 100%;
    margin-bottom: 2rem;
  }

}
/*#endregion*/

/*#endregion*/


/*#endregion PAGE LAYOUT COLUMNS*/



/* TINYMCE SPECIFIC RULES
==============================================================================*/
/*#region*/


/* TEMPLATE
--------------------------------------------------------------------*/
/*#region*/
.editor-html {
  font-size: 15px;
}

.editor-body {
  font-size: var(--fs-content);
  font-weight: var(--fw-light);
  line-height: var(--lh-content);
}


/* ☝ Keep #tinymce for bellow - Must be important */
#tinymce {
  margin: 10px;
  padding: 0;
  min-height: auto;
}

/* .editor-html.static #tinymce {
  width: 100%;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
} */


/* PRODS TEXTS SPECIAL - 2021.09.20 */
#tinymce.prod_descript {
  width: calc(50% + 24px);
  max-width: 455px;
  /* max-width: 455px; */
}
#tinymce.prod_specs {
  width: calc(46% + 24px);
  max-width: 420px;
}


/* Inside Code - PHP functions */
#tinymce #insidecode {
  border: 1px dotted #F00;
  background: url(../../img/php_code.gif) no-repeat center right;
}


/*This Template - Tag Colors by language*/
.mceToolbar a {
  color: #333 !important;
}

/*#endregion*/


/* PAGE BREAK
--------------------------------------------------------------------*/
/*#region*/
.editor-body h6 {
  display: block;
  height: 16px;
  border: 1px dotted #000 !important;
  border-left: none !important;
  border-right: none !important;
  background: #f5f5f5 url(../../img/pagebreak.gif) no-repeat center center;
  text-align: right;
  font-size: 0;
  color: #f5f5f5;
}
/*#endregion*/


/* TABLES
--------------------------------------------------------------------*/
/*#region*/

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

table td {
  padding: 5px;
  border: solid 0.1px #ddd;
  /* outline: solid thin #ccc;; */
}

/* PRODS SPECIAL */
.prod_bottom table {
  border-collapse: collapse;
}
.prod_bottom table td {
  padding: .3em .4em;
  line-height: 1.3;
  border: solid 0.1px #ddd;
}

/* .prod_bottom table td:first-child {
  min-width: 90px;
} */

/*#endregion TABLES*/


/* TINYMCE ELEMENTS VISIBILITY
--------------------------------------------------------------------*/
/*#region*/
.editor-body p,
.editor-body div,
.editor-body h1,
.editor-body h2,
.editor-body h3,
.editor-body h4,
.editor-body ol,
.editor-body ul,
.editor-body ol li,
.editor-body ul li,
.editor-body figure {
  border-width: 0.1px;
  border-style: solid;
  /* margin-top: -0.1px; */
}

.editor-body div {
  border-color: #69F;
}

.editor-body h1 {
  border-color: #C00;
}

.editor-body h2 {
  border-color: #C90 !important;
}

.editor-body h3 {
  border-color: #ff9900;
}

.editor-body h4 {
  border-color: #FC0;
}

.editor-body p {
  border-color: #e5e5e5;
  /* margin-top: -1px; */
}
.editor-body p:first-child {
  /* margin-top: 0; */
}

.editor-body figure {
  border-color: rgba(237, 35, 255, 0.871);
}

.editor-body ul,
.editor-body ol {
  border-color: #ff830f;
}

.editor-body ul li,
.editor-body ol li {
  border-color: #d4bca5;
  /* margin-top: -0.1px; */
}

/* SETTINGS OPTION - HIDE BORDERS */
.editor-html.hide-borders .editor-body * {
  border: none;
}
/*#endregion*/


/* TINYMCE LINKS
--------------------------------------------------------------------*/
/*#region*/
.editor-body a,
.editor-body a em {
  text-decoration: none;
  color: #009BDB;
}

.editor-body a:hover,
.editor-body p a:hover,
.editor-body div a:hover,
.editor-body a:hover em {
  text-decoration: none;
}
/*#endregion*/


/* MISC
--------------------------------------------------------------------*/
/*#region*/
.editor-body hr {
  color: #ccc;
  background: #ccc;
  border: none;
  height: 1px;
}

.editor-body img.mceItemMedia.mceItemIframe {
  background: #e8e8e8 url(../../img/video_embedded.png) no-repeat center center;
}
/*#endregion*/


/*#endregion TINYMCE SPECIFIC RULES*/
