/*
* Custom styles proimmat.fr
* 09/08/2018
*/

/**********************************
* COLOR
* CONTENT
* FONTS
* HEADER
* NAV
* FORM
* PAGE
* ADMIN
* FOOTER
/**********************************/

/***** COLOR *****/
:root {
  --blue: #007CBD;
  --bluelight: #3EB0F7;
  --grey: #ABABAB;
}

/***** CONTENT *****/
body { font-family: 'Quicksand', sans-serif; font-size: 16px; }
p, ul {  }
.p-mtn{background: #e6e6e6; border-radius:3px; border:2px solid; border-color: #e6e6e6;}
ul  {  padding-top: 10px;}
.no-padding-l { padding-left: 0; }
.no-padding-r { padding-right: 0; }
.no-padding-lr { padding-left: 0; padding-right: 0; }
.mt-30 { margin-top: 30px; }
.mt-100 { margin-top: 100px; }
.mb-50 { margin-bottom: 50px; }
#intro { margin: 30px 0 50px 0; }
#intro img.img-default { width: 100%; margin-top: 5px; border-radius: 8px; }
#intro p { font-size: 18px; font-weight: 300; }
.btn-primary { background: var(--blue) !important; border: 0; }
.btn { text-transform: uppercase !important;
  display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.content { padding-bottom: 250px; padding-top: 50px; }

.modal-header { display: block !important; }
.modal .modal-header h4.modal-title { font-size: 20px !important; color: var(--blue) !important; /*float: left;*/ }

#spinner { display: none; position: absolute; z-index: 9999; padding: 50px 100px; background: #007CBD; opacity: .7; color: #000; text-align: center; border: 1px solid #EBEBEB; top: 0; left: 0; height: 100%; width: 100%; }


/***** FONTS *****/
h1 { font-family: 'Quicksand', sans-serif !important; margin-bottom: 25px; font-size: 42px; color: var(--blue); font-weight: 100; }
h2 { font-family: 'Quicksand', sans-serif !important; font-size: 42px; color: var(--blue); margin-bottom: 20px; }
h3 { font-family: 'Quicksand', sans-serif; font-size: 32px; color: var(--blue); margin-bottom: 20px; }
h5 { font-size: 14px; font-weight: 100; }
p a, a { color: #000; }
p a:hover { color: var(--bluelight); text-decoration: none; }


/***** CONNEXION *****/
#login { color: #FFF; background-image:url('/imgs/bg.jpg'); background-size: cover; }
.overlay { background-color: rgba(0, 124, 189, 0.65); position: relative; width: 100%; height: 100% !important; padding-bottom: 300px; margin-bottom: 0; display: block; }
#login { position: relative; width: 100%; height: 100%; display: block; }
#login #connexion { padding-top: 8%; }
#login #connexion h3.title-connexion { color: #FFF; font-weight: 100; text-align: center; }
#login #connexion p { text-align: center !important; }
#login #connexion p img { max-height: 100px; }


/***** HEADER *****/
#header { background: var(--blue); color: #FFF; text-align: center; padding: 5px; margin-top: -30px; }
#header h2 { font-size: 32px; font-weight: 100; color: var(--bluelight); display: inline-block; }

/***** NAV *****/
a.navbar-brand img { max-height: 100px; }
#navbarHeader { padding-right: 50px;}
#navbarHeader ul.navbar-nav {  }
#navbarHeader ul.navbar-nav li { padding: 0 8px; text-align: center; }
#navbarHeader ul.navbar-nav li i { color: var(--bluelight); }
#navbarHeader ul.navbar-nav li i { color: var(--bluelight); }
a.dropdown-item i { float: left; margin-right: 10px; margin-top: 5px; }
#navbarHeader .dropdown-menu { width: auto; padding-right: 50px; }
#navbarHeader .dropdown-menu ul li a { padding-right: 35px; margin-right: 10px; }
#navbarHeader .dropdown-menu a.dropdown-item { margin-right: 15px; }

/***** FORM *****/
form label, form input[type="submit"] { font-family: "Open Sans" }
#formRegister label { font-weight: 600; font-size: 18px; }
#formRegister p { color: var(--grey); font-style: italic; font-size: 14px; }

.form-control{

  font-size: 1.4rem;
  height: 34px;
  padding: 6px 12px;
  display:inline-block;
}

.form-control-cnx{

  font-size: 1.4rem;
  padding: 20px !important;
  display:inline-block;
}

ul#listUploads { padding-left: 0; }
.label-file { cursor: pointer; color: #FFF; padding: 10px 20px; }
.label-file:hover { color: var(--blue); }
input#files { display: none; }

.file-upload {
    position: relative;
    overflow: hidden;
    border-radius: 3px !important;
    background: #3eb0f7;
    text-transform: uppercase;
    font-size: 13px;
    border:none !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow:none;
    padding: 5px 10px !important;
    font-family: Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;

}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#fileuploadurl{
    display: none;
    border: none;
    vertical-align: middle;
    background: #EAECEC;
    box-shadow: none;
    font-size: 12px;
    padding-left: 0;
    width:230px;
    padding-right: 0;
}


.text-success{
    color:#00ad03;
}

.text-danger{
    color:#d02422;
}

.text-warning{
    color:#ea7500;
}


/**** INFOS SERVICES/PARTENAIRES *******/
.carousel-indicators{
    position: relative;
    margin-top: 30px;
}
    
.carousel-indicators .active{
  position: relative;
  background: #767575 !important;
  width: 24px;
}
.carousel-indicators li {
    background: #acabab !important;
    border: 0;
    border-radius: 0;
    height: auto !important;
    text-indent: 0;
    text-align: center;
    color: #FFF;
    width: 24px;
}


/***** PAGE *****/
.content h4 { font-size: 24px; margin-top: 15px; color: var(--blue); font-weight: 100; }

/* T1513 */
h1.title-infos {
    color: #007CBD;
    letter-spacing: -1px;
}
.info-liste .panel .info-liste-thumb {
    width:  50px;
    height:  50px;
    border-radius: 8px;
    background: #EBEBEB;
    display: inline-block;
    margin: 0 10px 0 0;
    float:  left;
}
.info-liste .panel {
    /*line-height: 1.5em;*/
}
.info-liste .panel ul li {
    transition: .5s;
    padding: 28px;
}

.info-liste .panel ul {
    margin-top: -12px;
}

.info-liste .panel-heading.panel-header-info-liste {
    background: #6abae2 !important;
    color: #FFF !important;
    height: 80px !important;
}
.info-liste .panel-heading.panel-header-info-liste a {
    color: #FFF !important;
}
.info-liste .panel-heading.panel-header-info-liste h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #FFF;
    line-height: 1em;
    margin-bottom: 0px !important;
}

.info-liste .panel ul li:hover {
    background: #007CBD;
    color: #FFF;
}
.info-liste .panel ul li:hover > p {
    color: #FFF;
}
.info-liste .panel ul li:hover > p.info-liste-date {
    color: #6abae2;
}
.info-liste p {
    margin-bottom:  0;
}
.info-liste-a{
    text-decoration: none !important;
    color: #666;
}
.info-liste-a:hover > p.info-liste-date{
    color: #FFF;
}
.info-liste-a:hover > p{
    color: #FFF;
}
.info-liste p.info-liste-date {
    font-size:  12px;
    margin:  -4px 0 0 0;
    color: #007CBD;
    font-style: italic;
}
.info-liste p.info-liste-date span.badge {
    font-style: normal;
    margin-left:  5px;
}

.info-archive-title{
    margin: 0;
    line-height: 1em;
}

.info-liste p.no_infos {
    padding: 10px;
}

.info-detail span.badge-assurimmat, span.badge-assurimmat {
    background: #007CBD;
    padding:  5px 50px 5px 10px;
    color:  #FFF;
    font-weight: 100;
    text-align: left !important;
    font-size: 18px;
}
.info-detail h1 {
    color: #007CBD;
    font-weight: 100;
}
.info-detail p.info-detail-date {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.info-liste-archives h2 {
    font-size: 22px;
    margin-top: 0px;
}
.info-liste-archives p {
    padding: 15px;
}
h3.info-archive-title {
    font-size: 20px;
    padding: 8px 0 0 0;
    color: #007CBD;
    cursor: pointer;
}
h3.info-archive-title small {
    font-size: 14px !important;
}


/****** ADMIN *****/



/****** FOOTER *****/
#footer { text-align: center; margin-top: 80px; padding:   16px 0; position: fixed; bottom: 0; border-top: 1px solid #EBEBEB; background: #FFF; }
#footer p { /*color: var(--grey);*/ font-size: 14px; width: 100%; text-align: center; }
#footer ul { padding-left: 0; }
#footer ul, #footer ul li { list-style-type: none; }
#footer ul li { display: inline-block; padding: 0 5px; }
#footer ul li a { color: var(--green); font-size: 20px; }
#footer ul li a:hover, #footer ul li a:focus { text-decoration: none; }
#footer h5, #footer h5 a { font-size: 12px; color: var(--white); font-family: 'Roboto'; font-weight: 300; }

#gototop { position: fixed; right: 20px; bottom: 20px; z-index: 999; }
#gototop a { color: var(--grey); transition: .5s; }
#gototop a:hover { color: var(--bluelight); }