@import url("../unicon/style.css");
/*
	Theme Name:   Unicon Child
	Author:       /
	Template:     unicon
	Text Domain:  unicon-child
*/

.text-center{
    text-align: center;
}
.text-bold{
    font-weight: 700;
}
.text-uppercase{
    text-transform: uppercase;
}
.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}
.no-padding{
    padding: 0;
}

form .row{
    display: flex;
    margin-bottom: 0;
}

form .row .col6{
    width: 50%;
    padding: 15px;
}
form .row .col12{
    width: 100%;
    padding: 15px;
}

#moncompte input{
    width: 100%;
}

#moncompte .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#moncompte label{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.nav-tabs{
    margin: 0;
}

.toreadonly input,
.toreadonly input:focus{
    background-color: lightgray;
}

#moncompte i.fa{
    cursor: pointer;
}

#boxuser{
    right: 30px;
    top: 100px;
    z-index: 9999;
}

#boxuser .panel{
    border:none;
    box-shadow: none;
}

.toflex{
    display: flex !important;
    justify-content: center;
}

#moncompte .subline{
    border: 2px solid #7cad62;
    background-color: #f6f1c6;
    margin-top: 10px;
    margin-bottom: 10px;
}
#moncompte .subline .text-danger{
    color: #db5733;
}
#moncompte .btnajout{
    margin-top: 30px;
}
#moncompte .btnremove{
    margin-top: 30px;    
    background: #44bdbd;
    border: 1px solid #44bdbd;
}

.modal-backdrop{
    z-index: 9998;
}
#myModal, #myImport{
    z-index: 9999;
}

#myModal .modal-dialog{
    width: 50%;
}

#mygraphe{
    padding-top: 15px;
    padding-bottom: 15px;
}

#packs .packs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#packs .packs .single{
    width: 22%;
    margin: 1%;
}

#packs .packs .single > div{
    margin: 2px 2px 2px 2px;
    background-color: rgba(159,203,216,0.4);
    border: solid black 1px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #000000;
    text-align:center;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#packs .packs .single > div .button{
    border-radius: 4px;
}
#packs .packs .single.illimited > div{
    background-color: rgba(244,177,112,0.4);
}
#packs .packs .single.noproject{
    width: 72.5%;
}
#packs .packs .single.noproject > div{
    background-color: rgba(124,173,98,0.4);
}
#packs .packs .single > div .titre{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
}
#packs .packs .single > div .subtitre{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
#packs .packs .single.noproject > div p{
    margin: 0;
}

#packs .packs .single > div .content{
    margin-top: 15px;
    margin-bottom: 15px;
    flex: 1;
}
#packs .packs .single > div .price{
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 28px;
}
#packs .packs .single > div .pricem{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

#myImport form{
    padding: 15px;
}
#myImport form input[type=submit]{
    margin-top: 15px;
}

.divcourbe,
.divcourbe > div{
    min-height: 500px;
}

.ui-datepicker{
    min-width: 500px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    float: left;
}

#mygraphe > div{
    margin-bottom: 15px;
}

.onloading{
    font-size: 50px;
    color: #7cad62;
}

.modal-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.modal-footer .btn{
    width: 45%;
    margin: 0 !important;
}

#mytri{
    display: flex;
    flex-wrap: wrap;
}

#mytri > div{
    width: 33%;
}
#img_graphes{
    width: 100%;
}
#mytri button{
    width: 250px;
    margin-top: 30px;
}
#mytri p{
    margin-bottom: 0;
    margin-top: 30px;
}

body.modal-open {
    overflow: visible !important;
}

.page-id-256 .titlebar h1,
.page-id-446 .titlebar h1{
    padding: 15px 0 !important;
}

.forprint{
    margin-bottom: 0;
}
.forprint .fa{
    color: #7cad62;
    font-size: 30px;
}

.formcoupon{
    width: 50%;
    margin: auto;
    border: 1px solid grey;
    padding: 15px;
    margin-bottom: 30px;
}
.formcoupon input,
.formcoupon button{
    width: 100% !important;
}

@media print{
    header, #fullimagecenter, .nav-tabs, #projet, #profil, footer, #copyright, h1, .forprint, .wpb_row {
        display: none;
    }
}