/**** DEBUT CSS WIDGET MODELE CARREE DANS LE pushleft RECTANGLE A GAUCHE BLANC ****/
div#pushleft {
    position: absolute;
    z-index: 9999;
}

#pushleft .content-left {
    height: auto;
    width: auto;
    background-color: transparent;
    left: -310px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    z-index: 999;
    top: calc(50% - 110px);
    cursor:pointer;
   /* display:table; */
	background-color: #fff0;
}

#pushleft .content-left a {
    font-size: inherit;
    line-height: inherit;
}

#pushleft .content-left span.notesize.is_note_size {
    font-weight: 500;
}

#pushleft .content-left:hover {
    left: 0;
    padding-left: 0;
}

#pushleft .content-left table {
    border: none;
    table-layout: auto;
    border-spacing: 0;
    margin: 0;
}

#pushleft .content-left table,
#pushleft .content-left table tbody,
#pushleft .content-left table tr,
#pushleft .content-left table td
{
    vertical-align: top;
}

#pushleft .content-left table, #pushleft .content-left table tr {
    background: transparent;
}

#pushleft .content-left table tbody {
    font-size: initial;
}

#pushleft .content-left table td{
    border:none;
    padding: 0;
}
#pushleft .content-left table td.td-avis {
    border: 1px solid #555a5e;
    background: #fff;
    line-height: 1.5;
}
#pushleft .content-left .wrapper-avis-left hr {
	width: 85%;
    max-width: 85%;
	border-top: none;
	border-bottom: 1px solid #999;
	margin: 0 auto 8px;
	display: block;
    background:transparent;
}
#pushleft .content .wrapper-avis-left hr {
    width: 85%;
    border-top: none;
    border-bottom: 1px solid #999;
    margin: 8px auto;
    display: block;
}
#pushleft .wrapper-avis-left {
    padding: 15px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    max-height: 220px;
    min-height: 220px;
    overflow-y: scroll;
    width: auto;
    letter-spacing: 0;
}
#pushleft .wrapper-avis-left p {
    margin: 5px 0;
    color: rgb(85 90 94 / 90%);
    line-height: initial;
}

div#pushleft a {
    color: inherit;
}

#pushleft .content-left .logo-vp-in-avis-left img {
    width: 140px;
    float: none;
    margin: 0 auto;
    display: block;
}

/** #pushleft .note-in-avis-left {
    color: #44A12B;
    font-size: 18px;
    font-weight: 400;
}**/
#pushleft .note-in-avis-left span.notesize.is_note_size {
    font-size: 30px !important;
}
#pushleft .note-in-avis-left span.nb_avis_vp {
    font-size: 16px !important;
}
#pushleft .txt-in-avis-left p.avis_description_data {
    font-size: 14px !important;
}
#pushleft .txt-in-avis-left.avis_description_data {
    color: #404040;
    line-height: 1.3;
    font-weight: 300;
    font-size: 14px;
}

#pushleft .smallfont-in-avis {
    font-size: 11px !important;
}
#pushleft .italic-font{
    font-style: italic;
}

#pushleft td.widget-carree-in-left {
	max-height: 180px;
    display: block;
    text-align: center;
    border-radius: 20px !important;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 10px !important;
    margin: 30px 10px 0;
    position: relative;
    background: #fff;
    line-height: 1.5;
}

#pushleft td.widget-carree-in-left img {
    padding: 4px 0;
    border-bottom: 1px solid #b9b9b9;
}

#pushleft .notes-carree-in-left {
    color: #555a5e;
    font-size: 18px !important;
    margin-top: 5%;
    margin-bottom: -20%;
}

#pushleft .etoiles-carree-in-left {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: -15px;
}

#pushleft .etoiles-carree-in-left .vp-etoile {
    margin-bottom: 10px;
}
#pushleft .nombre-avis-carree-in-left {
    color: #555a5e;
    font-size: 13px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: underline;
}


/**** FIN CSS WIDGET MODELE CARREE DANS LE pushleft RECTANGLE A GAUCHE BLANC ****/


/**** DEBUT CSS WIDGET MODELE CARREE DANS LE pushright RECTANGLE A DROITE BLANC ****/

#pushright .content-widget-avis-right {
    height: auto;
    width: auto;
    background-color: transparent;
    right: -310px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    z-index: 999;
    top: calc(50% - 110px);
    cursor:pointer;
   /* display:table; */
    background-color: #fff0;
}
#pushright .content-widget-avis-right a {
    font-size: inherit;
    line-height: inherit;
}
#pushright .content-widget-avis-right span.notesize.is_note_size {
    font-weight: 500;
}
#pushright .content-widget-avis-right:hover {
    right: 0;
    padding-right: 0;
}
#pushright .content-widget-avis-right table {
    border: none;
    table-layout: auto;
    border-spacing: 0;
    margin: 0;
}
#pushright .content-widget-avis-right table,
#pushright .content-widget-avis-right table tbody,
#pushright .content-widget-avis-right table tr,
#pushright .content-widget-avis-right table td
{
    vertical-align: top;
    border: none;
}
#pushright .content-widget-avis-right table, 
#pushright .content-widget-avis-right table tr {
    background: transparent;
}
#pushright .content-widget-avis-right table tbody {
    font-size: initial;
    background-color: transparent;
}
#pushright .content-widget-avis-right table td{
    border: none;
    padding: 0;
}
#pushright .content-widget-avis-right table td.td-avis-right {
    border: 1px solid #555a5e;
    background: #fff;
    line-height: 1.5;
}
#pushright .content-widget-avis-right .wrapper-avis-in-push-right hr {
    width: 85%;
    max-width: 85%;
    border-top: none;
    border-bottom: 1px solid #999;
    margin: 0 auto 8px;
    display: block;
    background:transparent;
}
#pushright .content-widget-avis-right .wrapper-avis-in-push-right hr {
    width: 85%;
    border-top: none;
    border-bottom: 1px solid #999;
    margin: 0 auto 8px;
    display: block;
}
#pushright .wrapper-avis-in-push-right {
    padding: 15px;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    max-height: 220px;
    min-height: 220px;
    overflow-y: scroll;
    width: auto;
    letter-spacing: 0;
}
#pushright .wrapper-avis-in-push-right p {
    margin: 5px 0;
    color: rgb(85 90 94 / 90%);
    line-height: initial;
}
div#pushright a {
    color: inherit;
}
#pushright .content-widget-avis-right .logo-vp-avis-in-push-right img {
    width: 140px;
    float: none;
    margin: 0 auto;
    display: block;
}
/**#pushright .note-avis-in-push-right {
    color: #44A12B;
    font-size: 18px;
    font-weight: 400;
}**/
#pushright .note-avis-in-push-right span.notesize.is_note_size {
    font-size: 30px !important;
}
#pushleft .note-avis-in-push-right span.nb_avis_vp {
    font-size: 14px !important;
}
#pushright .txt-in-avis-right p.avis_description_data {
    font-size: 14px!important;
}

#pushright .txt-in-avis-right.avis_description_data {
    color: #404040;
    line-height: 1.3;
    font-weight: 300;
    font-size: 14px!important;
}

#pushright .smallfont-avis-in-push-right {
    font-size: 11px !important;
    font-family: inherit;
}
#pushright .italic-font-right{
    font-style: italic;
}

/** css pour le widget carree à droite**/

#pushright td.widget-avis-carree-in-right {
    max-height: 180px;
    display: block;
    text-align: center;
    border-radius: 20px !important;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.5);
    padding: 10px !important;
    margin: 30px 10px 0;
    position: relative;
    background: #fff;
    line-height: 1.5;
}

#pushright td.widget-avis-carree-in-right img {
    padding: 4px 0;
    border-bottom: 1px solid #b9b9b9;
}

#pushright .notes-avis-in-widget-carree-right {
    color: #555a5e;
    font-size: 18px !important;
    margin-top: 5%;
    margin-bottom: -20%;
}

#pushright .etoiles-avis-in-widget-carree-right {
    border-bottom: 1px solid #b9b9b9;
    margin-bottom: -15px;
}

#pushright .etoiles-avis-in-widget-carree-right .vp-etoile {
    margin-bottom: 10px;
}
#pushright .nombre-avis-in-widget-carree-right {
    color: #555a5e;
    font-size: 13px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: underline;
}


/**** FIN CSS WIDGET MODELE CARREE DANS LE pushright RECTANGLE A DROITE BLANC ****/


/**** DEBUT CSS WIDGET BANDEAU VERSION MOBILE ****/

    #sticker-long-blanc-note-gris .content-bottom {
        position: fixed;
        z-index: 999;
        height: auto;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        cursor: pointer;
        /*display: table;*/
        background-color: #fff0;
        bottom: -310px;
    }

    #sticker-long-blanc-note-gris .content-bottom:hover {
        bottom: 0;
        padding-bottom: 0;
    }

   #sticker-long-blanc-note-gris td.sticker-avis-note-gris {
		border-right: 2px solid #ccc;
		text-align: center;
		padding: 5px 0;
	}

    #sticker-long-blanc-note-gris .notesgris-sticker a, .notesgris-sticker span.notesize.is_note_size {
        color: #555a5e;
        font-size: 20px;
        font-weight: 500;
    }
	#sticker-long-blanc-note-gris .notesgris-sticker {
		margin-top: -5px;
	}
    #sticker-long-blanc-note-gris .etoilesgris-sticker .vp-etoile {
        margin: 0 auto;
    }
    
    #sticker-long-blanc-note-gris .logo-vp-in-avis {
        text-align: center;
    }
	#sticker-long-blanc-note-gris .logo-vp-in-avis img {
		margin-bottom: -10px;
	}
    div#sticker-long-blanc-note-gris table td, table th {
        padding: 0;
        border-bottom: 1px solid #fff0 !important;
        border-top: 1px solid #fff0 !important;
    }


    #sticker-long-blanc-note-gris .sticker-avis-gris {
        border-radius: 20px;
        background: #fff;
        margin-bottom: 18px;
        box-shadow: 3px 3px 15px 0 rgb(0, 0, 0, 0.5);
    }
    #sticker-long-blanc-note-gris .wrapper-avis-bottom {
        padding-top: 20px;
        text-align: center;
        background: #fff;
        box-shadow: 2px 0px 4px rgb(0, 0, 0, 0.5);
        border: 1px solid #555a5e;
        /*max-height: 220px;
        min-height: 220px;
        overflow-y: scroll;*/
    }
    
    #sticker-long-blanc-note-gris .wrapper-avis-bottom hr {
        width: 85%;
        border-top: none;
        border-bottom: 1px solid #999;
        margin: 8px auto;
        display: block;
    }

    #sticker-long-blanc-note-gris .txt-in-avis-bottom.avis_description_data {
        color: #404040;
        line-height: 1.3;
        font-weight: 300;
        font-size: 14px;
        text-align: justify;
        padding: 0 10px 0 10px;
    }

    #sticker-long-blanc-note-gris .wrapper-avis-bottom .txt-in-avis-bottom {
        height: 120px;
        overflow-y: scroll;
    }
    

/*-------------------[499px]------------------*/
@media only screen and (max-width: 499px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 499px;
    }
    
    
}

/*-------------------[480px]------------------*/
@media only screen and (max-width: 480px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 480px;
    }
    
}

/*-------------------[476px]------------------*/
@media only screen and (max-width: 476px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 476px;
    }
    
    
}

/*-------------------[460px]------------------*/
@media only screen and (max-width: 460px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 460px;
    }
    
}

/*-------------------[428px]------------------*/
@media only screen and (max-width: 428px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 428px;
    }
    
}

/*-------------------[425px]------------------*/
@media only screen and (max-width: 425px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 425px;
    }
    
}

/*-------------------[414px]------------------*/
@media only screen and (max-width: 414px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 414px;
    }
    
    
}

/*-------------------[390px]------------------*/
@media only screen and (max-width: 390px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 390px;
    }
    
    
}

/*-------------------[375px]------------------*/
@media only screen and (max-width: 375px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 375px;
    }

    
}

/*-------------------[360px]------------------*/
@media only screen and (max-width: 360px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 360px;
    }
    
    
}


/*-------------------[320px]------------------*/
@media only screen and (max-width: 320px) {

    div#sticker-long-blanc-note-gris .sticker-avis-gris {
        width: 320px;
    }
    
    
}
/**** FIN CSS WIDGET BANDEAU VERSION MOBILE ****/





   