body {
    font-size: 1.2em;
    font-family : 'Open Sans';
}


.background.section{
    background: #777777;
}
.background.connexion{
    background-color: white;
}
.background.connexion > div > div:nth-child(2) {
    min-height: 60vh;
}
.background.connexion .box-connexion {
    background-color: #eeeeee;
}
.background.connexion .img-logo-container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.background.connexion .img-logo{
    max-width: 100%;
    height: auto;
}

.background.connexion .img-logo-container-small{
    padding-top: 5px;
    padding-bottom: 5px;
}
.background.connexion .img-logo-small{
    max-width: 100px;
    height: auto;
}

.bloc_notif{
    text-align: right;
}

.dropdownDisabled {
    color: #ccc !important;
}

.sidebarDisabled {
    color: #777 !important;
}

.sidebarDisabled:hover {
    color: #ccc !important;
}

.bloc_notif > .fa + .fa,
.bloc_notif:hover > .fa {
    display: none;
    cursor: pointer;
}
.bloc_notif:hover > .fa + .fa {
    display: inherit;
}

.icoAlert {
    background-image: url(/assets/images/nonconform-icon1.png);
    border:0;
    background-color: transparent;
    outline-style:none;
    height: 37px;
    width: 37px;
    display: inline-block;
}

.bloc_nonconform {
    margin-top:5px;
    /*float:right;*/
    text-align: right;
}

.btn_nonconform {
    background-image: url(../../images/nonconform-icon1.png);
    border:0;
    background-color: transparent;
    outline-style:none;
    height: 37px;
    width: 37px;
}
.btn_nonconform:hover {
    background-image: url(../../images/nonconform-icon2.png);
}

.btn-fiche
{
    padding: 0;
    background-color: #ff7700;
    border: 1px solid #ff7700;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 20px;
}

.btn-fiche img
{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(223deg) brightness(112%) contrast(101%);
    padding: 5px;
    padding-top: 4px;
    width: 100%;
}

.btn-fiche:hover {
    background-color: #fff;
    color: #fff;
}

.btn-fiche img:hover {
    filter: invert(74%) sepia(88%) saturate(5339%) hue-rotate(1deg) brightness(103%) contrast(106%);
}


.btn-other
{
    font-weight: bold;
    color: #FF7700;
    border: 1px solid #FF7700;
    background: #fff;
}

.btn-other:hover
{
    color: #fff;
    background: #ff7700;
}

.btn-abo
{
    padding: 5px 6px;
    background-color: #ff7700;
    border: 1px solid #ff7700;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    color: #fff;
    font-size: 20px;
}

.btn-abo.disabled, .btn-abo[disabled]
{
    background-color: #ff7700 !important;
    color: #fff !important;
}

.btn-abo:hover
{
    background-color: #fff;
    border: 1px solid #ff7700;
    color: #ff7700;
}
.colBtnAcces
{
    width: 60px;
}

.colBtnAcces .btn-abo
{
    margin-bottom: 5px;
}

.btnAdminSoc
{
    height: 40px;
    width: 40px;
    padding: 5px;
    display: flex;
}

.btnAdminSoc i
{
    margin: auto;
    width: 22px;
}

.btn_proabono
{
    background: #4778b3;
    border: 1px solid #4778b3;
    color: white;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}

.btn_proabono.disabled, .btn_proabono[disabled] {
    background-color: #4778b3 !important;
    color: #fff !important;
}

.btn_proabono:hover{
    color:#4778b3 ;
    background: #fff;
}



#ico_nonconform {
    color: #ffcf00;
    margin-right: 16px;
}
.titre_nonconform {
    color: #FF7700;
    font-size: 2em;
    vertical-align: top;
}

#fa-datecrea {
    color:#70AD47;
    cursor:default;
}

#fa-datemodif {
    color:#337ab7;
}

.noresult_alert {
    color:red;
    text-align: center;
}

#like_comm {
    color: #77d42f;
}
#dislike_comm {
    color: red;
}

.btn_like, .btn_dislike {
    background-color: transparent;
    border: 0;
    outline-style:none;
}


.like_dislike {
    float: right;
    padding-top: 5px;
    display: block;
}

.like_check {
    color: #77d42f;
}

.dislike_check {
    color: red;
}

.like {
    color: #777777;
    transition: color 1s;

}
.like:hover {
    color: #77d42f;
}

.dislike {
    color: #777777;
    transition: color 1s;

}
.dislike:hover {
    color: red;
}

.vertical-center-parent {
    display : flex;
}

.vertical-center-enfant2 {
    margin-top: 25px;
}

.vertical-center-enfant {
    margin-top: 35px;
}

.edit-disabled
{
    color: #bbb !important;
    cursor: not-allowed !important;
}

.fa-trash,
.fa-trash-o,
.fa-pencil,
.fa-trash,
.fa-floppy-o {
    color : black;
}

.fa-pencil,
.fa-trash-o,
.fa-trash,
.fa-floppy-o {
    font-size: 20px !important;
}

.fa-plus {
    vertical-align: middle;
}

/*.fa-star,
.fa-star-half,
.fa-star-half-empty,
.fa-star-half-full,
.fa-star-half-o,
.fa-star-o,
.fa-plus{
    color : #ff7700;
}*/

.inline {
    display : inline-flex;
    display: -webkit-inline-box;
}

.space {
    padding-right: 5px;
}

.min-height {
    min-height: 560px;
}

.no-padding {
    padding : 0px;
}

a {
    color : black;
}

.phone_mail_web {
    color: dodgerblue;
    cursor: pointer;
    word-wrap: break-word;
}
.blueLink{
    color: #337ab7;
    cursor: pointer;
    text-decoration: unset !important;
}
.blueLink:hover,
.blueLink:focus{
    color: #337ab7;
    cursor: pointer;
    text-decoration: underline !important;
}
.orangeLink{
    color: #337ab7;
    text-decoration: unset !important;
}
.orangeLink:hover,
.orangeLink:focus {
    color: #FF7700;
    text-decoration: unset !important;
}

.greyLink{
    color: #777777;
}
.greyLink:hover,
.greyLink:focus{
    color: #777777;
    text-decoration: underline;
}
.phone_mail_web:hover {
    text-decoration: underline;
}

table {
    font-size : 1em;
}

a:hover {
    color : black;
    text-decoration : none;
}

.colored {
    color : #FF7700;
}

.colored:hover {
    color : #FF7700;
}

.dropdown-user {
    background-color : #000000;
    color: white;
    border : none;
}

.center {
    text-align : center;
}

.medium {
    font-size: 2em;
}

.big {
    font-size: 4.5em;
}

li {
    list-style-type:none;
}

textarea {
    padding : 10px;
    resize : none;
    border : 1px solid #E6E6E6;
}

#recherche-form label {
    font-weight: normal;
    margin : 10px;
}

select {
    margin : 10px;
}

.full-width {
    width: 100% !important;
}

.btn {
    border-radius: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*============ Modal ================*/

.modal-content
{
	border-radius: 0px;
}


/*************************************
        OVERRIDE BOOTSTRAP
**************************************/

.hasDatepicker
{
	background-image: url(../../images/icone-calendar_blanc.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 98% center;
}

.hasDatepicker-black
{
    background-image: url(../../images/icone-calendar_noir.svg)!important;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 98% center;
}


.dropdown {
   display: inline-block;
}

.dropdown:hover .dropdown-menu-suivi {
   display: block;
}

.dropdown-menu {
    margin: 0px !important;
    max-width: 50vw;
}

.btn-index{
    color : white !important;
    background-color: #ff7700 !important;
    border : 1px solid #ff7700 !important ;
    margin: 5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    -moz-user-select: none;
    background-image: none;
}
.btn-index:hover{
    color : #ff7700 !important;
    background-color: white !important;
}
.btn-primary {
    font-family: "open sans" !important;
    font-weight: bold;
    color : white !important;
    background-color: #ff7700 !important;
    border : 1px solid #ff7700 !important ;
    cursor: pointer;

}
.btn-annuler {
    font-family: "open sans" !important;
    font-weight: bold;
    color : #ffffff !important;
    background-color: #bbb !important;
    border : 1px solid #bbb !important ;
    cursor: pointer;
}

.btn-disabled {
    font-family: "open sans" !important;
    color: #bbb !important;;
    cursor: not-allowed !important;;
    background-color: #fff;
    border : 1px solid #bbb !important ;
}

.btn-click-disabled{
    pointer-events: none;
}

.btn-click-disabled-parent{
    cursor: not-allowed;
}

.btn-DemandePublish {
    font-family: "open sans" !important;
    color: #fff !important;
    background-color: #31b935 !important;;
    border : 1px solid #31b935 !important ;
    font-weight: bold;
}

.btn-DemandePublish:hover {
    color: #37c73b !important;
    background-color: transparent !important;
    border: 1px solid #37c73b !important;
}



.btn-Publish {
    font-family: "open sans" !important;
    color: #20a135 !important;
    background-color: #fff !important;;
    border : 1px solid #20a135 !important ;
}

.btn-Brouillon {
    font-family: "open sans" !important;
    color: #3a8ad0 !important;
    background-color: #fff !important;;
    border : 1px solid #3a8ad0 !important ;
}


.btn-Revoke {
    font-family: "open sans" !important;
    color: #d9534f !important;
    background-color: #fff !important;;
    border : 1px solid #d9534f !important ;
}

.btn-delete {
    font-family: "open sans" !important;
    color: #fff !important;
    background-color: #d9534f !important;;
    border : 1px solid #d9534f !important ;
}

.btn-delete:hover {
    font-family: "open sans" !important;
    color: #d9534f !important;
    background-color: #fff !important;;
    border : 1px solid #d9534f !important ;
}

.fa-1-5x
{
   font-size: 1.5em;
}


.ImgGal
{
    margin: 10px;
    margin-left: 0px;
    cursor: pointer;
}

.ImgGal:hover
{
    box-shadow: 0px 0px 0px 5px #ff7700;
}


.ImgSelected
{
    box-shadow: 0px 0px 0px 5px #ff7700;
}

.progress{
    border-radius: unset;
    font-weight: bold;
}
.progress-bar{
    box-shadow: unset;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active:focus{
    color : #ff7700 !important;
    background-color: transparent !important;
    border : 1px solid #ff7700 !important;
}
.btn-annuler:hover {
    color : #bbb !important;
    background-color: white !important;
    border : 1px solid #bbb !important;
}


.btn-grey {
    font-family: "open sans" !important;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #bbbbbb !important;
    border : 1px solid #bbbbbb !important;
}
.btn-grey.desactivated{
    cursor: default;
}

.btn-grey:hover:not(.desactivated),
.btn-grey:focus:not(.desactivated),
.btn-grey:active:not(.desactivated),
.btn-grey:active:hover:not(.desactivated),
.btn-grey:active:focus:not(.desactivated){
    color: #bbbbbb !important;
    background-color: #ffffff !important;
    border : 1px solid #bbbbbb !important ;
}

.btn-white
{
    font-family: "open sans" !important;
    font-weight: bold;
    color : #ff7700 !important;
    background-color: white !important;
    border : 1px solid white !important ;

}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:hover,
.btn-white:active:focus{
    color : white !important;
    background-color: #ff7700 !important;
    border : 1px solid white !important;
}

.btn-blue
{
    font-family: "open sans" !important;
	font-weight: bold;
    color : white !important;
    background-color: #337ab7 !important;
    border : 1px solid #337ab7 !important ;

}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue:active:hover,
.btn-blue:active:focus{
    color : #337ab7 !important;
    background-color: transparent !important;
    border : 1px solid #337ab7 !important;
}

.btn-green
{
    font-family: "open sans" !important;
	font-weight: bold;
    color : white !important;
    background-color: #70ad47 !important;
    border : 1px solid #70ad47 !important ;
}


.btn-green.selected,
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green:active:hover,
.btn-green:active:focus{
    color : #70ad47 !important;
    background-color: transparent !important;
    border : 1px solid #70ad47 !important;
}

.btn-red
{
    font-family: "open sans" !important;
    font-weight: bold;
    color : white !important;
    background-color: #d9534f !important;
    border : 1px solid #d9534f !important ;
}


.btn-red.selected,
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red:active:hover,
.btn-red:active:focus{
    color : #d9534f !important;
    background-color: transparent !important;
    border : 1px solid #d9534f !important;
}


#topNavContent{
    min-height: 42px;
    padding-left: 47px;
    padding-right: 8px;
    background: black;
    font-family: "open sans;
}



#topNavContent > div > a:not(.colored){
    color:white !important;
}
.topNavPageTitle{
    font-size: 1.2em;
    text-align: center;
    margin-top: 9px;
    color: white;
}
.btnPasserProTop{
    padding: 0;
    width: auto;
    max-width: 86px;
}

.btnPasserProTop > span:first-child{
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    padding: 5px;
    width: 100%;
}
.btnPasserProTop > span:last-child{
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
#bodyContent{
    margin-top: 8px;
    padding-left: 47px;
    padding-right: 8px;
    min-height: 100vh;
}


.form-control {
    border-radius: 0px !important;
}

.form-control:focus {
    border-color: #ff7700 !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-control-feedback{
    pointer-events: initial !important;
}

.nav-tabs > li.active > a {
    color : #ff7700 !important;
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
}

.nav-tabs > li.active > a:hover {
    color : #ff7700 !important;
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
}

.nav-tabs > li.active > a:focus {
    color : #ff7700 !important;
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
}

.nav > li:first-child {
    background-color: #E6E6E6;
    border : 1px solid;
}

.nav > li {
    background-color: #E6E6E6;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.nav-tabs > li.active {
    border-bottom: 1px solid white;
}

.nav-tabs {
    border-bottom: 1px solid;
}

 .row-fill {
	overflow: hidden;
}

 .col-fill-md { 
    margin-bottom : -999999px;
	padding-bottom : 999999px;
}

.col-fill-sm {
	margin-bottom : -999999px;
	padding-bottom : 999999px;
}

.col-fill-xs {
	margin-bottom : -999999px;
	padding-bottom : 999999px;
}
.navbarFixed{
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
}
.alertPopup{
    display: block;
    position: fixed;
    z-index: 1;
}
.alertPopup > div > div{
    text-align: center;
    margin-top: 10px;
}

#flashes-box{
    position: fixed;
    top: 5%;
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    max-width: 450px;
    right: 50vw;
    min-width: 280px;
}
#flashes-box>div{
    border-radius: 0;
}

.loader{
    all:revert;
    width: 100%;
    height: 100%;
    position: fixed;
    padding: inherit;
    display: flex;
    z-index:1049;
    top: 0;
}
#comments > .loader{
    padding-right: 30px;
}
.loader > div{
    all:revert;
    background-color: rgba(150,150,150,0.5);width: 100%;height: auto;display: flex;
}
.loader > div > div{
    all: revert;
    margin: auto;
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 75px;
    height: 75px;
    animation: spin 2s linear infinite;
}

.autocomplete-info {
    display: flex;
    flex-direction: row;
}
.autocomplete-website {
    display: flex;
    justify-content: end;
    flex-direction: column;
    text-overflow: ellipsis;
    overflow: hidden;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1920px) {
    .alertPopup{
        top:10%
    }
}
@media screen and (min-width: 992px){
    .bodyContentContainer{
        margin-top:41px;
    }

}
/* Taille sm */
@media screen and (max-width: 992px) {
    .bodyContentContainer{
        margin-top:150px;
    }
	.col-fill-xs {
		margin-bottom : -999999px;
		padding-bottom : 999999px;
	}
	
	.col-fill-md { 
		margin-bottom : 0px;
		padding-bottom : 0px;
	}
	
	.col-fill-sm {
		margin-bottom : -999999px;
		padding-bottom : 999999px;
	}
    .alertPopup{
        top: 14%;
    }
    #flashes-box{
        right: 0;
    }
}

/*Taille xs*/
@media screen and (max-width: 768px) {
	.collapse-xs {
		display : none;
	}
	
	.col-fill-xs {
		margin-bottom : -999999px;
		padding-bottom : 999999px;
	}
	
	.col-fill-sm {
		margin-bottom : 0px;
		padding-bottom : 0px;
	}

    .alertPopup{
        top: 25%
    }
}

.imgCircleContainer{
    margin: auto;
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-color: black;
    min-height: 20px;
    min-width: 20px;
}

.imgCircle{
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.dropdown-menu > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
}
.ico-pointer{
    cursor: pointer;
}
.ico-grab{
    cursor: grab;
}
.ico-grab:active{
    cursor: grabbing;
}
.textOverflowEllipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textOverflowEllipsis > *{
    overflow: hidden;
    text-overflow: ellipsis;
}

.justify-content-center{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.fa-half{
    font-size: 1.5em;
}
.fa-active{
    color: #ff7700;
}
.fa-inactive{
    color: #bbbbbb;
}
.btn-header-coefficy img{
    height: 16px !important;
    width: 16px !important;
}
.label.label-reco-envoi,
.label.label-reco-ouvert,
.label.label-reco-clic,
.label.label-reco-demmande{
    display: block;
    padding: 0.7em;
}

.label.label-reco-envoi{
    background-color: #337ab7;
    font-size: 100%;
}
.label.label-reco-ouvert{
    background-color: #5cb85c;
    font-size: 100%;
}
.label.label-reco-clic{
    background-color: #f0ad4e;
    font-size: 100%;
}

.label.label-reco-demmande{
    background-color: #d9534f;
    font-size: 100%;
}

.label.label-reco-ferme{
    background-color: gray;
    opacity: 0.3;
    font-size: 100%;
    cursor: default !important;
}


.label-stop
{
    background: #cf1761;
}


a.disabled{
    pointer-events: none;
    cursor: default;
}
pre{
    border-color: #ff7700;
    border-radius: 0;
}
pre[data-to-copy]:hover{
    cursor: pointer;
}
pre[data-to-copy]::after{
    content: "\f0c5";
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: normal;
    font-style: normal;
    margin:0 0 0 10px;
    text-decoration:none;
}
.textarea-orange {
    border-color: #ff7700;
    border-radius: 0;
    width: 85%;
}
.userTokenLinkedinTextareaContainer > div:first-child{
    display: flex;
}
.userTokenLinkedinTextareaContainer > div:first-child > span{
    margin: auto;
}
.userTokenLinkedinTextareaContainer #validateUserLinkedinTokenIcon > i.fa-check{
    color: #20a135;
}
.userTokenLinkedinTextareaContainer #validateUserLinkedinTokenIcon > i.fa-times{
    color: #d9534f;
}
.userTokenLinkedinTextareaContainer #validateUserLinkedinTokenIcon > i.fa-circle-notch{
    color: #3498db;
}
.reset-all-style{
    all: initial !important;
}
.reset-all-style-and-childs{
    all: initial !important;
}
.reset-all-style-and-childs * {
    all: initial !important;
}
#supportModeOverlay{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(217, 83, 79, 1);
    height: 60px;
    z-index: 100000;
    width: 262px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#btnExitSupportMode{
    background-color: white!important;
    border-color: white!important;
    color: #D9534F!important;
}
#btnExitSupportMode:hover,
#btnExitSupportMode:focus,
#btnExitSupportMode:active,
#btnExitSupportMode:active:hover,
#btnExitSupportMode:active:focus,
#btnExitSupportMode:active:focus{
    color : #FFFFFF !important;
    background-color: #D9534F !important;
    border : 1px solid #FFFFFF !important;
}

#notifAlertModal .modal-lg
{
    width: 90%;
}

.statusNotif
{
    width: 100px;
    margin-top: 7px;
    font-weight: bold;
}

.divTableNotif
{
    width: 100%;
    overflow: auto;
    min-height: 500px;
    padding-bottom: 200px;
}

.selectcritere
{
    width: 100% !important;
    max-width: 300px;
}

.inputTitleNotif
{
    min-width: 100px;
}

.notifAlertsListItem-remove
{
    margin-top: 6px;
}



.divTableNotif .dropdown-menu.open {
    width: initial !important;
}

.divTableNotif .dropdown-menu.open a {
    white-space: nowrap !important;
}

.btn-primary.disabled, .btn-primary[disabled]{
    color: #fff !important;
    background-color: #ff7700  !important;
}

.btn-danger.disabled, .btn-danger[disabled]{
    color: #fff !important;
    background-color: #D9534F  !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity = 65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .30;
}


@media screen and (min-width: 0px) {
    .divTableNotif
    {
        overflow: auto;
    }
}

@media screen and (min-width: 992px) {
    .col-1-5 {
        width: 12.499999995%;
    }
}


@media screen and (min-width: 1880px) {
    .divTableNotif
    {
        overflow: initial;
    }
}