@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
html, body
{
    height: 100%;
    font-family: "Raleway", sans-serif;
    line-height: 1.6;
}
body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}
h1{
    font-family: 'Roboto', sans-serif;
}
.parent-div {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.parent-div input[type=file] {
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    font-size: 90px;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.btn{
    line-height: 1.6;
}
.btn.btn-go {
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #dd5c3c;
    padding: 10px 20px;
    letter-spacing: 2px;
    border: none;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
}
.btn-upload {
    border: 0.1rem solid #FFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    width: 8rem;
    height: 8rem;
}
.btn-uploadmd {
    border: 0.1rem solid #FFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    width: 7rem;
    height: 7rem;
}
.border-3 {
    border: solid;
    border-width:3px !important;
    border-color: #dd5c3c;
    border-radius: 25px;
}
.btn-uploadwidth {
    border: 0.1rem solid #FFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    height: 8rem;
}
#divsign {
  position: absolute;
  z-index: 9;
  background-color: transparent;
  text-align: center;
}

#divsignmove {
  cursor: move;
  z-index: 10;
  background-color: transparent;
  color: #fff;
}
.btn-uploadlarge {
    border: 0.1rem solid #FFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    height: 18rem;
    width: 100%;
}
.btn-uploadpopup {
    border: 0.1rem solid #FFF;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    height: 7rem;
    width: 100%;
}
#infile1 {
    padding: 16px 26px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}
#imgdl {
    padding-right: 14px;
}
.infile1 {
    padding: 16px 26px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}
.imgdl {
    padding-right: 14px;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  margin:0 auto 10px;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}
.navbar .navbar-nav .nav-item.new-registre a {
    color: #EA3323;
    font-size: 16px;
}
.navbar.fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 100ms linear;
}
.linkwhite{
    color: #fff !important;
}
.linkblack{
    color: #000 !important;
}
@media (max-width: 719.99px) {
    .navbar.fixed-top {
        background-color: #fff !important;
    }
    .linkwhite{
        color: #000 !important;
    }
}
#grayBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1999;
    opacity: 0.5;
}
.popuplink{
    width: 170px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 6px;
    position: absolute;
    bottom: 150%;
    left: 50%;
    margin-left: -86px;
}
.masonry {
    margin: 1.5em auto;
    column-gap: 1.5em;
}
.masonryitem {
    margin: 0 0 1.5em;
}
.masonry .masonryitem img {
    transition: all .5s ease-in-out;
    backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .masonryitem:hover img {
    opacity: .75;
}
@media only screen and (min-width: 1024px) {
    .masonry {
    column-count: 3;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
    column-count: 2;
    }
}
@media only screen and (max-width: 767px) and (min-width: 10px) {
    .masonry {
    column-count: 2;
    }
    .masonryitem {
      margin: 0 0 0em !important;
    }
}
@media (max-width: 719.99px) {
    #leftadd{
        display: none;
    }
    #rightadd{
        display: none;
    }
}
.btn-uploadtools {
    border: 0.1rem solid #FFF;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold;
    width: 17rem;
    height: 8rem;
	background-color: #dd5c3c; 
	text-align:left; 
	padding:20px;
}
@media (max-width: 1049.99px) {
    #avatarnavbar{
        display: none;
    }
}
.pageunderline{
    text-decoration: underline;
}
@media (min-width: 540px) {
    .btncenter{
        transform: translateX(20px);
    }
}
@media (max-width: 991.99px) {
    #profilepic{
        max-height: 40vh !important;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .profiletext{
        text-align: center;
    }
}
@media (min-width: 992px) {
    .profiletext{
        text-align: left;
    }
}
.linkimg{
    height: calc(6em + 3rem + 8px);
    max-height: 100% !important;
    max-width: 100% !important;
}
#mazone{
    height:5vh;
    width:15vh;
    background-color: #FFF;
    opacity: 0.7;
    position: absolute;
    z-index: 9;
    text-align: center;
}
#zonemove{
    cursor: move;
    background-color: #FFF;
}
.grecaptcha-badge { visibility: hidden; }
.flipbookcover{
    width:90% !important;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.flipbookcover:hover{
    box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}
.flipbookcover2{
    width:70% !important;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}
.flipbookcover2:hover{
    box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}
.flipbookcover3{
    width:90% !important;
}
.flipbookcover4{
    min-height: 15vh !important;
    max-height: 144px;
    box-shadow:0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
    border-radius: 50%;
}
.flipbookcover4:hover{
    box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
}
.footericon{
    font-size: 2.5rem;
}
.footericon:hover{
    color: #000 !important;
}
@media (max-width: 767.99px) {
    .footerlinkindiv{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        display: inline-block;
    }
}
img.pictozone{border-radius: 50%; margin:10px;background-color: #FFF}
.pictoselected{
    box-shadow:0px 0px 1rem 0.5rem #000;
}