/********** Template custom CSS **********/
body {
    font-family: Open Sans , sans-serif;
    background-color: #f0f2f4;
}
#img_logogsm {
	max-width : 100%;
}
.page-id-7 .breadcrumb {
	display:none;
}
.bg-white2 {
    background-color: #f0f2f4;
}
.blocHeader {
	background-color: #911146;
	color: #fff;
}
.btn-sm-square-2 {
	width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 0.7rem;
}
.navdiv {
	background-color: #ffffff;
	margin-bottom: 20px;
}
.nav-link2 {
    color: #911146;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
}
.nav-link3 {
    color: #911146;
    border-radius: 6px;
    margin: 10px 0px 10px 10px;
    padding: 10px 0px 10px 10px ;
}
.nav-link4 {
    color: #911146;
    border-radius:10px 10px 10px 10px;
    margin: 10px 10px 10px 0px;
    padding: 10px 10px 10px 0px;
}
a.nav-link2:hover,  a.nav-link3:hover, a.nav-link4:hover {
	color:#cccccc;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #911146!important;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
   right:0;
    margin-top: .125rem;
}
.dropdown-toggle2:after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.search-form {
	display: none;
	float: right;
}
.text-primary2 {
	color: #911146;
}
.py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
	margin-left: 18em;
}
.top1 {
    font-size: .95em;
}
.slide {
	margin-top: 50px;
}
.h1acc, #h2is {
	font-size: 20px;
    margin-top: 100px;
}
#boutonRnq {
	Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#txtbtnRnq{
    font-weight: 600;
    display: inline-block;
    padding: 20px;
}
#rnqLink {
	align-items: center;
    margin: auto 0;
}
.colAcc {
	display: inline;
	margin: auto;
}
.blocCTA1 {
    background-color: #911146;
    color: #fff!important;
	border: none;
	color: #666;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	cursor: pointer;
	border-radius: 10px;
	padding-bottom: 50px;
	margin-top: 100px;
}
.blocCTA2 {
	background-color: #ebebeb;
    padding: 10px 25px;
    border-radius: 10px;
    width: 25%;
    display: inline;
}
#h2cta1{
	color: #fff;
	font-size: 30px;
}
.buttoncta1 {
	color: #911146;
}
#h2catform {
    margin-top: 100px;
}
.typforma {
	text-align: center;
    margin: 50px 0px;
    background: #cccccc;
    border-radius: 10px;
}
.typforma2 {
	text-align: center;
    margin: 20px 0px;
    background: #cccccc;
    border-radius: 10px;
}
.typforma > h3 {
    margin-top: 10px;
}
.typforma > span > img {
	margin-bottom: 20px;
}
.txttypforma {
	min-height:90px;
}
.w-50 {
    width: 55%!important;
}
.carousel-inner, .carousel-item {
	text-align: center;
}
.progdetails {
	margin: 50px 150px;
}
.detailforma {
	text-align: center;
    background: #cccccc;
    border-radius: 10px;
	padding: 25px;
}
.detailforma2 {
  display: flex;
  align-items: center;
}
.titleprog1 {
	margin-top: 20px;
	min-height: 70px;
}
.imgprog {
    border-radius: 50%;
    width: 300px;
    height: 300px;
	/*margin-top: 250px;*/
	display: inline;
    margin: auto;
}
h1 , h2 ,p {
    margin-top: 44px;
	margin-bottom: 22px;
    line-height: 28px;
	text-align: center;
}
#txtpdp {
	text-align: center;
}
.lienFooter {
	  color: #ffffff!important;
    text-decoration: underline;
}
.blocFooter {
	background-color: #911146;
	color: #fff;
	margin-top: 100px;
}
.btn-primary2 {
	color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.titlecircle {
	text-align : center;
	font-size: 20px;
    margin: 25px 0px;
}
/* début css progress circle */
.circle-svg {
  display: block;
  margin: 10px auto;
  /*max-height: 100px;*/
  width: 250px;
  height: 250px;
}
.circle-svg text {
  text-align:center;
  color:#911146;
  font-size:10px
}
.circle-svg path.percent {
  stroke: #911146;
  fill: none;
  stroke-width: 0.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.circle-svg path.around {
    stroke: #c4c4c4;
    fill: none;
    stroke-width: 0.8;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100; 
  }
}
.pct-svg {
	
}
/* fin css progress circle */

#btn-back-to-top {
  	position: fixed;
 	bottom: 100px;
  	right: 20px;
 	display: none;
	background: #cccccc;
	border-color: #cccccc;
}
.fa-arrow-up {
	color: #911146;
}

.sepa_access {
	margin-bottom: 20px;
	border-top: 2px solid #a12a5e;
	padding-top: 15px;
}

img.img_opc {
	max-width: 200px;
	max-height: 200px;
}
.lien_opc {
    text-align: center;
    background: #911146;
    border-radius: 10px;
    padding: 10px;
}
/* début css boutons suggestion - réclamation */
@media screen and (min-width:1025px) {
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
/* fin css boutons suggestion - réclamation */
.titreform {
	font-size: 1.5em;
	font-weight: 700;
}

.formcontact {
	background: #cccccc;
    border-radius: 10px;
}
blockquote {
    font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: center!important;
	border-left: solid 4px #911146;
}
div.txtdetailsforma , div.txtdetailsopc {
	background-color: #e6e6e6!important;
	text-align: left;
    border-radius: 10px;
    padding: 5px;
}
.blocCTA3 {
	padding: 10px 25px;
    border-radius: 10px;
    width: 25%;
    display: inline;
}
.buttoncta2 {
	color: #000;
    background: #e6e6e6;
    padding: 15px 50px;
    border-radius: 10px;
    display: inline-block;
    margin: 15px 0px 0px 0px;
}
.buttoncta2:hover {
	color: #911146;
}
.breadcrumb2 {
    padding: 8px 15px;
	color: #911146;
	font-weight: 600;
}
.breadcrumb2 a {
    color: #911146;
    text-decoration: none;
}
.breadcrumb2 a:hover {
    color: #cccccc;
}
#ariane {
    margin: 0em 0em 0em 21em;
}
.txtlienctlg {
	margin: 0px;
}
.lienctlg {
	background: #911146;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.wpcf7-form > p {
	border-radius: 10px:
}
.wpcf7-submit {
	margin-bottom: 20px;
}
.blocCTA4 {
	border-radius: 10px;
    width: 25%;
    display: inline;
}
.buttoncta3 {
    border-radius: 10px;
    display: inline-block;
	color: #911146;
    padding: 40px 50px;
    font-weight: 600;
    font-size: 25px;
}
.buttoncta3:hover {
	color: #e6e6e6;
}
.txtlienctlg2 {
	font-size: 25px;
    color: #000;	
}
.dropdown-menu[data-bs-popper] {
	margin-top: 0;
    margin-left: 50em!important;
	width: 300px;
}
.dropdown-menu.show {
    display: block;
}
.wpcf7-form {
	padding: 20px;
}
#titleResult {
font-size: 2rem;
}
.listeResult {
    font-style: italic;
    text-decoration: underline;
    list-style-type: none;
    font-size: 1.5rem;
	margin-bottom: 20px;
}
.listeResult>a {
    color: #000000!important;
}
.title_page_error {
	font-size: 1.5rem;
}
.blocCTA5 a{
	color: #911146;
    padding-top: 2em;
}
/* media break */
@media only screen and (max-width:576px) {
.container-sm {
	max-width:576px;
}
.containergsm {
	padding: 0px;
	margin: 0px;
	background: #911146;
	text-align: center;
}
.navbar-toggler	{
	margin-left: 90%;
	}
.navbar-brand, .txtSugg, #boutonRec {
display: none;		
}
.justify-content-around{
	margin: 0px 10px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: 0em!important;
    width: 275px;
}
#ariane {
    margin: 0em 0em 0em 1em;
}
.formcontact {
    width: 90%;
}
.wpcf7-form {
    padding: 0px;
}
.wpcf7-form-control {
	width: 100%;	
	}
.imgprog {
	margin: 50px 0px;
	width: 150px;
    height: 150px;
	display: inline;
    margin: auto;
}
.justify-content-around {
    margin: 20px 10px;
}
}
@media only screen and (min-width:768px) {
.containergsm {
    display: none;
}
.navbar-brand {
display: block;		
}
.typforma > h3 {
    font-size: 18px;
}
.txttypforma2 {
    min-height: 180px;
}
/* #boutonSugg, #boutonRec {
display: none;		
}*/
.dropdown-menu[data-bs-popper] {
	margin-top: 0;
    margin-left: 32em!important;
	width: 300px;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
@media only screen and (min-width:992px) {
/* .logogsm {
    display: none;
} 
.navbar-brand {
display: none;		
} */
.txttypforma2 {
    min-height: 100px;
}
.imgprog {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    /*margin-top: 250px;*/
	display: inline;
    margin: auto;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
@media only screen and (min-width:1400px) {
/* .logogsm {
    display: none;
}
	.navbar-brand {
display: none;		
} */
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}

/********** Template custom CSS **********/
body {
    font-family: Open Sans , sans-serif;
    background-color: #f0f2f4;
}
#img_logogsm {
	max-width : 100%;
}
.page-id-7 .breadcrumb {
	display:none;
}
.bg-white2 {
    background-color: #f0f2f4;
}
.blocHeader {
	background-color: #911146;
	color: #fff;
}
.btn-sm-square-2 {
	width: 24px;
    height: 24px;
    padding: 4px;
    font-size: 0.7rem;
}
.navdiv {
	background-color: #ffffff;
	margin-bottom: 20px;
}
.nav-link2 {
    color: #911146;
    border-radius: 6px;
    margin: 10px;
    padding: 10px;
}
.nav-link3 {
    color: #911146;
    border-radius: 6px;
    margin: 10px 0px 10px 10px;
    padding: 10px 0px 10px 10px ;
}
.nav-link4 {
    color: #911146;
    border-radius:10px 10px 10px 10px;
    margin: 10px 10px 10px 0px;
    padding: 10px 10px 10px 0px;
}
a.nav-link2:hover,  a.nav-link3:hover, a.nav-link4:hover {
	color:#cccccc;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #911146!important;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
   right:0;
    margin-top: .125rem;
}
.dropdown-toggle2:after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.search-form {
	display: none;
	float: right;
}
.text-primary2 {
	color: #911146;
}
.py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
	margin-left: 18em;
}
.top1 {
    font-size: .95em;
}
.slide {
	margin-top: 50px;
}
.h1acc, #h2is {
	font-size: 20px;
    margin-top: 100px;
}
#boutonRnq {
	Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#txtbtnRnq{
    font-weight: 600;
    display: inline-block;
    padding: 20px;
}
#rnqLink {
	align-items: center;
    margin: auto 0;
}
.colAcc {
	display: inline;
	margin: auto;
}
.blocCTA1 {
    background-color: #911146;
    color: #fff!important;
	border: none;
	color: #666;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: auto;
	cursor: pointer;
	border-radius: 10px;
	padding-bottom: 50px;
	margin-top: 100px;
}
.blocCTA2 {
	background-color: #ebebeb;
    padding: 10px 25px;
    border-radius: 10px;
    width: 25%;
    display: inline;
}
#h2cta1{
	color: #fff;
	font-size: 30px;
}
.buttoncta1 {
	color: #911146;
}
#h2catform {
    margin-top: 100px;
}
.typforma {
	text-align: center;
    margin: 50px 0px;
    background: #cccccc;
    border-radius: 10px;
}
.typforma2 {
	text-align: center;
    margin: 20px 0px;
    background: #cccccc;
    border-radius: 10px;
}
.typforma > h3 {
    margin-top: 10px;
}
.typforma > span > img {
	margin-bottom: 20px;
}
.txttypforma {
	min-height:90px;
}
.w-50 {
    width: 55%!important;
}
.carousel-inner, .carousel-item {
	text-align: center;
}
.progdetails {
	margin: 50px 150px;
}
.detailforma {
	text-align: center;
    background: #cccccc;
    border-radius: 10px;
	padding: 25px;
}
.detailforma2 {
  display: flex;
  align-items: center;
}
.titleprog1 {
	margin-top: 20px;
	min-height: 70px;
}
.imgprog {
    border-radius: 50%;
    width: 300px;
    height: 300px;
	/*margin-top: 250px;*/
	display: inline;
    margin: auto;
}
h1 , h2 ,p {
    margin-top: 44px;
	margin-bottom: 22px;
    line-height: 28px;
	text-align: center;
}
#txtpdp {
	text-align: center;
}
.lienFooter {
	  color: #ffffff!important;
    text-decoration: underline;
}
.blocFooter {
	background-color: #911146;
	color: #fff;
	margin-top: 100px;
}
.btn-primary2 {
	color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}
.titlecircle {
	text-align : center;
	font-size: 20px;
    margin: 25px 0px;
}
/* début css progress circle */
.circle-svg {
  display: block;
  margin: 10px auto;
  /*max-height: 100px;*/
  width: 250px;
  height: 250px;
}
.circle-svg text {
  text-align:center;
  color:#911146;
  font-size:10px
}
.circle-svg path.percent {
  stroke: #911146;
  fill: none;
  stroke-width: 0.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.circle-svg path.around {
    stroke: #c4c4c4;
    fill: none;
    stroke-width: 0.8;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100; 
  }
}
.pct-svg {
	
}
/* fin css progress circle */

#btn-back-to-top {
  	position: fixed;
 	bottom: 100px;
  	right: 20px;
 	display: none;
	background: #cccccc;
	border-color: #cccccc;
}
.fa-arrow-up {
	color: #911146;
}

.sepa_acces {
margin-bottom: 20px;
border-top: 2px solid #a12a5e;
padding-top: 15px;
}

/* début css boutons suggestion - réclamation */
@media screen and (min-width:1025px) {
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
/* fin css boutons suggestion - réclamation */
.titreform {
	font-size: 1.5em;
	font-weight: 700;
}

.formcontact {
	background: #cccccc;
    border-radius: 10px;
}
blockquote {
    font-size: 20px;
	font-weight: 300;
	font-style: italic;
	text-align: center!important;
	border-left: solid 4px #911146;
}
div.txtdetailsforma {
	background-color: #e6e6e6!important;
	text-align: left;
    border-radius: 10px;
    padding: 5px;
}
.blocCTA3 {
	padding: 10px 25px;
    border-radius: 10px;
    width: 25%;
    display: inline;
}
.buttoncta2 {
	color: #000;
    background: #e6e6e6;
    padding: 15px 50px;
    border-radius: 10px;
    display: inline-block;
    margin: 15px 0px 0px 0px;
}
.buttoncta2:hover {
	color: #911146;
}
.breadcrumb2 {
    padding: 8px 15px;
	color: #911146;
	font-weight: 600;
}
.breadcrumb2 a {
    color: #911146;
    text-decoration: none;
}
.breadcrumb2 a:hover {
    color: #cccccc;
}
#ariane {
    margin: 0em 0em 0em 21em;
}
.txtlienctlg {
	margin: 0px;
}
.lienctlg {
	background: #911146;
    color: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.wpcf7-form > p {
	border-radius: 10px:
}
.wpcf7-submit {
	margin-bottom: 20px;
}
.blocCTA4 {
	border-radius: 10px;
    width: 25%;
    display: inline;
}
.buttoncta3 {
    border-radius: 10px;
    display: inline-block;
	color: #911146;
    padding: 40px 50px;
    font-weight: 600;
    font-size: 25px;
}
.buttoncta3:hover {
	color: #e6e6e6;
}
.txtlienctlg2 {
	font-size: 25px;
    color: #000;	
}
.dropdown-menu[data-bs-popper] {
	margin-top: 0;
    margin-left: 50em!important;
	width: 300px;
}
.dropdown-menu.show {
    display: block;
}
.wpcf7-form {
	padding: 20px;
}
#titleResult {
font-size: 2rem;
}
.listeResult {
    font-style: italic;
    text-decoration: underline;
    list-style-type: none;
    font-size: 1.5rem;
	margin-bottom: 20px;
}
.listeResult>a {
    color: #000000!important;
}
.title_page_error {
	font-size: 1.5rem;
}
.blocCTA5 a{
	color: #911146;
    padding-top: 2em;
}
/* media break */
@media only screen and (max-width:576px) {
.container-sm {
	max-width:576px;
}
.containergsm {
	padding: 0px;
	margin: 0px;
	background: #911146;
	text-align: center;
}
.navbar-toggler	{
	margin-left: 90%;
	}
.navbar-brand, .txtSugg, #boutonRec {
display: none;		
}
.justify-content-around{
	margin: 0px 10px;
}
.dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: 0em!important;
    width: 275px;
}
#ariane {
    margin: 0em 0em 0em 1em;
}
.formcontact {
    width: 90%;
}
.wpcf7-form {
    padding: 0px;
}
.wpcf7-form-control {
	width: 100%;	
	}
.imgprog {
	margin: 50px 0px;
	width: 150px;
    height: 150px;
	display: inline;
    margin: auto;
}
.justify-content-around {
    margin: 20px 10px;
}
}
@media only screen and (min-width:768px) {
.containergsm {
    display: none;
}
.navbar-brand {
display: block;		
}
.typforma > h3 {
    font-size: 18px;
}
.txttypforma2 {
    min-height: 180px;
}
/* #boutonSugg, #boutonRec {
display: none;		
}*/
.dropdown-menu[data-bs-popper] {
	margin-top: 0;
    margin-left: 32em!important;
	width: 300px;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
@media only screen and (min-width:992px) {
/* .logogsm {
    display: none;
} 
.navbar-brand {
display: none;		
} */
.txttypforma2 {
    min-height: 100px;
}
.imgprog {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    /*margin-top: 250px;*/
	display: inline;
    margin: auto;
}
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}
@media only screen and (min-width:1400px) {
/* .logogsm {
    display: none;
}
	.navbar-brand {
display: none;		
} */
#boutonRec {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 300px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
#boutonSugg {
    position: fixed;
    width: 130px;
    height: 50px;
    bottom: 400px;
    right: 50px;
    Background-color: #911146;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #cccccc;
}
.txtSugg {
    font-weight: 600;
    display: inline-block;
    padding-top: 10px;
}
}

