﻿@import url(https://fonts.googleapis.com/css?family=Share+Tech+Mono);
@import url('https://fonts.googleapis.com/css?family=Open+Sans');














/***********************************/


/***********************************/


/***********************************/


/* PIERRE */

div#controls div#log {
    border: 1px solid #686865;
    /* width: 35%; */
    /* height: 9.5em; */
    /* margin-top: 2.75em; */
    text-align: left;
    float: right;
    max-width: 288px;
    overflow-y: scroll;
    max-height: 9em;
    margin-bottom: 1em;
}

div#controls div#log p {
    /* color: #686865; */
    font-family: 'Share Tech Mono', 'Courier New', Courier, fixed-width;
    /* font-size: 1.25em; */
    line-height: 1.25em;
    margin-left: 1em;
    /* text-indent: -1.25em; */
    /* width: 90%; */
}

div#controls div#chrono {
	text-align:center;
	margin-bottom: 1em;
}

div#controls div#call-controls {
    display: none;
}

.pave-num {
	display:none;
    margin-top: auto;
}

.btn-digits {
	margin-top: 4px;
	width: 40px;
	height: 34px;
}

div#controls div#call-controls button#button-hangup,
div#controls div#call-controls button#button-pause,
div#controls div#call-controls button#button-continue {
    display: none;
}

div#controls div#call-controls button#button-hangup-enquete{
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	height: unset;
}

div#invite {
    display: none;
}



#hideCdc {
    display: none;
    margin-left: 12px;
}

#hideCdc a {
    padding: 0;
}

.noteValid {
    color: yellow;
}

.notation button {
    float: right;
    color: #aaa;
    text-decoration: none;
    transition: color .4s;
}

.notation button:hover,
.notation button:focus,
.notation button:hover~button,
.notation button:focus~button {
    color: yellow;
    cursor: pointer;
}









/***********************************/


/***********************************/


/***********************************/


/* GENERAL */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
}

option {
    text-transform: capitalize;
}

.main {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 21em auto;
    grid-template-rows: auto;
    -ms-grid-columns: 21em 1fr;
    -ms-grid-rows: auto;
    font-family: 'Open Sans', sans-serif;
    height: -webkit-fill-available;
    height: 100%;
}







/*
.title {
    width: 90%;
}*/

.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-9,
.section-10,
.section-11,
.section-12,
.section-13,
.section-14,
.section-15 {
    grid-column: 2;
    -ms-grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3em 0;
}

#export_stats_csv{
	display:none;
    background-color: transparent;
    border: 1px solid #4b4b4b;
    height: 2.5em;
    color: #4b4b4b;
    text-transform: uppercase;
    cursor: pointer;
    margin-left: 20px;
    padding: 10px;

}

.section-1 {
    -ms-grid-row: 1;
}

.section-11 {
    -ms-grid-row: 2;
    grid-row: 2;
}

.section-10 {
    -ms-grid-row: 2;
}

.section-15 {
    -ms-grid-row: 2;
}

.section-6 {
    -ms-grid-row: 3;
}

.section-8 {
	grid-column: 2;
    -ms-grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-9 {
    -ms-grid-row: 3;
}


#iframeCdc {
    -ms-grid-row: 4;
}

.section-3 {
    -ms-grid-row: 5;
}

.section-4 {
    -ms-grid-row: 6;
}

.section-5 {
    -ms-grid-row: 7;
}

.section-7 {
    -ms-grid-row: 8;
}

.section-12 {
    -ms-grid-row: 12;
}

.section-13 {
    -ms-grid-row: 3;
    grid-row: 3;
}

.section-3 h1,
.section-4 h1,
.section-5 h1,
.section-6 h1,
.section-7 h1,
.section-8 h1,
.section-9 h1,
.section-10 h1,
.section-11 h1,
.section-13 h1,
.section-15 h1 {
    color: #b8b8b8;
    margin-bottom: 2em;
    font-weight: lighter;
}

.section-3 .title,
.section-4 .title,
.section-5 .title,
.section-6 .title,
.section-7 .title,
.section-8 .title,
.section-9 .title,
.section-10 .title,
.section-11 .title,
.section-12 .title,
.section-13 .title,
.section-15 .title {
    width: 89.9%;
}

.results_cab {
    cursor: pointer;
}

#iframeCdc {
    grid-column: 2;
    -ms-grid-column: 2;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    display: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    background-color: #C0242A;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}












/***********************************/


/***********************************/


/***********************************/


/* SECTION 1 */

.section-1 {
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    color: #4b5255;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}


.section-1 .who {
    display: flex;
    align-items: center;
    align-self: flex-end;
}

.section-1 .who .user {
    background-color: #bf232c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    width: 3em;
    height: 3em;
    margin: 1em;
}

.section-1 .who .user p {
    font-weight: bold;
}

.section-1 .who input {
    background: transparent;
    font-size: 1em;
    cursor: pointer;
    color: #4b5255;
}

.section-1 .who .compte {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.section-1 .who .compte a {
    color: #4b5255;
}

.section-1 .who .numero {
   /* position: relative;*/
    margin-right: 5em;
    border-left: 2px solid;
    padding-left: 5px;
}

.section-1 .who .numero:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 4em;
    background-color: #4b5255;
    left: -8px;
}

.section-1 .who .numero span {
    font-weight: bold;
    font-size: 18px;
}



.section-1 .menu-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #4b4b4b;
    height: 3em;
    width: 87.9%;
    padding: 0 1em;
    margin-bottom: 1em;
}

.section-1 .menu-1 div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    /*width: 150px;*/
    margin-right: -16px;
}

.section-1 a {
    padding-left: 1em;
    color: #4b4b4b;
}

.section-1 .material-icons {
    font-size: 2em;
    color: #4b4b4b;
}

.section-1 .notification {
    width: 24px;
    height: 24px;
    background-color: #c0252d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-style: normal;
    font-size: 16px;
    font-weight: bolder;
}

.section-1 .absence {
    background-color: #343132;
    height: 3em;
}

.section-1 .absence a {
    color: #fff;
}

.section-1 .absence .material-icons {
    color: #fd101c;
}

.section-1 .absence .notification {
    background-color: #fd101c;
    color: #343132;
    font-weight: bolder;
}

.section-1 .menu-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #4b4b4b;
    height: 3em;
    width: 87.9%;
    background: #343434;
    padding: 0 1em;
    margin-bottom: 1em;
}

.section-1 .menu-2 .material-icons {
    color: #fff;
    font-size: 2em;
}

.section-1 .menu-2 .menu-title {
    background: #fff;
    height: 3em;
    background: #fff;
    text-transform: uppercase;
    margin-left: -1em;
    color: #343434;
    padding: 0 1em;
}

.section-1 .menu-2 div {
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 1em;*/
    /*width: 150px;*/
}

.section-1 .menu-2 a {
    padding-left: 1em;
    color: #fff;
}

.section-1 .toggle {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
    position: relative;
    margin-right: 78px;
    align-self: flex-end;
}

.section-1 .toggle-1 {
    border: 1px solid #343132;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    padding: 1em;
    margin-top: -2px;
    font-size: 12px;
}

.section-1 .toggle-1 .material-icons {
    font-size: 2em;
}

.section-1 #hide {
    display: none;
    background-color: #343132;
    padding: 1em;
    position: absolute;
    top: 101%;
    left: 0;
    right: 0;
}


.section-1 #hide select,
.section-1 #hide input,
.section-1 #hide button {
    width: 100%;
    height: 2em;
    padding-left: 1em;
    margin-bottom: 1em;
    color: #757575;
    border: 1px solid #757575;
}

.section-1 #hide button {
    background-color: transparent;
    border: 1px solid #fff;
    height: 2.5em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.section-1 #hide input {
    width: 95.4%;
    font-style: italic;
}

.section-1 #hide span {
    color: #fff;
}

.section-1 #hide div {
    display: flex;
    justify-content: space-between;
}

.section-1 #hide #date_prog {
    width: 42%;
}

.section-1 #hide #heure-rappel,
.section-1 #hide #minute-rappel {
    width: 22%;
    height: 29px;
}



.section-1 #showCdc {
    padding: 0;
    width: 7em;
    text-align: center;
}












/***********************************/


/***********************************/


/***********************************/


/* SECTION ASIDE */

.section-aside {
    grid-column: 1;
    -ms-grid-column: 1;
    background-color: #4b4b4b;
    display: flex;
    flex-direction: column;
    position: fixed;
    padding: 1em;
    height: 100%;
    align-items: center;
    color: #fff;
}

.section-aside .logo {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    color: #a1a1a1;
    margin-bottom: 3em;
}

.section-aside .logo img {
    width: 2em;
}

.section-aside #call-controls {
    /* display: flex !important; */
    flex-direction: column;
    width: 100%;
}

.section-aside div {
    width: 100%;
}

.section-aside h2 {
    text-transform: uppercase;
    font-weight: lighter;
    text-align: justify;
    font-size: 18px;
    letter-spacing: 4.5px;
    margin-bottom: 1em;
}

.section-aside h2 span {
    font-weight: bold;
}

.section-aside select,
.section-aside input {
    font-style: italic;
}

.section-aside select,
.section-aside input {
    width: 100%;
    height: 2em;
    padding-left: 1em;
    margin-bottom: 1em;
    color: #757575;
    border: 1px solid #757575;
}

.section-aside button {
    background-color: transparent;
    border: 1px solid #fff;
    height: 2.5em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 1em;
    width: 100%;
}

.section-aside .notation button{
    background-color: transparent;
    border: none;
    height: unset;
    width: unset;
}

.notation-side{
	width: 60px !important;
}


.section-aside input {
    width: 95.4%;
}

.section-aside #phone-number {
    height: 4em;
}


.section-aside #res_cab {
    overflow-y: scroll;
    max-height: 15em;
    margin-bottom: 1em;
}

.section-aside #res_suggest_contact {
	overflow-y: scroll;
    max-height: 15em;
    margin-bottom: 1em;
}

#list-participant {
	display:none;
	overflow-y: scroll;
	max-height: 15em;
	margin-bottom: 1em;
	background-color: #4b4b4b;
	color: #fff;
	position: fixed;
	margin-left: 338px;
	margin-top: 500px;
	z-index: 1001;
	padding: 1em;
}

#list-participant button{
    background-color: transparent;
	border: 1px solid #fff;
	height: 2.5em;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 1em;
}

.popup_liste_invite{
	z-index: 99999 !important;
    margin-top: 170px !important;
    margin-left: 1255px !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid black;
}

.popup_liste_invite button{
	color: #000 !important;
	border: 1px solid #000 !important;
}

.results_clients {
    cursor: pointer;
    background-color: #ffffff;
    color: #4b4b4b;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-aside .help {
    position: relative;
}

.section-aside .help-1 {
    position: absolute;
    left: 20em;
    top: -14px;
    background: rgb(75, 75, 75);
    padding: 1em;
    width: 19em;
}

.section-aside .help-1 h3 {
    margin-bottom: 1em;
    font-weight: lighter;
}

.section-aside .help-1 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-aside .help-1 div button {
    width: 49%;
}




/***********************************/


/***********************************/


/***********************************/


/* SECTION 2  */


/***********************************/


/***********************************/


/***********************************/


/* SECTION 3  */

.section-3 #rech_agence,
.section-3 #rech_commercial,
.section-3 #rech_tel_contact {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
}

.section-3 #rech_agence {
    width: 16em;
    height: 29px;
}

.section-3 #rech_commercial {
    width: 19em;
}

.section-3 #rech_tel_contact {
    width: 16em;
}


.section-3 tbody tr td:nth-child(4) a{
	color: #4b4b4b;
	font-size: 14px;
	text-decoration: underline;
}












/***********************************/


/***********************************/


/***********************************/


/* TABLE*/

table {
    border: 1px solid #4b4b4b;
    margin: 1em;
    padding: 1em;
    color: #4b4b4b;
    width: 90%;
    font-size: 14px;
}

tbody tr:nth-child(odd) {
    background-color: #e6e6e6;
}

thead th,
tbody td {
    padding: 1em;
}


.section-3 tbody tr td:nth-child(4) button,
.section-4 tbody tr td:nth-child(4) button,
.section-5 tbody tr td:nth-child(4) button {
    background: transparent;
    text-decoration: underline;
    cursor: pointer;
}

.section-3 tbody tr td:nth-child(5) button,
.section-3 tbody tr td:nth-child(6) button,
.section-3 tbody tr td:nth-child(7) button,
.section-4 tbody tr td:nth-child(5) button,
.section-5 tbody tr td:nth-child(5) button,
.section-6 tbody tr td:nth-child(5) button,
.section-7 tbody tr td:nth-child(6) button,
.section-7 tbody tr td:nth-child(7) button,
.section-9 tbody tr td:nth-child(6) button,
.section-9 tbody tr td:nth-child(7) button,
.section-11 tbody tr td:nth-child(5) button,
.section-11 tbody tr td:nth-child(6) button,
.section-13 tbody tr td:nth-child(6) button {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.section-3 tbody tr td:nth-child(6) a{
	color: #fff;
    text-transform: uppercase;
}

.section-3 tbody tr td:nth-child(5),
.section-3 tbody tr td:nth-child(6),
.section-3 tbody tr td:nth-child(7),
.section-6 tbody tr td:nth-child(5),
.section-7 tbody tr td:nth-child(6),
.section-7 tbody tr td:nth-child(7),
.section-6 tbody tr td:nth-child(5),
.section-11 tbody tr td:nth-child(5),
.section-11 tbody tr td:nth-child(6),
.section-13 tbody tr td:nth-child(6) {
    background-color: #343132;
    text-align: center;
}

.section-3 tbody tr td:nth-child(1),
.section-4 tbody tr td:nth-child(1),
.section-5 tbody tr td:nth-child(1),
.section-7 tbody tr td:nth-child(1) {
    text-transform: capitalize;
}

.section-4 tbody tr td:nth-child(5),
.section-5 tbody tr td:nth-child(6) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-9 tbody tr td:nth-child(6),
.section-9 tbody tr td:nth-child(7),
.section-10 tbody tr td:nth-child(8),
.section-13 tbody tr td:nth-child(7),
.section-10 tbody tr td:nth-child(8) .star,
.section-13 tbody tr td:nth-child(7) .star {
    text-align: center;
    background: #343132;
    color: #fff;
    text-transform: uppercase;
	position:relative;
}

.section-10 tbody tr td:nth-child(6),
.section-10 tbody tr td:nth-child(7) {
    background: inherit!important;
    position: relative;
}

.section-5 tbody tr td:nth-child(7) button,
.section-10 tbody tr td:nth-child(6) button {
	color : #bf232c;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid;
    padding: 3px;
	cursor:pointer;
}

.section-10 tbody tr td:nth-child(7) button {
    width: 14em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid;
    padding: 1em;
}

.section-10 tbody tr td:nth-child(8) .star,
.section-13 tbody tr td:nth-child(7) .star {
    width: 9em;
}

.section-13 tbody tr td:nth-child(7) .notation button {
    text-align: center;
    background: #343132;
    text-transform: uppercase;
    font-size: 22px
}

.section-10 tbody tr td:nth-child(8) span,
.section-13 tbody tr td:nth-child(7) span {
    font-size: 22px;
}

.section-13 tbody tr td:nth-child(7) .notation {
    width: 87%;
}

.section-10 tbody tr td:nth-child(8) .notation button {
    background: #343434 !important;
	color: #fff !important;
	padding: 5px 10px;
	cursor: pointer;
}

.section-10 tbody tr td:nth-child(8) .notation {
	background: #fff;
	color: #000;
	position: absolute;
	z-index: 10;
	top: 64px;
	left: -310px;
	border: 1px solid;
	width: 410px;
	padding: 1em;
	text-align: left;
}

.section-10 tbody tr td:nth-child(8) .ligne-note {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.section-10 tbody tr td:nth-child(8) .ligne-note input{
	border: 1px solid #cfcfcf !important;
	padding: 2px;
}

.section-10 .form-suivi {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 14px;
	border: 1px solid;
	width: 400px;
    padding: 1em;
	text-align: left;
}



/***********************************/


/***********************************/


/***********************************/


/* SECTION 4 */

.section-4 #rech_cab_contact,
.section-4 #rech_objet_contact,
.section-4 #tri_date_contact {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
}

.section-4 #tri_date_contact {
    height: 29px;
}








/***********************************/


/***********************************/


/***********************************/


/* SECTION 5 */

.section-5 #rech_cab,
.section-5 #rech_contact,
.section-5 #rech_objet,
.section-5 #rech_tel,
.section-5 #tri_date,
.section-5 #rech_date {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
}

.section-5 #rech_tel {
    width: 16em;
}

.section-5 #tri_date {
    height: 28px;
}

.section-5 a {
    color: #000;
}



.section-5 .form-suivi {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 14px;
	border: 1px solid;
	width: 400px;
    padding: 1em;
	text-align: left;
}

.section-5 tbody tr td:nth-child(7) {
    background: inherit!important;
    position: relative;
}









/***********************************/


/***********************************/


/***********************************/


/* SECTION 6 */

.section-6 #div-rappel-retard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section-6 .title {
    display: flex;
}

.section-6 .title-2,
.section-6 .title-3 {
    width: 89.9%;
    height: 3em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.section-6 .title-2 {
    background-color: #c0242c;
}

.section-6 .title-3 {
    background-color: #343132;
    margin-top: 3em;
}













/***********************************/


/***********************************/


/***********************************/


/* SECTION 7 */

.section-7 a {
    color: #000;
}











/***********************************/


/***********************************/


/***********************************/


/* SECTION 9 */

.section-9 #div-rappel-retard {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.section-9 .title {
    display: flex;
}

.section-9 .title-2,
.section-9 .title-3 {
    width: 90%;
    height: 3em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
}

.section-9 .title-2 {
    background-color: #c0242c;
}

.section-9 .title-3 {
    background-color: #343132;
    margin-top: 3em;
}

.section-9 .toggle {
    display: flex;
    flex-direction: column;
    margin-left: 2em;
    position: relative;
}

.section-9 .toggle-1 {
    border: 1px solid #343132;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    padding: 1em;
    margin-top: -2px;
    font-size: 12px;
}

.section-9 .toggle-1 .material-icons {
    font-size: 2em;
}

.section-9 form {
    display: none;
    background-color: #343132;
    padding: 1em;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}


.section-9 form select,
.section-9 form input,
.section-9 form button {
    width: 100%;
    height: 2em;
    padding-left: 1em;
    margin-bottom: 1em;
    color: #757575;
    border: 1px solid #757575;
}

.section-9 form button {
    background-color: transparent;
    border: 1px solid #fff;
    height: 2.5em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.section-9 form input {
    width: 95.4%;
    font-style: italic;
}

.section-9 form span {
    color: #fff;
}

.section-9 form div {
    display: flex;
    justify-content: space-between;
}

.section-9 form #date_prog {
    width: 42%;
}

.section-9 form #heure-rappel,
.section-9 form #minute-rappel {
    width: 22%;
    height: 29px;
}

.section-9 #div-rappel-retard-equipe {
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
}












/***********************************/


/***********************************/


/***********************************/


/* CONTROL */

.control {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #656565;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    height: 40em;
}

.control img {
    width: 10em;
    margin-bottom: 1em;
}

.control h1 {
    font-weight: lighter;
    margin-bottom: 1em;
}

.control h1 span {
    color: #c0242c;
}

.control form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 12em;
}

.control input {
    height: 3em;
    padding-left: 1em;
    font-style: italic;
    border: 1px solid #656565;
    width: 27em;
}

.control button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3em;
    font-weight: bold;
    background-color: #c0242c;
    color: #fff;
    padding-right: 1em;
    text-transform: uppercase;
    width: 14em;
    align-self: flex-end;
    cursor: pointer;
}

.control a {
    font-style: italic;
    align-self: flex-end;
    font-size: 12px;
    color: #656565;
    text-decoration: underline;
}

.control div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}














/***********************************/


/***********************************/


/***********************************/


/* SECTION 8 */

.section-8 input {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
}

.section-8 #creer-cdc,
.section-8 #edit-cdc {
    display: none;
    width: 90%;
}

.section-8 #cab-edit {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
    width: 170px;
}












/***********************************/


/***********************************/


/***********************************/


/* SECTION 10 + SECTION 13 + SECTION 15 */

.section-10 #rech_webmarketer_equipe,
.section-10 #rech_cab_equipe,
.section-10 #rech_objet_equipe,
.section-10 #rech_tel_equipe,
.section-10 #tri_date_equipe,
.section-10 #rech_date_equipe,
.section-10 #rech_date_fin_equipe,
.section-15 #rech_webmarketer_rapport,
.section-15 #rech_cab_rapport,
.section-15 #rech_objet_rapport,
.section-15 #rech_tel_rapport,
.section-15 #rech_date_rapport,
.section-15 #rech_date_fin_rapport,
.section-15 #tri_date_rapport {
    height: 2em;
    border: 1px solid #4b4b4b;
    padding-left: 1em;
    color: #4b4b4b;
}

.section-10 #rech_tel_equipe,
.section-15 #rech_tel_rapport {
    width: 16em;
}

.section-10 #tri_date_equipe,
.section-15 #tri_date_rapport,
.section-15 #rech_tel_rapport{
    height: 28px;
}

.section-10 a,
.section-13 a,
.section-15 a {
    color: #000;
}

.section-15 tbody tr td:nth-child(7){
	color: #c8c8c8;
	font-size: 20px;
	background-color : #717171;
}

.section-10 .form-rapport,
.section-13 .form-rapport {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    left: 14px;
    border: 1px solid;
    width: 100%;
    padding: 1em;
}

.section-10 .form-rapport button{
	cursor:pointer;
}

.section-10 .read-rapport {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 14px;
	border: 1px solid;
	width: 400px;
    padding: 1em;
}

.section-12 .detail-note {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 14px;
	border: 1px solid;
	width: 400px;
    padding: 1em;
	text-align: left;
}

.section-12 tbody tr td:nth-child(3) {
    background: inherit!important;
    position: relative;
}

.section-12 tbody tr td:nth-child(3) .ligne-note {
	/* display: flex; */
	justify-content: space-between;
	margin-bottom: 5px;
}

.section-12-1 .btn-detail{
	cursor: pointer;
	text-decoration: underline;
	font-weight:normal;
	font-size: 12px;
}

.section-12-1 .nb-enquetes{
	font-weight:normal;
	font-size: 12px;
}

.section-12 .nb-enquetes{
	font-weight:normal;
	font-size: 12px;
	color: #000000;
}

.section-10 #histo_equipe_nb_pages,
.section-10 #histo_equipe_nb_pages2,
.section-15 #rapports_nb_pages,
.section-15 #rapports_nb_pages2{
	margin: 10px;
}

.section-10 .pagination button,
.section-15 .pagination button{
	cursor:pointer;
}

.section-10 #histo_equipe_page_prec,
.section-10 #histo_equipe_page_prec2,
.section-15 #rapports_page_prec,
.section-15 #rapports_page_prec2{
	display:none;
}

.section-10 #histo_equipe_page_suiv,
.section-10 #histo_equipe_page_suiv2,
.section-15 #rapports_page_suiv,
.section-15 #rapports_page_suiv2{
	display:none;
}

.section-10 .pagination,
.section-15 .pagination{
	display: inline-flex;
	padding-top: 10px;
}

.section-10 .form-rapport textarea,
.section-13 .form-rapport textarea {
    height: 8em;
    width: 90%;
    padding: 10px;
    border: 1px solid;
    resize: vertical;
}

.section-10 .form-rapport button,
.section-13 .form-rapport button {
    background: #343434 !important;
    color: #fff !important;
    width: 100% !important;
}

.section-10 .btn-rapport .section-13 .btn-rapport {
    cursor: pointer;
}

.section-10 .btn-rapport-valid,
.section-13 .btn-rapport-valid {
    color: #85c75f;
    border: 1px solid #85c75f;
}

.section-12 .btn-detail-note {
	cursor: pointer;
	text-decoration: underline;
}

.section-5 .btn-close,
.section-10 .btn-close,
.section-12 .btn-close{
	 cursor: pointer;
}


.section-12 .btn-close{
	 cursor: pointer;
	 float: left;
}

.section-12 .detail-note-global {
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    top: 64px;
    right: 14px;
	border: 1px solid;
	width: 400px;
    padding: 1em;
	text-align: left;
	font-size:13px;
}







/***********************************/


/***********************************/


/***********************************/


/* SECTION 11 */

.section-11 .btn-rejoindre {
    cursor: pointer;
}

.section-11 .btn-ecouter {
    cursor: pointer;
}










/***********************************/


/***********************************/


/***********************************/


/* SECTION 12 */

.section-12 .stat-selecteur {
    display: flex;
    align-items: center;
    margin-bottom: 3em;
    position: relative;
}

.section-12 .stat-selecteur h2 {
    text-transform: uppercase;
    color: #aeaeae;
    z-index: -1;
}


.section-12 .stat-selecteur-1 {
    display: flex;
    justify-content: space-around;
    padding: 5px;
    color: #aeaeae;
    width: 245px;
    border: 1px solid #aeaeae;
    margin-left: 1em;
    cursor: pointer;
    
}


.section-12 .stat-selecteur-2 {
    display: none;
    position: absolute;
    top: 35px;
    z-index: 5;
    left: 264px;
    padding: 5px;
    border: 1px solid #aeaeae;
    background-color: #fff;
    width: 245px;
}


.section-12 .stat-selecteur-2 input {
    text-align: center;
    height: 2em;
    background-color: #f7f7f7;
    width: 120px;
    cursor: pointer;
}

.section-12-1,
.section-12-2 {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-bottom: 3em;
}

.section-12 h1 {
    color: #aeaeae;
    text-align: right;
    text-transform: capitalize;
    font-size: 24px;
    width: 15%;
    font-weight: lighter;
}

.section-12-1 i {
    margin-bottom: 10px;
    font-size: 2em;
}

.section-12 .stats {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 80%;
}

.section-12 .stats::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #aeaeae;
    height: 100%;
    left: 0;
    z-index: -1;
}


.section-12-1 .stats .join-stars {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.section-12-1 .stats div {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
}

.section-12-1 .ligne-note {
    display: unset;
}

.section-12-1 span {
    font-weight: bold;
    font-size: 18px;
}

.section-12-1 h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: lighter;
}

.section-12-2 table {
    border: 0;
    margin: 0;
    color: #aeaeae;
    padding: 0;
}

.section-12-2 table th {
    text-transform: uppercase;
}

.section-12-2 table th span {
    text-transform: none;
}

.section-12-2 table td {
    text-align: center;
}

.section-12-2 table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.section-12-2 table i {
    color: #000;
}











/***********************************/


/***********************************/


/***********************************/


/* SECTION 14 */
.section-14{
	position: fixed;
	width: 100%;
	z-index: 99999;
	margin-top: 140px;
	margin-left: 100px;
}


.section-14 .pop-up {
    padding: 1em;
    border: 1px solid;
    text-align: center;
	background-color:#fff;
}

.section-14 .pop-up div {
    border: 1px solid #ff0c00;
    text-align: center;
    color: #ff0c00;
    padding: 1em;
    margin-bottom: 1em;
}

.section-14 .pop-up button {
    color: #fff;
    width: 100%;
    height: 3em;
    background-color: #ff0c00;
    text-transform: uppercase;
    margin-top: 1em;
    cursor: pointer;
}

.section-14 .pop-up a {
    color: #000;
    text-decoration: underline;
}


/***********************************/


/***********************************/


/***********************************/


/* GESTION */

.gestion {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #656565;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    height: 60em;
}

.gestion img {
    width: 10em;
    margin-bottom: 1em;
}

.gestion h1 {
    font-weight: lighter;
    margin-bottom: 1em;
}

.gestion h2 {
    font-weight: lighter;
    margin-bottom: 0.5em;
    text-align: center;
}

.gestion form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 4em;
}

.gestion input {
    height: 3em;
    padding-left: 1em;
    font-style: italic;
    border: 1px solid #656565;
    width: 27em;
    margin-bottom: 1em;
}

.gestion select {
	height: 3em;
    padding-left: 1em;
    font-style: italic;
    border: 1px solid #656565;
    margin-bottom: 1em;
	width: 24.5em;
}

.gestion button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3em;
    font-weight: bold;
    background-color: #c0242c;
    color: #fff;
    padding-right: 1em;
    text-transform: uppercase;
    width: 14em;
    align-self: flex-end;
    cursor: pointer;
}

.gestion a {
    font-style: italic;
    font-size: 12px;
    color: #656565;
    text-decoration: underline;
}

.gestion_interface input {
    height: unset;
    width: unset;
}

.message-erreur{
	color:#c0242c;
	font-weight:bold;
}

.ui-widget.ui-widget-content {
    z-index: 10000!important;
}







#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
    padding-bottom: 0px;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 37%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}

.popup_style{
	display: flex;
	align-items: center;
	/* justify-content: space-around; */
	margin: 1em;
}

.popup_col_quart {
	width:25%;
    margin-top: 10px;
}

.popup_col_demi {
	width:50%;
}

img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

#modalAppel {
    padding-left: 0px;
}

#modalAppel input{
	border: 1px solid black;
	padding: 1em;
}

#modalAppel input:disabled{
	border : none;
	background: none;
}

#modalAppel input:disabled::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

#modalAppel input:disabled:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}

#modalAppel input:disabled::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}

#modalAppel input:disabled:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}


#modalAppel button{
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid black;
	padding: 1em;
}

#modalAppel button:active{
	background-color: #d7d7d7;
}

#button-hangup-popup, #button-pause-popup, #button-continue-popup, #button-hangup-enquete-popup, #div-suite-livraison, #loader-hangup-enquete-popup{
	display:none;
}

#loader-hangup-enquete-popup img{
	width: 40px;
}

#close_popup {
	display:none;
	width: 100%;	
}

#compte-rendu{
	border: 1px solid;
    padding: 3px;
}

#div-compte-rendu{
	border: 1px solid #e6e6e6;
	padding: 10px;
}

#res_suggest_contact_invite, #res_suggest_contact_transfert {
	overflow-y: scroll;
    max-height: 15em;
    margin-bottom: 1em;
}

#commercial_popup,
#consultant_popup{
	font-size: 13px;
}

.btn-intra{
	margin-top:7px;
}

.btn-intra-all{
	display:none;
	color: #bf232c;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid;
	padding: 3px;
	cursor: pointer;
}

.btn-clear-dest{
	cursor: pointer;
}

#div-dest-rapport{
    border: 1px solid #e6e6e6;
    padding: 10px;
    min-height: 146px;
    width: 500px;
    font-size: 13px;
    background: white;
}

.ligne_suggest_dest {
    cursor: pointer;
    background-color: #eeeeee;
    color: #4b4b4b;
    height: 2em;
    display: flex;
    align-items: center;
    padding-left: 20px;
    white-space: nowrap
}

.ligne_suggest_dest:hover {
  background-color: #c9c9c9;
}

#saisie_dest{
   width: 200px;
}

#res_suggest_dest{
    background-color: inherit;
    width: 370px;
    position: absolute;
    margin-left: 130px;
    z-index: 1;
}

.dest-rapport{
    display: inline-block;
    background-color: #e3e3e3;
    margin-right: 7px;
    margin-bottom: 7px;
    padding: 3px;
    white-space: nowrap;
}

#liste_dest{
    margin-top: 10px;
}