
::-webkit-scrollbar {
    display: none;
}
body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background: #FAFAFA;
    overflow: hidden;
    outline: none;
    cursor: default;
    font-family: "Roboto", "BlinkMacSystemFont", "Arial", sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /* height: 104px; */
    background: #104285;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    transition: transform 320ms;
}

#toolbar.active {
    transform: translateY(-56px);
}

#toolbar_logo {
    /* position: absolute; */
    margin: 17px;
    /* left: calc(50% - 50px); */
    margin-left:60px;
    height: 24px;
    /* width: 100px; */
    fill: #FFFFFF;
	color: #FFFFFF;
	font-size: 20px;
}

#toolbar_drawer {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 24px;
    width: 24px;
    padding: 8px;
    fill: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    transition: background 320ms;
   
}

#toolbar_favorite {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 24px;
    width: 24px;
    padding: 8px;
    fill: #212121;
    border-radius: 50%;
    cursor: pointer;
    transition: background 320ms;
}

#toolbar_left {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
    padding: 12px 24px;
    fill: #212121;
    cursor: pointer;
    display: none;
}

.toolbar_right {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24px;
    width: 24px;
    padding: 12px 24px;
    fill: #212121;
    cursor: pointer;
    display: none;
}

#toolbar_tabs {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 48px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

#toolbar_tabs > span {
    display: inline-block;
    height: 24px;
    width: auto;
    padding: 12px;
    color: #FFFFFF50; /*#a2d2f7;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

#toolbar_indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #d71356;
}

#toolbar_message {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    transition: opacity 320ms, visibility 0ms 320ms;
}

#toolbar_message.active {
    opacity: 1;
    visibility: visible;
    transition: opacity 320ms, visibility 0ms;
}

#toolbar_message_inner {
    position: absolute;
    top: 0;
    right: 16px;
    left: 16px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 58px 0 0 0;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: opacity 0ms;
}

#content.active {
    opacity: 1;
    transition: opacity 320ms;
}

#offline {
    position: relative;
    float: left;
    height: 52px;
    width: 100%;
    background: #FFF;
    display: none;
}

#offline.active {
    display: block;
}

#offline_icon {
    position: absolute;
    top: 14px;
    left: 16px;
    height: 24px;
    width: 24px;
    fill: #212121;
}

#offline_text {
    position: absolute;
    top: 14px;
    left: 56px;
    height: 24px;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#offline_action {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 36px;
    width: auto;
    padding: 0 12px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    background: transparent;
    border-radius: 2px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background 320ms;
}

.title {
    position: relative;
    float: left;
    height: 14px;
    width: calc(100% - 32px);
    padding: 16px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}


#blocker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    background: transparent;
    transition: background 320ms, width 0ms 320ms;
}

#blocker.active {
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: background 320ms, width 0ms;
}

#drawer {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: calc(100% - 56px);
    max-width: 320px;
    padding-bottom: 8px;
    background: #FFF;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.24);
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(-2px);
    transition: transform 320ms;
    z-index: 3;
}

#drawer.active {
    transform: translateX(100%);
    z-index: 10;
}

#drawer_banner {
    position: relative;
    float: left;
    height: 144px;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: 1px solid #EEE;
    background-image:url('../img_graph/bg_profile.jpg');
    background-size: cover;
}

#drawer_us {
    position: absolute;
    top: 24px;
    left: 16px;
    height: 40px;
    width: 40px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: background 320ms;
}

#drawer_gb {
    position: absolute;
    top: 24px;
    left: 72px;
    height: 40px;
    width: 40px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: background 320ms;
}

#drawer_de {
    position: absolute;
    top: 24px;
    left: 128px;
    height: 40px;
    width: 40px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: background 320ms;
}

#drawer_us.active,
#drawer_gb.active,
#drawer_de.active {
    color: #212121;
}

#drawer_title {
    position: absolute;
    right: 16px;
    bottom: 36px;
    left: 16px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#drawer_subtitle {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.source {
    position: relative;
    float: left;
    height: 48px;
    width: 100%;
    cursor: pointer;
    transition: background 320ms;
}

.source > span {
    position: absolute;
    top: 12px;
    right: 56px;
    left: 16px;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.source > svg {
    position: absolute;
    top: 12px;
    right: 16px;
    height: 24px;
    width: 24px;
    fill: #212121;
}

.article:active,
.source:active,
#toolbar_drawer:active,
#toolbar_favorite:active,
#drawer_us:active,
#drawer_gb:active,
#drawer_de:active,
#offline_action:active {
    background: #EEE;
}

noscript {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    height: auto;
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.page_login{
    background-color: #f9f9f9;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: visible;
    overflow-y: hidden;
    color: #1f1f21;
    display: none;
}
.login_form{
    font-size:20px;
}
.login_form .text-input{
    font-size: 18px;
    background-image: linear-gradient(to top, transparent 1px, #afafaf 1px);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    outline: none;
    border: none;
}
.login_form .text-input:focus{
    background-image: linear-gradient(to top, transparent 1px, #3307fa 1px);
    background-size: 100% 3px;
}
.button-material {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-clip: padding-box;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    background: transparent;
    border: none;
    line-height: normal;
    font-family: -apple-system, 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: auto;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: 0;
    color: white;
    vertical-align: middle;
    background-color: rgba(24, 103, 194, .81);
    border: 0 solid currentColor;
    border-radius: 3px;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
        0 1px 5px 0 rgba(0, 0, 0, .12),
        0 3px 1px -2px rgba(0, 0, 0, .2);
    font-family: 'Roboto', 'Noto', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    min-height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-align: center;
    font-size: 14px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-transform: uppercase;
    background-color: #104285;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition: background-color 0.25s linear;
    transition: background-color 0.25s linear;
    opacity: 1;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.button-material:hover {
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.button-material:active {
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14),
    0 1px 18px 0 rgba(0, 0, 0, .12),
    0 3px 5px -1px rgba(0, 0, 0, .4);
background-color: #104285;
opacity: 0.9;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
}
.button-material:focus {
outline: 0;
}

.cartouche_carousel {
	display: none;
    position: absolute;
    z-index: 1;
    top: calc(40% - 30px);
    right: 0px;
    background: #000;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px 5px 5px 8px;
    font-size: 10px;
    color: #FFF;
}
.carousel_btn{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);

}
.carousel_next{
position: absolute;
/* top: 20%; */
background-color: transparent;
z-index: 1;
/* height: 24%; */
margin-top: 20%;

right: -6;
outline:none;
border: none;
}
.carousel_prev{
position: absolute;
background-color: transparent;
z-index: 1;
/* top: 20%; */
/* height: 24%; */
margin-top: 20%;
left: -6;
outline:none;
border: none;
}
#fiche_carousel {
	padding: 0px;
}
.fiche_taureau_photo {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../img_graph/bg_pas_photo.png);
}
.titre_section{
padding:5px 10px ;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(0, 0, 0, 0.027);
font-weight: bold;
font-size: 20px;
}
.carousel-legend{
	color: #fff;
    float: left;
    position: absolute;
    /* background: rgb(51,152,182); */
    background: rgba(51,152,182,.9);
    height: 60px;
    width: 91%;
    padding-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
	top:118px;
}
.adherents_splash {
	color: #bbb;
	text-align: center;
}
.toolbar_content{
    top: 0;
    height: 56px;
    right: 0;
    width: calc( 100% - 50px );
    position: fixed;
    z-index: 2;
    display: flex;
    background-color: #104285;
}
.search-bar {
    top:0;
    height: 56px;
    right: 0;
    /* padding-left: 50px; */
    width: calc( 100% - 50px );
    position: fixed;
    /* display: none; */
	background: #104285;
	z-index: 1;
}
.search-bar .search-input {
    position: absolute;
    top: 0;
    display: none;
	height: 56px;
    width: calc(100% - 50px);
	color: #FFF;
	border-radius: 0px;
	background: #104285;
	font-size: 18px;
}
.search-bar .search-input::placeholder {
	color: #FFF;
	opacity: .6;
	font-size: 18px;
}
.search-close {
	position: absolute;
    left: 0px;
    top: 20px;
}
.search-vide {
	position: absolute;
    right: 0;
    top: 17px;
}
.bulle {
	padding-top: 7px;
	width: 40px;
	height: 33px;
	border-radius: 50%;
	color: #FFF;
	font-size: 27px;
	text-align: center;
	margin-right: 15px;
}
.bulle SPAN {
	opacity: .6;
}

.adherent_societe H1 {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
.adherent_societe I {
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #CCC;
}
#adherent_tel .subtitle {
	padding-left: 10px;
	font-size: 11px;
	color: #CCC;
}

#taureaux_ch_nomani, #fiche_taureaux_ch_nomani,#taureaux_ch_nomani_edit {
	text-align: center;
	margin-bottom:0;
	font-size : 24px;
	display: inline-block;
}
.genealogie_traits_top {
	border-right: solid 2px #DDD;
	height: 10px;
}
.genealogie_traits {
	border-top: solid 2px #DDD;
	border-left: solid 2px #DDD;
	border-right: solid 2px #DDD;
	height: 10px;
}
.fiche_taureau_sexe_1{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAABrklEQVQ4T6WTv0scURDHP7OnBPE3pxgVogln4LBVkHQaEgsLi5giYGchQqqYIipWojaehYggWEYMBJsUiv4B0c7ywAt3IijRSuXQJNzthLe73u2uKKKvm5k3n/nOvHlC6Mym9K1i9yryCoh74aSgPwVra6xNtv0pcm3MJrXVLrE/ggwDFWGwZ2dBl62ctTgWlwPjcwBe8hTI4C2JIbd+tXLWpIE4gOlUfg5k9LbkJxaMviiIZeaXApqYaIt8FtOzja7fIdvhPi+DD80uxAWQtZB3MpPKJxT55K/eXiH0P3U9q0fKnzwMPRO+H8P7pgIAQedlOmXvAF3mckTgdVToqIEfv127r8EFrR0pmSuoisBFvlBu1wDOgGrj6qwW3tQXKxifBXyJCd+OIX3pSPef8wBgPCasHCqn/4K3XpYLA41BsHfDARRaMIClA+UsFwRcD9Abnj+4GxiiAWyewt5FUGpPVOiqvanAGaL/GWtLYaRF2DiB/UulBGivFLrrIJFW/toBZe4zhhcpWgrDLcWlMfGFjJItTt6jeItkrEevsg/ysM/k7+zB3zm8Ife1/wNwHr4c6AUeZgAAAABJRU5ErkJggg==) left center no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
.fiche_taureau_sexe_2{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAABe0lEQVQ4T52TPyxDURSHv9M+UTSEhYTBapcog4QIm2jEZreYsJqs2slit2lTsREMhiKxWw1ETP49RbzXK7f3td57vRLp3e6593z39zvnXCG21L47i1TnQCaAkeD4BlQZlTiSpfRxOEXqG1V6GsZLriKyAqTj4GDvotQujr8j2d5bHasBasl+cgtk+Y/EuM49kv6mhhjA/us2IuuNWwlgwIHxlAmVP+HRg2qIo1ROlro3xHhWxYjsQQcyKTipmIyZTgN58MJKXJQsiiq85kDWIhoX03Bagefgyd4ETHdC0Y1byYsqvF0AmSZAyf2VrC1l0xYAlxrwDPQ0Ac4q8BQo6EvAlE0BL3bAkANjKTj/MNzJDrj6hLtIDfRJDdBswRHQhRxtN4DrL7j3wFPxLmsLliLqa0lgIZinAxd824SovL2N+q7uRHg1dQDTRusg6WCbwHyXQRy+w3dMfn2QagDbKGt0v/YBPPoQyVfRUW5AWv1MYastf2dbjf8T+wHUC6gUmwBCzwAAAABJRU5ErkJggg==) left center no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
}
/* .fiche_taureau_sexe_1, .fiche_taureau_sexe_2{
	padding-left: 25px;
    min-height: 17px;
} */
#animal_nom_container{
	width: 100%;
    text-align: center;
}
.fiche_taureau_genea_nom {
	text-align: center;
	font-weight: bold;
}
.fiche_taureau_genea_num {
	text-align: center;
	font-style: italic;
	font-size: 11px;
	/* color: #666666; */
	color: #B5B5B5;
}
.fiche_taureau_genea_num SPAN{
	font-weight: bold;
}
#fiche_taureaux_date_crea{
    font-style: italic;
    color: #ddd;
    font-size: 14px;
}
.taureaux_photo {
    text-align: center;
  /*   background-size: contain;
    background-repeat: no-repeat;
    height: 150px;
    background-position: center; */
}
    

.taureaux_photo IMG {
	width: 80%;
	margin: auto;
	margin-bottom: 16px;
}
#carousel_fiche_taureau .slick-track, #carousel_fiche_taureau  .slick-list{
    height: 100%;
}
.carte_taureaux_liste {
    padding: 0;
    width :     calc(50% - 16px );
}
.taureaux_liste_item_img {
	height: calc(100vw / 2 - 20px * 4);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	background-position: 50% 50%;
	background-image: url(../img_graph/bg_pas_photo.png);
}
.taureaux_liste_item_titre {
	padding: 10px;
	text-transform: uppercase;
}
.taureaux_liste_item_type {
	font-size: 11px;
	padding: 0 10px 5px 10px;
}
#liste_filtres{
	padding: 10px 5px;
	/* padding-top: 10px;
	padding-bottom: 10px; */
	background-color: #d7dadb;
}
.filtre{
	display: inline-block;
    padding: 10px ;
    margin: 5px;
    border-radius: 2px;
	cursor: pointer;
	/* background-color: #104285; */
	background-color: #3079ED;
	color : white;
}
.suppr{
	padding-left: 5px;
	padding-right: 16px;
	background: url(data:image/gif;base64,R0lGODlhDQANAJEAAAAAAP////7+/v///yH5BAEAAAMALAAAAAANAA0AAAIWnI+pyypy3pKSPdgGbpfDmoBgRpZKAQA7) center right no-repeat;
	cursor: pointer;
}
.btn_add_bulle {
    border: none;
    box-shadow: 0 0 8px rgba(0,0,0,.18), 0 8px 16px rgba(0,0,0,.36);
    border-radius: 50%;
    height: 56px;
    width: 56px;
    position: fixed;
    z-index: 2;
    bottom: 3%;
    right: 4%;
    overflow: hidden;
    padding: 0;
    margin: 0px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAsElEQVRIS2NkoDFgpLH5DIPOAkWoj+8T63OiffD//3+WX79+PQAZzM7OLkMTC4CG/gYZzAgEVLcAZCDQF/9HLcAbtNQKIkVgKmHFZtOPHz9ugsQ5ODjUscn//PkTlAhQkjBKaoAlRTY2NmliUwmyOmAyfoqehDEsAGq4DcQK5FgA1PMAmIJhmRFsBNHpeTSZEhXk1EqmOC0bFhaAMxF6UsQXviQlU6IiCk3RqAUEQw0AU/NRGWUbtVkAAAAASUVORK5CYII=) 50% 50% no-repeat #db4437;
	padding: 0px;
    cursor: pointer;
    -webkit-transition: all .218s;
    transition: all .218s;
}
.btn_exit {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAQAAABIkb+zAAABa0lEQVR4Ae3btVmEQRRG4Y1wzXGoCDogI8IzZBKsAqwDtAMkxLUMXCP2kOB+V+88fKeCeVd+GUkopZRSSqnvo45+1rgg112wSh+16Q2+jGWS5LMk85SlOvwSDvDQDoWpAWbx0lTCHi084KUHWuyAMTw1agfs46l9O+AeT93aAR9K5Dg+JIAAAgggQGwABgkRA+gCIEQKoIvnQoQAOnhbiAxAOx8LEQFoJQl2gh9ANcdgJ7gB2AkO70NUs2cgeLyRUmEn2AGuCXaAM4Id4IPgAPCRsGkhOAB8jDI7wQ5wSEgbQC4KsQMgxA6AEDsAggD6Cf3bP3HQjUyPEukN3wBw9iyqFxoHw9dLvc9pFU1saWqRNvvkrqbXtcBhX2LSIp+WWe0JIIAAAggQFeAKT13FvvX4wA6YwFPjdkC9q+33dQl7zOCl6VSPoOzjoX0KU5/ZXMr7IaBFytI9htWXl2NYp6z/fAxLKaWUUko9Av6K2v28g3McAAAAAElFTkSuQmCC');
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    right: 3%;
    top: 3%;
    position: absolute;    
}
.popover__content{
    min-height: unset !important;
}
.popover , .dialog{
    position: fixed !important;
}

/* .card.agenda .event_mini {
	position: relative;
	cursor: default;
} */
.card.agenda .event_mini:hover {	
	/*
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAFElEQVQYV2N89vLtfwYGBgZGGAMAUfAHeccAAwUAAAAASUVORK5CYII=);
	background-repeat: repeat-y;
	background-position: 20px 0px;
	background-color: #ffffcc;
	*/
}
.event_mini_bille {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 10px 0 0 -35px;
	border: solid 2px #e6e9ed;
}
.event_mini_descr {
	color: #313435;
	font-weight: bold;
	font-size: 18px;
}
.event_mini_creneau {	
	font-size: 14px;
	font-style: italic;
	color: #7c8695;
}
.date_planning{
	/* text-align: center; */
	padding: 10px 5px;
	font-weight: bold;
	/* background: aliceblue; */
    /* border-radius: 2px; */
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2); */
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2);
	font-size: 20px;
	color:#104285;
    margin: 10px 0px;
}

textarea {     
    resize: none;
    min-height: 32px;
    max-height: 230px;
    height: 32px;
    padding: 0;
    display: block;
    flex: 1;
    border: none;
    background: none;
    transition: .4s cubic-bezier(.25,.8,.25,1);
    transition-property: font-size,padding-top,color;
    font-family: inherit;
    font-size: 16px;
    /* line-height: 32px; */
}



.hide {
	display: none;
}
page{
    display:none;
    /* overflow:hidden; */
}
@media (min-width: 720px) {
    #content {
        padding: 104px calc(50% - 320px) 0 calc(50% - 320px) !important;
        overflow: hidden;
    }
    #toolbar_drawer {
        left: 16px !important;
    }
    #toolbar_favorite {
        right: 16px !important;
    }
    #toolbar_tabs {
        right: 72px !important;
        left: 72px !important;
    }
    #toolbar_left,
    #toolbar_right {
        display: block ;
    }
}