/*search home */
.search-total-label{
	font-style: italic;
  	margin-bottom: 10px;
  	color: #6b6c7e;
  	font-size: 0.875rem;
}
.searchtrigger:hover{
	cursor: pointer;
}

#search-desktop .recherche-icon{
	background:#009a96;
}
#search-desktop .recherche-icon button{
	border: unset;
	color: #fff;
 	background: none;
  	padding: 10px;
	height: 100%;
}
.grille-menu-home .col:hover {
    opacity: 0.6;
    transition: 0.3s all;
}


/**PAGE PRESTATION***********************************************/

.menu-prestation .portlet-body{

   /*width: fit-content;*/
   margin-left: auto;
   margin-right: auto;	
	.btnRhneInline{padding-bottom: 0.6rem;}
}


.btnRhneInline.active{
    background: #009b97 !important;
    color: #ffffff;
    text-decoration: none;	
}

.carte-site{
	min-height:500px;
}
.mobile .pagination-results {
    border-color: transparent;
    border-style: solid;
    border-width: 0.0625rem;
    color: #6b6c7e;
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding: 0 0.625rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

/**FIN PAGE PRESTATION******************************************/


/**RECHERCHE PAR SITES************************************************/
.sites-facet .panel-body {
    border: 1px solid #99D9D9!important;
    border-radius: 100px;
    /*padding: 10px 10px 10px 10px;*/
    text-transform: uppercase;
}
.search-facet .term-name.label.label-lg {
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight:400!important;	
    border-radius: 100px;
}
.search-facet .term-name.label.label-lg:hover {
    background: #99D9D9!important;
    color: #ffffff;
    text-decoration: none;
}

/*****FIN RECHERCHE PAR SITE*******************************************/

/***PAGE ACCES**/
.inline-turquoise .btn{
    border-radius: 100px;
    background: none;
    border: 0px;
}
.inline-turquoise .btn-group{
    border: 1px solid #99D9D9;
    border-radius: 100px;
}

#search-desktop {
  	height: unset!important;
	max-width:1080px;
	box-shadow :0px 0px 40px 1px rgba(0, 0, 0, 0.5);
	top:550px;
	position:absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	backdrop-filter: blur(7px);
	background: rgba(255,255,255,0.75);	

	  input:disabled {
	    background-color: white;
	  }

	  .bloc-recherche{
	    height:350px;
	    overflow-x: hidden;
	  }
	  .recherche-input:active, .recherche-input:focus{
		border-bottom: 1px solid #009a96;
	 }

	  .bottom-left-div {
	    background-image: url('images/image1.png');
	    background-size:cover;
	  }
	
	  .bottom-right-div {
	    background-image: url('images/image2.png');
	    background-size:cover;
	  }
	
	  .blue-color {
	    color: #009a96;
	  }
	
	  #search-title {
	    color: #009a96;
	    font-size: 40px;
	    text-align: center;
	  }
	
	  .input-search {
	    outline: 0;
	    border: 0;
	    margin: 10px 0;
	    font-size: 13.5px;
	    font-style: italic;
	    color :#7f7f7f;
	    padding-left: 10px;
	    background:none;
	  }
	  .input-search::placeholder {
	    color:#000;
	  }
	
	  .col-search {
	   /* border-bottom: 1px solid #999999;*/
	    margin:0 20px;
	    display: flex;
	    flex-direction: unset;
	    width: 100%;
	  }
	
	  .form-label {
	    outline: 0;
	    font-size: 25px;
	  }
	  .search-buttons {
	    padding-top: 15px;
	    padding-right: 50px;
	    padding-bottom: 15px;
	    padding-left: 50px;
	    border: 0;
	    background-color: white;
	    width: fit-content;
	    align-self: end;
	    font-weight: bold;
	    font-size: 20px;
	  }
	.search-buttons:hover {
	    background-color: rgb(0, 154, 150, 0.7) !important;
	    color: white !important;
	    backdrop-filter: blur(5px);
	    transition: all 0.3s;
	    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
	}

	  .form-search{
		  width:90%;
	  }
	  .recherche-input-active{
	    border: 1px solid #009a96!important;
	    border-radius:5px;
	    position: relative;
	    height: 50px;
		  .recherche-icon{
		     position: absolute;
	             right: 0;
		  }
	  }
	  .recherche-input{
	      border-bottom: 1px solid #999999;
		  .input-search{
			  width: 100%;
		  }
	  }
	  .recherche-input:active,.recherche-input:focus{
		    border-bottom: 1px solid #009a96;
	  }
}
#search-mobile.search-mobile-prestation{
	margin-top:250px!important;
	position: unset;
}
#search-mobile {
  display:none;	
  input:disabled {
    background-color: white;
  }

  position: absolute;
  background-color: unset;
  margin-top: -120px !important;

  .blue-color {
    color: #009a96;
  }

  .white-color {
    color: white;
  }
.bloc-recherche-mobile-right .plus-mobile-icon {
	margin-right: 20px;
}
  .plus-mobile-icon {
    border: 0;
    border-radius: 50%;
    color: #009a96;
    height: 45px;
    width: 45px;
    background: #fff;
  }

  .input-search {
    outline: 0;
    border: 0;
  }

  .bloc-recherche-mobile-left{
    background-image: url('images/image1.png');
    background-size:revert;
    padding: 20px 0 0 20px;

  }
  .bloc-recherche-mobile-right{
    background-image: url('images/image2.png');
    background-size:revert;
    padding: 20px 0 0 20px; 
  }
  .bi-search{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    padding: 11px;
    background-color: rgb(0, 154, 150);
    font-size: 2.5rem;
    color: white;
    text-align: center;
    vertical-align: middle;
    position:absolute;
    left:50px;
  }

  .recherche-left-input{
    width:80%;
    margin-top: 10px;
  }

  .recherche-right-i{
    width:20%;
    position:relative;
  }

}

/* Search */
#searchwindow {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 10000;
  display: none;
  background-color:#009a96!important;
  color:white;

  svg{
    color:white;

  }
  input{
    height: 60px;
  }
}

.main-navigation-search{

  position:relative!important;
  top:0px;
  right: 0px;
  color: #fff!important;
  font-size: 25px;
  line-height:0px!important;
}


body.search-active {
  overflow: hidden;
}

body.search-active #searchwindow {
  display: flex;
}
@media (min-width: 768px) and (max-width: 991px){
	#search-mobile #recherche-mobile{
		font-size: 1rem;
	}
}
@media screen and (max-width: 991px){
	.grille-menu-home{
		margin-top:280px!important;
	}
	#search-mobile{
	    padding-left: 40px;
	    padding-right: 40px;
	    display: flex; 
	    flex-direction: column;
	    width: 100%;
	}
	#search-mobile #recherche-mobile{
		font-style: italic;
		border-bottom: 1px solid #76888b !important;
	}
	.row-search{
	    width:fit-content;
	}
	.row-search-field{
		width:620px;
		margin-top:30px;
	}
	/*loupe*/
	.recherche-right-i .bi-search{
		height:40px!important;
		width:40px!important;
		font-size: 1.5rem!important;
	        vertical-align: middle!important;
	        padding: 3px!important;
	}

	/*corps*/
	 .lfr-layout-structure-item-rhnewebcorps{  position:fixed; z-index: 100000;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bloc-recherche-mobile-left{
	    	height:200px !important;
		width:350px;
	  }
	  .bloc-recherche-mobile-right{
	    	height:200px !important;
		width:350px;
	  }
	.plus-mobile-icon {
    		margin-top: 30px;
  	}
	.recherche-right-i .bi-search{
		top: 10px;
	}	
}
@media(max-width:767px) {
	.bloc-recherche-mobile-left{
		width:155px;
		height:170px !important;
	}
	.bloc-recherche-mobile-right{
		width:155px;
		height:170px !important;
	}
	.plus-mobile-icon {
	    margin-top: 10px;
	  }
	.grille-menu-home{
		margin-top:180px!important;
	}
	  #search-mobile {
	    padding-left: 5%;
	    padding-right: 5%;
	    .bi-search {
	
	      width: 50px;
	      height: 50px;
	      border-radius: 50%;
	      padding: 8px;
	      background-color: rgb(0, 154, 150);
	      font-size: 1.5rem;
	      color: white;
	      text-align: center;
	      vertical-align: middle;
	      position: absolute;
	      left: 10px;
	      top: -10px;
	    }
	   .recherche-left-input {
	     font-size: 12px!important;
	   }
  }

.row-search-field{
	width:315px;
	margin-top:30px;
}
  .rhne-web-theme .mobile-menu-buttons {    
    .searchtrigger{
      padding-top:10px!important;
    }
  }
  .rhne-web-theme .mobile-menu-button {
    padding-top: 0px !important;
  }

  .align-items-start{
    /*display:none;*/
  }

}
#block-top{
  height:250px;
  .pt-4 {
    padding-top: 40px!important;
    padding-bottom: 40px;
    margin-bottom: 0px!important;
  }
  .mt-3 {
    margin-top: 0 !important;}
}

#block-bottom {
  height: 200px;
  .mt-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mt-2 {
    margin-top: 0 !important;
    padding-top: 30px;
    span{
      font-size: 20px;
      font-weight: bold;}
  }
  .bottom-button-right{
    .mt-3{padding-right:70px!important;}
  }
  .bottom-button{
    display: flex;
    flex-wrap: wrap;
    .mt-3{
      margin-bottom: 1rem!important;
    }
  }

  .bottom-button > * {
    flex: 0 0 100%;
    padding-right: 30px;
    text-align: right;
  }
}
.recherche-container{
  margin-top:200px;
}
.signed-in .lfr-layout-structure-item-3d09367a-7eec-d877-7a73-1d6b8ab80859{
  margin-top:220px;
}
.signed-out .lfr-layout-structure-item-3d09367a-7eec-d877-7a73-1d6b8ab80859{
  margin-top:200px;
}
.portlet-title-text {
  display:none;
}
