/*
@info Fichier pour courtigo.fr (InDev Solutions)
@author Ott Ghislain contact@indevsolutions.fr - ghislain.ott@gmail.com
@link dev.courtigo.fr apps.courtigo.fr preprod.courtigo.fr && *.courtigo.fr
*/
/* 
    Created on : 30 sept. 2022, 07:09:20
    Author     : group
*/


/** NEW LABEL */
.label-soft-success {
    color: #fff;
    background-color: #51d28c;
    border-color: #51d28c;
}
.label-soft-danger {
     color: #fff;
    background-color: #cf4242;
    border-color: #c23e3e;
}
/** NEW BUTTON */
.btn-soft-success {
    color: #51d28c;
    background-color: rgba(81,210,140,.1);
    border-color: transparent;
}
.btn-soft-success:hover {
    color: #fff;
    background-color: #51d28c;
    border-color: #51d28c;
    transition-duration: 500ms;
}

.btn-soft-secondary {
    color: #6c757d;
    background-color: rgba(108, 117, 125, .1);
    border-color: transparent;
}
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    transition-duration: 500ms;
}

.label-soft-success {
background-color: rgba(81,210,140,.1);
    color: #51d28c;
/*    border-color: transparent;*/

}
.label-soft-success[href]:hover,
.label-soft-success[href]:focus {
    color: #fff;
    background-color: #51d28c;
    border-color: #51d28c;
    transition-duration: 500ms;
}
.btn-soft-danger {
    color: #f34e4e;
    background-color: rgba(243,78,78,.1);
    border-color: transparent;
}
.btn-soft-danger:hover {
    color: #fff;
    background-color: #cf4242;
    border-color: #c23e3e;
    transition-duration: 500ms;
}
.label-soft-danger {
    color: #f34e4e;
    background-color: rgba(243,78,78,.1);
    border-color: transparent;
}
.label-soft-danger[href]:hover,
.label-soft-danger[href]:focus {
    color: #fff;
    background-color: #cf4242;
    border-color: #c23e3e;
    transition-duration: 500ms;
}
.btn-soft-info {
    color: #5fd0f3;
    background-color: rgba(95,208,243,.1);
    border-color: transparent;
}
.btn-soft-info:hover {
    color: #fff;
    background-color: #5fd0f3;
    border-color: #5fd0f3;
    transition-duration: 500ms;
}
.label-soft-info {
     color: #5fd0f3;
    background-color: rgba(95,208,243,.1);
    border-color: transparent;
}

.label-soft-info[href]:hover,
.label-soft-info[href]:focus {
    color: #fff;
    background-color: #5fd0f3;
    border-color: #5fd0f3;
    transition-duration: 500ms;
}

.btn-soft-warning {
    color: #f7cc53;
    background-color: rgba(247,204,83,.1);
    border-color: transparent;
}
.btn-soft-warning:hover {
    color: #fff;
    background-color: #f8d46d;
    border-color: #f8d164;
    transition-duration: 500ms;
}

.label-soft-warning {
     color: #f7cc53;
    background-color: rgba(247,204,83,.1);
    border-color: transparent;
}
.label-soft-warning[href]:hover,
.label-soft-warning[href]:focus {
    color: #fff;
    background-color: #f8d46d;
    border-color: #f8d164;
    transition-duration: 500ms;
}
.btn-soft-primary {
    color: #038edc;
    background-color: rgba(3,142,220,.1);
    border-color: transparent;
}
.btn-soft-primary:hover {
    color: #fff;
    background-color: #038edc;
    border-color: #038edc;
    transition-duration: 500ms;
}
.label-soft-primary {
    color: #038edc;
    background-color: rgba(3,142,220,.1);
    border-color: transparent;
}
.label-soft-primary[href]:hover,
.label-soft-primary[href]:focus {
    color: #fff;
    background-color: #038edc;
    border-color: #038edc;
    transition-duration: 500ms;
}

.alert-soft-info {
    color: #5fd0f3 !important;
    background-color: rgba(95,208,243,.1) !important;
    border-color: transparent !important;
    font-weight: bold !important;
}
.alert-soft-success {
    color: #51d28c !important;
    background-color: rgba(81,210,140,.1) !important;
    border-color: transparent !important;
    font-weight: bold !important;
}
.alert-soft-danger {
    color: #f34e4e !important;
    background-color: rgba(243,78,78,.1) !important;
    border-color: transparent !important;
    font-weight: bold !important;
}
.alert-soft-primary {
    color: #038edc !important;
    background-color: rgba(3,142,220,.1) !important;
    border-color: transparent !important;
    font-weight: bold !important;
}
.alert-soft-warning {
    color: #f7cc53 !important;
    background-color: rgba(247,204,83,.1) !important;
    border-color: transparent !important;
        font-weight: bold !important;
}

/**************SWITCH***********************/

 .onoffswitch1 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch1-checkbox {
    display: none !important;
}

.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #ccc; border-radius: 3px;
}

.onoffswitch1-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 3px;
}

.onoffswitch1-inner:before {
    content: "PRO";
    padding-left: 10px;
    background-color: rgba(95,208,243,.1); color: #5fd0f3;
    border-radius: 3px 0 0 3px;
}

.onoffswitch1-inner:after {
    content: "PART";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 3px 3px 0;
}

.onoffswitch1-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 3px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}

.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px; 
}
 .onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none !important;
}

.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #ccc; border-radius: 3px;
}

.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 3px;
}

.onoffswitch2-inner:before {
    content: "OUI";
    padding-left: 10px;
    background-color: rgba(95,208,243,.1); color: #5fd0f3;
    border-radius: 3px 0 0 3px;
}

.onoffswitch2-inner:after {
    content: "NON";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 3px 3px 0;
}

.onoffswitch2-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 3px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}
 .onoffswitch3 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none !important;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #ccc; border-radius: 3px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner:before, .onoffswitch3-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 3px;
}

.onoffswitch3-inner:before {
    content: "OUI";
    padding-left: 10px;
    background-color: rgba(95,208,243,.1); color: #5fd0f3;
    border-radius: 3px 0 0 3px;
}

.onoffswitch3-inner:after {
    content: "NON";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 3px 3px 0;
}

.onoffswitch3-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 3px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-switch {
    right: 0px; 
}
 .onoffswitch4{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch4-checkbox {
    display: none !important;
}

.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #ccc; border-radius: 3px;
}

.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch4-inner:before, .onoffswitch4-inner:after {
    display: block; float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 3px;
}

.onoffswitch4-inner:before {
    content: "OUI";
    padding-left: 10px;
    background-color: rgba(95,208,243,.1); color: #5fd0f3;
    border-radius: 3px 0 0 3px;
}

.onoffswitch4-inner:after {
    content: "NON";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    border-radius: 0 3px 3px 0;
}

.onoffswitch4-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 3px;
    position: absolute; top: 0; bottom: 0; right: 56px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%); 
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}

.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px; 
}



.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label 
{
  background-color: #27A1CA;
}

input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 45px;
  background-color: #27A1CA;
}

div.switch5 { clear: both; margin: 0px 0px; }
div.switch5 > input.switch:empty { margin-left: -999px; }
div.switch5 > input.switch:empty ~ label { position: relative; float: left; line-height: 1.6em; text-indent: 4em; margin: 0.2em 0px; cursor: pointer; -moz-user-select: none; }
div.switch5 > input.switch:empty ~ label:before, input.switch:empty ~ label:after { position: absolute; display: block; top: 0px; bottom: 0px; left: 0px; content: "off"; width: 3.6em; height: 1.5em; text-indent: 2.4em; color: rgb(153, 0, 0); background-color: rgb(204, 51, 51); border-radius: 0.3em; box-shadow: 0px 0.2em 0px rgba(0, 0, 0, 0.3) inset; }
div.switch5 > input.switch:empty ~ label:after { content: " "; width: 1.4em; height: 1.5em; top: 0.1em; bottom: 0.1em; text-align: center; text-indent: 0px; margin-left: 0.1em; color: rgb(255, 136, 136); background-color: rgb(255, 255, 255); border-radius: 0.15em; box-shadow: 0px -0.2em 0px rgba(0, 0, 0, 0.2) inset; transition: all 100ms ease-in 0s; }
div.switch5 > input.switch:checked ~ label:before { content: "on"; text-indent: 0.5em; color: rgb(102, 255, 102); background-color: rgb(51, 153, 51); }
div.switch5 > input.switch:checked ~ label:after { margin-left: 2.1em; color: rgb(102, 204, 102); }
div.switch5 > input.switch:focus ~ label { color: rgb(0, 0, 0); }
div.switch5 > input.switch:focus ~ label:before { box-shadow: 0px 0px 0px 3px rgb(153, 153, 153); }







.switch6 {  max-width: 17em;  margin: 0 auto; }
.switch6-light > span, .switch-toggle > span {  color: #000000; }
.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {  color: #2b2b2b; }

.switch-toggle a, 
.switch6-light span span { display: none; }

.switch6-light { display: block; height: 30px; position: relative; overflow: visible; padding: 0px; margin-left:0px; }
.switch6-light * { box-sizing: border-box; }
.switch6-light a { display: block; transition: all 0.3s ease-out 0s; }

.switch6-light label, 
.switch6-light > span { line-height: 30px; vertical-align: middle;}

.switch6-light label {font-weight: 700; margin-bottom: px; max-width: 100%;}

.switch6-light input:focus ~ a, .switch6-light input:focus + label { outline: 1px dotted rgb(136, 136, 136); }
.switch6-light input { position: absolute; opacity: 0; z-index: 5; }
.switch6-light input:checked ~ a { right: 0%; }
.switch6-light > span { position: absolute; left: -100px; width: 100%; margin: 0px; padding-right: 100px; text-align: left; }
.switch6-light > span span { position: absolute; top: 0px; left: 0px; z-index: 5; display: block; width: 50%; margin-left: 100px; text-align: center; }
.switch6-light > span span:last-child { left: 50%; }
.switch6-light a { position: absolute; right: 50%; top: 0px; z-index: 4; display: block; width: 50%; height: 100%; padding: 0px; }






/************** SIDEBAR *******************/
.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 15px; /*NEW size +3PX*/
}

/* .skin-black .treeview-menu>li.active>a, .skin-black .treeview-menu>li>a:hover {
    color: #038edc;
} */


/***************** BOX *****************/
.box.box-primary {
    border: none;
}


/**************** NEW TABS *****************/
.nav-tabs-custom > .nav-tabs > li.active {
    border: none;
}
.nav-tabs-custom > .nav-tabs > li.active {
    border-bottom: 3px solid #038edc;
    margin-bottom: -2px;
    margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #fff;
    color: #038edc;
}
.nav-tabs-custom {
    margin-bottom: 5px; 
    background: #fff; 
    box-shadow: none;
    border-radius: 0px; 
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}

/* NEW DROPDWON MENU TABLE */
.dropdown_table:hover {
    background: none;
    cursor: pointer;
}
.dropdown-toggle:hover{
    background: none;
}
.dropdown-menu>li>a:hover{
    background:none;
}
.dropdown a:hover {
    background-color: none;
}
.dropdown-toggle-hover:hover{
    color: #fff;
    background-color: #038edc;
    transition-duration: 500ms;
}
.dropdown-menu {
    z-index: 999999;
}

.table-responsive {
    overflow-Y: visible !important;
}

/** NEW DESIGN TABLE **/
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #eff0f2;
}

.table>:not(caption)>*>* {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: -webkit-baseline-middle;
    border-top: 0.5px solid #eff0f2;
}

table > thead {
    background: #eff0f2;
}

td.nowrap {
    white-space: nowrap;
}

/** NEW ALERT **/
.alert-warning {
    color: #947a32;
    background-color: #fdf5dd;
    border-color: #fdf0cb;
}

.input-group .input-group-addon {
     border-radius: 0px;
    border-color: #d2d6de;
    background-color: #d2d6de;
}

/** TITLES **/
fieldset h5 {
    font-size: 16px;
}


/** FIELDSET **/
fieldset.no-border {
    border: none;
}

fieldset.no-border h4 {
    border: none;
    margin-bottom: 0;
}

/**************MODAL***********************/
/* .modal-content { 
    overflow: auto !important; 
    max-height: calc(100vh - 150px);
} */

.custom_drop_down{
    position: unset;
}

/* Classe pour ajouter un loader */
.add-loader {
    position: relative;
  }
  
  .add-loader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  /** onboarding **/

  /* Styles pour la case à cocher personnalisée */
.comp-checkbox input[type="checkbox"][id^="selectComp"] {
    display: none;
}

/* Styles pour l'étiquette personnalisée (élément <p>) */
.comp-checkbox .labelComp {
    border: 1px solid #ddd;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.comp-checkbox .labelComp:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.comp-checkbox .labelComp img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

/* Styles pour la case à cocher lorsque cochée */
.comp-checkbox input[type="checkbox"]:checked + .labelComp {
    border-color: #ddd;
}

.comp-checkbox input[type="checkbox"]:checked + .labelComp:before {
    content: "✓";
    background-color: green;
    transform: scale(1);
}

.comp-checkbox input[type="checkbox"]:checked + .labelComp img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.content_onboarding_step_comp_choice{
    height: 500px;
    overflow: scroll;
}
/** EDIT HOVER LOGO */
.skin-black .main-header>.logo:hover {
     background-color: #002352 ;
}

.fa-rotate--45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.company-logo {
    max-width: 96px;
    max-height: 48px;
}