*,
::before,
::after {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  border-radius: 0px;
  box-sizing: border-box;
  transition-property: none;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
html,
body {
  width: 100%;
  margin: 0;
}
body {
  font-family: Verdana, Helvetica, sans-serif;
  background: #eeeeee;
  font-size: 15px;
}
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  padding: 0 25px;
  border-top: var(--color) solid 4px;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
#header-title,
#bloc-user {
  padding: 5px 0;
  color: #ffffff;
  line-height: 40px;
}
#header-title {
  margin-right: auto;
  padding: 0 2%;
  text-transform: uppercase;
}
.btn_bloc_user {
  display: block;
  float: right;
  height: 30px;
  line-height: 20px;
  margin: 5px 0 5px 25px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffffff;
  text-decoration: none;
  color: #000000;
  transition-property: color;
}
.btn_bloc_user:hover {
  color: var(--color);
}
.btn_bloc_user svg {
  width: 20px;
  height: 20px;
  margin: 0 0 -5px 5px;
  fill: #000000;
  transition-property: fill;
}
.btn_bloc_user:hover svg {
  fill: var(--color);
}
main {
  display: block;
  float: left;
  width: 100%;
  margin-top: 54px;
  padding: 25px calc((100% - 1300px) / 2);
  transition-property: padding;
}
.mandatory {
  color: #e2001a;
}
form.this-is-form {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 25px 2%;
  background: #fff;
  border-radius: 3px;
  border: #aaaaaa solid 1px;
}
h1 {
  position: relative;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.9rem;
}
h1::after {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  bottom: -8px;
  width: 25%;
  height: 4px;
  background: var(--color);
}
h2 {
  color: var(--color);
}
form.this-is-form fieldset {
  /*display:flex;
    flex-wrap: wrap;
    align-items: flex-start;*/
  display: block;
  float: left;
  width: 100%;
  border: none;
  padding: 15px 0;
  border-top: #aaa dashed 1px;
}
/*form.this-is-form fieldset.fieldset_checkbox{
	display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-direction: column;
}*/
form.this-is-form fieldset.fieldset_checkbox {
  display: grid;
  grid-template-columns: 25% 75%;
}
form.this-is-form fieldset.fieldset_checkbox legend:first-child {
  width: 100%;
  height: 100%;
}
form.this-is-form fieldset.fieldset_checkbox label {
  grid-column: 2;
  width: 100%;
  margin: 3px 0;
}
form.this-is-form #menu_position {
  display: none;
}
form.this-is-form #menu_position_in {
  display: flex;
}
form.this-is-form label > span:first-child,.countRowOptions > span:first-child/*,form.this-is-form fieldset legend:first-child*/ {
  flex: 0 0 25%;
  padding-right: 15px;
}
form.this-is-form fieldset legend:first-child {
  width: 25%;
  padding-right: 15px;
  padding-left: 0;
}
form.this-is-form .form_radio_container {
  display: flex;
  flex-wrap: wrap;
  width: calc(75% - 15px);
}
form label {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;*/
  padding: 15px 0;
  cursor: pointer;
  line-height: 20px;
}
form label span:first-child {
  line-height: 35px;
}
form .wysiwyg_full label {
  flex-direction: column;
  align-content: flex-start;
  padding-top: 0;
}
form .wysiwyg_full label > span {
  width: 100%;
  margin: 0 0 15px;
  padding: 15px 0 0;
  border-top: #aaa dashed 1px;
}
form label .cke_chrome {
  width: 74.8%;
}
form .wysiwyg_full label .cke_chrome {
  width: 100%;
}
form label:not(:first-child) {
  margin: 0 0 15px 0;
  border-top: #aaa dashed 1px;
}
.form_line {
  width: 100%;
  border-top: #aaa dashed 1px;
  overflow: hidden;
}
.form_line input[type="email"],
.form_line input[type="text"],
.form_line input[type="password"],
.form_line textarea,
.form_line select {
  width: 74.9%;
}
form.this-is-form .form_line fieldset {
  border-top: none;
  margin: 0;
}
form.this-is-form fieldset legend {
  display: block;
  float: left;
  width: 100%;
}
form.this-is-form fieldset label {
  position: relative;
  float: left;
  width: auto;
  padding: 0;
  margin: 0 15px 0 0;
  border: none;
}
select {
  -webkit-appearance: menulist;
}
input[type="email"],
input[type="file"],
input[type="text"],
input[type="color"],
input[type="password"],
textarea,
select {
  width: 75%;
  min-height: 35px;
  margin-bottom: auto;
  padding: 5px;
  font-size: 0.8rem;
  border: var(--color) solid 1px;
  border-radius: 3px;
  font-family: Verdana, Helvetica, sans-serif;
  transition-property: box-shadow, border-color;
}
input[type="color"] {
  width: 50px;
  cursor: pointer;
}
input[type="file"] {
  border: none;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  border-color: #000;
}
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin: 0;
  padding: 0;
  transform: translate(10px, 0);
}
input + span.input-btn {
  width: 20px;
  margin-right: 10px;
}
input + span.input-btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: " ";
  border: var(--color) solid 1px;
  border-radius: 3px;
  background: #fff;
  transition-property: background, border-radius;
}
form.this-is-form fieldset label.icon_list {
  margin: 0 10px 10px 0;
}
.icon_list input + span,
.icon_list input + span.input-btn::before {
  display: none;
}
.icon_list svg {
  width: 40px;
  height: 40px;
  fill: #aaa;
  transition-property: fill;
}
input:checked + span + svg {
  fill: var(--color);
}
input + span.radio-btn::before {
  border-radius: 50%;
}
input.input-error + span.input-btn::before {
  border: #e2001a solid 2px;
}
input:checked + span.input-btn::before {
  background: var(--color);
}
input[type="submit"] {
  min-width: 25%;
  height: 35px;
  margin: 0 0 0 auto;
  padding: 5px 25px;
  border-radius: 3px;
  font-family: Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  border: #000 solid 1px;
  background: #000;
  color: #fff;
  cursor: pointer;
  transition-property: background-color, border-color;
}
input[type="submit"]:hover {
  border: var(--color) solid 1px;
  background: var(--color);
}
#form_import {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.bloc_display_group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 25px;
  padding: 25px 2%;
  background: #fafafa;
  border-radius: 3px;
  border: #aaaaaa solid 1px;
}
.this-is-form h2,
.bloc_display_group h3 {
  margin-top: 0;
  font-weight: normal;
  color: var(--color);
}
#form_import #import_data_choice label {
  margin-bottom: 15px;
  padding: 10px 2%;
}
#form_import .bloc_display_group label.form_green {
  background: #007700;
  color: #fff;
  border-radius: 3px;
}
#form_import .bloc_display_group label span:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#form_import .bloc_display_group label span span:first-child:not(.no_bold) {
  font-weight: bold;
}
#form_import
  .bloc_display_group
  label
  span
  span:not(:first-child):not(.no_bold) {
  font-size: 0.8rem;
  font-style: italic;
}
#form_import .bloc_display_group label span span:not(:first-child) {
  line-height: normal;
  padding: 3px 0;
  border-top: var(--color) dashed 1px;
}
#form_import #import_data_actions legend {
  padding-bottom: 25px;
}
#form_import #import_data_actions .radio_en_ligne {
  padding-bottom: 10px;
}
#form_import .bloc_display_group select {
  max-height: 35px;
}
.no_wrap {
  white-space: nowrap;
}
.this-is-form ul.form_errors {
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  color: #e2001a;
  list-style-type: none;
  text-align: right;
  font-size: 0.78rem;
}
.this-is-form .no_style span {
  display: none;
}
.this-is-form .form_description {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-size: 0.8rem;
}
.this-is-form .input_description {
  flex-direction: 0 0 100%;
  padding: 3px 0 0 25%;
  color: var(--color);
  font-weight: bold;
}
input.input-error,
textarea.input-error,
select.input-error {
  border: #e2001a solid 2px;
}
.infos-green,
.infos-red {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  list-style-type: none;
}
.infos-green {
  background-color: #007700;
}
.infos-red {
  background-color: #e2001a;
}
.red {
  color: #e2001a;
}
header #btn_menu {
  width: 40px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
header #btn_menu svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  transition-property: fill;
}
header #btn_menu:hover svg {
  fill: var(--color);
}
#btn_menu path {
  transition-property: transform;
}
#btn_menu.menu_on path.barre-menu-milieu {
  transform: translate(-100%, 0);
}
#btn_menu path.barre-menu-haut {
  transform-origin: 50px 152px;
}
#btn_menu.menu_on path.barre-menu-haut {
  transform: rotate(45deg);
}
#btn_menu path.barre-menu-bas {
  transform-origin: 61px 360px;
}
#btn_menu.menu_on path.barre-menu-bas {
  transform: rotate(-45deg);
}
#menus {
  position: fixed;
  top: 54px;
  min-width: 250px;
  max-width: 300px;
  height: calc(100% - 50px);
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  scrollbar-color: #505050 #999999;
  scrollbar-width: thin;
  transition-property: transform, box-shadow, max-width;
}
#menus::-webkit-scrollbar {
  width: 3px;
  background-color: #999999;
}
#menus::-webkit-scrollbar-thumb {
  background: #505050;
}
#menus.menu_on {
  transform: translate(0, 0);
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
}
#menus.menu_off {
  transform: translate(-100%, 0);
}
#menus nav {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-radius: 5px;
  transition-property: max-width;
}
#menus .admin_menus {
  background: #505050;
}
.admin_menus {
  max-width: 290px;
}
#menus nav h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 5px 2%;
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
}
#menus nav h2 svg {
  flex: 0 0 40px;
  height: 40px;
  margin: 0 0 0 5px;
  fill: #fff;
}
#menus nav ol {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  list-style-type: none;
}
#menus nav ol ol,
#menus nav dl ol {
  display: none;
  overflow: hidden;
}
#menus nav ol li {
  float: left;
  width: 100%;
}
#menus nav ol ol.menuOn,
#menus nav dl ol.menuOn {
  display: block;
}
#menus nav ol li a,
#menus nav ol li span {
  float: left;
  width: 100%;
  padding: 6px 2%;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition-property: background, color;
}
#menus nav ol li span.menu_error {
  background: #e2001a;
  color: #fff;
}
#menus nav ol li a:hover,
#menus nav ol li span:hover,
#menus nav ol li a.menuOn,
#menus nav ol li span.menuOn {
  background: #e2e2e2;
  color: var(--color);
}
#menus nav ol li ol a,
#menus nav ol li ol span {
  padding: 6px 2% 6px 6%;
  background: #e2e2e2;
}
#menus nav ol li ol li a:hover,
#menus nav ol li ol li span:hover,
#menus nav ol li ol li a.menuOn,
#menus nav ol li ol li span.menuOn {
  background: #d4d4d4;
}
#menus nav ol li li li a,
#menus nav ol li li li span {
  padding: 6px 2% 6px 10%;
  background: #d4d4d4;
}
#menus nav dl,
#menus nav dt {
  float: left;
  width: 100%;
}
#menus nav dt .list-menus-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 6px 2%;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: background, color;
}
#menus nav dt .menuOn:not(ol),
#menus nav dt .list-menus-name:hover {
  background: var(--color);
}
#menus nav dt .list-menus-name:not(.menufirst) {
  border-top: #fff dashed 1px;
  border-bottom: #fff dashed 1px;
}
#menus nav dt .list-menus-name svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.module_nav_btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.module_nav_btns_on_right {
  justify-content: flex-end;
}
.module_nav_btns_on_right span.bouton_nav {
  margin: 0 0 15px 20px;
}
.form_file_bloc {
  display: flex;
  width: 100%;
  padding-left: 25%;
  transition-property: padding;
}
.form_image_bloc {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 25%;
  transition-property: padding;
}
.form_image_bloc img {
  max-width: 50%;
  margin-right: auto;
}
.sorter_line_left a,
.module_nav_btns a,
.form_image_bloc a,
.form_file_bloc a,
.dynamic_field_bloc span.btn_add_field,
span.bouton_nav,
a.bouton_nav {
  display: flex;
  align-items: center;
  margin: 0 20px 15px 0;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition-property: background;
}
.dynamic_field_bloc span.btn_add_field {
  margin: 15px 0 15px auto;
  cursor: pointer;
}
.sorter_line_left a:hover,
.module_nav_btns a:hover,
.form_image_bloc a:hover,
.form_file_bloc a:hover,
.dynamic_field_bloc span.btn_add_field:hover,
span.bouton_nav:hover {
  background: var(--color);
}
.sorter_line_left a svg,
.module_nav_btns a svg,
.form_image_bloc a svg,
.form_file_bloc a svg,
.dynamic_field_bloc span.btn_add_field svg,
span.bouton_nav svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  margin: 0 10px 0 0;
  transition-duration: 0.15s;
  transition-property: transform;
}
.sorter_line_left a:hover svg,
.module_nav_btns a:hover svg,
.form_image_bloc a:hover svg,
.form_file_bloc a:hover svg,
.dynamic_field_bloc span.btn_add_field:hover svg,
span.bouton_nav:hover svg {
  transform: scale(1.25);
}
.form_image_bloc a {
  margin-right: auto;
}
.simple_list,
#sortable .sortable_list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 25px 2%;
  list-style-type: none;
  background: #fff;
  border-radius: 3px;
  border: #aaaaaa solid 1px;
}
#sortable .sortable_list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.simple_list_item {
  float: left;
  width: 100%;
  margin-bottom: 2px;
}
.simple_list_comment {
  float: left;
  width: 100%;
  margin: 2px 0;
  padding: 5px 1%;
  border: var(--color) solid 1px;
  border-radius: 3px;
  background: #fff;
  color: #000;
}
.ui-sortable-helper span.simple_list_item_container {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}
.simple_list_item_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 5px 1%;
  align-items: center;
  border-radius: 3px;
  justify-content: space-between;
  transition-property: background, color, padding;
}
.simple_list_name {
  font-size: 1.1rem;
}
.simple_list_item_container:hover,
.simple_list_item:nth-of-type(even) .simple_list_item_container:hover,
#sortable .sortable_list .simple_list_item_container:hover {
  background: #000;
  color: #fff;
}
.simple_list_item:nth-of-type(even) .simple_list_item_container {
  background-color: #eee;
}
.simple_list_action {
  min-width: 120px;
  text-align: right;
}
.simple_list_action .blank_action {
  display: inline-block;
  width: 30px;
  padding-bottom: 1px;
}
.simple_list_action a,
.simple_list_action .blank_action {
  margin: 0 0 0 10px;
}
.simple_list_action svg {
  width: 30px;
  height: 30px;
  fill: var(--color);
  transition-property: fill, transform;
  transition-duration: 0.15s;
}
.simple_list_item:hover .simple_list_action svg,
#sortable .sortable_list .simple_list_item_container .simple_list_action svg {
  fill: #fff;
}
.simple_list_item:hover .simple_list_action a:hover svg,
#sortable
  .sortable_list
  .simple_list_item_container
  .simple_list_action
  a:hover
  svg {
  fill: var(--color);
  transform: scale(1.2);
}
#sortable .sortable_list ol {
  float: left;
  width: 100%;
  list-style-type: none;
}
#sortable .sortable_list .simple_list_item {
  cursor: move;
}
#sortable .sortable_list .simple_list_item_container {
  margin-bottom: 5px;
  background: #999;
  color: #fff;
}
#sortable .sortable_list li ol .simple_list_item_container {
  background: #666;
}
#sortable .sortable_list li ol li ol .simple_list_item_container {
  background: #333;
}
#sortable .sortable_list li ol li ol li ol .simple_list_item_container {
  background: #000;
}
.ui-sortable-placeholder {
  border: #000 dotted 2px;
  border-radius: 3px;
  margin-bottom: 5px;
}
#frame_fichiersupload {
  width: 100%;
  min-height: 500px;
  border: var(--color) solid 1px;
  border-radius: 3px;
}
.paginationControl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px 0;
}
.paginationControl a:not(.svg_navigation),
.paginationControl span:not(.svg_navigation) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  background: #000;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  transition-property: background, font-size, margin, width, height;
}
.paginationControl a:not(.svg_navigation):hover,
.paginationControl span:not(.svg_navigation) {
  background: var(--color);
}
.sorter_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 20px 0 5px;
  padding: 15px 2% 0;
  border-top: #aaaaaa dotted 1px;
}
.sorter_line_left {
  display: flex;
}
.sorter_line_right {
  display: flex;
  align-items: center;
}
.sorter_line_right a {
  margin: 0 0 0 10px;
}
.sorter_line_right a svg {
  width: 30px;
  height: 30px;
  fill: #000;
  transition-property: fill, transform;
  transition-duration: 0.15s;
}
.sorter_line_left a.sorter_on {
  background: var(--color);
}
.sorter_line_right a:hover svg,
.sorter_line_right a.sorter_on svg {
  fill: var(--color);
}
.sorter_line_right a:hover svg {
  transform: scale(1.2);
}
.svg_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin: 0 5px 0 0;
}
.svg_navigation_next {
  margin: 0 0 0 5px;
}
.svg_navigation svg {
  width: 35px;
  height: 35px;
  fill: #000;
  transition-property: fill;
}
.paginationControl a.svg_navigation:hover svg {
  fill: var(--color);
}
.svg_navigation_previous svg {
  transform-origin: 50%;
  transform: rotate(180deg);
}
#search_title {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 3px;
  padding: 5px 10px;
  background: var(--color);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
}
#search_title svg {
  width: 20px;
  height: 20px;
  margin: 0 7px -1px 0;
  fill: #fff;
}
#form_searcher {
  flex-direction: row;
  flex-wrap: wrap;
  border-color: var(--color);
}
#form_searcher label {
  width: 100%;
}
#form_searcher input[type="submit"] {
  margin-left: auto;
  width: 25%;
}
.sortable_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.sortable_item_name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2%;
  color: #fff;
  font-size: 1.1rem;
  background: #505050;
  cursor: pointer;
  border-radius: 3px;
  transition-property: background, border-radius;
}
.sortable_item_list {
  display: none;
  overflow: hidden;
}
.sortable_item_list_on {
  display: block;
}
.sortable_item_name_on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sortable_item_name:hover,
.sortable_item_name_on {
  background: var(--color);
}
.sortable_item_name svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}
.sortable_item_name svg .svg_vertical_line,
#menus nav dt .list-menus-name svg .svg_vertical_line {
  transform-origin: 50%;
  transition-property: transform;
  transition-delay: 0s;
}
.sortable_item_name svg .svg_horizontal_line,
#menus nav dt .list-menus-name svg .svg_horizontal_line {
  transition-property: transform;
  transition-delay: 0.15s;
}
.sortable_item_name_on svg .svg_vertical_line,
#menus nav dt .menuOn svg .svg_vertical_line {
  transform: rotate(270deg);
  transition-delay: 0.15s;
}
.sortable_item_name_on svg .svg_horizontal_line,
#menus nav dt .menuOn svg .svg_horizontal_line {
  transform: translate(150%);
  transition-delay: 0s;
}
.rub_onglet,
.rub_onglet_in {
  float: left;
  width: 100%;
}
.rub_onglet_in {
  display: none;
  padding: 10px 1%;
  border-radius: 3px;
  border-top-left-radius: 0;
  border: var(--color) solid 1px;
  background: #fcfcfc;
}
.rub_onglet_in_lng {
  background: #f8f8f8;
}
.rub_onglet_in_on {
  display: block;
}
.rub_onglet_name {
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 0 0;
  padding: 10px 1%;
  background: #767676;
  color: #fff;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
  transition-property: background;
}
.rub_onglet_lng {
  background: #000;
}
.rub_onglet_name:hover,
.rub_onglet_name_on {
  background: var(--color);
}
.rub_onglet_name svg,
.bloc_rub_lang svg {
  width: 32px;
  height: 24px;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.bloc_rub_lang {
  float: left;
  width: 100%;
  margin: 15px 0;
  padding: 10px 2%;
  border-radius: 3px;
  background: #f8f8f8;
  border: var(--color) solid 1px;
}
.bloc_rub_lang h2 {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
#modules_details {
  padding-left: 25%;
}
#modules_details h2,
#modules_details h3 {
  color: var(--color);
}
.form_group {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 2%;
  border: var(--color) solid 1px;
  border-radius: 3px;
  background: #f8f8f8;
}
.explainer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px;
  background: #fff;
  border: #aaa solid 1px;
  border-radius: 3px;
  transition-property: margin;
}
.error_import {
  border: #e2001a solid 1px;
}
.error_import ul {
  color: #e2001a;
}
.explainer a {
  color: var(--color);
}
.form_explainer {
  margin-left: 25%;
  padding: 10px;
  background: #fff;
  border: #aaa solid 1px;
  border-radius: 3px;
  transition-property: margin;
}
.form_explainer h2 {
  margin-top: 0;
  color: var(--color);
}
.validated_line .simple_list_item_container:nth-child(n),
.validated_line:nth-of-type(n) .simple_list_item_container:hover {
  background: #007700;
  color: #fff;
}
.unvalidated_line .simple_list_item_container:nth-child(n),
.unvalidated_line:nth-of-type(n) .simple_list_item_container:hover {
  background: #e2001a;
  color: #fff;
}
.validated_line .simple_list_item_container svg,
.validated_line .simple_list_item_container .simple_list_action a:hover svg,
.unvalidated_line .simple_list_item_container svg,
.unvalidated_line .simple_list_item_container .simple_list_action a:hover svg {
  fill: #fff;
}
#advanced_search_line {
  display: flex;
  width: 100%;
}
#advanced_search_line span {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.9rem;
  color: #fff;
  cursor: pointer;
  transition-property: background;
}
.advanced_search_line span {
  background: #000;
}
.advanced_search_line_on span,
.advanced_search_line span:hover {
  background: var(--color);
}
#advanced_search_line span svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  fill: #fff;
}
#advanced_search_line svg .svg_vertical_line {
  transform-origin: 50%;
  transition-property: transform;
}
.advanced_search_line svg .svg_vertical_line {
  transition-delay: 0s;
}
#advanced_search_line svg .svg_horizontal_line {
  transition-property: transform;
}
.advanced_search_line svg .svg_horizontal_line {
  transition-delay: 0.15s;
}
.advanced_search_line_on svg .svg_vertical_line {
  transform: rotate(270deg);
  transition-delay: 0.15s;
}
.advanced_search_line_on svg .svg_horizontal_line {
  transform: translate(150%);
  transition-delay: 0s;
}
#advanced_search {
  display: none;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 15px 3%;
  background: #fafafa;
  border: #aaa solid 1px;
  border-radius: 3px;
}

section.dashboard-section {
  width: 100%;
  margin: 2em 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5em 3em;
}
.dashboard-card {
  width: 100%;
  border-radius: 1em;
  padding: 2em;
  background-color: white;
}
.dashboard-section strong {
  font-weight: bold;
  color: darkslategray;
}
.dashboard-section h2 {
  width: 100%;
  margin-bottom: 0;
}
.dashboard-card table {
  border: solid 2px darkslategray;
  border-collapse: collapse;
  margin: 2em 0;
  text-align: left;
  width: 100%;
}
.dashboard-card table td,
.dashboard-card table th {
  border: solid 2px darkslategray;
  padding: 1em 3em;
  transition: 0.3s;
}
.dashboard-card table th {
  border-color: darkslategray;
  color: black;
}
.dashboard-card table tr {
  transition: 0.3s;
}
.dashboard-card table tr:hover {
  background-color: #00000022;
}
.dashboard-card table td a{
  color: var(--color);
  font-weight: bold;
}
