/*
Theme Name: SAIT Theme
Template: hello-elementor
Version: 1.0.0
Text Domain: sait-theme
*/

/* LI parent */
#menu-item-55 {
    position: relative;
}

/* lien Gamme PMUC */
#menu-item-55 > .ekit-menu-nav-link {
    position: relative;
    z-index: 9999;
}

/* filet orange */
#menu-item-55 > .ekit-menu-nav-link::before {
    content: "";
    position: absolute;
    left: 89%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #ff5b00;
    transform: translateX(-50%);
    transition: width 0.25s ease;
    z-index: 99999;
}
#menu-item-55 > .ekit-menu-nav-link::after {
    content: "";
    position: absolute;
    left: 89%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    background: transparent;

    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff5b00;
border-bottom: 0;

    opacity: 0;
    transition: opacity 0.25s ease, bottom 0.25s ease;
    z-index: 100000;
}

#menu-item-55:hover > .ekit-menu-nav-link::after {
    opacity: 1;
}


/* apparition au hover */
#menu-item-55:hover > .ekit-menu-nav-link::before {
    width: 350px;
}



@media (max-width: 1024px) {
#menu-item-55 > .ekit-menu-nav-link::before {
    left: 75%;
    bottom: -14px;
}

#menu-item-55 > .ekit-menu-nav-link::after {
    left: 75%;
    bottom: -22px;
}
}


@media (max-width: 1024px) and (min-width: 768px) {
    .elementskit-megamenu-panel .elementor .elementor-element.e-con-full.e-transform.e-flex {
        --width: 100%!important;
    }
}


.img-megamenu{
    width: 25%!important;
}
.title-megamenu{
    width: 65%!important;
}
.icon-megamenu{
    width: 10%!important;
}

.sub-menu.wpr-mobile-sub-menu .menu-item.menu-item-type-post_type {
      background-color: white!important;
}

@media (min-width: 1025px) and (max-width: 1150px){
 .wpr-slider-item,
 .wpr-advanced-slider  {
    height: 450px!important;
}
}

@media (max-width: 767px){
 .wpr-slider-item-bg {
    background-size: cover;
    background-position: 76% 0px!important;
}

 .wpr-slider-item,
 .wpr-advanced-slider  {
    height: 300px!important;
}
}


#formulaire .forminator-label{
    text-transform: uppercase;
    margin-bottom: 10px;
}

#formulaire .forminator-required{
    color: #193c77!important;
}
#formulaire .forminator-input{
    border-radius: 12px;
    box-shadow: 0px 0px 3px #eeeeee;
        padding: 17px 18px 13px 18px;
	font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #acacac;
}


#formulaire .select2-selection{
    border-radius: 12px;
    box-shadow: 0px 0px 3px #eeeeee;
        padding: 8px 12px 8px 12px;
	font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #acacac;
}

#formulaire .forminator-textarea{
    border-radius: 12px;
    box-shadow: 0px 0px 3px #eeeeee;
        padding: 14px 12px 8px 18px;
	font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    color: #acacac;
}

#formulaire .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover {
   border-color: #193c77!important;
    background-color: #f3f3f3!important;
    transition: 0.6s;
}

#formulaire .forminator-ui.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    transition: 0.6s;
}

.forminator-button.forminator-button-submit{
    float: right!important;
}

#formulaire .forminator-button-submit {
    border : 1px solid #fd5a01;
	transition: 0.6s;
	    box-shadow: none!important;
		text-transform: uppercase;
		font-size: 15px!important;
		border-radius: 7px;
		    padding: 10px 20px 8px 20px!important;
			    transition: .9s ease;
   
}

#formulaire .forminator-button-submit:hover {
	transition: 0.6s;
	 transform: translate(10px, 0);
}


.forminator-description a{
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fe650c!important;
}


.pmuc-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #d9e1ec;
}

.pmuc-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit;
  color: #08265a;
  background: #fff;
  margin-block-end: 0px!important;
}

.pmuc-table thead th {
  background: linear-gradient(180deg, #00316b 0%, #001f49 100%);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 18px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.25);
}

.pmuc-table thead th:first-child {
  border-top-left-radius: 10px;
}

.pmuc-table thead th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}

.pmuc-table thead span {
  text-transform: none;
  font-weight: 600;
}

.pmuc-table tbody td {
  padding: 14px 18px;
  text-align: center;
  font-size: 15px;
  border-right: 1px solid #e1e6ee;
  border-bottom: 1px solid #e1e6ee;
}

.pmuc-table tbody td:first-child {
  text-align: left;
  font-weight: 500;
}

.pmuc-table tbody td:last-child {
  border-right: none;
}

.pmuc-table tbody tr:last-child td {
  border-bottom: none;
}

.pmuc-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

@media (max-width: 767px) {
  .pmuc-table {
    min-width: 100%;
  }

  .pmuc-table thead th,
  .pmuc-table tbody td {
    padding: 12px 14px;
    font-size: 13px;
  }
}

.wpr-mobile-nav-menu a:hover, .elementor-7 .elementor-element.elementor-element-5b72e18 .wpr-mobile-nav-menu a.wpr-active-menu-item {
    background-color: #1a3d77!important;
}

.wpr-mobile-nav-menu a.wpr-active-menu-item{
    background-color: #fe650c!important;
}

dialog > div > div > div > div > a:nth-child(5),
dialog > div > div > div > div:nth-child(1) > div > div > p > span{
   display:none!important;
}