@font-face{
    font-family:dream orphans;
    font-style:normal;
    font-weight:400;
    src:local('Dream Orphans'),local('DreamOrphans-Regular'),url('https://lecanard.lamanu.fr/Assets/fonts/dream-orphans_4056e2a573e7c129c2a11735d88a1387.woff') format('woff'),url(https://lecanard.lamanu.fr/Assets/fonts/dream-orphans_4056e2a573e7c129c2a11735d88a1387.ttf) format('truetype')}
/* --- Général --- */
html, body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body{
    font-family: 'Roboto', sans-serif;
}
.form-control{
    height: 30px;
    font-size: 0.8em;
}
.container{
    flex-grow: 1;
}
a{
    color : white;
}
.bg-lamanu{
    background-color: #1A4867;
}
.bg-white{
    background-color: white;
}
.laManuColor{
    color: #1A4867;
}

/* - Titre de page - */
.header {
    background-image: url("../img/motifNidAbeille2.png");
    background-repeat: repeat;
    text-align: center;
    border-bottom: 3px solid #1A4867;
    border-top: 3px solid #1A4867;
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo-la,.logo-manu{
    font-size: 30px;
}
.pageTitle{
    padding: 20px 0 20px 0;
}

/* - Textes en double bleu - */
.color-text-first{
    font-family: 'Dream Orphans', arial;
    color : #1DA1F2;
}

.color-text-second{
    font-family: 'Dream Orphans', arial;
    color: #3B5A9D
}

/* - Boutons - */
.btn-lamanu{
    background-color: #33AADD;
    color: white;
}
.btn-lamanu:hover{
    background-color: #33AACC;
    color: white;
}

/* --- Footer --- */
.footer{
    background-color: #1A4867;
    color: white;
    margin-top: 20px;
    padding-top: 10px;
}
.footer h2{
    font-size: 1rem;
}
.footer li {
    list-style: none;
}
/* Icônes réseaux sociaux */
.fab{
    font-size: 20px;
}
.fa-stack{
    width: 2em;
}
.facebook-square {
    color : #4388CC;
}
.instagram-square {
    color : #993399;
}
.linkedin-square {
    color : #0a66c2;
}
.twitter-square {
    color : #1DA1F2;
}

/* --- Accueil --- */
.homepage{
    font-size: 1.7rem;
}
.homepage-page h2{
    font-size: 20px;
}
.homepage-first-part, .homepage-page form{
    margin-bottom: 20px;
}
.connectionBlock {
    border: 3px solid #1A4867;
    padding: 20px;
}
.lostPassword {
    font-size: 12px;
    color: black;
}
a.lostPassword:hover {
    color: #2dabe3;
}
.connectionBlock {
    border: 3px solid #1A4867;
    padding: 20px;
}
.inscriptionBlock {
    background-color: #1A4867;
    padding: 10% 0 10% 0;
}

/* --- Navbar --- */
.navbar{
    padding: 0;
    padding-right: 0.5em;
}
.navbar-nav .nav-item  a.nav-link{
    color:white;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
    color : #1DA1F2;
}
.nav-lamanu{
    height: 65px;
    width: 100%;
    border: 1px #1A4867 solid;
}
#navbarSupportedContent{
    height: 65px;
}
#logo{
    margin: 20px 0 20px 0;
}

.navbarLogo{
    padding-left: 0.5em;
}
.nav-link{
    margin-left: 0.5em;
}

/* - Formulaires - */
form h2{
    font-size: 21px;
    color:#1A4867;
}
form h3{
    font-size: 21px;
    color:#1DA1F2;
}
#currentSituationOtherBlock,#jobseeker,#courseType1,#courseDiploma{
    display: none;
}
.formSectionTitle{
    font-family: "Dream Orphans";
    margin-top: 20px;
}
.redStar{
    color: red;
}
.candidate1{
  color : #1DA1F2;
}
.candidate2{
  color : #1A4867;
}
.candidate3{
  color : green;
}
.candidate4{
  color : orange;
}
.candidate{
  color : red;
}
.candidate7{
  color : purple;
}
.errorMessages{
  color:red;
}

#formMdp a{
    color: #1A4867;
}

#formMdp {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#formMdp .log{
    width: 40vw;
    background-color: #1A4867;
    padding: 50px;
    border-radius: 10px;
}

#formMdp .log h1{
    text-align: center;
    color: whitesmoke;
    margin-bottom: 30px;
}

#formMdp .form-control{
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-left: 3px white solid;
    border-right: 3px white solid;
    color: #528FB4;
}

#formMdp label{
    display: none;
}

#formMdp ::placeholder {
  color: whitesmoke;
  font-size: 1.5em;
}

#formMdp .btn{
    width: 100%;
    font-size: 2.5em;
    background-color: #528FB4;
    border: none;
    color: white;
    transition: 200ms;
    margin-bottom: 30px;
}

#formMdp .btn:hover{
    background-color: #467996;
}

#formMdp .form-control:focus {
  background-color: transparent;
  outline-style:none;
box-shadow:none;
border:green 2px solid;
color: whitesmoke;
}

#formMdp .errorMessages{
    color: red;
}

.alert-info{
    padding: 20px;
    text-align: center;
}


#success{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 200;
    margin-bottom: 0;
    animation: mymove 1s;
}

@keyframes mymove {
    from {bottom: -200px;}
    to {bottom: 0;}
}

@media screen and (max-width:700px){
    #formMdp .log{
        width: 100vw;
        padding: 30px;
    }
}
body {
  background: whitesmoke;
    font-family: 'Montserrat', sans-serif;
  
}

.titlePage{
    text-align: center;
    background-color: #1A4867;
    padding-bottom: 20px;
    padding-top: 20px;
}
.titlePage h1{
    font-size: calc(1.5em + 1vw);
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
}


/* La sidebar du profil */
.profil-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profil-user {
  text-align: center;
}

.profil-user-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profil-user-date {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Infos du profil */
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
    padding: 12px 20px 15px;
    background-color: #fff;
    border-top: 1px solid #e7ecf1!important;
}

.bordered{
    border-top: 3px solid #e7ecf1!important;
    padding-top: 20px;
}

.profil-desc-title {
    color: #1A4867;
    font-size: 17px;
    font-weight: 600;
}
.profil-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}
.margin-top-20 {
    margin-top: 20px!important;
}

.profil-desc-link{
    background-color: #1A4867;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    transition: 300ms;
    border: none;
    width: 100%;
}

.profil-desc-link:hover{
    background-color: #133247;
}

.profil-desc-link a{
    color: whitesmoke;
}


/* profil infos droite */

.profil-infos {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.profil-infos small{
    color: #1A4867;
    font-size: 14px;
    font-weight: bold;
}

.cardCandidateCourseTitle{
    font-variant: small-caps;
    font-size: 1.2rem;
    font-weight: bold;
}
.candidateInfo{
  font-size: 0.7rem;  
}
.leftSideBarMenu a, .module a{
    color:#212529;
}
.leftSideBarMenu li{
    list-style: none;
}
#moduleList{
    display: none;
}