@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,700&display=swap');

/* =================Retset CSS==================== */

html {
  scroll-behavior: smooth;
  font-family: "Roboto" !important;
}

#wrapwrap {
  overflow: auto !important;
}

body {
  font-family: 'Roboto';
}

.text-main-color {
  color: #CC933B !important;
}

.text-gray {
  color: #616161;
}

::selection {
  color: #fff;
  background-color: #CC933B;
}

.navbar-toggler {
  border: none;
}

button {
  cursor: pointer;
}

.padding-none {
  padding: 0px;
}

.display_inline {
  display: inline
}

.none-bg-dot {
  background: unset !important;
}

/* =================HEADER==================== */

#header {
  top: 0;
  width: 100%;
}

.main-menu {
  vertical-align: middle;
  padding: 0px;
}

#header.main-menu {
  color: black;
}

.main-menu.nav-link {
  color: black;
  font-weight: 500;
}

.navigation-wrap {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-item:hover .nav-link {
  color: #CC933B !important;
}

.nav-item.active .nav-link {
  color: #CC933B !important;
  font-weight: bold;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #ad8240;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.nav-item.user {
  display: flex;
  border: solid 1px #df942f;
  background-color: #df942f;
  color: #fff !important;
  justify-content: space-around;
  align-items: center;
  margin-right: 5px;
}

.nav-item.user img{
  width: 25px;
  height: 25px;
  margin-left: 5px;
  color: white;
}

.nav-item.user a{
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto" !important;
}

.nav-item.user a:hover {
  color: #fff !important;
}

.redirect-demeter {
  cursor: pointer;
  margin-right: 48px !important;
}

.redirect-demeter:hover {
  opacity: .8;
  text-decoration: none;
}

div.username {
  list-style-position: inside;
  border-right: solid 3px #DF942F;
}

#navbar-list-2 {
  margin: 0px;
}

#navbar-list-3 a.nav-link {
  color: white !important;
  text-transform: uppercase !important;
}

.row_main_menu {
  width: 90%;
}

.menu_right_bottom {
  justify-content: space-between;
}

.menu_right_bottom a {
  color: black !important;
}

.menu_right_top {
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  display: flex;
  padding: 0px;
}

.main_menu_item {
  font-size: 18px;
}

.sr-main-menu-dropdown > .dropdown-toggle::after {
  margin-left: .35rem;
  vertical-align: .2rem;
}

.sr-main-menu-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 260px;
  margin-top: 0;
  border: none;
  border-radius: 0;
  padding: 6px 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.sr-main-menu-submenu .dropdown-item {
  color: #1f1f1f !important;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 16px;
  white-space: normal;
}

.sr-main-menu-submenu .dropdown-item:hover,
.sr-main-menu-submenu .dropdown-item:focus,
.sr-main-menu-submenu .dropdown-item.active {
  color: #df942f !important;
  background-color: #f5f5f5;
}

header#top {
  background-color: white;
}

nav.navbar.navbar-expand-md.navbar-light.content-to-show-767.content-to-hide-1500 {
  background: none;
}

.form-login-odoo {
  margin: 0px;
  display: flex;
  justify-content: space-around;
  max-width: 450px;
  position: relative;
  font-size: 14px !important;
}

.form-login-odoo ::-webkit-input-placeholder {
  text-align: center;
}

.form-login-odoo ::-moz-placeholder {
  text-align: center;
}

.form-login-odoo :-ms-input-placeholder {
  text-align: center;
}

.form-login-odoo input[type=text],
.form-login-odoo input[type=password] {
  width: 100%;
  margin: 0px;
  border: none;
  background: white;
}
.form-login-odoo input:-internal-autofill-selected {
  background-color: white !important;
}

.o_header_affixed.o_header_is_scrolled .navbar-brand img {
  height: 100%;
}

.o_header_affixed {
  position: absolute !important;
}

#cloud_lock {
  position: relative;
  font-size: 22px;
  margin-left: 12px;
  margin-right: -4px;
}

#cloud_lock:after {
  content: "\f023";
  position: absolute;
  margin: auto;
  color: #DF942F;
  font-size: 11px;
  left: calc(50% - 5.5px);
  top: calc(50% - 5px);
}

.private-space {
  padding: 6px 14px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.redirect-login {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.redirect-login:hover {
  opacity: .8;
  text-decoration-color: #888;
}

.redirect-login--icon-user {
  margin-right: 8px;
  height: 20px;
  filter: invert(78%) sepia(8%) saturate(13%) hue-rotate(341deg) brightness(95%) contrast(95%);
}

.redirect-login--text {
  font-size: 16px;
  color: #777;
  margin-top: 4px;
  font-weight: 400;
}

.user-logged-in {
  margin-right: 8px;
  align-self: center;
  height: 20px;
  filter: invert(82%) sepia(25%) saturate(6070%) hue-rotate(341deg) brightness(94%) contrast(84%);
}

/* ===============SEARH + SOCIAL + POPUP LOGIN=================== */

.logo-header {
  height: 72% !important;
}

.search_social_login {
  background-color: black;
  color: white;
}

.header-search {
  padding-top: 0.9rem;
}

.search_social_login.fa-user-circle,
.header-search i {
  font-size: 20px;
}

.header-search a,
.header-search i {
  color: white;
}

#sr__header .nav-item:hover {
  font-weight: bold;
}

#sr__header .nav-item:hover .nav-link {
  color: white !important;
}

#sr__header .nav-item:after {
  background-color: unset;
}

#div_search {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: white;
}

#div_search a {
  color: #dcd4d4;
  font-weight: 700;
  word-spacing: 2px;
}

#div_search a.active {
  color: #FFFFFF;
}

button.popup-login {
  background-color: #6FAC48;
  color: white;
  font-weight: bold;
  height: 100%;
  width: 18rem;
  display: inline-flex;
  align-items: center;
}

#pop_up_login {
  padding-right: 0px;
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: flex-end !important;
  position: relative;
}

.pop_up_login_icon {
  padding-right: 10px;
  font-size: 20px;
  color: white;
}

#candidacy_form i.down,
#show_popup_login i.down,
i.up {
  display: none;
  opacity: 0;
  transition: all 0.5s linear;
}

#candidacy_form i.down.active,
#show_popup_login i.down.active,
i.up.active {
  display: block;
  opacity: 1;
}


/* ===============FOOTER=================== */
.sr_footer h4 {
  font-size: 18px;
  font-family: "Roboto";
  text-transform: uppercase;
}

.sr_footer a {
  color: #616161 !important;
}

.sr_footer a:hover {
  text-decoration: none;
}

/* ================================== */

.pop_up_login {
  position: relative;
}

.login-popup {
  position: absolute;
  opacity: 0;
  top: 100%;
  right: 0px !important;
  border: 1px solid #04AA6D;
  background-color: #04AA6D;
  z-index: 3;
  width: 18rem;
  visibility: hidden;
  transition: visibility 0.5s, opacity .5s linear;
}

.login-popup.active {
  visibility: visible;
  opacity: 1;
}

.form-container {
  padding: 10px;
  background-color: white;
  margin: 0px;
  width: 100%;
}

.form-container input[type=text],
.form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 5px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #CC933B;
  color: white;
  padding: 10px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 5px;
  opacity: 0.8;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

/* ========== RADIO button =========== */

#formLogin {
  right: 6px;
}

#formLogin ul.list {
  font-size: 12px;
}

#formLogin .list {
  flex: 0 0 20rem;
  padding: 0px;
  list-style-type: none;
}

#formLogin .list__item {
  position: relative;
}

#formLogin .list__item:hover>.label {
  color: #CC933B;
}

#formLogin .list__item:hover>.label::before {
  border: 0.5rem solid #CC933B;
  margin-right: 0.5rem;
}

#formLogin .radio-btn {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

#formLogin .radio-btn:checked+.label {
  color: #CC933B;
  border-spacing: 2px;
}

#formLogin .radio-btn:checked+.label::before {
  border: 2px solid #959494;
  background: #CC933B;
}

#formLogin .label {
  display: flex;
  align-items: center;
  padding: 2px 0;
  color: #959494;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s linear;
}

#formLogin .label::before {
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border: 3px solid #959494;
  border-radius: 50%;
  transition: all 0.25s linear;
}


/* ========== Breadcrumbs bar =========== */

.breadcrumbs_area {
  background-color: #4D8B47;
  background-size: cover;
  min-height: 105px;
  display: flex;
  align-items: center;

}

.breadcrumb_content {
  text-align: left;
}

.breadcrumb_content ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.breadcrumb_content a {
  color: black;
}

.breadcrumb_content a:hover {
  text-decoration: none;
}

.breadcrumb_content ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
  letter-spacing: 2px;
  font-weight: 500;
}

.breadcrumb_content ul li a::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}

.breadcrumb_content ul li:last-child {
  margin-right: 0;
  color: white;
}

.breadcrumbs_area h1 {
  color: white;
  margin-top: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: 2px;
}

.line_page_name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.line_page_name i {
  font-size: 30px;
}

/* ========== CONTACT US =========== */

.contact_message {
  margin-top: 30px;
}

.contact_message div {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}

.contact_message ul li {
  padding: 13px 0;
  border-top: 1px solid #ededed;
}

.contact_message ul li:last-child {
  padding-bottom: 0;
}

.contact_message ul li i {
  margin-right: 10px;
}

.contact_message ul li a:hover {
  color: #40A944;
}

.contact_message label {
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_message textarea {
  height: 170px;
  background: #ffffff;
  resize: none;
  /* margin-bottom: 20px; */
  width: 100%;
  padding: 10px 20px;
  color: #222222;
}

.contact_message button,
.contact_message a {
  font-weight: 400;
  width: 180px;
  height: 45px;
  line-height: 42px;
  text-transform: capitalize;
  border: none;
  background: #4D8B47;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  opacity: 1;
}

.list-unstyled li {
  padding: 0px;
  border: none;
}

.contact_message button:hover,
a:hover {
  opacity: 0.7;
}

.contact_message.form p.form-messege {
  margin-bottom: 100px;
}

#contact-form {
  margin-bottom: 40px;
}

#contact-form input {
  height: 45px;
  background: #ffffff;
  width: 100%;
  padding: 0 20px;
  color: #495057;
  font-size: 1rem;
}

.family_status:invalid {
  color: #757575 !important;
}

.family_status option {
  color: #495057;
}


.selection_driver_license {
  border: 2px solid #b1a7a7ab;
  border-radius: 5px;
  padding: 10px 5px;
  margin-top: -25px !important;
  display: none;
}

.contain_driver_license p {
  margin: 0;
}

.selection_driver_license .rad-label {
  margin: 0;
  padding: 0;
}

.selection_driver_license .rad-design {
  margin-bottom: 8px !important;
}

.selection_driver_license .rad-text {
  margin-bottom: 8px !important;
}

input.form-check-input {
  height: 20px !important;
  padding: 0 10px !important;
  color: green !important;
  /* width: fit-content !important; */
}

.radio_is_employee {
  margin-bottom: 20px;
}

.form-select-wrapper {
  margin-bottom: 20px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
  color: white;
  background-color: #4D8B47;
  border: 1px solid rgba(8, 60, 130, 0.06);
  border-radius: 0.4rem;
  box-shadow: 0rem 0rem 1rem rgba(30, 34, 40, 0.04);
  cursor: pointer;
  background-clip: padding-box;
  opacity: 1;
  margin-top: 48px;
}

.form-select.type_of_contract,
.form-select.driver_license,
.form-select.select_job,
.form-control.civility,
.form-control.status,
.form-control.department,
.form-control.family_status,
.form-control.agricultural_training,
.form-control.experience,
.form-control.type_of_contract,
.form-control.zone,
.form-control.current_situation,
.form-control.transport,
.form-select.select_region {
  margin-top: 0;
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-control:disabled {
  background-color: #fff;
}

.form-select:focus {
  border-color: #8dd686;
  outline: 0;
  box-shadow: 0rem 0rem 1.25rem #8dd686, 0 0 0 0.25rem #8dd686;
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #60697b;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-select::selected {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #ff0000 #ff4343;
  transform: rotate(-45deg);
}

.form-select option {
  background-color: white;
  color: #000000;
  font-size: 1rem;
  zoom: 1.1s;
}

.form-select option:hover {
  background-color: white;
  color: #000000;
  font-size: 1rem;
  zoom: 1.1s;
}

.form-control {
  border: 1px solid #ddd;
  background-position: center right calc(0.375em + 1rem) !important;
}

.form-control.form-select {
  height: 38px;
}

/* ====================================== */

.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  min-width: 300px;
  width: 300px;
  min-height: 60px;
  font-family: "Roboto";
  color: #777;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  transition: all 375ms ease-in-out;
  /* Oculto el elemento select */
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}

.cont_select_int li {
  position: relative;
  float: left;
  width: 96%;
  border-bottom: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}

.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}

.cont_select_int li:hover {
  background-color: #EEEEEE;
}

.cont_select_int .active {
  background-color: #EEEEEE;
}

.selecionado_opcion {
  padding: 20px 2%;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.bg_green {
  background-color: #6FAC48;
}

.map-dx-img canvas {
  left: -6px !important;
  top: -6px !important;
}


/* ================= GOOGLE CAPTCHA ================ */

.captcha.msg-error {
  color: #c65848;
}

#contactusCaptcha.error {
  border: solid 2px #c64848;
  padding: 0.2em;
  width: 19.5em;
}


/* ================= END GOOGLE CAPTCHA ================ */


/* ================= MAPS ================ */

.maps {
  height: 560px;
  width: 100%;
  position: relative;
}

.maps::after {
  content: "";
  background: url('/sr_website_theme/static/src/img/landschaftsbild_panorama.jpeg');
  opacity: 0.75;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.map_right {
  background-image: url('/sr_website_theme/static/src/img/mockup_bg_orange.jpeg');
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.btn-download-guide {
  margin-bottom: 30px;
  width: 260px;
  height: 85px;
}

.btn-download-guide a {
  display: flex;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  width: 260px;
  height: 85px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  outline: none !important;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.btn-download-guide a:hover {
  opacity: .9;
  text-decoration: none;
}

.map_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.other_service {
  height: 40%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.other_service p {
  width: 80%;
  color: white;
  text-align: right;
}

.other_service::after {
  position: absolute;
  background-color: #000000;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
}

.other_service_icon {
  display: flex;
  width: 80%;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0px 0px 15px 0px;
}
.other_service_icon i {
  color: white;
}

.btn-order-service {
  width: 80%;
  height: 45px;
  color: white;
  background-color: #DF942F;
  font-size: 14px;
}

.btn-order-service:hover {
  opacity: 0.8;
}

.map-select {
  display: flex;
}

#home-map-img {
  position: relative;
  display: inline-block;
}

.image-map-container img {
  display: block;
}

area {
  position: absolute;
  display: block;
  background-color: black;
  background: #fff;
  display: block;
}

area::before {
  position: absolute;
  background-color: green;
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  content: "";
}

area:hover {
  background: none;
}

@media screen and (min-width: 991px) {
  .home_map_template {
    position: relative;
    right: 3%;
  }
}


@media screen and (min-width: 720px) and (max-width: 991px) {
  .container.h-100 {
    display: flex;
    justify-content: center;
  }

  .home_map_template {
    position: relative;
    left: 8%;
  }
}

/* ================= NEWS ================ */

#footer_bg {
  background-color: red;
  height: 150px;
  margin-top: 80px;
}

#footer_bg img {
  height: 100%;
  width: 100%;
}

.news {
  margin-top: 50px;
  margin-bottom: 50px;
}

.title_news {
  color: #86A797;
  margin-bottom: 5px;
}

.list_new {
  margin: 10px 0px;
  padding: 0px;
}

.list_news {
  justify-content: center;
  margin-right: 0px;
  margin-left: 0px;
}

.new_1,
.new_2,
.new_3 {
  height: 340px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.new_1 {
  background-image: url('/sr_website_theme/static/src/img/Image_placeholder_fwi.jpeg');
}

.new_2 {
  background-image: url('/sr_website_theme/static/src/img/Image_placeholder_gb.jpeg');
}

.new_3 {
  background-image: url('/sr_website_theme/static/src/img/Image_placeholder_gbv.jpeg');
}

.news_name {
  opacity: 0.9;
  background-color: #86A797;
  width: 70%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px 5px;
}

.news_name:hover {
  text-decoration: none;
  color: white !important;
}

.news_name_title {
  margin: 10px 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.news_name p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: auto;
}

a.new_1:hover {
  text-decoration: none !important;
}

.news_title {
  display: flex;
  gap: 10px;
  margin: 15px 0px;
  color: #86A797;
  font-size: 30px;
  padding: 20px 0px 0px 47px;
}

.news_title p {
  color: #86A797;
  font-size: 15px;
  font-weight: 600;
}

.news_wetv {
  display: flex;
  align-items: center;
}

.news_wetv_icon {
  width: 40px;
  height: 40px;
  background-color: #DF942F;
  position: relative;
  margin-left: 10px;
  border-radius: 50%;
  align-items: center;
}

.news_wetv_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* =============  SEND RESUME ================ */

.bg_resume {
  background-color: #BF7511;
  padding: 0px;
}

.bg_resume img {
  width: 100%;
  height: auto;
  padding: 0px;
}

.fixed-header {
  position: fixed;
  z-index: 10;
  background-color: white;
  /* transform: translate(0px, 0px);right: 17px !important; */
}

#scrollUp {
  display: block;
  background: #40A944;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  height: 45px;
  line-height: 40px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.cd-is-visible {
  display: inline !important;
}

.input_file {
  display: flex;
  flex-direction: column;
}

.file-upload,
.file-upload div {
  margin-bottom: 5px !important;
  display: flex;
}

.file-select-button {
  font-weight: 400;
  width: 180px;
  height: 45px;
  line-height: 42px;
  border: none;
  background-color: #DF942F;
  color: #ffffff !important;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
  text-align: center;
  margin-right: 20xp;
  position: relative;
}

.file-select-button label {
  cursor: pointer;
  margin: auto;
}

.file-select-button input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
}

.input_file span {
  color: #818181 !important;
}

.file-select {
  display: inline-flex;
  align-items: center;
}

.file-select-name {
  margin-left: 20px;
}

.file-upload .file-select:hover .file-select-button {
  opacity: 0.7;
  color: #FFFFFF;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

.send_resume_form button,
.licences_area .form-select,
.send_resume_form .form-select {
  background-color: #DF942F;
}


/* =============  SEND RESUME ================ */

.licences_area {
  margin: 0px 0px;
}

.licences_title {
  font-family: 'Roboto';
  display: flex;
  width: max-content;
  height: max-content;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  position: relative;
  background-image: url('/sr_website_theme/static/src/img/svg/title.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 25px;
  margin-top: 80px;
  margin-bottom: 48px;
}

.title_question {
  margin-top: 48x;
}

.title_question:first-child {
  margin-top: 24px;
}

.form-select-licences .form-select {
  margin-bottom: 10px;
}

.licences_title_content p {
  margin-bottom: 20px;
}

.option_select_transversal,
.option_select_interpersonal {
  margin-left: 32px;
  padding-right: 96px;
}

.value_selected {
  display: none;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #DF942F;
}

.value_selected.active{
  display: block;
}

.value_selected span {
  margin-left: 10px;
  color: black;
}

.toggle_show {
  display: block !important;
}

#select_speciality,
#select_method,
#select_method_2 {
  display: none;
}

#btn-envoyer {
  background-color: #5D2F07;
}

.select_speciality,
.select_activity,
.select_material_sector,
.select_material_sector_type,
.select_method,
.select_method_2 {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#select_material_sector_type,
#select_production_skill_speciality,
#select_production_method,
#select_production_task {
  margin-top: 32px;
  margin-left: 32px;
  padding-right: 96px;
  display: none;
}

#select_production_activity,
#select_material_sector {
  margin-left: 32px;
  padding-right: 96px;
}

.option_select_speciality,
.option_select_activity,
.option_select_method,
.option_select_method_2 {
  display: none;
}

.option_select_speciality.active,
.option_select_activity.active,
.option_select_method.active,
.option_select_method_2.active {
  display: block;
}

.option_select_material_sector_type,
.option_select_production_skill_speciality,
.option_select_production_method,
.option_select_production_task {
  margin-left: 32px;
}

.fix_auto_scroll_click_answer {
  margin-bottom: 24px;
}

.fix_auto_scroll_click_answer label input {
  position:absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin-bottom: 32px;
}

.rad-label {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 10;
  cursor: pointer;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: #DF942F;
  position: relative;
}

.rad-design::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: hsl(0, 0%, 90%);
  transform: translate(-1px, -1px);
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  margin-left: 14px;
  transition: .3s;
  color: #666;
  font-weight: 400;
  font-size: 1.1rem;
}

#select_method_2 p {
  font-size: 16px;
  color: #BF7511;
  font-weight: bold;
  margin-bottom: 0px;
}

/* #question_skill_level,
.option_select_material_sector {
  margin-left: 48px;
} */

#question_skill_level p {
  font-size: 1.2rem;
  color: #BF7511;
  font-weight: 500;
  margin-bottom: 0px;
}

#btn-envoyer {
  font-weight: 400;
  width: 180px;
  height: 45px;
  line-height: 42px;
  text-transform: capitalize;
  border: none;
  background: #4D8B47;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.required-production-material {
  pointer-events: none;
  opacity: 0.6;
}

.right-col::after {
  content: '';
  background-image: url('/sr_website_theme/static/src/img/Image_placeholder_etl.jpeg');
  background-color: #DF942F;
  float: left;
  background-repeat: no-repeat;
  opacity: 1;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  position: absolute;
  z-index: -10;
}

.card__search {
  width: 18rem;
  height: 13rem;
}

.card-body:after {
  background-color: unset;
}

/* ============= ABOUT US ================ */

.section_list_title {
  padding: 0px 0px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.item-title-left {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  background-color: #DF942F;
  width: 100%;
  padding: 0 0;
  height: inherit;
  color: #ffffff;
}

.item-title-right{
  padding: 0 0;
}

.item-title-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-title-left {
  transition: width 1s ease;
  width: 25%;
}
.item-title-left.active {
    width: 0%;
}
.item-title-right {
  transition: width 1s ease;
  width: 75%;
}
.item-title-right.active {
  width: 100%;
}

.about_us_item {
  margin: 40px 0px;
  height: 210px;
}
.item-title-left,
.item-title-right {
  cursor: pointer;
}

.title_of_value {
  position: relative;
  width: fit-content;
  height: 50px;
  border: 2px solid #AD7423;
  border-radius: 30px;
  color: #DF942F;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.title_of_value p {
  margin: 0;
}

.title_national_federation_content,
.title_history_content,
.title_our_value_content {
  text-align: left;
  font-size: 16px;
}

.end_value_item_2,
.title_our_value_content {
  background-image: radial-gradient(circle closest-side, #707070 calc(100% - 0.5px), transparent 100%);
  background-position: bottom;
  background-size: 1.5625rem 0.3125rem;
  background-repeat: repeat-x;
}

.title_our_value_content h5 {
  margin-bottom: 20px;
  font-size: 26px;
}

.title_national_federation_content p,
.title_national_federation_content pre,
.title_history_content p,
.title_our_value_content p {
  padding-bottom: 30px;
}

.title_national_federation_content p:last-child {
  margin-bottom: 100px;
}

.title_history_content_blog {
  margin-right: 10px;
  margin-left: 15px;
  margin-top: 30px;
  padding: 20px 15px;
  background-color: #DF942F;
  height: inherit;
  text-align: left;
  vertical-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.title_history_content_blog:last-child {
  margin-right: 0px;
}

.end_value_item_2 {
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}

.end_value_item_2 p {
  text-align: left;
}

.sub_title {
  font-family: 'Roboto';
  width: 350px;
  height: 50px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 20px 0px;
  position: relative;
  background-image: url('/sr_website_theme/static/src/img/svg/bg_title_green.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 20px;
}

.value_item_3 th,
.value_item_3 td {
  font-size: 12px;
}

.value_item_3 th {
  background-color: #4A4949;
  color: white;
}

.value_item_3 td {
  border-bottom: 1px dashed black !important;
  border-top: none !important;
}
.value_item_3 tr:hover {
  background-color: #ddd;
}

.value_item_1,
.value_item_2,
.value_item_3 {
  position: relative;
  display: none;
  margin-left: 0px;
}

@-webkit-keyframes fade_in_show {
  0% {
  opacity: 0;
  transform: scale(0)
  }
  100% {
  opacity: 1;
  transform: scale(1)
  }
}

@keyframes fade_in_show {
  0% {
  opacity: 0;
  transform: scale(0)
  }
  100% {
  opacity: 1;
  transform: scale(1)
  }
}

.about_us_item.item_1,
.about_us_item.item_2,
.about_us_item.item_3 {
  animation-delay: 0.5s;
  animation: fade_in_show 0.5s
}

.section_list_title .main_section {
  position: relative;
}

.section_list_title .main_section::after {
  content: '';
  background-color: #DF942F;
  float: left;
  background-size: cover;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.value_item_1_desciption {
  display: block;
  background-color: #AD7423;
  width: 302px;
  height: fit-content;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}

.value_item_1_desciption_1_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}
.value_item_1_desciption_1_title p {
  margin: 10px 10px !important;
}

.value_item_1_desciption_1_title i {
  color: white;
}

.value_item_1_desciption_1 p {
  margin: 10px 25px;
  color: white;
  text-align: left;
}

.section_list_title {
  overflow-x: hidden !important;
  width: 100% !important;
}

.about_us_item h5 {
  letter-spacing: 2px;
  font-weight: bold;
  font-family: 'Roboto';
  font-size: 20px;
}

.maps.item_1,
.maps.item_2,
.maps.item_3 {
  display: none;
}
/* =================WEBTV========================== */
.col_webtv {
  padding: 0;
}

.webtv-title {
  font-family: 'Roboto';
  text-transform: uppercase;
  color: white;
  margin: 30px 0px;
  position: relative;
  background-image: url('/sr_website_theme/static/src/img/svg/bg_webtv_title.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
}

.webtv-title h5{
  font-size: 22px;
  font-weight: bold;
  margin: 0px 50px;
}
.webtv-title p {
  margin: 0px 50px;
  font-size: 19px;
  word-wrap: normal;
}
.webtv-date {
  font-size: 12px;
  color: #818181;
  font-weight: bold;
}

.our_latests_webtv_right_main h6,
.our_latests_webtv_right_quote h6,
.webtv-video-title h6 {
  font-size: 16px;
  color: #616161;
  font-weight: bold;
  text-transform: uppercase;
}

.our_latests_webtv_right_main span,
.our_latests_webtv_right_quote span,
.webtv-video-title span {
  font-size: 16px;
  color: #616161;
}
.text-quote {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0px;
}
.our_latests_webtv_right_quote p,
.text-quote p{
  margin-bottom: 0px;
  border-left: 2px solid #CC933B;
  padding-left: 15px;
  font-size: 16px;
  color: #616161;
}

.video-youtube{
  justify-content: flex-start;
}
.video-youtube iframe{
  width: 100%;
  height: 550px;
}
.webtv-icons {
  display: flex;
  gap: 10px;
}

.webtv-icons .custom_icon {
  width: 40px;
  height: 40px;
  background: black;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_latest_webtv_title {
  position: relative;
  width: fit-content;
  height: 50px;
  border: 2px solid #AD7423;
  border-radius: 50px;
  color: #DF942F;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0px;
  padding: 0 15px;
}

.our_latest_webtv_title p {
  margin: 0;
}

.list_webtv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.our_latest_webtv {
  width: 80% !important;;
}

.our_latests_webtv {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 20px;
  background-image: radial-gradient(circle closest-side, #707070 calc(100% - 0.5px), transparent 100%);
  background-position: bottom;
  background-size: 1.5625rem 0.3125rem;
  background-repeat: repeat-x;
}

.webtv_name,
.our_latests_webtv_right_main .o_default_snippet_text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.our_latests_webtv:nth-last-child {
  background-image: none;
}



.our_latests_webtv_left{
  flex: 1;
}

.our_latests_webtv_left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.our_latests_webtv_right{
  flex: 2;
}

.section_webtv{
  width: 100% !important;
  padding: 0px 0px;
  position: relative;
  overflow-x: hidden !important;
}

.section_webtv_content{
  padding: 0px;
}

.section_webtv_content::after {
  content: '';
  float: right;
  background-color: #DF942F;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* ================== FOR CUSTOM RESPONSIVE ====================== */
.section_cgu {
  width: 100%;
  position: relative;
  overflow-x: hidden !important;
  padding: 0px 0px;
}

.section_cgu_content{
  padding: 50px 0px;
}

.section_cgu_content::after {
  content: '';
  background-color: #DF942F;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.section_cgu_content p {
  font-size: 16px;
  color: #616161;
}

.cgu_line_content p {
  margin: 10px 10px;
}

.cgu_line_title p {
  margin: 10px 10px;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: uppercase;
  border-left: 3px solid #CC933B;
}

/* ================== FOR BLOGS ====================== */
.blog_main {
  padding: 30px 0px;
  background-color: #FAFAFA;
}
.blog_image_top img{
  width: 100%;
  height: 524px;
  object-fit: cover;
  max-height: 524px;
}
.blog_image_bottom img{
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.blog_content_left {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.blog_content_left i{
  font-size: 25px;
  cursor: pointer;
}
.blog_content_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
}
.blog_content_date {
  color: #676767;
  font-size: 10px;
  margin-top: 20px;
  font-weight: bold;
}
.blog_content_title{
  color: #DF942F;
  font-size: 20px;
  font-weight: bold;
  margin: 25px auto;
  width: 90%;
  text-align: center;
}
.blog_content_title h4 {
  font-weight: bold;
  font-size: 20px;
}
.blog_content_content p{
  text-align: left;
  margin: 10px 10px
}
.blog_content_detail {
  margin: 0px 37px;
}
.section_news {
  width: 100%;
  /* margin-bottom: 80px; */
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

/* ================== FOR CUSTOM RESPONSIVE ====================== */
/* Common Mobile */
@media only screen and (max-width: 720px) {
  .maps{
    height: auto;
  }
  .home_maps {
    justify-content: center;
    padding: 15px 0px;
  }
  .home_map_template {
    padding-bottom: 0px !important;
    padding-top: 15px !important;
  }
  .content-to-hide-767 {
    display: none !important;
  }
  .content-to-show-767 {
    display: flex;
  }
}

@media only screen and (max-width: 739px) {
  .container {
    width: 100% !important;
  }
  .right-col::after {
    display: none !important;
  }
  .about_us_item {
    margin: 10px 0px ;
    height: 100px;
  }
  .value_item_3,
  .value_item_2,
  .value_item_1{
    margin-top: 30px !important;
  }
  .breadcrumbs_area {
    background-position: 16%;
  }
  .contact_message textarea {
    height: 120px;
  }
  .contact_message.content {
    margin-bottom: 52px;
  }
  .contact_message button {
    width: 100px;
  }
  .section_list_title .main_section::after {
    display: none;
  }
  .item-title-left h5 {
    font-size: 12px;
  }
  .webtv-title {
    background-image: linear-gradient(#DF942F, #DF942F);
  }
  .webtv-title h5 {
    font-size: 20px;
  }
  .webtv-title p {
    font-size: 15px;
  }
  .main-menu .logo-service-de-remplacement {
    width: 190px;
  }
  .menu_right_bottom {
    padding: 0px 30px;
  }
  .menu_right_top {
    justify-content: flex-start !important;
    margin-left: 32px;
  }
  .map_left {
    height: 300px;
  }
  .map_right {
    height: 200px;
    align-items: center;
  }
  .other_service {
    height: 70%;
  }
  .section_home_news {
    width: 100% !important;
  }
  .card-body {
    margin: 0px !important;
  }
  .owl-carousel .owl-nav .owl-prev{
    right: 92% !important;
  }
  .owl-carousel .owl-nav .owl-next{
    left: 92%;
  }
  .owl-carousel .owl-stage-outer {
    padding-left: 56px;
  }
  .our_latests_webtv {
    padding-left: 0px;
  }
  .blog_content {
    flex-direction: column;
    margin: auto;
  }
  .blog_content_left {
    flex-direction: row;
    justify-content: center;
  }
  .owl-carousel .owl-stage-outer{
    padding-left: 0px;
  }
}

@media only screen and (min-width: 957px) and (max-width: 1070px) {
  .menu_right_bottom {
    justify-content: flex-end !important;
  }
  .row_main_menu {
    width: 100% !important;
  }
}

/* Tablet */
@media only screen and (min-width: 720px) and (max-width: 1023px) {
  .container {
    max-width: 960px !important;
  }
}

@media only screen and (max-width: 1423px) {
  .value_item_1_desciption {
    width: 100% !important;
    position: relative !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 1 !important;
  }
}

/* PC */
@media only screen and (min-width: 1024px) {
  .container {
    max-width: 1200px !important;
  }
}

@media (min-width: 767px) {
  .content-to-hide-1500 {
    display: none !important;
  }
}

@media (max-width: 964px) {
  .navbar-expand-custom .navbar-nav {
    padding-left: 40px !important;
  }
  #top_menu.navbar-nav {
    padding-left: 10px !important;
  }
  .menu_right_top {
    justify-content: flex-start !important;
    margin-left: 32px;
  }
  .redirect-demeter {
    height: 65%;
  }
  #top_menu {
    display: contents;
  }
  .menu_right_bottom .sr-main-menu-dropdown .dropdown-toggle::after {
    float: right;
    margin-top: .65rem;
  }
  .menu_right_bottom .sr-main-menu-dropdown .dropdown-menu {
    position: static !important;
    float: none;
    width: 100%;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu_right_bottom .sr-main-menu-submenu .dropdown-item {
    padding-left: 1.5rem;
    font-size: 16px;
  }
}

@media (min-width: 965px) {
  .navbar-expand-custom {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-custom .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-custom .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-custom .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-custom .navbar-toggler {
    display: none;
  }
  .navbar-expand-custom .menu_right_bottom .sr-main-menu-dropdown {
    position: relative;
  }
  .navbar-expand-custom .menu_right_bottom .sr-main-menu-dropdown > .dropdown-menu,
  .navbar-expand-custom .menu_right_bottom .sr-main-menu-dropdown.show > .dropdown-menu,
  .navbar-expand-custom .menu_right_bottom .sr-main-menu-dropdown .show > .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    float: none;
    margin-top: 0;
    display: none;
  }
  .menu_right_bottom .sr-main-menu-dropdown:hover > .dropdown-menu,
  .menu_right_bottom .sr-main-menu-dropdown:focus-within > .dropdown-menu {
    display: block;
  }
}

/* ================== END CUSTOM RESPONSIVE ====================== */

/* ================== SHAPE ====================== */
.shape {
  position: relative;
  background: #DF942F;
  -webkit-clip-path: 3% 0%, 100% 0%, 94% 100%, 0% 90%;
  clip-path: polygon(3% 0%, 100% 0%, 94% 100%, 0% 90%);
}

/* ================== TERM AND CONDITIONS ====================== */
.term_and_condition {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  /* padding: 16px 0; */
}

.term_and_condition label {
  margin: 16px 10px;
}

.term_and_condition a {
  color: #DF942F !important;
  background-color: unset;
}

.term_and_condition a:hover {
  text-decoration: underline;
  font-weight: bold;
}

#term_and_condition {
  width: 20px !important;
  height: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  align-items: center;
}

.modal-main-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  top: 50%;
  transform: translatey(50%);
  border-radius: 15px;
}

.modal_close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  float: right !important;
  align-content: right;
}

.modal_close:hover,
.modal_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-main-content h3 {
  color: #DF942F
}

.modal-main-content p {
  font-style: italic;
}

.dropdown-menu.show {
  position: absolute !important;
}

.cookie-policy {
  width: 100vw;
  height: 54px;
  background-color: #333;
  color: #fff;
  font-size: 15px !important;
  z-index: 100;
  position: fixed;
  top: 100%;
  transform: translateY(-54px);
  justify-content: center;
  align-items: center;
  display: none;
}

.cookie-policy__btn {
  width: 150px;
  height: 35px;
  color: #fff;
  font-size: 16px;
}

.btn-accept {
  background-color: #008300;
  margin-left: 20px;
}

.btn-refuse {
  background-color: #9C1A1A;
  margin-left: 10px;
}

@media screen and (max-width: 960px) {
  .cookie-policy {
    height: 60px;
    transform: translateY(-60px);
    font-size: 12.5px !important;
  }

  .cookie-policy__btn {
    height: 45px;
    font-size: 14px;
  }
}

.activity_name, .sector_name {
  font-size: 12px;
  border-radius: 100px;
  background-color: #DF942F;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 12px;
  margin: 24px 0 12px 0;
}

.activity_name--production_task, .sector_name--material_sector {
  margin-left: 32px;
  margin-bottom: -12px;
  display: none;
}

.note-select-production-material {
  color: rgb(206, 21, 21);
  margin-left: 20px;
  font-size: 16px;
}
