﻿@charset "utf-8";

/*-------------------------------------------------------------
					GLOBAL FORM STYLE
--------------------------------------------------------------- */

body {
    background-color: #e6e6e6;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #292929;
    /*line-height: 1.5em;*/
    font-weight: 400;
}

a,
a:hover {
    color: #51a728;
}

a.download-in-modal {
    padding: 15px;
}

a.download-in-modal:hover {
    color: #51a728;
    background-color: #f1f1f1;
    text-decoration: none;
}

ul {
    list-style: circle;
    padding-left: 30px !important;
}

ul.list-disc {
    list-style: disc;
}

h1 {
    line-height: 1.1em;
    font-size: 2.5em;
}

h2 {
    border-left: 5px solid #51a728;
    color: #51a728;
    font-size: 1.5em;
    padding-left: 10px;
    margin-top: 0;
    font-weight: 700;
}

h3 {
    border-bottom: 1px solid #51a728;
    color: #51a728;
    font-size: 1.2em;
    padding: 10px 0;
    font-weight: 700;
}

h4 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h5.sublined {
    border-bottom: 1px solid #51a728;
    padding: 5px 0;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.4em;
    }
}

.bold {
    font-weight: bold;
}

.width-100 {
    width: 100%;
}

/** Liens **/
.no-decoration {
    text-decoration: none !important;
}

/** Borders **/
.no-border {
    border: 0px !important;
}

/** Colors & BG Colors**/
.white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-light-grey {
    background-color: #f1f1f1 !important;
}

.dark-grey {
    color: #292929 !important;
}

/** Displays **/
.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline-block {
    display: inline-block;
}

.align-items-center {
    align-items: center;
}

.flex-1 {
    flex: 1;
}

/** Align Texts **/
.text-end {
    text-align: end;
}

/** Buttons **/
.btn {
    padding: 10px;
    font-size: 1em;
    line-height: 30px;
    border: none;
    border-radius: 0;
}

.btn-default {
    color: #ffffff;
    background-color: #51a728;
    min-width: 250px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background-color: rgb(51, 102, 0);
    text-decoration: none;
    color: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.btn-delete-doc {
    margin: 0;
    padding: 0 10px;
    color: #D30000;
    font-size: smaller;
}

.btn-delete-doc:hover,
.btn-delete-doc:focus,
.btn-delete-doc:active {
    text-decoration: underline;
    color: #D30000;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.parcourir .btn-file {
    margin-right: 20px;
    min-width: 150px;
}

.bloc-image-qst {
    position: relative;
    display: inline-block;
    background-color: #f1f1f1;
}

.bloc-image-qst img {
    padding: 5px;
}

.bloc-image-qst .btn-delete-doc {
    position: absolute;
    padding: 0 !important;
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    right: 0;
}

.bloc-doc-qst {
    display: inline-block;
    background-color: #f1f1f1;
    padding-left: 5px;
}

.bloc-doc-qst .btn-delete-doc {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.bloc-doc-qst .btn-voir-doc {
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: turquoise;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/** Autres **/
/********************************* MAIN ******************************************/
.header {
    background-color: #ffffff;
    padding: 10px 0;
}

.header img {
    width: 100%;
}

.container-bg {
    background-color: #ffffff;
    min-height: 100vh;
}

.bloc-light-grey {
    padding: 15px;
    background-color: whitesmoke;
    margin: 5px 0;
}

.bloc-lien {
    padding: 30px 0;
}

.bloc-buttons > .btn-intro {
    display: inline-block;
    border: 2px;
    border-style: solid;
    padding: 10px;
    border-radius: 12px;
    border-color: #51a728;
    margin: 10px;
    font-size: larger;
}

.bloc-logos {
    padding: 10px 0;
}

.bloc-logos > div > a {
    display: inline-block;
    height: 150px;
    text-align: center;
}

.bloc-logos > div > a > span {
    display: table-cell;
    height: inherit;
    max-width: 110px;
    text-align: center;
    vertical-align: middle;
}

/*@media (min-width: 992px) {
	.container-bg {
		width: 920px;
	}
}*/

@media (max-width: 991px) {
    .container-bg {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .bloc-logos > div > a {
        height: auto;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .bloc-logos > div > a > span {
        display: inline-block;
        max-width: 100%;
    }
}

img.added_img {
    border: 1px solid #858585;
    padding: 3px;
    width: 100%;
    margin-bottom: 10px;
}

/********************************* FORMS ******************************************/
.alert-small {
    width: 60%;
    text-align: center;
    margin: 10px 0;
    background-color: rgba(81, 167, 40, 0.1);
    color: rgb(81, 167, 40);
    border: 3px double rgb(81, 167, 40);
    border-radius: 0;
}

.iban {
    color: #51a728;
}

.control-label {
    padding-top: 5px;
    font-weight: normal;
    font-size: 85%;
}

.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 0;
}

.radio-inline > .control-label,
.control-label > span:not(.green) {
    cursor: pointer;
}

/*.radio-inline > .control-label.radio-btn {
		margin-right: 15px;
		text-align: left;
	}*/

.radio-inline > label {
    padding-right: 15px;
    cursor: pointer;
}


.radio-inline + .radio-inline {
    margin-left: 0;
}

.text-muted {
    font-size: 13px;
    color: #51a728;
}

select,
textarea {
    width: 100%;
}

input,
select,
textarea,
.form-control {
    background-color: #ffffff;
    border: 1px solid #dedede;
    padding: 5px !important;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

input:focus,
select:focus,
textarea:focus,
.form-control:focus {
    border-color: #51a728;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.texte-info {
    font-size: 13px;
}

.form-bloc {
    margin-top: 30px;
}

.form-bloc-texte {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form-bloc-title {
    padding: 15px;
    background-color: #51A728;
}

.form-bloc-int {
    padding: 20px;
}

.form-bloc-sub-title + .form-bloc-int,
.form-sub-bloc > .form-bloc-int {
    border: 1px solid #51A728;
    border-top: 0px;
}

.form-sub-bloc {
    margin-top: 20px;
}

.form-bloc-sub-title {
    background-color: rgba(81, 167, 40, 0.1);
    padding: 10px;
    text-transform: uppercase;
    color: rgb(81, 167, 40);
    border: 1px solid rgb(81, 167, 40);
}

.form-bloc-sub-title.not_activated {
    color: #808080;
    border-color: #808080;
    background-color: rgba(0, 0, 0, 0.1);
}

.radio-participant .control-label {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.radio-participant .control-label > input {
    margin-top: 0;
}

/*.form-bloc-sub-title .participation .control-label {*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    text-transform: initial;*/
/*}*/

/*.participation .control-label > input {*/
/*    margin-top: 2px;*/
/*}*/

/*.form-bloc-sub-title .error-msg {*/
/*    font-size: 12px;*/
/*    text-transform: initial;*/
/*}*/

.bloc-societe label.big {
    color: #65666A;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left;
}

.bloc-societe .field {
    padding-left: 20px;
}

.bloc-info ul.big {
    color: #616a71;
    font-weight: bold;
}

.info-field {
    font-size: 75%;
    font-style: oblique;
}

.questions .popover.bottom > .arrow {
    left: 80%;
}

.questions .popover.bottom > .arrow.center {
    left: 50%;
}

.lb-reglement {
    font-style: oblique;
    font-weight: normal;
    font-size: 85%;
    line-height: 1.5;
}

@media (max-width: 767px) {

    .form-group > label {
        padding-left: 0;
    }

    label.text-right {
        text-align: left;
    }

    .form-bloc-int {
        padding: 30px;
    }

    #checkReglement {
        float: left;
    }
}


/* POPOVER ROUGE ET CHECK VALIDATION */
.popover.error-field,
.popover.info-field {
    display: block;
    position: static;
    font-family: 'Lato', sans-serif;
    background-color: #cc1521;
    max-width: none;
    min-width: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
    font-size: 0.8em;
}

.popover.error-field .popover-content,
.popover.info-field .popover-content {
    position: relative;
    top: -11px;
    padding: 8px 8px 0;
}

.popover.info-field .popover-content a {
    color: #2c6868 !important;
}

.popover.error-field > .arrow,
.popover.error-field > .arrow::after,
.popover.info-field > .arrow,
.popover.info-field > .arrow::after {
    position: relative;
}

.popover.error-field > .arrow.minsec {
    left: 25% !important;
}

.popover.error-field > .arrow {
    border-bottom-color: #D30000;
}

.popover.error-field > .arrow::after {
    border-bottom-color: #D30000;
}

.popover-content.white {
    color: #fff;
}

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 8px;
    pointer-events: none;
}

.right-addon .fa {
    right: 0px;
    top: 0;
}

.right-addon > input {
    padding-right: 30px !important;
}

.validate-field {
    color: #51A728;
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .validate-field {
        display: none;
    }
}

/* ==================================== Modal */
.bloc-partage > a {
    font-size: 25px;
    margin: 15px;
    color: #666;
}

.modal-body {
    padding: 30px;
}

.modal-body li {
    margin-bottom: 10px;
}

/* ==================================== Treeview */
.btn.btn-treeview > .fa {
    margin-right: 0 !important;
}

.treeview .btn-default {
    min-width: 104px;
    font-size: 14px;
}

.btn-treeview {
    background-color: #ffffff;
    color: #51a728;
    border: 1px solid #51a728;
    line-height: 1;
    padding: 3px;
    margin-right: 6px;
    margin-left: -30px;
    margin-bottom: 0;
    float: left;
}

.btn-treeview:hover,
.btn-treeview:active {
    color: rgb(51, 102, 0);
    border: 1px solid rgb(51, 102, 0);
    box-shadow: none;
}

.popover {
    font-size: 12px;
    text-align: center;
    border-radius: 0;
}

/** Paiement **/
/*.info-paiement > li {
	margin-bottom: 20px;
}*/

.cheque-address {
    padding: 10px;
    display: block;
    background-color: whitesmoke;
    text-align: center;
    margin-top: 10px;
}

.btn-success i.fa {
    padding-left: 10px;
}

.angular-ui-tree-handle {
    cursor: default;
}

/******************************************************************
	PROGRESS BAR
*********************************************************************/
/* ==================================== Progress Bar */
.progress-bar-bloc {
    position: fixed;
    right: 0;
    width: 20%;
    top: 0;
    z-index: 1;
}

.progress-bar-bloc .progress {
    margin-top: 20px;
    background-color: whitesmoke;
    display: block;
}

@media (max-width: 768px) {
    .progress-bar-bloc {
        width: 100%;
    }
}

.progress {
    padding: 5px;
    position: relative;
    margin: 10px 0;
    height: 35px;
    text-align: center;
    display: none;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #4b606a;
}

.progress .progress-bar {
    height: 100%;
    border-radius: 0;
    background-color: turquoise;
    width: 0;
    box-shadow: none;
}

.progress .status {
    top: 25%;
    left: 50%;
    position: absolute;
    display: inline-block;
    color: #4b606a;
}

.form-bloc-sub-title .delete-profil {
    background-color: red;
    padding: 7px;
    color: white;
    margin: 0;
}

/** ------------------------------------------------------------------------
	Format checkbox and radios
	------------------------------------------------------------------------**/
input[type='checkbox']:checked:after,
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #51a728;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #51a728;
    border-radius: 4px;
}

input[type='radio']:checked:after {
    border-radius: 15px;
}

.tooltip-link {
    background: #1d1d1d;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    position: relative;
    min-width: 50px;
    max-width: 300px;
    font-size: 80%;
    z-index: 10000;
    right: 0;
    top: 0;
    display: block;
}

.tooltip-link:before {
    content: '';
    height: 3px;
    width: 0;
    border: 7px solid transparent;
    border-bottom-color: #1d1d1d;
    position: absolute;
    top: -14px;
    left: 90%;
}

/** ------------------------------------------------------------------------
	Switch
	------------------------------------------------------------------------**/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #51a728
}

input:focus + .slider {
    box-shadow: 0 0 1px #51a728;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}