/* Style filter offre d'emploi */
html[lang=en] .view-filters .form-item-field-categorie-emploi-target-id label{
    width: 15% !important;
    margin-right: 20px;
}
@media (max-width: 1199.98px){
    .view-filters .row-filter .js-form-type-select {
        width: 100% !important;
    }
    .view-filters .row-filter #edit-actions.form-actions {
        width: 30% !important;
    }
}
@media (max-width: 991.98px){
    .view-filters .form-item-field-categorie-emploi-target-id label{
        margin-top: 5px !important;
        margin-right: 15px;
    }
}
@media (max-width: 767.98px){
    .view-filters .row-filter{
        display: block !important;
    }
    .view-filters .row-filter .js-form-type-select {
        width: 100% !important;
    }
    .view-filters .row-filter #edit-actions.form-actions {
        width: 100% !important;
        text-align: center;
    }
    
    .view-filters .form-item-field-categorie-emploi-target-id {
        display: block !important;
        margin-bottom: 25px;
    }
    .view-filters .form-item-field-categorie-emploi-target-id label{
        margin-bottom: 10px;
        width: 100% !important;
    }
}

@media (min-width: 1200px) { 
    .view-filters .views-exposed-form.bef-exposed-form{
        width: 90%; 
        margin: 30px auto;
    }
}

.view-filters .space-50px{
    display: none;
}
.view-carrieres .view-empty h2{
    font-size: 22px;
    text-align: center;
    font-family: "Poppins",sans-serif;
}
.view-filters .row-filter{
    display: flex;
}
.view-filters .row-filter .js-form-type-select {
    width: 80%;
    padding: 0;
}
.view-filters .row-filter #edit-actions.form-actions {
    width: 20%;
    padding: 0 15px;
}

.select2-hidden-accessible{
    display: none;
    opacity: 0; 
}
.view-filters .views-exposed-form.bef-exposed-form{
    margin: 30px auto 50px;
}

/* .view-filters span{
    margin-top: 0;
    height: 100%; 
    display: inline;
} */

.view-filters .form-item-field-categorie-emploi-target-id{
    display: flex;
}
.view-filters .form-item-field-categorie-emploi-target-id label{
    width: 38%;
    text-transform:uppercase;
    margin-top: 12px;
}
.view-filters .select2-selection--multiple{
    line-height: 30px;
    color: black;
    font-weight: 600;
    background-image: url('../../assets/images/arrow-select.png');
    background-repeat: no-repeat;
    background-position: 99% 8px;
    background-color: white;
    /* display: inline-table; */
    width: 100%;
}
.view-filters .form-actions input{
    font-size: 14px;
    font-family: "poppins",sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    right: 15px;
    bottom: 15px;
    border: 1px solid #02b4e5;
    color: #02b4e5;
    background-color: transparent;
    padding: 10px 25px;
    border-radius: 10em;
}

.view-filters input[value=Reset]{
    font-size: 0;
    border: 0;
    background: url('../../assets/images/btn-reset.png') no-repeat top;
    width: 40px;
    height: 43px;
}
.select2-container--default .select2-selection--multiple{
    cursor: initial;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    height: 33px;
    background-color: #8080804d;
    border: 1px solid gray;
    padding-right: 20px;
    padding-left: 0;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: black;
    right: 0;
    top: -2px;
    border-right: none;
    margin-top: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove span{
    position: absolute;
    right: 7px;
    width: max-content !important;
    font-size: 22px;
    font-weight: 600;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 7px;
    height: 31px;
    padding-left: 10px;

}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid  #aaa 1px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #02b4e5;
}
.select2-results__option--selectable {
    font-weight: 600;                                                                
}
.select2-container--below .dropdown-wrapper{
    display: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
}







/**
   user-logged-in
 */
.user-logged-in .main-navbar {
    position: relative;
    z-index: 0; 
}

.user-logged-in header {
    margin-top: 0;
    /*z-index: -1;*/
    position: relative;
}

.user-logged-in header.navbar {
    margin-bottom: 0 !important;
}

.user-logged-in .main-navbar {
    position: relative;
    z-index: 2;
}

.user-logged-in .main-navbar #mainnav .menu .has-sub .sub-menu {
 z-index: 2;
}

.user-logged-in .header {
    margin-top: 4px;
    z-index: 1;
    position: relative;
}

.user-logged-in #toolbar-administration {
    z-index: 999999;
    position: relative;
}

.user-logged-in.intern .main-navbar {
    margin-top: 81px;
    position: fixed;
}

.user-logged-in.intern .header {
    margin-top: 4px;
    z-index: 1;
    position: relative;
}

/*.user-logged-in div.banner {*/
/*padding-top: 135px;*/
/*}*/

/*.user-logged-in div.banner h1 {*/
/*position: relative;*/
/*top: unset;*/
/*transform: unset;*/
/*}*/

/**
    nav tabs
 */
nav.local-tasks ul.nav-fill {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

nav.local-tasks ul.nav-fill .nav-item {
    flex: 1 1 auto !important;
    text-align: center !important;
}

nav.local-tasks ul.nav-tabs li.nav-item a.nav-link {
    background-color: #f4f4f4;
    color: #a3a1a1;
    border-radius: 0;
    border-color: #fff
}

nav.local-tasks ul.nav-tabs li.nav-item a.nav-link:hover {
    background-color: #a3a1a1;
    color: #fff
}

nav.local-tasks ul.nav-tabs li.nav-item a.active {
    background-color: #0474b6 !important;
    color: #fff !important
}

div.region-local-tasks .alert {
    margin-top: 1rem;
}

div.block-local-tasks-block {
    padding-top: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/**
   User Login and reset password
 */

section.user {
    margin-top: 1rem;
    text-align: left;
    padding: 30px 0px 100px !important;
}

section.user form input.btn {
    margin-top: 1rem !important;
    background: #0474b6 !important;
    width: inherit !important;
}

section.user form div.form-item {
    margin-bottom: 1rem;
}

section.user form div.form-item label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

section.user form div.form-item div.description,
section.user form.user-pass div.form-item + p {
    color: grey;
}

section.user form div.form-item input.form-control {
    margin-bottom: 5px;
}

section.user form div.form-item--error div.form-item--error-message {
    font-size: 12px;
    color: red;
}

section.user form div.form-item--error div.form-item--error-message strong {
    font-weight: 400;
}

section.user form .form-item label.form-required::after {
    color: red;
}

@media (max-width: 767px) {
    section.user {
        margin-top: 2rem;
        text-align: left;
    }
}

/**
 profile page
 */

section.profile {
    padding: 30px 0px 30px;
    margin: 30px 0px;
}

section.profile h4.label {
    display: inherit;
    color: inherit;
    text-align: inherit;
}

/**
    search page
 */

section.search div.search-result {
    margin-top: 40px;
}

/**
 block-error-404
 */
.block-error-404,
.block-error-403 {
    margin-bottom: 150px !important;
}

.jumbotron-block-error {
    background-color: transparent;
}

.page-maintenance {
    margin-top: 50px !important;
    text-align: center !important;
}

.page-maintenance main,
.page-maintenance header {
    padding: 50px !important;
}

/**
  page mention legale
*/
.mention_legale {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    margin: 0px 0;
    padding: 25px 50px;
    margin-bottom: 30px;
}

.mention_legale h2 {
    font-size: 26px;
}

/*#carouselHome .carousel-indicators{*/
/*display: block !important;*/
/*}*/

@media (min-width: 1200px) {
    #homeCarousel {
        margin-top: 0;
    }
}

nav.local-tasks ul.nav-tabs li.nav-item a.nav-link {
    padding: 8px;
}

header #search-block-form input#edit-keys,
header #search-block-form input#edit-keys--3 {
    cursor: text;
    border: none;
    background: 0 0;
    height: 53px;
    padding-right: 42px;
    font-size: 24px;
    width: 100%;
    outline: none;
    padding-left: 42px;
}

#block-selecteurdelangue {
    display: inline-block;
}

.language-switcher-locale-url li a:hover,
.language-switcher-locale-url li.is-active a,
.lang:hover, .lang.is-active {
    opacity: 1;
}

.btn-ressources a {
    line-height: 28px;
}

.btn-ressources a.prev::after {
    content: '';
    background: url('../../assets/images/left-arrow.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: .5;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}

.btn-ressources a.next::before {
    content: '';
    background: url('../../assets/images/right-arrow.png') no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: .5;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px;
}

.views-exposed-form .js-form-type-radio {
    width: 16.66666667%;
    float: left;
}

.views-exposed-form .js-form-type-radio:nth-child(1),
.views-exposed-form .js-form-type-radio:nth-child(6) {
    margin-left: 8.33333333%;
}

.views-exposed-form .js-form-type-radio input {
    opacity: 0;
}

.views-exposed-form .js-form-type-radio:nth-child(2) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-6.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(3) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-2.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(4) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-7.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(5) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-3.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(6) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-8.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(7) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-4.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(8) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-9.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(9) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-5.png') !important;
}

.views-exposed-form .js-form-type-radio:nth-child(10) span.ico-tous {
    background-image: url('../../assets/images/projet/icon-10.png') !important;
}

.views-exposed-form label.option {
    text-decoration: none;
    font-size: 12px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .fixed-theme .nav li:first-child span {
        padding: 18px 30px 35px 30px !important;
    }
}

.search-advanced.js-form-wrapper.form-wrapper {
    display: none;
}

#edit-help-link {
    display: none;
}

p.file_tel a:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('../../assets/images/pdf-icon.png');
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 10px;
}

.page-title-heading .slog {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 50px;
}

/*.breadcrumb {*/
/*font-size: 12px;*/
/*font-family: 'Poppins',sans-serif;*/
/*font-weight: 500;*/
/*letter-spacing: 1px;*/
/*border: 0;*/
/*background: transparent;*/
/*text-indent: 0;*/
/*position:	static;*/
/*bottom: 0;*/
/*right: 0;*/
/*margin-top: 30px;*/

/*}*/
/*.page-node-type-projet .breadcrumb {*/
    /*position: relative;*/
/*}*/
.description-actualite a {
    margin-top: 30px;
}

.result-search #edit-submit {
    font-family: 'Poppins',serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #02b4e5;
    color: #02b4e5;
    background-color: transparent;
    padding: 12px 25px 8px 25px;
    border-radius: 10em;
}

.result-search h2{
    font-family: 'Poppins',sans-serif;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    overflow: inherit;
    padding-top: 30px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.result-search h2:after {
    position: absolute;
    left: 15px;
    bottom: -10px;
    width: 35px;
    height: 1px;
    content: "";
    background-color: #009edf;
}
.result-search ol {
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
.result-search ol li {
    margin-bottom: 1em;
}
.result-search h3 {
    font-size: 1.2em;
}
.result-search h3 a {
    color: #009edf;
}
.result-search p {
    padding-left: 1em;
}
.result-search p strong {
    color: #f30;
}
.js-form-item.form-item.js-form-type-search.form-item-keys.js-form-item-keys {
    display: inline;
}

#block-expertise .img-expertise-left {
    float: left;
    width:auto;
    margin-right: 20px;
}

#block-expertise .img-expertise-right {
    float: right;
    width:auto;
    margin-left: 20px;

}

#edit-lettre-de-motivation input[type=file], #edit-cv input[type=file] {
    position: initial;
}
/*#ajax-wrapper #edit-cv input.form-file,*/
/*#ajax-wrapper--2 #edit-lettre-de-motivation input.form-file{*/
    /*display: none !important;*/
/*}*/
.form-managed-file .file--application-pdf{
	display: block;
    width: 100%;
    height: 54px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 40px;
}
.form-managed-file{
	display: flex;
}
.bootstrap-filestyle,
.uplode_cv,
.uplode_lettre {
	width: 100% !important;
}
.form-managed-file .form-submit{
	color: #333;
    background-color: #fff;
    border-color: none;
    border: 1px solid #ccc;
}
.bootstrap-filestyle input[type=file],
.uplode_cv input[type=file],
.uplode_lettre input[type=file]{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
    width: 100%;
    opacity: 0;
}
.youtube .fa-facebook-square{
    font-size: 22px;
}

.youtube {
    width: 68px;
}
.navbar .linkedin {
    margin-left: 7.5px;
}
.youtube a:focus {
    outline: none !important;
    color: #337ab7 !important;
 }


figure.effect-sadie-second ul {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}
figure.effect-sadie-second:hover ul {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.grid figure ul {
    letter-spacing: 1px;
    font-size: 63.5%;
    text-align: center;
}

.grid figure.effect-text p::before {
    left: 10px !important;
}
.effect-sadie-second .title.title-style5 {
    font-size: 16px;
}

.grid figure ul {
    letter-spacing: 1px;
    font-size: 63.5% ;
    text-align: center !important;
	list-style: none;
}

figure.effect-sadie-second h4 {
    top: 70% !important;
}

.view-id-direction .row .col-lg-4:nth-child(8) figure.effect-sadie-second h4 {
    top: 55% !important;
}
.grid figure.effect-text p {
	text-align: left;
}
figure.effect-sadie-second ul {
    padding: 1em !important;
    font-size:62% !important
}
@media (max-width: 499px) {
 .grid figure.effect-text p:after {
    bottom: 0;
}
}
@media (max-width: 499px) {
 .grid figure.effect-text p:after {
    bottom: 35px !important;}
}

@media (max-width: 575px) {
figure.effect-sadie-second h4 {
    top: 60% !important;
}
}

@media (max-width: 499px) {
.view-id-direction .row .col-lg-4:nth-child(8) figure.effect-sadie-second:hover h4 {
        transform: translate3d(0,-50px,0);
}}



@media (min-width: 992px){
	#projects-home .col-sm-6:nth-child(2) {
    	margin-top: 0 !important;
	}
}
#style-home .style-project .img-responsive {
    margin-left: auto;
    margin-right: auto;
    max-height: 199px;
}
section#block-projets .row:nth-child(2) .col-md-3:first-child aside.style-project h4 {
    height: 129px;
}
section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project  {
        margin-top: -45px;
}
section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project h4 {
        height: 129px;
}
section#block-projets .row:nth-child(3) .col-md-3:nth-child(4) aside.style-project h4 {
        height: 129px;
}
.path-taxonomy .view.view-taxonomy-term.view-id-taxonomy_term .col-sm-6.col-lg-4:nth-child(7) figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -117px, 0);
    transform: translate3d(0, -117px, 0);
}

.path-taxonomy .view.view-taxonomy-term.view-id-taxonomy_term .col-sm-6.col-lg-4:nth-child(8) figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -117px, 0);
    transform: translate3d(0, -117px, 0);
}
#projets .grid figure {
    max-height: 318px;
}
section#description-projet ul {
    list-style-image: url(/themes/custom/scet/assets/images/arrow-ul.png);
    font-family: Raleway,sans-serif;
    font-size: 14px;
}

#brand_mobile img{
    width:180%;
}
.site-logo.navbar-brand img {
    padding-top: 0px!important;
}
.site-logo.navbar-brand img {
    max-width: 210px!important;
}
@media (min-width: 1200px){
    .navbar-nav>li>a {
        font-size: 17px !important;
    }
}
.navbar-inverse .navbar-brand{
    padding:10px 15px !important;
}
@media (min-width: 1200px){
    .nav li:first-child span {
        font-size: 17px !important;
    }
}

#style-home .item:first-child .carousel-caption p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
}
#style-home .item:first-child .carousel-caption p:nth-child(2){
    text-align: justify;
    
}
#style-home .item:first-child .carousel-caption{
    top: 50%;
    transform: translateY(-50%);
} 
@media (min-width: 992px) and (max-width: 1400px){
    #style-home .item:first-child .carousel-caption{
        top: 45%;
        transform: translateY(-50%);
    }
}
@media (min-width: 601px) and (max-width: 991px){
    #style-home .item:first-child .carousel-caption{
        top: 40%;
        transform: translateY(-50%);
    }
}

@media (max-width: 700px){
    #style-home .item:first-child .carousel-caption p{
        font-size: 12px;
        line-height: 15px;
    }
    #style-home .item:first-child .carousel-caption{
        top: 35%;
        transform: translateY(-50%);
    }
}

@media  (max-width: 1399px){
    #style-home .item:first-child .carousel-caption{
        left: 10%;
        right: 10%;
    }
}

@media (max-width: 767px)and (max-height:400px){
    #style-home .item:first-child .carousel-caption p{
        font-size: 11px;
    }
    #style-home .item:first-child .carousel-caption{
        left: 8%;
        right: 8%;
    }
}

@media (min-width: 992px){
    #projects-home .row:nth-child(4) .col-sm-6:nth-child(2) .style-project, #projects-home .row:nth-child(4) .col-sm-6:nth-child(4) .style-project {
        height: initial !important;
    }
}
.view.view-direction.view-id-direction.view-display-id-page_1 .row{
    --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1* var(--bs-gutter-y));
      margin-right: calc(-.5* var(--bs-gutter-x));
      margin-left: calc(-.5* var(--bs-gutter-x));
      justify-content: center;
  }
  .view.view-direction.view-id-direction.view-display-id-page_1 .row .first{
    text-align: center;
    margin: 20px 0px;
}





/*cookies*/
.cookiesjsr-service--description h3 {
    color: black ; 
    font-size: 1.6em !important;
    font-weight: 600;
    font-family:"Poppins",sans-serif;
}
#cookiesjsr.overlay{
    background-color: rgba(255, 255, 255, 0.8);
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
}
#cookiesjsr .cookiesjsr-banner {
    max-width: 520px;
    display: block;
    text-align: center;
    left: 30px;
    bottom: 30px;
    background: white;
    border-radius: 20px;
    border: 1px solid #D9DBE9;
    box-shadow: 0px 14px 42px rgba(8, 15, 52, 0.06);
    color: #333;
    padding: 0;
    height: max-content;

}

#cookiesjsr .cookiesjsr-banner--info {
    width: 100%;
    padding: 115px 25px 0px 25px;
}
    
#cookiesjsr .cookiesjsr-banner--info::before{
        content: "";
        background: url(/themes/custom/scet/assets/images/cokies.png);
        position: absolute;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        top: 20px;
        left: 50%;
        transform: translate(-40%, 0%);
       
}
#cookiesjsr .cookiesjsr-banner--info .cookiesjsr-banner--text{
        font-family:"Poppins",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        color: #333;
        position: relative;
        
}


#cookiesjsr .cookiesjsr-links.links--row {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
}

#cookiesjsr .cookiesjsr-links.links--row li a {
    color: #02b4e5;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
#cookiesjsr .cookiesjsr-links.links--row li a:hover {
    text-decoration: underline;
}

#cookiesjsr .cookiesjsr-banner--action {
    background: #f2f2f2 !important;
    width: 100%;
    padding: 15px;
    margin: auto;
    justify-content: center;
    display: flex;
    flex-direction: initial;
}

#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn.cookiesjsr-settings {
    background: #ffffff;
    border-radius: 10em;
    color: #02b4e5 ;
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
    order: 2;
    margin-left: 10px;
}
#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn.cookiesjsr-settings::before{
        content: '';
        position: absolute;
        background: url(/themes/custom/scet/assets/images/cookie.svg);
        width: 15px;
        height: 15px;
        left: 0;
        background-repeat: no-repeat;
        top: 50%;
        transform: translate(80%, -50%);
}


#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn {
    border-radius: 10em;
    padding: 10px 17px;
    border: none;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-right: 10px;
    letter-spacing: 1px;
    width: max-content;
    
}
#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn.denyAll{
    color: #02b4e5;
    border:1px solid #02b4e5;
    order: 3;
    margin-right: 0;
}
#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn.allowAll{
    color: #ffffff;
    background:  #02b4e5;
    order: 1;
}

#cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn:last-child {
    margin-right: 0;
}
#cookiesjsr .cookiesjsr-layer--body{
    background: #f2f2f2;
}
#cookiesjsr .cookiesjsr-service-group--services .cookiesjsr-service--links {
    justify-content: left;
}

#cookiesjsr .cookiesjsr-service-group--services .cookiesjsr-service--links li {
   padding: 0;
}
#cookiesjsr .cookiesjsr-layer--header{
    background: #f2f2f2;
    border: none;
    padding-top: 0 !important;
    align-items: center;
    display: flex;
    height: 4.5em;
    justify-content: space-between;
    left: 0;
    margin: 0;
    padding: 0 1.25em;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
#cookiesjsr .cookiesjsr-layer--footer{
    background: #f2f2f2;
    padding: 35px 35px;
}

#cookiesjsr .cookiesjsr-layer--footer .cookiesjsr-layer--actions .cookiesjsr-btn{
        background: white;
        border-radius: 10em;
        font-family:"Poppins",sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #02b4e5;
        border:1px solid #02b4e5;
        text-transform: inherit;
       
}
#cookiesjsr .cookiesjsr-layer--footer .cookiesjsr-layer--actions  button.allowAll {
    color:#ffffff ;
    background:#02b4e5 ;
}
#cookiesjsr .cookiesjsr-service-group--intro{
    font-family:"Poppins",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color:#333;
    padding: 36px 24px;
   
}
#cookiesjsr .cookiesjsr-service-group .cookiesjsr-service-group--tab {
    background:white;
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: black;
    border-radius: 0px 0px 0px 0;

}
#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--tab {
    color: #02b4e5;
    font-weight: 600;
    line-height: 24px;
}
#cookiesjsr .cookiesjsr-service-group--content {
    background:white;
    color: #333;
    border-radius: 0px 16px 16px 16px;
}
#cookiesjsr span#cookiesjsrLabel {
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.24px;
    color: #333;
}

#cookiesjsr .cookiesjsr-layer--label-all{
    font-family: "Poppins",sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    width: 45%;
}
button.cookiesjsr-btn.invert.important.save.dialog-last-tab{
    background: #02b4e5;
    color:white;
}
#desc_functional {
    font-family:"Poppins",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}
.cookiesjsr-layer .cookiesjsr-links.links--row{
    justify-content: left;
}
.cookiesjsr-switch.active{
    background-color:#02b4e5;
    height: 20px !important;
}
.cookiesjsr-layer--actions .allowAll {
    order: 1;
    background: #02b4e5;
    color: white ;
}
.cookiesjsr-layer--actions .denyAll {
    order: 3;
}
#cookiesjsr button.cookiesjsr-btn.invert.important.save.dialog-last-tab {
    order: 2;
}
.cookiesjsr-service--always-on span {
    color: #02b4e5;
}
@media (min-width: 576px){
    .cookiesjsr-btn {
        min-height: 38px;
    }
}
/* @media (min-width: 576px){
    #cookiesjsr button.cookiesjsr-btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }
} */

@media (min-width: 768px){
.i18n-ar .cookiesjsr-service-group--content {
        right: auto;
        left: 0;
    }
    .cookiesjsr-layer--label-all{
        width: 45%;
    }
    .cookiesjsr-layer--actions{
        width: calc(55% + 0.625em);
    }
}
@media (min-height: 668px){
    .cookiesjsr-layer {
        max-height: 600px !important;
    }
}


@media screen and (max-width: 700px) {
    #cookiesjsr span#cookiesjsrLabel {
        font-size: 20px;
        line-height: 35px;
    }
    #cookiesjsr .cookiesjsr-banner {
        left: 50%;
        transform: translate(-50%, 0);
        
    }
    #cookiesjsr .cookiesjsr-banner--info{
        padding: 15px;
        margin: 0;
    }
    #cookiesjsr .cookiesjsr-banner--info::before{
        content: none;
    }
    #cookiesjsr .cookiesjsr-banner--action{
        padding: 10px;
    }

    #cookiesjsr .cookiesjsr-service-group--intro{
        padding: 20px 24px;
        line-height: 22px;
    }
    #cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
        font-size: 14px;
        line-height: 20px;
        width: calc(55% + 2em);
    }
    #cookiesjsr span#cookiesjsrLabel{
        font-size: 20px;
        line-height: 15px;
    }
}
#cookiesjsr .cookiesjsr-layer--body  {
    background: #ffffff;
}
@media screen and (max-width: 575px) {
    #cookiesjsr .cookiesjsr-layer--footer .cookiesjsr-layer--actions .cookiesjsr-btn{
        width: max-content;
}
    .cookiesjsr-layer {
        height: 90vh;
    }
    #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--body {bottom: 16em;}
  
    #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--footer {
        display: block;
        padding: 10px 71px;
        height: min-content;
    }
    #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--footer .cookiesjsr-layer--label-all {
        width: 0;
        display: none;
    }

    #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--footer .cookiesjsr-layer--actions {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--footer .cookiesjsr-layer--actions .cookiesjsr-btn {
        padding: 10px 16px;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }
    .cookiesjsr-layer button.save {
        margin-left: initial; 
        padding: 0 2em;
        width: auto; 
        display: block;
    }
    .cookiesjsr-layer button.allowAll, .cookiesjsr-layer button.denyAll {
       display:block;
    }
    #cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn{
        margin-right: 0;
    }
    #cookiesjsr .cookiesjsr-banner {
        width: 90%;
        
    }
    #cookiesjsr .cookiesjsr-banner--action{
        flex-direction: column;
        place-items: center;
    }
    #cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn {
        margin-bottom: 5px;
    }
    .i18n-ar #cookiesjsr .cookiesjsr-banner--action button.cookiesjsr-btn:first-child {
        margin-right: 5px;
    }
}
@media screen and (max-width: 991px){
    .cookiesjsr-layer {
        max-width: 96%;
    }
}

.language-switcher-locale-url li a.en{
    background-position: 100% 100%;
}
.view.view-direction.view-id-direction.view-display-id-page_1 .row{
    --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1* var(--bs-gutter-y));
      margin-right: calc(-.5* var(--bs-gutter-x));
      margin-left: calc(-.5* var(--bs-gutter-x));
      justify-content: center;
  }
  .view.view-direction.view-id-direction.view-display-id-page_1 .row .first{
    text-align: center;
    margin: 20px 0px;
  }


.language-switcher-locale-url li a.en{
    background-position: 100% 100%;
}

.captcha legend {
    display: none;
}
#brand_mobile img {
    width: 100%;
}

.comite .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#style-home .style-project h4.sub-title-bottom {
    font-size: 16px;
	height: 130px !important;
	text-transform: uppercase;
}
@media (max-width: 1199px) and (min-width: 992px) {
    #style-home .style-project h4.sub-title-bottom {
        height: 180px !important;
    }
    section#block-projets .row:nth-child(2) .col-md-3:first-child aside.style-project h4{
        height: 180px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project h4 {
        height: 180px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(4) aside.style-project h4 {
        height: 180px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #style-home .style-project h4.sub-title-bottom {
        height: 115px !important;
    }
    section#block-projets .row:nth-child(2) .col-md-3:first-child aside.style-project h4{
        height: 115px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project h4 {
        height: 115px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(4) aside.style-project h4 {
        height: 115px;
    } 
}

@media (max-width: 991px) and (min-width: 500px){
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project {
        margin-top:0;
    }
    section#block-projets .row:nth-child(4) .col-md-3:nth-child(2) aside.style-project {
        margin-top:0;
    }
}
@media (max-width:499px){
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project {
        margin-top:35px;
    }
    section#block-projets .row:nth-child(4) .col-md-3:nth-child(2) aside.style-project {
        margin-top:35px;
    }
}

@media (max-width: 767px) and (min-width: 500px){
    #style-home .style-project h4.sub-title-bottom {
        height: 150px !important;
    }
    section#block-projets .row:nth-child(2) .col-md-3:first-child aside.style-project h4{
        height: 150px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(2) aside.style-project h4 {
        height: 150px;
    }
    section#block-projets .row:nth-child(3) .col-md-3:nth-child(4) aside.style-project h4 {
        height: 150px;
    }
}