body {
    width: 100%;
    height: 100%;
    margin: 0;
    animation-duration: 1s;
    font-family: 'Montserrat', sans-serif;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    background: floralwhite;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.no_effect {
    transition-timing-function: ease-in-out;
    transition: 0s;}
.white {
    background: #ffffff;
}
.light_blue {
    background: #e7effc;
}
.blue {
    background: #5370e8;
}
.blue_font {
    background: #637ce4;
}
.light_grey {
    background: #f3f3f3;
	overflow-x: hidden;
}
.logo_login {
    /* padding-top: 3%; */
    background-image: url(https://www.cdformation.com/images/logo/logo-v2.png);
    background-size: 190px;
    background-repeat: no-repeat;
    background-attachment: unset;
    background-position: center 20%;
    transition-timing-function: ease-in-out;
    transition: 0s;  
}
#login {
    padding: 2%;
    padding-top: 5%;
    border: 3px solid #637ce4;
    border-radius: 90px 20px 130px 20px;
    width: 200px;
    height: 190px;
    background: #ffffff;
    transition-timing-function: ease-out;
    transition: 0.4s;
    text-align: center;
	margin-top: 16%;
    /* box-shadow: 5px 5px 15px #637ce482; */
}
#login:hover {
    box-shadow: 0px 0px 15px #d2d2d2 inset;
    transition-timing-function: ease-in;
    transition: 0.4s;
}
.boxed_container {
    margin: 10% auto;
    width: 55%;
    background: red;    
}
input[type=text], input[type=password], select {
    padding: 3%;
    font-size: 14px;
    font-style: italic;
    font-weight: 100;
    color: #888888;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    width: 90%;
}
select {
    padding: 1%;
    font-size: 14px;
    font-style: italic;
    font-weight: 100;
    color: #888888;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    width: 100%;
    
}
input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover {
    background: #637ce438;
    color: darkslategray;
    font-style: bold;
    font-weight: 300;  
}
input[type=submit] {
    padding: 4%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
    color: white;
    border: 3px solid #637ce4;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    border: 2px solid #5370e8;
    background: #5370e8;
    width: 100%;   
    text-transform: uppercase;
}
input[type=submit]:hover {
    font-size: 14px;
    font-weight: 300;
    border: 2px solid #5370e8;
    background: #5370e8c7;
}
.alert_login {
    color: white;
    font-size: 11px;
    margin-top: -15px;
    background: red;
}

/*IFRAME Style début*/
#body_blur {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition-timing-function: ease-in-out;
    transition: 0.9s;    
    backdrop-filter: blur(7px);
    background: #637ce47a;
    z-index: 899;
}
.iframe_include {
    width: 60%;
    min-height: 25%;
    height: auto;
    display: block;
    position: relative;
    padding: 1%;
    margin: 0 auto auto auto;
    background: white;
    transition-timing-function: ease-in-out;
    transition: 0.1s;
    box-shadow: 5px 10px 30px #637ce4;
    border-radius: 0 0 20px 20px;
    border: 3px #637ce4 solid;
    border-top: 0;
    z-index: 999;
}
.close_icon, .close_icon:hover {
    float: right;
    margin-right: 1%;
    color: #888888;
	cursor: pointer;
}
.input_iframe{
    width: 99% !important;
    padding: 1% !important;
    border: 0;
    border-bottom: 1px grey solid;
    background: #d3d3d338;
    border-radius: 5px 5px 0px 0px;
} 
.iframe_button {
    padding: 1% !important;
} 
.mid_size_button {
    width: 60% !important;
} 
.iframe_button:hover {
    padding: 1% !important;
    font-size: 14px;
    font-weight: 300;
    border: 2px solid #5370e8;
    background: #5370e8;    
} 
/*IFRAME Style fin*/

/*DASHBOARD Style début*/
.recherche_client {   
    margin: auto 20%;
    padding: 1% !important;  
    margin-bottom: 0 !important;
    width: 98% !important;
}
.full_width_header {
    width: 100%;
    background: #4466f5;
    height: auto;
    padding: 2% 0%;
}

/*recherche Style*/
input[type=text].recherche_client {
    padding: 4%;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 200;
    border: 3px solid #637ce4;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    width: 100%;   
    text-transform: uppercase;
}
input[type=text]:focus.recherche_client, input[type=text]:hover.recherche_client {
    padding: 4%;
    font-size: 14px;
    font-weight: 300;
    transition-timing-function: ease-in-out;
    transition: 0.5s;
    width: 100%;   
    text-transform: uppercase;
    background: white;
    margin-top: 1%;
    border-radius: 20px 20px 0px 0px;    
}
.add_search_icon {
    float: right;
    margin-top: 1%;
    position: absolute;
    margin-left: 85%;    
    color: white;
}
.logout_icon {
    float: right;
    margin-top: 1%;
    margin-left: 90%;
    position: absolute;
    color: white;
}
#suggestions {
    border-top: 0;
    position: relative;
    z-index: 999;
} 
#resultats_recherche {
    list-style-type: none;
    background: white;
    width: 100%;
    margin: 0% auto 0% auto;
    border-top: 0;
    padding: 0;
}
.client_lien {
    width: 100%;
    /* padding: 2%; */
    line-height: 200%;
    border-bottom: 1px dashed darkslateblue;
    font-size: 14px;
    padding: 1%;
    transition-timing-function: ease-in-out;
    transition: 0.5s;    
}
.client_lien:hover {
    width: 98%;
    /* padding: 2%; */
    line-height: 200%;
    border-bottom: 1px solid #888888;
    font-size: 14px;
    background: darkslateblue;
    color: white;
    padding: 1%;
    transition-timing-function: ease-in-out;
    transition: 0.5s;    
}
.no_decoration_link {
    text-decoration: none;
    margin-left: 1%;
    color: inherit;
}

/* Gauche */
#gauche {
    width: 25%;
    height: 100%;
    border-right: 1px dotted;
    padding-top: 1px;
    display: block;
    position: absolute;
    z-index: -999;
    overflow-x: scroll;
}
.h4_gauche {
    line-height: 0;
    margin-left: 10%;
}
#client_ul {
    list-style-type: none;
    padding-left: 0;
    border-top: 1px dotted grey;
    margin-bottom: 10px;
}
#client {
    list-style-type: none;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px dotted grey;
    transition-timing-function: ease-in-out;
    transition: 0.5s;    
}
#client:hover {
    background: white;
    color: #5370e8;
    transition-timing-function: ease-in-out;
    transition: 0.5s;    
}
.call_icon {
    float: right;
    margin-right: 3%;
    color: #888888;
}
.google_calendar {
    width: 75%;
    height: 100%;
    display: block;
    position: absolute;
    float: right;
    margin-left: 25%;
    z-index: -999;
}
.clients_list {
    width: 75%;
    height: 100%;
    display: block;
    position: absolute;
    float: right;
    margin-left: 25%;
    z-index: -999;
	border: none;
	padding: 5px;
}
    /*DASHBOARD Style fin*/
.resultat_client {
    width: 980px;
    margin: auto;
}
.text_align_center {
    text-align: center;
}
.text_area {
    width: 96%;
    border: none;
    box-shadow: -5px -5px 30px #e7effc inset;
    border-radius: 20px 20px 0px 0px;
    padding: 2%;
}
.icon_float_left_top {
    float: right;
    margin: 0;
    margin-top: -5%;
}
.red_button {
    background: darkorange !important;
    border: none !important;
    transition-timing-function: ease-in-out !important;
    transition: 0.5s !important;        
}
.red_button:hover {
    background: red !important;
    border: 1px solid white !important;
    width: 100% !important;
}
.margin_right {
    margin-right: 20px;
}

/* One Quarter Select */
.one_quarter {
	width: 31% !important;
    float: left;
    height: 50px !important;
    padding: 3px !important;
    margin: 1% !important;
	line-height: 0px;
}
.edit_button {
	width: 95% !important;
    margin-top: 15px !important;
}
.center {
	text-align: center;
}
.mobile:hover {
	background: yellow !important;
}
@media only screen and (max-width: 900px) {
	#gauche {
	width: 50%;
	float: left;
	}
	.clients_list {
	width: 50%;
	float: right;
	margin-left: 50% !important;
	}
	.resultat_client  {
	width: 100%;
	}
}
.car_icon {
	margin-top: -2px;
    position: absolute;
    margin-left: 5px;
}

/*
Pour le dashboard V2
*/
.clients_list {
    width: 99%;
    height: 100%;
    display: block;
    position: absolute;
    /* float: right; */
    /* margin-left: 25%; */
    z-index: -999;
    border: none;
    padding: 5px;
}
tr:hover {
    background: darkslateblue;
    color: white;
    font-weight: bold;
}
.lowercase {
    text-transform: lowercase;
}
.floating_menu {
    position: fixed;
    /* top: 99%; */
    background: red;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
    text-align: center;
    margin-top: 3%;
    bottom: 0;
    z-index: 999;
  	float: left;
}
.grid_menu {
    border-right: 3px white solid;
    border-left: 3px white solid;
}
.none {
    text-decoration: none !important;
    color: white;}
.big {
    font-size: 30px;
}
.center {
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .action_button {
        margin-top: 2%;
        width: 100%;
    }   
}
.inline {
    display: inline;
    margin-right: 15px;
}

.underline_title {
    text-transform: uppercase;
    font-weight: bold;
}
.red_hover:hover {
    color: red;
}
.big_white_space {
 	display: block;
  	height: 250px;
}
.logo_img {
    height: 45px;
    filter: brightness(5);
    margin-top: 4%;
}
.tableau_header {
    text-transform: uppercase;
    font-weight: bold;
    background: #2196F3 !important;
    color: white;
    padding: 1%;
}
a {
   color: inherit !important;
}
.center_icon {
    text-align: center !important;
}