
/* Common styles */

#pluginAppObj_63 {
    width: 100%;
    --padding-item: 0.8em;
    --title-color: rgba(39, 53, 133, 1);
    --title-text-align: center;          
    --title-justify-content: center;
    --title-padding: 10px 10px 10px 10px;
    
    --description-color: rgba(204, 204, 204, 1);
    --description-text-align: center;
    --description-justify-content: center;
    --description-padding: 10px 10px 10px 10px;
    
    --price-color: rgba(67, 67, 67, 1);
    --price-text-align: center;
    --price-justify-content: center; 
    --price-padding: 5px 10px 5px 10px;
    
    --property-color: rgba(67, 67, 67, 1);
    --property-text-align: justify;
    --property-justify-content: flex-end;
    --property-padding: 10px 20px 30px 20px;
    
    --button-color: rgba(255, 255, 255, 1);
    --button-text-align: center;
    --button-margin-left: auto;
    --button-margin-right: auto;
}

#pluginAppObj_63 #pluginAppObj_63_wrapper {
    display: flex;
    justify-content: center;
    padding-left: 6px !important;padding-right: 6px !important;padding-top: 6px !important;padding-bottom: 6px !important;
}

#pluginAppObj_63 #pluginAppObj_63_container {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
    box-sizing: border-box;
    font-family: Blue Highway;
    font-size: 11pt;
    font-weight: normal;
    font-style: normal;
    width: 100%;
}

#pluginAppObj_63 #pluginAppObj_63_container.uipreview {
  margin: 0px 10px 0 10px;
}

#pluginAppObj_63 #pluginAppObj_63_container.uipreview:not(.shadow) {
  -webkit-mask-image: -webkit-gradient(linear, left center, right center, 
      color-stop(0, transparent),
      color-stop(.18, transparent),
      color-stop(.25, rgba(0,0,0,.5)),
      color-stop(.34, black),
      color-stop(.66, black),
      color-stop(.75, rgba(0,0,0,.5)),
      color-stop(.82, transparent),
      color-stop(1, transparent)
    )
}


/* RESPONSIVE AND MOBILE RULES */

#pluginAppObj_63 #pluginAppObj_63_container.responsive {
    display: block;
}

#pluginAppObj_63 #pluginAppObj_63_container.mobile > .pricing__item {
    max-width: 100%;
}

#pluginAppObj_63 #pluginAppObj_63_container.container.responsive .pricing__item:first-child {
    
}

#pluginAppObj_63 #pluginAppObj_63_container.container.responsive .pricing__item:last-child {
    margin-right: 0;
    
}

#pluginAppObj_63 #pluginAppObj_63_container.responsive > .pricing__item,
#pluginAppObj_63 #pluginAppObj_63_container.mobile > .pricing__item {
    margin-right: 0px;
    margin-bottom: 30px;
}
#pluginAppObj_63 #pluginAppObj_63_container.responsive > .pricing__item:last-child,
#pluginAppObj_63 #pluginAppObj_63_container.mobile > .pricing__item :last-child {
    margin-bottom: 0;
}

#pluginAppObj_63_container.mobile .pricing__item .pricing__feature-list {
    padding-top: 10px;
}

/*end*/

#pluginAppObj_63 .pricing__item {
	position: relative;
    background-color: rgba(255,255,255,1);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 350px;
	flex: 0 1 350px;
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    padding: var(--padding-item);
    margin-right: 30px;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;box-shadow: 1px 1px 5px 0px rgba(132, 132, 132, 1);
}

#pluginAppObj_63 #pluginAppObj_63_container.container .pricing__item:first-child {
    
}

#pluginAppObj_63 #pluginAppObj_63_container.container .pricing__item:last-child {
    margin-right: 0;
    
}

#pluginAppObj_63 .pricing__item .wrapper_image {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pluginAppObj_63 .pricing__item .pricing__image {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 350px;
    margin-bottom: 0.5em;   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#pluginAppObj_63 .pricing__item[data-box="0"] .pricing__image {
    background-image: url('../../pluginAppObj/pluginAppObj_63/picto_nous_choisir_ponctualite_100100px.png');
}

#pluginAppObj_63 .pricing__item[data-box="1"] .pricing__image {
    background-image: none;
}

#pluginAppObj_63 .pricing__item[data-box="2"] .pricing__image {
    background-image: none;
}

#pluginAppObj_63 .pricing__item[data-box="3"] .pricing__image {
    background-image: none;
}

#pluginAppObj_63 .pricing__item .pricing__image > img {
    visibility: hidden;
    max-width: 100%;
    max-height: 350px;
}

#pluginAppObj_63 .pricing__item .pricing__title {
    color: var(--title-color);
    padding: var(--title-padding);
    text-align: var(--title-text-align);
    text-shadow: none;
    vertical-align: middle;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: var(--title-justify-content);
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
    flex-direction: row;
    line-height: 130%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pluginAppObj_63 .pricing__item .pricing_price__period {
	color: var(--price-color);
    text-align: var(--price-text-align);
    padding: var(--price-padding);
}

#pluginAppObj_63 .pricing__item .pricing__sentence {
	color: var(--description-color);
    padding: var(--description-padding);
    text-align: var(--description-text-align);
    font-family: Blue Highway;
    font-size: 11pt;
}

#pluginAppObj_63 .pricing__item .pricing__details.hidden { 
    display: none;
}

#pluginAppObj_63 .pricing__item .pricing__details {
   display: flex;
   justify-content: center;
   align-items: center;
   color: var(--property-color);
   padding-bottom: 30px;
}

#pluginAppObj_63 .pricing__item .pricing__details .text {
   margin-right: 0.5em;
   cursor: pointer;
}

#pluginAppObj_63 .pricing__item .pricing__details .icon {
    transition-duration: 400ms;
    text-align: center;
    cursor: pointer;
}

#pluginAppObj_63 .pricing__item .pricing__details .icon.opened {
    transform: rotate3d(1, 0, 0, 180deg);
}

#pluginAppObj_63 .pricing__item .pricing__details .icon svg {
    width: 14.63px;
    height: 14.63px;
    fill: var(--property-color);
    vertical-align: middle;
    cursor: pointer;
}

#pluginAppObj_63 .pricing__item .pricing__feature-list.collapse {
   display: none; 
}

#pluginAppObj_63 .pricing__item .pricing__feature-list {
    font-family: Blue Highway;
    font-size: 11pt;
    color: var(--property-color);
    padding: var(--property-padding);
    text-align: var(--property-text-align);
    margin: 0;
}

#pluginAppObj_63 .pricing__item .separator {
    margin: 0.5em 0;
}

#pluginAppObj_63 .pricing__item .pricing__action {
    font-family: Blue Highway;
    font-size: 11.55pt;
    margin-top: auto;
    margin-bottom: 0.5em;
    margin-left: var(--button-margin-left);
    margin-right: var(--button-margin-right);
	background: none;
    color: var(--button-color);
    text-align: var(--button-text-align);
    display: inline-block;
    text-shadow: none;
    cursor: pointer;
    line-height: 1.2;
    background-color: rgba(110, 164, 250, 1);
    padding: 10px 10px 10px 10px;
    border-radius: 5px 5px 5px 5px;
    vertical-align: middle;
    border: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#pluginAppObj_63 .pricing__action:focus {
	outline: none;
}

#pluginAppObj_63 .pricing__action:hover,
#pluginAppObj_63 .pricing__action:focus {
    background-color: rgb(80, 134, 220);
}


/* Individual styles */

/* STYLE 1 */
#pluginAppObj_63 .style-1 .pricing__item {
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

#pluginAppObj_63 .style-1 .pricing__item:hover {
    background-color: rgba(225, 225, 225, 1);
}

#pluginAppObj_63 .style-1 .pricing__title {
    font-size: 22pt;
	width: 100%;
	margin: 0 0 0.25em;
	border-bottom: 3px solid rgba(240, 240, 240, 1);
}

#pluginAppObj_63 .style-1 .pricing__item.pricing__item--featured > .pricing__title {
   border-color: color: var(--title-color);
}

#pluginAppObj_63 .style-1 .pricing_price__period {
	font-size: 19.25pt;
}

#pluginAppObj_63 .style-1 .pricing__sentence {
	font-weight: bold;
}

#pluginAppObj_63 .style-1 .pricing__action {
	font-weight: bold;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

/* STYLE 2 */

#pluginAppObj_63 .style-2 .pricing__item:not(:last-child) {
    
}

#pluginAppObj_63 .style-2 .pricing__item {
	border: 1px solid rgba(255,255,255,0);
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
}

#pluginAppObj_63 #pluginAppObj_63_container.style-2 .pricing__item.pricing__item--featured {
    z-index: 10;
    border: 10px solid rgba(255,255,255,0);
}

#pluginAppObj_63 .style-2 .pricing__title {
    font-size: 22pt;
	width: 100%;
	margin: 0;
}

#pluginAppObj_63 .style-2 .pricing__price {
    font-size: 14.3pt;
	font-weight: bold;
	line-height: 95px;
	width: 100px;
	height: 100px;
	margin: 0 auto 0.4em; /*si*/
	border-radius: 50%;
	background: rgba(255,255,255,0);
	-webkit-transition: color 0.3s, background 0.3s;
	transition: color 0.3s, background 0.3s;
}

#pluginAppObj_63 .style-2 .pricing__item:hover .pricing__price {
    background-color: var(--price-color);
    color: rgba(255,255,255,0);
}

#pluginAppObj_63 .style-2 .pricing__sentence {
	font-weight: bold;
}

#pluginAppObj_63 .style-2 .pricing__feature-list {
	margin: 0;
	list-style: none;
}

#pluginAppObj_63 .style-2 .pricing__action {
	font-weight: bold;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(0, -15px, 0);
	transform: translate3d(0, -15px, 0);
}

#pluginAppObj_63 .style-2 .pricing__item:hover .pricing__action {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 250px) {
	#pluginAppObj_63 .style-2 .pricing__item {
		width: 90%;
		flex: none;
	}
}

/* STYLE 3 */
#pluginAppObj_63 .style-3 .pricing__item {
	text-align: left;
	border-top: 3px solid #EEF0F3;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
    border-color: transparent;
}

#pluginAppObj_63 .style-3 .pricing__item:hover {
	border-color: rgba(255,255,255,0);
}

#pluginAppObj_63 .style-3 .pricing__item--featured {
    border-color: rgba(255,255,255,0);
}

#pluginAppObj_63 .style-3 .pricing__title {
    font-size: 12.1pt;
	margin: 0 0 1em;
}

#pluginAppObj_63 .style-3 .pricing_price__period {
	font-weight: bold;
    border-top: 3px solid rgba(225, 225, 225, 1);
}

#pluginAppObj_63 .style-3 .pricing__price {
    font-size: 22pt;
}

#pluginAppObj_63 .style-3 .pricing__period {
    font-size: 11pt;
}

#pluginAppObj_63 .style-3 .pricing__sentence {
	font-weight: bold;
    border-bottom: 3px solid rgba(225, 225, 225, 1);
}

#pluginAppObj_63 .style-3 .pricing__details {
    font-size: 9.35pt;
}

#pluginAppObj_63 .style-3 .pricing__feature-list {
    font-size: 9.35pt;
	font-style: italic;
	margin: 0;
	list-style: none;
}

#pluginAppObj_63 .style-3 .pricing__action {
	font-weight: bold;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#pluginAppObj_63 .style-3 .pricing__action:hover,
#pluginAppObj_63 .style-3 .pricing__action:focus {
    background-color: rgba(255,255,255,0);
}

/* STYLE 4 */
#pluginAppObj_63 .style-4 .pricing__title {
    font-size: 25.85pt;
	font-weight: 900;
	line-height: 1;
	margin: 0 auto;
}

#pluginAppObj_63 .style-4 .pricing_price__period {
    font-size: 22pt;
	font-weight: bold;
	position: relative;
	z-index: 10;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
    background-color: rgba(240, 240, 240, 1);
}

#pluginAppObj_63 .style-4 .pricing__item:hover .pricing_price__period {
    color: var(--description-color);
}

#pluginAppObj_63 .style-4 .pricing_price__period::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
    background-color: rgba(240, 240, 240, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transform: translate3d(-150%,0,0) skewX(40deg);
	transform: translate3d(-150%,0,0) skewX(40deg);
}

#pluginAppObj_63 .style-4 .pricing__item:hover .pricing_price__period::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) skewX(0deg);
	transform: translate3d(0,0,0) skewX(0deg);
}

#pluginAppObj_63 .style-4 .pricing__period {
	font-size: 0.5em;
	font-weight: normal;
	display: block;
}

#pluginAppObj_63 .style-4 .pricing__feature-list {
	list-style: none;
}

#pluginAppObj_63 .style-4 .pricing__action {
	font-weight: bold;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}

#pluginAppObj_63 .style-4 .pricing__action:hover,
#pluginAppObj_63 .style-4 .pricing__action:focus {
	color: rgba(110, 164, 250, 1);
    background: var(--button-color);
}

#pluginAppObj_63 .style-4 .pricing__item--featured {
    font-size: 12.65pt;
}

#pluginAppObj_63 .style-4 .pricing__item:hover {
	z-index: 100;
}

#pluginAppObj_63 .style-4:not(.responsive) .pricing__item:not(.pricing__item--featured) {
    margin-top: 1.5em; margin-bottom: 1.5em;
}


/* STYLE 5 */
#pluginAppObj_63 .style-5 .pricing__item {
	overflow: hidden;
}

#pluginAppObj_63 .style-5:not(.responsive) .pricing__item:not(.pricing__item--featured) {
    margin-top: 1.5em; margin-bottom: 1.5em;
}

#pluginAppObj_63 .style-5 .pricing__feature {
	padding: 0.15em 0;
}

#pluginAppObj_63 .style-5 .pricing__action {
	font-weight: bold;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

#pluginAppObj_63 .style-5 .pricing__item--featured {
    font-size: 12.65pt;
}

#pluginAppObj_63 .style-5 .pricing__title {
    font-size: 22pt;
}

#pluginAppObj_63 .style-5 .pricing_price__period {
    font-size: 24.2pt;
    font-weight: 800;
    position: relative;
	z-index: 100;
}

#pluginAppObj_63 .style-5 .pricing__period {
	font-size: 0.4em;
	display: inline-block;
	padding: 0 0 0 0.2em;
}

#pluginAppObj_63 .style-5 .pricing__sentence {
	font-weight: bold;
}

#pluginAppObj_63 .style-5 .pricing__details {
    font-size: 10.45pt;
}

#pluginAppObj_63 .style-5 .pricing__feature-list {
    font-size: 10.45pt;
	margin: 0;
	list-style: none;
}


/* STYLE 6*/
#pluginAppObj_63 .style-6 .pricing__item {
	cursor: default;
    border: 1px solid rgba(255,255,255,0);
}

#pluginAppObj_63 .style-6 .pricing__item:not(:last-child) {
    
}

#pluginAppObj_63 .style-6 .pricing__item:hover {
	z-index: 100;
}

#pluginAppObj_63 .style-6 .pricing__item:hover::after {
	content: '';
	pointer-events: none;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 99%;
	height: 99%;
	box-sizing: content-box;
    border: 5px solid rgba(255,255,255,0);
    border-radius: 10px 10px 10px 10px;
}

#pluginAppObj_63 .style-6 .pricing__item.pricing__item--featured {
    background-color: rgba(215, 215, 215, 1);
}

#pluginAppObj_63 .style-6 .pricing__title {
    font-size: 16.5pt;
	margin: 0 0 0.5em 0;
}

#pluginAppObj_63 .style-6 .pricing_price__period {
    font-size: 22pt;
	font-weight: bold;
}

#pluginAppObj_63 .style-6 .pricing__period {
    font-size: 0.4em;
	padding: 0 0 0 0.5em;
}

#pluginAppObj_63 .style-6 .pricing__feature-list {
	margin: 0;
	list-style: none;
	text-align: var(--property-text-align);
}

#pluginAppObj_63 .style-6 .pricing__feature {
	padding: 0.25em;
}

#pluginAppObj_63 .style-6 .pricing__action {
	font-weight: bold;
	-webkit-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
