h1 {
	font-size: 13px;
	padding-bottom: 6px;
	text-align: left;
}

p {
	font-size: 12px;
	text-align: left;
}

a {
	color: #00247D;
	text-decoration: underline;
}

a:visited {
	color: #00247D;
	text-decoration: underline;
}

a:focus, a:hover, a:active {
	color: #F39800;
	text-decoration: underline;
}

pre {
	text-align: left;
}


.promptMessage {
	margin-top: 0;
}

.selectOptions {
	margin-bottom: 0;
}

.select2-result-repository__logo img {
	margin-top: 6px;
}

.select2-result-repository__title {
	font-size: 12px;
}

.box
{
	/* width: 600px; */
	text-align: center;
	background-color: #FFFFFF;
	/* box-shadow: 1px 1px 8px #999999;
	border-radius: 13px;
	-webkit-box-shadow: 1px 1px 8px #999999;
	-webkit-border-radius: 13px;
	-moz-box-shadow: 1px 1px 8px #999999;
	-moz-border-radius: 13px;
	padding: 10px 24px 10px 24px; */
}


/* IE 6 hack */
* html .box { border: 2px #969696 solid; }

/* IE 7 hack */
*+html .box { border: 2px #969696 solid; }


/* IE 8 hack */
@media \0screen {
	.box { border: 2px #969696 solid; }
}

.menu {
	width: 100%;
	padding-left: 2px;
	margin-top: 10px;
	margin-left: 0;
	float: left;
	background: url("https://wayf.sien-pdl.fr//images/dual_line.png") repeat-x scroll 0 100% transparent;
	font-size: 12px;
	line-height: 45px;
}

.menu li {
	float: left;
	list-style:none;
	line-height:35px;
	margin-right:10px;
}

.menu li.last {
	background: url("https://wayf.sien-pdl.fr//images/separator.png") no-repeat scroll left center transparent;
	padding-left: 8px;
	float: left;
	list-style:none;
}

.serviceName {
	font-weight: bold;
}

.hostName {
	font-weight: bold;
}


#container, .container {
	/* position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -200px; */
}

#content, .content {
	width: 98%;
}

#header {
	width: 100%;
	display: inline-block;
	/* text-align: left; */
}

#federationLogo {
	border: 0;
	float: left;
}

#organisationLogo
{
	/* border: 0;
	float: right; */
}

#userInputArea, .userInputArea {
	margin-left: auto;
	margin-right: auto;
	/* background-color: #fafafa;
	border-color: #c0c0c0;
	border-width: 1px;
	border-style: solid;
	padding: 20px; */
}

#userIdPSelection, .userIdPSelection {
	width: 460px;
	font-size: 12px;
}

input[name="Select"]{
	color: #fff;
	background-color: #0175E4;
	border-color: #007bff;
	border-radius: 4px;
	border-style: none;
}

input[name="Select"]:hover {
    background-color: #0069d9;
	border-color: #0062cc;
}

input[name="Select"]:active {
    background-color: #0062cc;
	border-color: #005cbf;
}

/* Device specific styles */
@media only screen and (max-device-width: 720px){
	.box {
		width: auto;
		box-shadow: none;
		border-radius: 0;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		-moz-box-shadow: none;
		-moz-border-radius: 0;
		padding: 0;
	}

	#content, .content {
		/* width: 96%; */
	}

	#container, .container {
		/* width: 96%;
		position: auto;
		left: auto;
		top: auto;
		margin-left: 0;
		margin-top: 0; */
	}

	#userIdPSelection, .userIdPSelection {
		width: 60%;
	}

	#userIdPSelection_iddwrap input {
		width:90%!important;
	}
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust:none;
}
@font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-Light.ttf');
    font-weight: 300;
    font-style: normal;
    }
    @font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    }
    @font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    }
    @font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    }
    @font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    }
    @font-face {
    font-family: "Poppins";
    src: url('https://cdn-web.univ-lemans.fr/um_fonts/Poppins-var(--primary-color).ttf');
    font-weight: 800;
    font-style: normal;
}

:root{
  --primary-color : #313b97;
}

body{
    /* background: var(--primary-color); */
    font-family: Poppins, sans-serif;
    font-size: 0.8rem;
    /* background: rgb(242, 247, 252); */
    padding: 0;
    margin: 0;
}
#header{
    text-align: center;
}
#container{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    position: relative;
    left: initial;
    top: initial;
}
.box {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: none;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    padding: 10px;
    margin: auto;
    width: 90%;
}
#userInputArea, .userInputArea {
    background: none;
    border-width: 0px;
    padding: 0px;
}
h1{
    font-size: 1rem;
    text-align: center;
    color: var(--primary-color);
    font-family: Poppins, sans-serif !important;
}
p{
    font-family: Poppins, sans-serif !important;
}
#organisationLogo{
	float: none;
	width: 6rem;
	margin: 1.5rem auto;
}
.form-control {
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.select-container{
      flex-direction: column;
      text-align: left;
      display: flex;
      margin-bottom: 1rem;
      align-items: stretch;
  }
input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--primary-color);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--primary-color);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}
input[type="checkbox"] {
  display: inline-grid;
  place-content: center;
  margin-top: 0.5rem;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(red);
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(red);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]::before {
  /* ...existing styles */

  /* Windows High Contrast Mode */
  background-color: #0069d9;
}
input[type="checkbox"]::before {
  /* ...existing styles */

  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.selectOptions label{
  font-size: 0.8rem;
}
span#userIdPSelection_iddwrap {
    border: 1px solid var(--primary-color) !important;
    padding: 0px 10px !important;
    float: none !important;
    border-radius: 5px;
    margin-bottom: 1rem;
    height: 40px;
    display: flex;
    align-items: center;
    background: white;
    box-sizing: border-box;
}
#userIdPSelection, .userIdPSelection{
  /* width: 100% !important; */
}
#userIdPSelection_iddtext.idd_textbox {
  padding-left: 6px !important;
  border: 0px !important;
  font-size: 0.85rem !important;
  font-family: Poppins, sans-serif !important;
  height: 100% !important;
  width: 100% !important;
  color: var(--primary-color);
  font-weight: 500;
}
span#userIdPSelection_iddwrap:hover{
    box-shadow: var(--primary-color) 0 0 0 2px;
}
img#userIdPSelection_iddicon{
  border: 0px !important;
  height: 22px !important;
  width: auto !important;
}
input.idd_textbox:hover{
    box-shadow: none !important;
    border: 0px !important;
    border-width: 0px !important;
    border-image-width: 0 !important;
}
img#userIdPSelection_iddicon {
  box-shadow: none;
}
input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
#userIdPSelection_iddlist{
    /* box-shadow: none !important; */
    border-radius: 5px;
    font-family: Poppins, sans-serif !important;
    margin-left: -10px;
    box-shadow: 0 3px 20px #0000001c;
    border: 0px !important;
    border-width: 0px !important;
    border-image-width: 0 !important;
    padding: 10px !important;
    color: var(--primary-color) !important;
    font-weight: 500;
}
.idd_listItem, .idd_listItemGroupHeader{
    font-family: Poppins, sans-serif !important;
    font-size: 0.85rem !important;
    color: var(--primary-color) !important;
    font-weight: 600;
}
.idd_listItem{
  padding: 5px 0;
  white-space: break-spaces !important;
  height: auto !important;
}
form#IdPList {
    margin-bottom: 2rem;
}
form#IdPList input[type="submit"]{
  height: auto !important;
  padding: 8px 14px;
  border-radius: 5px;
  font-family: Poppins, sans-serif;
  margin-bottom: 0.5rem;
}
input[name="Select"]{
    background-color: var(--primary-color);
    font-size: 0.9rem;
}
input[name="Select"]:hover{
    background-color: #1e2772;
    cursor: pointer;
}
#column-right{
  display: none;
}
#content{
width: initial;
}

@media only screen and (min-width: 720px){
  .box {
      padding: 10px 24px 10px 24px;
      width: auto;
      max-width: 600px;
  }
  .select-container{
      /* flex-direction: row; */
  }
  form#IdPList input[type="submit"]{
    /* margin-left: 0.6rem; */
  }
  #userIdPSelection_iddtext.idd_textbox{
    min-width: 350px;
  }
}

@media (min-width: 1100px) {
  #main-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
  }
  #column-left {
      position: relative;
      width: 50%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  #column-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: auto;
      justify-content: center;
      padding: 10px;
  }
  #sien-infographie {
    padding: 20px;
    text-align: center;
  }
  .sien-description {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  #sien-infographie img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    max-height: 65vh;
  }
  .sien-description h2 {
    font-weight: 600;
    font-size: 1.2rem;
  }
  #column-right #column-right-block{
          display: -ms-flexbox;
      display: flex;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow: auto;
      background-color: var(--primary-color);
      justify-content: center;
              border-radius: 6px;
  }
  h1{
      text-align: center;
      font-size: 1.1rem;
  }
}