/* Themes can override this file to add some CSS */

table.framework #maincell
{
padding-bottom:35px;
}

/* amélioration du bouton de récupération de mot de passe */
  .plugbottom{
	  width:auto;
  }

input#recoverybtn {
	color: white;
	padding: .75rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid #0a5cbb;
	border-radius: 1.2rem;
	font-weight: bold;
	font-size: clamp(13px,1.5vw,15px);
	background: #0a5cbb;
	cursor: pointer;
}
input#recoverybtn:hover {
	background: white;
	color: #0a5cbb;
}
p.plugbottom
{
position:fixed;
bottom:0px;
right:10px;
margin:0;
box-shadow:0px 0px 2px black;
border-radius:5px 5px 0 0;
width:auto;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
padding-top:5px;
background:#0086e7;
}
/* -------------------------------------------------------*/

div#window_titlebar {
color:#fff;
background-color:#0086e7  !important;
}

div.recovery {
	text-align:left;
	margin: 2rem;
}


h1.menuheader, ul.menu > li > a , div.pluginfo , fieldset.plugin_section legend span, .plugin_section > span.legend, #pulldown ul li a:hover, .menuitem.menucurrent  {
color:#fff;
background-color:#0086e7;
}

a:link, a:visited,.menuitem a:link, .menuitem a:visited  {
color:#0088cc;
}

h1, div#header_right, .maintitlebar:link, .maintitlebar:visited , .menuitem.menucurrent a:link, .menuitem.menucurrent a:visited {
color:#fff;
}

body, a.maintitlebar:hover {
color:#0088cc;
background-color:#fff;
}

html.ltr a.maintitlebar, html.ltr div.maintitlebar {
    padding-left: 25px;
    padding-right: 25px;
}

img.center, html.ltr div#header_left img#fd_logo {
border-radius: 10px;
padding-left: 2px;
padding-right: 2px;
}
html.rtl div#header_left img#fd_logo {
border-radius: 10px;
}

/* On small screens */
@media (max-width: 640px) {
  table.framework #maincell
  {
  padding-bottom:55px;
  }

  p.plugbottom
  {
  left:5px;
  right:5px;
  }
  input#recoverybtn{
    width: 100%;
  }
  .input-user{
    width: 85% !important;
  }
  .change-password>div{
    width: 100% !important;
  }

}
@media (max-width: 950px){
  .label-icon {
    top: 43px !important;
  } 
}
@media (max-width: 575px){
  .label-icon {
    top: 62px !important;
  }
}

img.mail-icon{
  width:30px;
  height:30px;
}
input[type="email"]{
  border: 1px solid #cbd5e1;
  border-radius: 8px;
}
input[type="email"]:focus{
  border-color: #013D82;
  box-shadow: 0 6px 18px rgba(3, 15, 34, 0.06);
}
input#email_address{
  height: 45px;
  padding-left: 50px;
  font-size: clamp(14px,1.5vw,16px);
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #0b70e7;
}
.d-flex{
  display:flex;
  
}
.mb-1{
  margin-bottom: 1rem;
}
.icon{
  margin-right: .25rem;
  padding: .25rem;
  border: 2px solid #e8f1ff;
  border-radius: 50%;
  background: #e8f1ff;
  align-items: center;
  justify-content: center;
}
.label-icon{
  position: absolute;
  top: 47px;
  left: 7px;
}
html{
  font-size: 16px;
  line-height: 1.5;
}

p,ul {
  font-size: 1rem;
  font-size: clamp(13px,1.5vw,15px);
  line-height: 1.6;
}
h2{
  font-size: 18px;
  font-size: clamp(13px,1.5vw,16px);
}

h1 {
  font-size: 18px;
  font-size: clamp(14px,1.5vw,18px);
  color: #013D82;
}
.instruction{
 margin: 1rem;
}
.action{
  margin: 2rem;
  position: relative;
}
.return-button{
  color: white;
  padding: .75rem !important;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.2rem;
  font-weight: bold;
  background: gray;
  border: 1px solid gray;
  font-size: clamp(13px,1.5vw,15px);
}
.return-button:hover{
  background: white;
  color: gray;
}
.banner::after{
  transform : rotateZ(-6deg) skewX(50deg);
  background-color: #f4f8ff;
  z-index: -2;
  content: '';
  position: absolute;
  width: 100%;
  min-height: 75%;
}
.banner{
 overflow: hidden;
}
.infotext{
  margin: 1rem;
}
div.card-text{
  font-weight: bold;
  font-size: clamp(13px,1.5vw,15px);
  text-align: left;
  color: #013D82;
}
.change-password{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 1rem;
}
.change-password>div{
  width: 70%;
}
.input-user{
  height: 48px;
  padding-left: 55px !important;
  font-size: clamp(14px,1.5vw,16px) !important;
  box-sizing: border-box;
  width: 50%;
  border: 1px solid #0b70e7;
  border-radius: 8px;
}
.change-button {
  color: white;
  padding: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #0a5cbb;
  border-radius: 1.2rem;
  font-weight: bold;
  font-size: clamp(13px,1.5vw,15px);
  background: #0a5cbb;
}
div#window-footer{
  gap: 10px;
}
div.card-summary{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  margin: 1rem;
}
.card{
  display:flex;
  align-items: center;
  max-height: 4rem;
  background: #f0f5ff;
  border: 1px solid silver;
  border-radius: .25rem;
  gap: 1rem;
  padding: 1rem;
  transition: transform .14s ease,box-shadow .14s ease,border-color .14s ease;
}
.card-help{
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.card-title{
  margin: 0;
  text-align: left;
}
body{
  background: url(icons/scalable/apps/background_1.svg) center center / cover fixed no-repeat !important;
  min-height: 100vh !important;
}
#window-container{
  position: unset !important;
  padding-top: 2rem;
  top: 0 !important;
} 
@media (max-width: 470px){
  .instruction {
    margin:0 ;
  }
  .action {
    margin:0 ;
  }
  div#window-footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 780px){
  input#recoverybtn{
    width: 100%;
  }
}

.accordion {
  font-size: clamp(13px,1.5vw,16px);
  border: 1px solid black;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 1rem; 
  border-color: #d1d5db;
  background: #f2f5f8;
}
.accordion-summary{
  color: #013D82;
  font-weight: bold;
}
.accordion-content{
  display: grid;
  padding-top: 1rem;
}
.accordion-content:before{
  background-color: #013d82;
  content: "";
  opacity: .2;
  top: 1rem;
  width: 100%;
  height: 1px;
}
