/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(u-4i0qWljRw-PfU81xCKCpdpbgZJl6Xvqdns.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
  Galerie photo
*/


body {
    font-family: Montserrat;
    font-size:15px;
    color:#404040;
    background-color:#f3f3f3;
    white-space: nowrap;
    text-wrap:wrap;
}


h1 {
  font-family: Oswald;
  font-size:110%; 
  text-align:center
}


.bandeau  {
    height:60px;
    display:flex;
    margin-top :30px;
    flex-direction:row;
    justify-content:center;
}

.content {
    padding-top:6px;
    padding-bottom:6px;
    display:flex;
    flex-direction:column;
}


.trombi-btn {
    font-family: 'Oswald';
    text-transform:uppercase;
    font-size:86%;
    color:white;
    height:3.4rem;
    background-color:#bb2332;
    border:2px solid #bb2332;
    border-radius:1.7rem;
    padding:0.6rem 2.6rem;
    cursor:pointer;
}

.trombi-btn:hover {
    color:#bb2332;
    background-color:white!important;
}

@media (any-pointer: coarse) {
    .trombi-btn:hover {
        color:white;
        background-color:#bb2332!important;
    }
}



.modal-container {
    margin-right:20px;
    margin-left:20px;
}

.galerie-title {
    font-family:Oswald;
    color:black;
    margin-top:25px;
    margin-bottom:6px;
    margin-left:12px;
    font-size:120%;
    font-weight: 700;
    text-transform:uppercase;
}

.galerie {
    margin-top:2px;
    margin-bottom:10px;
    margin-left:6px;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start
}


.galerie-legend {
   font-size:12px;
   font-family: Cabin;
   font-weight:400;
}
  
.photo {
  border:1px solid lightgray; margin:5px; padding:4px; 
  display:flex;
  flex-direction:column;
  align-items:center;
}

.img-trombine {
   width: 160px;
   height: 195px;
   pointer-events: none;
}


.fullname {
   margin-top:2px; text-align:center; width:160px;
}

.prenom {
   
}

.nom {
    text-transform:uppercase;
}

.role {
    margin-top:0px; text-align:center; width:160px;
    font-style:italic;
}





iframe.shim {
    width:            100%;
    height:           100%;
    position:         absolute;
    left:             0px;
    top:              0px;
    z-index:          1010;
    background-color: black;
    opacity:          0.4;                 /* Standard */
    filter:           alpha(opacity = 40); /* For IE */
}


.msg-box {
    padding: 12px;
    width: 37ex;
    border: 1px solid black;
    background-color: white;
    border: 5px solid #bb2332;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;  
}


.popup-box {
    padding: 12px;
    width: 36ex;
    z-index:1010;
    border: 1px solid black;
    background-color: white;
    border: 5px solid #bb2332;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.popup-text {
    margin:8px;
}



/*
  Photo upload
*/

.dz-progress {
    display:none!important;
}

.dz-preview .dz-image {
    width:90px!important;
    height:160px!important;
    border-radius:0px!important;
}

.dz-image {
    vertical-align:bottom!important;
}

.dz-remove {
    font-family: 'Oswald';
    font-weight:300;
    line-height: 1;
    text-decoration:none!important;
    /*text-transform:uppercase;*/
    font-size:60%;
}
.dz-remove:hover {
    text-decoration:none!important;
    color:#bb2332;
}

.dz-size, .dz-filename, .dz-error-message {
    font-size: 80%!important;
}

.dz-error-message {
    top:90px!important;
    width:150px!important;
    font-size:80%!important;
}

.upload-box {
    background-color:white;
    padding-top:32px;
    padding-bottom:16px;
    width:90%;
    text-wrap:wrap;
}



.intro {
    text-align:justify
}


.form-zone {
    margin-top: 6px;
    margin-bottom: 12px;
}

.field-zone {
    margin-top: 6px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
}



.input-box {
    height:2.4rem;
    border: 1px solid #949292;
    border-radius:1.2rem;
    margin-top: 4px;
    margin-bottom: 4px;
    display:flex;
    align-items:center;
    
}

.input-field {
    width:95%;
    border: none;
    box-sizing: border-box;
    margin-left:12px;
    margin-top: 6px;
    margin-bottom: 4px;
}
.input-field:focus {
    outline:none;
}

.drop-box {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    font-style: italic;
    border: 6px dashed lightblue
}


.close-btn {
    display:inline-block;
    padding-top:12px;
    padding-bottom: 0px;
    padding-right:12px;
    vertical-align:top;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
    font-size:120%;  
    background-color:white;
}
.close-btn:hover {
  color:#bb2332
}

.send-btn {
   margin-top:12px;
}



.input-passwd-container {
    margin-left:5px;
    position:relative;
}

.show-hide-passwd {
    position:absolute;
    float:right;
    right: 4px;
    font-size : 1.2rem;
    cursor:pointer;
}

.login-error { 
    width:100%;
    text-align:center;
    height:1rem;
    color: #bb2332;
    margin-bottom: 6px;
     -moz-animation: cssAnimation 0s ease-in 2s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 2s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 2s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 2s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    
}


.postlude {
    margin-top:25px;
    margin-bottom:15px;
    margin-left:12px;
    font-size:80%;
}

.contact {
    font-weight:900;
    color:black!important;
}

@keyframes cssAnimation {
    to {
       color:white;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        color:white;
    }
}
