input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
a
{
color:#b3040f;
}
.notice-content a:visited,
.notice-content a:active,
.notice-content a
{
    color:white;
    text-decoration:underline;
}
.notice-content a:hover 
{
    color: white;
    opacity:0.7;
}
.cart-delete-icon {
    color: #b3040f;
    margin-bottom: 25px;
    font-size: 14px;
}
.mobile-menu-tb a i
{
color:black
}
a.amount span 
{
   font-weight:bold;
}
.about-rose-bella .diamonds
{
	display: none;
}
form.Large_screen_search button, form.small_screen_search button
{
	position: absolute;
    font-size: 16px;
    right: 11px;
    top: 11px;
    width: 40px;
    border: none;
    background: none;
}

.site-adbanner
{
	display: none;
}
.addthis_toolbox.share-button i 
{
color:black;
}
.col_right .textIntro p
{
	display:block;
}
.button-icon
{
	padding-right:10px;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.left strong
{
	font-size:14px;
	font-style: italic;
    font-family: 'Poppins';
    font-weight: normal;
}
.container,
.page-container 
{
	margin:0 auto;
}
.wrapper
{
	overflow:hidden;
}
.back-to-psheet i
{
	color:white;
}

.price .s_prix {
    color: #b3040f;
    font-size: 2em;
    font-weight: bold;
    /* font-family: 'caviar_dreamsbold', 'Century Gothic', sans-serif; */
}

.price .text {
    color: #b3040f;
    font-size: 18px;
    font-weight: 500;
}

.product-love {
	position: absolute;
	right: 0px;
    top: 0px;
    color: #b3040f;
    font-size: 1.5em;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	border: 1px solid #cdcdcd;
}

.heart-icon {
    position: absolute;
	right: 0px;
    top: 0px;
    color: #b3040f;
    font-size: 1.5em;
    background: white;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
	cursor:pointer;
	border: 1px solid #cdcdcd;
	z-index: 99;
   }

   .product-container {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
}



.formation-content-text img
{
	width:20px;
	margin-right:10px;
}
.site-notes
{
	display:none;
}
.btn.btn-primary.banner-desktop
{
	display:none;
}

.btn.btn-primary
{
	    height: 40px;
        background: #b3040f;
    border-radius: 60px;
        border: none;
    color: white;
    padding: 0 20px;
cursor:pointer;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;

}

.button-div {

	width:55%;
	margin: 0 auto;
	text-align:center;
    display: flex;
    justify-content: center;
}


	.Top_bar
{
	background:black;
	display:none;
	align-items: center;
    	padding: 10px;
	
}

/**************** HEADER **********************/

  .header {

       position: relative;
  }

  .header .container {

      position: relative;

  }

  .header a { color:#FFFFFF; text-decoration:none; }

  .header .Top_bar a:hover { text-decoration:none; opacity:0.8 }

.top_bar_content
{
	display:flex;
	justify-content: center;
	align-items: center;
    	margin: 0 auto
}


.Top_bar img

{

	width:1.25em;
	margin-left:10px;
}

.Top_bar p
{
	margin: 0;
	color: white;
	font-size:12px;
	border-right: 1px solid white;
    	padding: 0 15px;
}

.Top_bar a 
{
	color: white;
}

.Logo_menu {
    display: flex;
    justify-content: space-between;
	height: auto;
	flex-direction: row-reverse;
     align-items: center;
	margin: 15px auto;
	width:90%;
}
.Logo_menu .logo
{
	width:55%;
}
.Logo_menu .logo img
{

	width:175px;
}

.header_icon i
{

   color:black;
   padding: 4px;
}

.header_icon
{
display:flex;
align-items:center;
display: none;
}

.mobile-first-nav
{
	display:flex;
	background:white;
	  width: 100%;
    justify-content: space-evenly;
    height: 40px;
    align-items: center;
}


form.Large_screen_search
{
	display:none;
}

.menu_burger{
        display: block;
  }
  .menu_burger div {
    width: 22px;
    height: 2px;
    background-color: black ;
    margin: 6px 0px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .menu_burger.opened div.barre1{
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    margin-top: 21px;
  }
  .menu_burger.opened div.barre2{
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    margin-top: -9px;
  }
  .menu_burger.opened div.barre3{
    opacity: 0;
  }

.small_screen_search
{
	/* display:none; */
	position: relative;
}

.ms-show
{
	display:block;
}

form.small_screen_search input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #DEDEDE;
  float: left;
  width: 95%;
  background: white;
  border-radius: 35px;
}

form.small_screen_search i
{
	color:black;
        font-size: 16px;
}

form.small_screen_search input[type=text]:focus
{
border:1px solid black;
outline:none !important;
}


form.small_screen_search button:hover {
  background: #0b7dda;
}

form.small_screen_search::after {
  content: "";
  clear: both;
  display: table;
}
.container.responsive
{
	width:100%
}
.mobile_search
{
	margin: 0 auto;
    width:91%;
    margin-bottom: 15px;
}
.red_notice
{
	color: white;
		padding: 10px;
		font-size: small;
		display: none; 
		/*margin-bottom: 10px; */
		background: #b3040f;
		text-align: center;
   		 font-size: 10px;
}
.site-notes
{
	display:none;
}
	.nav {

      width:100%;
	display:none;
	z-index: 1;

      margin-bottom:0px;

      position:relative;

  }

.content-Home
{
	padding: 0px 0px;
	
}

.title-text

{

	color: black;
	text-align:center;
	text-transform: none;
	width:90%;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
}

.offer-three-box
{
	display:flex;
	width:90%;
	margin: 0 auto;
	justify-content: space-between;
}
.offer-box

{

        box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px auto;
    width: 30%;
	color: black;
	padding-top: 20px;
    padding-bottom: 20px;
	grid-row-gap: 8px;

}

.offer-box p.produits
{
	padding: 8px 0
}

.offer-box p
{

	text-align: center;
	line-height: 16px;
	margin: 0px;
	height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-rose-bella p
{
	text-align: center;
}

.subtitle-text
{
	text-align:center;
	font-weight: 100;
	padding: 0;
	width: 90%;
    margin: 0 auto;
	color:black;
}

.offer-box i

{
	font-size:30px;
}

.red_notice.desktop
{

display:block;
flex-direction: column;

}

.about-rose-bella
{
	    background:url(/templates/base/img/Bg1.jpg);
		background-size: cover;
    background-position: bottom;
	padding-bottom:50px;
	padding-top: 20px;
	color:black;
}
.about-content

{

	display: flex;
    flex-direction: column;
	width: 90%;
    margin: 0 auto;
}
.about-content p
{
	font-size:1rem;
}
.about-content-left,
.about-content-right
{
	padding-top: 20px;
}

.about-icon-text

{

	display: flex;
	justify-content:space-around;
	padding: 25px 0;
}

.about-io

{

	display: flex;
    flex-direction: column;
    align-items: center;
	width:31%;
}

.about-io i

{
	font-size:22px;
}
.about-content .about-io img
{
	width:25px
}
.about-io p

{
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.product-display
{
	margin-top:50px;
}
.formations .icon-and-text
{
	display: flex;
	align-items: center;
	padding:10px 0;
	color:black;
}
.formations
{

	background-color: #f9f9f9;
	background-size: cover;
    background-position: bottom;
	padding-top:20px;
	padding-bottom:20px;
}
.formations .small-text
{
	
	color:#767676;
}

.formations .content-text{
	color:black;
	padding: 5px 0;
	line-height: 25px;
}
.formation-bold-text,
.video-bold-text

{
	font-weight:bold;
    color: black;
}
.video-content-text .content-text
{
	color:#767676;
}
.ad-banner
{

	background: url(/templates/base/img/banner.png);
	background-size: cover;
	background-position: bottom;
	padding-top:20px;
	padding-bottom:20px;
}

.formation-group,
.video-group,
.ad-group
{
		display: flex;
    flex-direction: column;
	    margin: 0 auto;
   	 width: 90%;
		padding-top:2em;
		grid-row-gap: 25px;
	
}

.ad-group
{
		display: flex;
    flex-direction: column;
	    margin: 30px auto;
   	 width: 90%;
	align-items: center;
	
}

.ad-group img
{
	width:350px;
}

.formation-content
{
	margin: 0 auto;
	background: #F1F1F1;
	box-shadow: 0px 0px 1.5em rgba(128, 128, 128, 0.25);
}

.formation-content .header-image
{
	width:100%;
	height:280px;
	object-fit:cover;
}

.video-content
{
	margin-bottom:30px;
}
/* .video-content .video_lesson
{
	width:100% ;
	height: 220px;
} */
.formation-content-text,
.video-content-text
{
	padding:20px;
}

.video

{
	padding-top:20px;
	padding-bottom:20px;

}
.footer .col2 ul,
.footer .col3 ul,
.footer .col4 ul


{
	margin-top:30px;
}
.sub_footer
{
	    display: flex;
    flex-direction: column;
	padding-top:50px;

      margin:0 auto;

      overflow: hidden;
	padding-left:20px;

}
.footer-icon
{
	padding:20px;
}

.footer-icon a
{
	padding-right:15px !important;
}

.sub_footer .col1
{ 
	font-size:12px;
}
.sub_footer .left-side
{
	font-size:11px;
}

.sub_footer .left-side span
{
	font-size:1.5em;
line-height:23px
}


.footer .address li {
    margin-bottom: 42px;
}

.footer .mentions{
    clear: both;
    color: white;
    background: #b3040f;
    font-size: 15px;
    line-height: 16px;
  }

.footer a {
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
}

.footer-icon img
{
width:40px;
}

.footer_logo
{
	width: 290px;
      height: 60px;
	margin-bottom:50px;
	background: url(../img/rosebella.png) no-repeat top left;
      background-size: contain;
      width: 380px;
      display: block;
}

.m_right
{
    padding-bottom: 20px;
    display: flex;
    justify-content: space-evenly;
		color:white;
	text-decoration: underline;

}

.m_left
{
	display: flex;
	flex-direction:column;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.m_left p
{
	padding: 0 40px;
	font-size: 12px;
}

.m_left span 
{
	text-align:center;
}

.m_right a

{
	color:white;
}

.footer ul.address li.footer-icon
{
	background:none;
}
.products .titre
{
	color:#5A5A5A;
	text-decoration:none;
	font-size:1em;
	font-weight: bold;
	padding-top: 15px;
	font-family: 'Poppins', sans-serif;
}

.products .titre .s_prix
{
	color: #b3040f;
	margin:10px 0;
}

.products .titre:hover 
{
	color:#b3040f;
	text-decoration: none;
}
.related_product .product-container {
  grid-column-gap: 25px;
}
.product-container .products a {
    text-decoration: none;
	display: flex;
    flex-direction: column;
align-items: center;
width:100%;
object-fit: cover;
}


.left-side
{
	display:flex;
	flex-direction: column;
}

.footer .col2,
  .footer .col3,
  .footer .col4{
    width: 90%;
    display: block;
    float: left;
	padding-top:30px;
	border-top:1px solid #313131
	
  }

  /* Product Listing */

  .list_prod{
    margin: 0 auto;
  }

  
  .product-container .products{
	display: flex;
    flex-direction: column;
	width:100%;
	position: relative;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   padding: 20px 20px 10px 20px;
   border: 1px solid lightgrey;

  }

  .related_product .list_prod .row .item a,
  .page-results .list_prod .row .item a
  {
	  width:100%;
	  display: flex;
	  justify-content: center;
  }
  

  .argument h2,
  .argument p{
	  color:black;
  }

  .argument-one
{
	display: flex;
  flex-direction: column-reverse;
    margin: 70px 0;
    grid-column-gap: 20px;
}

.argument-two
{
	display: flex;
	flex-direction: column-reverse;
    margin: 70px 0;
    grid-column-gap: 20px;
}



.argument-one img,
.argument-two img{
	width:100%;
}

/* PRODUCT dESCRIPTION PAGE */
.ligne
{
	color:black;
    padding: 10px 1em;
    justify-content: space-between;
    display: flex;
}

.desc_form .ligne.msrp,
.desc_form .ligne.regulier,
.desc_form .ligne.speciale,
.desc_form .ligne.prof,
.desc_form .ligne.votre-prix.ret
{
border: 1px solid #ccc;
margin:0px;
padding:10px 1em;
}

.desc_form p.ligne 
{
	color:black;
	font-size: 16px;
}

.desc_form .ligne .droite.xl
{
	font-size: 18px;
	padding:0px;
	font-weight: inherit;
}
.ligne.speciale.votre-prix.ret,
.ligne.speciale.votre-prix.pro
{
	font-weight: bold;
}
.ligne .droite a
{
	text-decoration: underline;
	color: black;
}
.desc_form .ligne label.gauche
{
	display: flex;
	grid-column-gap: 15px;
	align-items: center;
}

.desc_form .ligne label.gauche input
{
	width: 25px;
	height: 25px;
	background: rgba(179, 4, 15, 0.1);
	text-align:center;
	color:black
}
.desc_form a.bt.panier span
{
	width:100%;
	
}
.desc_form a.bt.panier 
{
	margin-top:20px;
}
.desc_form a.bt.panier
{
	display: flex;
	float: none !important;
}
.desc_form .ligne
{
	margin-top:40px;
	padding: 10px 0px;
	align-items: center;
}

.desc_form .ligne label.gauche + .droite
{
	font-size:20px;
	color:#b3040f
}

.desc_form .ligne label.gauche + .droite .c-prx
{
	font-size: 22px;
	color: black;
	font-weight: bold;
	padding-left: 10px;
}

.txt .desc_form.df p label.gauche
{
	display: flex;
	margin: 0;
	pointer-events:none;
}
.cloud-zoom img
{
	max-width: 100%;
}

.col_right
{
	margin-bottom: 50px;
}

/* FAQ */

.faq_screen_search
{
	display:grid;
	margin-bottom: 25px;
	grid-template-areas:
        "search search"
        "select button";
		grid-row-gap: 25px;
}

.faq_screen_search input[type=text]
{
width: 100%;
height: 36px;
border: 1px solid #767676;
box-sizing: border-box;
border-radius: 60px;
grid-area: search;

}

.faq_screen_search select
{
	
		background: #DEDEDE url(/templates/base/img/arrow-down.png) no-repeat;
		background-size: 15px;
		background-position: 90% center;
		padding: 10px 15px;
		border:none;
		grid-area: select;
		width:90%
	
}
.faq_screen_search button 
{
	background-color: #b3040f;
	color:white;
	border:none;
	grid-area: button;
}

.faq h2 
{
	background: url(/templates/base/img/plus-circle.png) no-repeat;
    background-size: contain;
    height: 30px;
    padding: 10px 56px;
	font-size: 14px;
}
.faq p

{
	font-size:13px;
}
.faq .body
{
	padding: 0px 56px;
	display:none
}

.faq .body.active
{
display:block;
}

.faq h2.active
{
	background: url(/templates/base/img/minus-circle.png) no-repeat;
	background-size: contain;

}

.faq {
    border-top: 1px solid;
}

.c_info.desc_form.spn p
{
	font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #767676;
}
.note-pickup
{
	background: rgba(179, 4, 15, 0.1);
    padding: 15px;
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;

color: #111111;
}
.content.application h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #111111;
}
.content.application p, .content.application ol li {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #111111;
}
.content.application ol {
    margin: 25px 0;
}
.content.application .col_compte .adminform {
    background: rgba(179, 4, 15, 0.1);
    border-radius: 5px;
}
.content.application .col_compte textarea
{
	width:100%;
}
.col_compte .personal-wrapper span.radio-input-label label
{
	font-weight:bold;
	cursor:pointer;
}
/*.personal-wrapper
{
margin-bottom:15px;
}*/
.col_compte span.radio-input-label {
	font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px;
    color: #111111;
	text-transform: none !important;
	display: flex;
	align-items: center;
}
span.radio-input-label
{
	display: flex;
	align-items: center;
	background: none;
}
.browse span.radio-input-label
{
	background: none;
}

.container-row.pageFormations .header-image
{
	width:100%;
	height: 200px;
    object-fit: cover;

}
.container-row.pageFormations
{
	margin-top: 25px;
}

.pageFormations .containerCol{
	box-sizing: border-box;
	height: auto !important;
	background: #F1F1F1;
    box-shadow: 0px 4px 0px rgb(128 128 128 / 25%);
	display: flex;
	flex-direction: column;
  }
.pageFormations .infoContainer
{
	padding: 20px;
	display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.pageFormations .formations
{
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.col_right .pageFormations .infoContainer ul li 
{
	background: url("/templates/base/img/check-circle.png");
	background-repeat: no-repeat;
    background-size: 20px;
    padding: 5px 29px;
	margin-top: 5px;
}
.col_right .pageFormations .infoContainer ul 
{
	height: 50% !important;
	margin-bottom: 30px;
}
.pageFormations .col-md-6
{
	display: flex;
}
.pageFormations .row
{
	display: flex;
	flex-direction: column;

}
.pageFormations .centerElement
{
	display: flex;
	padding-bottom: 20px;
}
.pageFormations .centerElement a.btn_forfait.btn.btn-primary
{
	display: flex;
	align-items: center;
	text-decoration: none;
	width:100%;
}
.containerSingleFormation .tab{
	margin-top: 0;
	background: rgba(179, 4, 15, 0.1);	  
	box-sizing: border-box;
	padding: 25px;
	display:none;
}

.containerSingleFormation .tabsContainer{
	margin-bottom: 15px;
	margin-top: 60px;
}
.containerSingleFormation .tabsContainer table
{
	 border: none;
	 background: none;
}
.containerSingleFormation .tabsContainer table td 
{
	border: none;
}
.containerSingleFormation .tabsContainer table tr
{
	border-bottom: 1px solid #767676;
}

.containerSingleFormation .navtabs
{
	display: flex;
	justify-content: space-between;
	column-gap:2px;
}
.containerSingleFormation .tabContenu h2
{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 26px;

color: #111111;
margin-top: 50px;
}
.containerSingleFormation .tabContenu td:nth-child(2)
{
	/*text-align: right; */
	font-family: Poppins;
font-style: normal;
font-weight: normal;
/*font-size: 18px;*/
line-height: 25px;

/* text-align: right; */

/* Text / Normal */

color: #111111;
	
}
.containerSingleFormation .tabContenu tr td strong 
{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
/* identical to box height, or 139% */


/* Text / Subtle */

color: #767676;
}
.containerSingleFormation .tabContenu
{
    margin-top:5px;
    
}
.containerSingleFormation .tabContenu .tab
{
    border:1px solid #b3040f;
}
.containerSingleFormation .tabContenu li,
.containerSingleFormation .tabContenu p{
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	
	color: #111111;
	margin-bottom: 0px;
	background: none;
}

.containerSingleFormation .navtabs li.active{
	color: black;
background: rgba(179, 4, 15, 0.1);
border: 1px solid #b3040f;
}
.containerSingleFormation .navtabs li
{
	cursor: pointer;
	position:relative;
	width: 49%;
    display: flex;
    justify-content: center;
	margin-bottom: 0px;
	height: 50px;
    align-items: center;
	grid-column-gap: 10px;
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
border: 1px solid black;
}
.containerSingleFormation .navtabs li.not-active{
	position: relative;
background: #b3040f;
	color: black;
	background: #EEEEEE;
	border: 1px solid black;
}
.containerSingleFormation .navtabs li.not-active.sibling
{
    background:#F7F7F7;
    opacity:0.4;
}
.containerSingleFormation .navtabs li:after
{
    right:10px;
    cursor:pointer;
    font-size: 24px;
    font-weight: 500;
    border: 2px solid black;
    padding: 7px;
    border-radius: 47px;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.formation-select-header {
    color: black;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    width: 78%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-transform: none;
}
.containerSingleFormation .navtabs li.active:after
{
    content:'-';
}
.containerSingleFormation .navtabs li.not-active:after
{
    content:'+';
}
.containerSingleFormation .tab .btn:hover,
.containerSingleFormation .moreFormation:hover{
	background: none;
	color: #b3040f;
	border: 1px solid black;
}

.row.introFormation .textIntro
{
	padding-left: 25px;
}
.containerSingleFormation .introFormation{
	margin-bottom: 20px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
.containerSingleFormation .tab .btn{
	background-color: #b3040f;
	color: white;
	padding: 10px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	box-sizing: border-box;	
	font-weight: 300;
font-size: 22px;
line-height: 35px;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
	border: 1px solid;
	justify-content: center;
	
}
.containerSingleFormation .moreFormation{
	background-color: #b3040f;
	color: white;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;	
	font-weight: 300;
font-size: 22px;
line-height: 25px;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
 margin: 0 auto;
 border:1px solid;
	
}

.containerSingleFormation input[type=text]
{
	width:100%;
	background-color: white;
	border: 2px solid #AAAAAA;
	height: 40px;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;
}
.containerSingleFormation .one_half input {
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;
}
.containerSingleFormation .one_half.last
{
	display:block
}
.containerSingleFormation .one_half
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	grid-column-gap: 25px;
	flex-direction: column;
}
.containerSingleFormation .one_half p, 
.containerSingleFormation  p.captcha 
{
	width:100%;
}
.containerSingleFormation .one_half select 
{
	height: 30px;
}
.pourquoiRb {
    margin-bottom: 15px;
    margin-top:50px;
}
.pourquoiRb .row   
{
	display: flex;
	flex-direction: column;
	align-items:center;
}
.pourquoiRb h2 
{
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 26px;
color: #111111;
margin: 0;
margin-bottom: 10px;
}
.pourquoiRb p 
{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;

color: #111111;
}
.relatedFormations .row 
{
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	grid-row-gap: 20px;
}
.relatedFormations h2{
	margin-top: 0;
	font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 34px;
text-align: center;
color: #111111;
}
.relatedFormations{
	margin-top: 50px;	  
}
.relatedFormations h2{
	margin-bottom: 23px;	  
	text-align: center;
}
.relatedFormations a{

	margin-top: 20px;
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;

color: #000000;
text-decoration: none;
 
}
.col_right .relatedFormations p{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;

color: #000000; 
}
.col-md-4.relatedFormation {
    position: relative;
}
.relatedFormations i{
	position: absolute;
	position: absolute;
    right: 0;
    background: white;
    border: 1px solid;
	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.relatedFormations i.fa-cloud{
   
}
.relatedFormations i.fa-map-marker-alt{
	
}
.relatedFormations .fas.fa-plus-circle
{
	background: none;
	position: relative;
	border: none;
}
/*    TRUCS AND ASTUCES */


.Trucs-astuces .video-content
{
	margin-bottom: 35px;
}
.Trucs-astuces .video-wrapper
{
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.Trucs-astuces .title-subtitle
{
	margin-bottom: 60px;
}

.Trucs-astuces .youtube-follow,
.Trucs-astuces .instagram-follow
{
    display: flex;
	flex-direction: column;
    background: rgba(179, 4, 15, 0.1);
    border-radius: 5px;
    justify-content: space-around;
	margin-bottom: 25px;
	align-items: center;
	padding-bottom: 25px;
}

.Trucs-astuces .youtube-follow-image,
.Trucs-astuces .instagram-follow-image 
{
    object-fit: cover;
}
.Trucs-astuces .youtube-follow-content,
.Trucs-astuces .instagram-follow-content
{
	padding: 10px;
} 

.Trucs-astuces .youtube-follow-content h3,
.Trucs-astuces .instagram-follow-content h3
{
	color: #000000;
}

.Trucs-astuces .btn.btn-primary
{
	display: flex;
	align-items: center;
    grid-column-gap: 10px;
}

.col_right .subtitle-text
{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 35px;

text-align: center;

color: #111111;
}

.Trucs-astuces .social-follow-icon, .video .social-follow-icon {
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
.social-follow-icon i 
{
	font-size: 50px;
	color: #b3040f;
}
.social-follow-icon a 
{
	margin-left:16px;
}
.social-follow-icon a.instagram 
{
	padding: 0px;
	margin-left: 10px;
} 
/* .social-follow-icon a.facebook
{
	margin-left: 0px;
} */

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

  .video-content .iframe-container .video_lesson {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  .basket-container {
    display: flex;
    align-items: baseline;
    white-space: nowrap;
}


.basket-container a span 
{
	font-style: normal;
	font-weight: 400;
} 
.basket-container a:hover 
{
	text-decoration: none;
}
.basket-container a.amount 
{
color:#b3040f;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
}
.offer-box:hover {
	box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
	color: #b3040f;
}

.offer-box:hover i,
.offer-box:hover p 
{
	color: #b3040f;
}
.offer-three-box a 
{
	text-decoration: none;
}
.offer-box:visited 
{
	color: black;
}

.content.cart .step3 h3 
{
	text-align: center;
}

.congratulation-template {
    background: rgba(179, 4, 15, 0.1);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 25px;
}

.congratulation-template p 
{
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #767676;
}

.congratulation-link p a 
{
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #b3040f;
text-decoration: none;
}

.congratulation-img-container 
{

		display: flex;
		justify-content: center;

}
.province-state-select select
  {
    width: 155px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    padding:5px;
    font-family: poppins;
    font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 18px;

color: #111111;
  }
.item.cart-summary .c_info.coupon input
{
  width: 155px;
height: 40px;

background: #FFFFFF;

border: 2px solid #AAAAAA;
box-sizing: border-box;
border-radius: 4px;
font-family: poppins;
font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;

}


.desc_form .ligne label.gauche + .droite
{
display:flex;
align-items:flex-end;
padding-left:10px;
flex-direction: column;
}
form.user_login
{
	display: flex;
}

.align.right.my-account-location
{
	display:flex;
	grid-row-gap:25px;
	flex-direction:column;
	align-items:flex-end;
}

/*contact Us */


.contact-page .one_half input 
{
	height: 40px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;
}
.contact-page .contact-map
{
	display: flex;
	flex-direction: column;
}
.contact-page .large textarea 
{
	margin:1px
}
.map-section
{
    flex:auto;
}
.red_notice.desktop
{
	display:flex;
    margin: 0 auto;
	font-size:10px;
	justify-content: center;
    align-items: center;
    grid-column-gap: 25px;
	margin-bottom:0px !important;
	flex-direction: column;
	text-align:left;
}
.red_notice.desktop p.notice-icon
{
	font-size: 25px;
    padding-bottom: 0;
	text-align: left;
}
.red_notice.desktop p
{
	margin: 0;
}

.product-container a
{
	display:none;
}
.convention-wrapper
{
	display:flex;
	flex-direction: column;
	grid-row-gap: 25px;
}
.convention-wrapper img 
{
	width:100%
}
.content.application .col_compte .application-address select
{
	background: url(/templates/base/img/arrow-down.jpg) white no-repeat;
    background-position: 95%;
    background-size:25px;
	padding-right: 35px;
}
.content.application .col_compte .application-address tr:nth-child(5)
{
	display: none;
}


.content.application .col_compte .application-address .c_left tr:nth-child(1) td.key
{
	display: none;
}
.professional-info
{
display:none;
}
.empty-cart
{
	text-align: center;
}
.cart_form1 table .lfcol,
.cart_form1 table .rtcol,.user_login .open_account,.user_login .connection, .cart-summary,.col_compte .adminform.items.products form .adminform.items.col_compte .adminform.items.products form .adminform.items,
.product-cart-details, .col_compte .adminform.items,.step2 .col_compte .c_left, .step2 .col_compte .c_right
{
	box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}
.autocomplete-items {
	display: flex;
	flex-direction:column;
    grid-template-columns: repeat(3, 1fr);
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left:50% ;
transform: translate(-50%, 0);
  width: 95%;
  right: 0;
  z-index: 99999;
}
.contact-page .large textarea
{
	border: 1px solid grey;
}
.account-type-help.per, .professional-info, .account-type-help.pro .pro
{
	margin: 0px 20px;
}
.account-type-help.pro .pro
{
	display: block;
}
.account-type-help.per .per {
	display: block;
  }
  #dynamic_form.col_compte #code
{
width:100%;
float:left;
}
body.cart-empty .pagging.footstep-bar, body.cart-empty .content.cart h1.footstep1, body.cart-empty .bottom-notice, body.favorites-empty p.not-empty-favorites, p.empty-favourites
{
	display: none;
}
body.cart-empty .empty-cart
{
	margin-top:30px;
}
body.favorites-empty p.empty-favourites
{
	display: block;
}


.product-cart-container .item.coupon
{
	display: flex;
    flex-direction: column;
    align-items: end;
    padding-inline: 20px;
}
.product-cart-container .item.coupon .c_price
{
	display: flex;
	font-size: 14px;
	grid-column-gap: 25px;
	justify-content: flex-end;
	width: 100%;
}
.product-cart-container .item.coupon .c_total{
display: flex;
font-size: 14px;
grid-column-gap: 58px;
justify-content: flex-end;
width: 100%;
margin-top: 5px;
}

.product-cart-container .item.coupon .c_desc, .product-cart-container .item.coupon .c_info.desc_form, .product-cart-container .item.coupon .c_button
{
	display:none;
} 
span.filesize
{
	margin-left:20px
}

.related_product
{
	margin-top: 40px;
}
.details.description .txt p 
{
	font-style: normal;
    font-weight: normal;
    line-height: 27px;
    color: #5A5A5A;
	font-size: 16px;
}
.see-more-product
{
	width: fit-content;
	margin: 0 auto;
	margin-top: 30px;
}
.see-more-product .btn.btn.btn-primary
{
	width: auto;
}
.cart_form1 p.selectoffic
{
	margin-bottom: -10px;
}
.col_produit #photos.galleryview,
.col_produit #photos.galleryview .panel,
.col_produit #photos.galleryview .strip_wrapper
{
	width: 100% !important;
	left:0 !important ;
}

/*
================================
PRODUCT sLIDER

=============================
*/
.filmstrip
{
	padding: 0px 5px !important;
			display: flex;
			justify-content: center;
		
}
.filmstrip.strip-slide
{
	padding: 0px 25px !important;
}
.filmstrip li {
	border: 1px solid #cccccc;
	width: 67px !important;
	height: 60px !important;
	margin-left: 0px !important;
	margin-right: 2px !important;
	margin-top: 5px !important;
}

.col_produit #photos.galleryview .strip_wrapper .filmstrip  
{
/*	width: 85% !important; */
	overflow: hidden;
	position: relative !important;
	margin: 0 auto !important;
}
.col_produit #photos.galleryview .strip_wrapper .filmstrip.strip-slide
{
	position: relative !important;
	/*left: 0 !important; */ 
	justify-content: flex-start;
}
.col_produit #photos.galleryview .strip_wrapper .filmstrip.strip-slide li 
{
	margin-left: 5px !important;
	margin-right: 0px !important;
}
/* .col_produit #photos.galleryview .strip_wrapper
{
	left:0 !important;
}
*/

.filmstrip li img 
{
	width: 66px !important;
	height: 60px !important;
	object-fit: cover;
	padding: 1px;
}

.col_produit #photos.galleryview .nav-next,
.col_produit #photos.galleryview .nav-prev 
{
	z-index: 999;
	background-color: #E5E5E5 !important;
	background: none;
	color: #b3040f;
		HEIGHT: 60PX;
			width: 25px;
			display: flex;
			justify-content: center;
			align-items: center;
			text-decoration: none;
	top: 321px !important;
	border: 1px solid #cccccc !important;
}
.col_produit #photos.galleryview .nav-prev
{
	left: -2px !important;
}
#pointer 
{
	width: 66px !important;
	height: 60px !important;
}

.col_produit .prod .panel 
{
	display: flex;
	flex-direction: column;
}

.col_produit .cloud-zoom img,
.col_produit .prod .panel img 
{
	/* padding: 0px !important ; */
	padding-top:15px !important;
	padding-bottom:15px !important;
    max-width: 100%;
    height:auto;
	object-fit: contain;
}
#boxes #dialog
{
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}


/* 
============
Product Details

============
*/

.price-and-picture 
{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.desc_form .price-and-picture .ligne 
{
	flex-direction: column-reverse;
	margin-top: 0px;
	justify-content: center;
	grid-row-gap: 10px;
	align-items: flex-end;
	
}

.desc_form .price-and-picture .photo
{
		width: 150px;
			height: 150px;
			display: flex;
			align-items: center;
			text-align: center;
}

.desc_form .price-and-picture .photo a 
{
	text-decoration: none;
	color:#111111;
	border: 1px solid #cccccc;
		width: 100%;
			height: 150px;
			padding: 5px;
			display: flex;
			font-size: 0;
			align-items: center;
			justify-content: center;
}

.txt .desc_form.df .price-and-picture p label.gauche
{
	width: 100%;
	justify-content: flex-end;
}
.desc_form .price-and-picture .photo img
{
	border:none;
	width: 80px;
	max-height:100%;
	object-fit: contain;
}

.col_produit .panel .img-wrap
{
	border: 1px solid #cccccc;
	position: relative;
	display: flex;
	height: 290px;
}
.col_produit .panel .img-wrap a 
{
	display:flex;
	justify-content: center;
}
.lightbox .outer-data-wrapper 
{
	width: 100%;
	position: relative;
	
}
.lightbox .lb-container
{
		display: flex;
		flex-direction: column;
		grid-row-gap: 25px;
		align-items: center;
		min-height: 400px;
		justify-content: center;
}

.lightbox .lb-caption 
{
	color: #b3040f;
	font-size: 12px;
}
.lightbox .lb-outerContainer,
.lightbox .lb-dataContainer
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}
.lightbox .lb-outerContainer
{
	min-height: 600px !important;
	flex-direction: column;
	height: 100% !important;
	grid-row-gap: 20px;
	padding: 20px 0px;
}

.lightbox .lb-nav a.lb-next,
.lightbox .lb-nav a.lb-prev
{
	background: none;
	color: black;
	border: 1px solid #b3040f;
			height: auto;
			margin-top: 285px;
			padding: 15px 20px;
			border-radius: 6px;
			margin-right: 10px;
			margin-left: 10px;
			background: white;
			opacity: 1;
			width: auto;
			/* display: block !important; */
}

.lightbox .lb-image 
{
	border: 1px solid #cccccc !important;
}
.lightbox .lb-data .lb-closeContainer 
{
	position: absolute;
	z-index: 99999999999;
		top: 10px;
			left: 89%;
}
.lightbox .lb-data .lb-close 
{

	color: black;
	border: 1px solid #b3040f;
		background: none;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		border-radius: 25px;
		background-color:white;
		opacity:1;
}

.lightbox .lb-data .lb-details
{
	width:100%;
}

  @media (min-width:600px) and (max-width:1019px)
  {
	#dynamic_form.col_compte #code
	{
	width:65% !important;
	float:left;
	}
	.red_notice.desktop
	{
		flex-direction: row;
	}
	.row.product-container .item.products a
	{
		display: flex;
	}
	.row.product-container a
	{
		display: none;
	}
.list_prod .product-container .products img {
    height: auto !important;
    object-fit: contain;
}
	
	.list_cat span
	{
		width:100%;
		text-align: center;
	}

	.list_cat {
		margin-top: 40px;
	}

	.related_product .list_prod .row .item a,
  .page-results .list_prod .row .item a
  {
	  width:100%;
	  display: flex;
	  justify-content: center;
  }

  

  .products .titre
  {
	  text-align: center;
  }
  
	  .formations .content-text{
		  padding: 5px 0;
		 
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 27px;
color: #111111;
	  }
  
	  .formations .small-text
  {
	  font-size: 20px;
	  color:#767676;
  }
	  .btn.btn-primary
  {
		  height: 50px;
		  background: #b3040f;
	  border-radius: 60px;
		  border: none;
	  color: white;
	  padding: 5px 20px;
  cursor:pointer;
  font-size:1em;
  width:220px;
  
  }
  .offer-three-box {
		  flex-direction: row;
	  width: 95%;
		  margin: 0 auto;
  }
  .offer-box
  {
	  margin:20px 10px;
	  height:150px;
	  width:28%;
	  justify-content: center;
  }
  
  .about-content {
	  flex-direction: row;
  }
  
  .about-content p {
	  font-size: 1em;
	  
  }
  p.about-content-text
  {
	  text-align:left;
  }
  .about-content-right
  {
	  width:50%;
		  padding-left: 20px;
		  padding-top:1em;
  
  }
 
  #product_listing .list_prod .item, .col_produit .list_prod .item, .list_cat_wrapper .list_cat .item 
  {
	  margin:1%;
  }
  .about-content-left
  {
	  width:50%;
	  
	  
  }
  
  
  .about-icon-text{
	  margin-top: 0px;
	  padding: 0px;
  }
  
  .button-div
  {
	  margin: 5px 0;
  }
  
  .about-rose-bella,
  .product-display,
  .formations
  {
	  margin-top:2em;
	  padding-top:4em ;
  }
  
  .formation-group,
  .video-group
  {
	 
	  flex-direction: row;
	  width: 95%;
	  justify-content: center;
	  grid-column-gap: 10px;

  }
  .formation-content
  {
	  width:47%;
	  display: flex;
	  flex-direction: column;
	  
  }
  .formation-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    height: 100%;
  }
  .formation-content .header-image {
	  width: 100%;
	  height: 170px;
	  object-fit: cover;
  }
  
  /*.video-group .video-content .video_lesson
  {
	  width: -webkit-fill-available !important;
	  height:170px;
  }*/
  .video-content-text 
  {
	  padding:0;
  }
  
  .video-content
  {
	  width:32%;
  }
  
  .ad-group
  {
	  flex-direction:row-reverse;
	  width:95%;
  }
  .banner-mobile
  {
	  display:none;
  }
  
  .btn.btn-primary.banner-desktop
  {
	  display:block;
	  margin-left:20px;
  }
  
  .ad-group img
  {
	  width:50%;
  }
  .title-text,
  .subtitle-text
  {
	  text-align:center;
	  
  }
  
  
  
  .ad-group .title-text,
  .ad-group .subtitle-text
  {
	  text-align: left;
	  padding: 0px 7%;
  }
  
  .sub_footer
  {
	  flex-direction:row;
	  width:95%;
  }
  
  .footer_logo
  {
	  height: 8%;
	  width:100%;
	  margin-bottom: 0;
  }
  
  .sub_footer .col1
  {
	  width:33%; 
	  font-size:12px;
  }
  .sub_footer .left-side
  {
	  display:flex;
	  flex-direction:row;
	  font-size:11px;
	  padding-left: 50px;
  }
  
  .footer .col2,
	.footer .col3,
	.footer .col4{
	  padding-top:30px;
	  border-top:none;
	  
	}
  
  
  .sub_footer .left-side span
  {
	  font-size:14px;
  }
  
  .footer .col2 ul,
  .footer .col3 ul,
  .footer .col4 ul
  
  
  {
	  margin-top:0;
  }
  .footer .left-side li
  {
	  padding-left:20px;
  }
  
  .footer .address
  {
	  margin-top: 10px;
  }
  
  .footer-title
  {
	  padding-left:20px;
	  font-size:13px !important;
  }
  
  .m_left
  {
	  display: flex;
	  flex-direction:row;
	  justify-content: center;
	  width: 100%;
	  align-items: center;
  }
  
  .m_left p
  {
	  padding: 0 40px;
	  font-size:14px;
  }
  
  .Logo_menu .logo {
	  width: 50%;
  }
    
   /* Product Listing */
     .list_prod{
	  margin: 0 auto;
	  display: grid;
    grid-template-columns: repeat(1, 1fr);
	}
  
	.product-container
	{
	  display:flex;
	  flex-direction: row;
	  grid-column-gap: 1.5em;
    margin-bottom: 1.5em;
	}
  
	.header .login a.lgot
	{
		display: none;
	}
	
  
  .product-container .products {
	  display: flex;
	  flex-direction: column;
	  width:100%;
	  position: relative;
	  border: 1px solid #ccc;
	  padding: 20px;
	  width: 29%;
  }

  .variation_img_details
  {
	  /*display:flex;
	  justify-content: space-between; */
  }

  .argument-one
  {
	display: flex;
	flex-direction: row;
    margin: 70px 0;
    grid-column-gap: 20px;
  }

  .argument-two
  {
	display: flex;
    flex-direction: row-reverse;
    margin: 70px 0;
    grid-column-gap: 20px; 
  }
  .pageFormations .row {
    display: flex;
    flex-direction: row; 
    grid-column-gap: 25px;
}
.Trucs-astuces .youtube-follow,
.Trucs-astuces .instagram-follow
{

	flex-direction: row;
	padding: 0px;
}
.Trucs-astuces .video-wrapper
{
	flex-direction: column;
}
.Trucs-astuces .youtube-follow-image,
.Trucs-astuces .instagram-follow-image 
{
	width: 180px;
    height: 180px;
    object-fit: cover;
	padding: 5px 0px;
}
.Trucs-astuces .youtube-follow-content,
.Trucs-astuces .instagram-follow-content
{
	width: 30%;
	padding: 0px;
} 
.Trucs-astuces .video-content
{
	width:90%;
	margin:0 auto
}


.province-state-select select {
    width: 300px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;
}
.item.cart-summary .c_info.coupon input {
    width: 300px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;
}

.desc_form .ligne label.gauche + .droite
{
display:flex;
align-items:center;
padding-left:10px;
flex-direction: row;
}
.submenu-product-name
{
	display:none;
}
.submenu-right
{
display:none;
}

.col_produit #photos.galleryview .strip_wrapper .filmstrip {
	width: 90% !important;
}

.col_produit #photos.galleryview .strip_wrapper .filmstrip.strip-slide {
	width: max-content !important;
}

.filmstrip.strip-slide li
{
	width: 69px !important;
}
  }
  
 
  
@media (min-width:1020px) /* 1020px */

{

	.cart_form1 p.selectoffic
	{
	margin-bottom: 10px;
	}
	
	form.cart-details .product-cart-details
	{
	   border:1px solid #b3040f;
	}
.adminform.items.products .cart-summary
{
padding:10px 32px;
}
	.mt 
	{
		margin-top:3.5em;
		padding: 2em 0;
	}
	.sub_footer .left-side
{
	font-size:11px;
	width:70%;
}
.containerSingleFormation .navtabs li:after
{
    position: absolute;
}
	.price .s_prix
	{
		font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 18px;
	}

	.about-io i
{
	font-size:35px;
	margin-bottom: 10px;
}

.about-content .about-io img 
{
	width:40px;
	margin-bottom: 10px;
}

.menu-nav
{

margin: 0 auto;

}
.list_cat .product-container .products a.image-wrap 
{
    height:230px;
}

	.offer-box i

{
	font-size:50px;
	padding: 0px;
}

	.subtitle-text
{
	text-align:center;
	font-size: 22px;
	font-weight: 100;
	padding: 0;
	width: 80%;
    margin: 0 auto;
	margin-bottom:1.5em;
	margin-top:0.5em;
font-style: normal;
font-weight: normal;
line-height: 27px;
/* or 123% */


color: #5A5A5A;
}
.video-content-text
{
	padding:0;
}

	.formations .icon-and-text
{
	display: flex;
	align-items: center;
	padding:10px 0;
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 16px;

color: #111111;
}

	.formations .content-text{
		color:black;
		padding: 5px 0;
		font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 27px;

color: #111111;
	}

	.formation-bold-text,
.video-bold-text

{
	font-weight:bold;
	font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 26px;

color: #111111;
}

	.formations .small-text
{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 18px;
color: #767676;
}

	.btn.btn-primary
{
	    height: 50px;
        background: #b3040f;
    border-radius: 60px;
        border: none;
    color: white;
    padding: 0 20px;
cursor:pointer;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 18px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
width: 230px;

}
	.mobile-menu-footer
{
	display:none;
}
	
.heart-icon
{
	position: absolute;
	right: 0;
	top:0;
    color: #b3040f;
    font-size: 1.5em;
    background: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #cdcdcd;
	   z-index: 99;
}
.heart-icon:hover 
{
	border:1px solid #b3040f;
}

a
{
	text-decoration: none
}

.Logo_menu {
    display: flex;
    justify-content: space-between;
	flex-direction: row;
     align-items: center;
	margin: 15px auto;
	width:90%
}
.Logo_menu .logo
{
	padding:0;
	width:90%;
}
.product_info
{
display: flex;
    justify-content: space-between;
	width: 100%;
}
.product_desc_wrapper
{
	display: flex;
    flex-direction: column;
    width: 70%;
}

.variation_img_details
{
	display:flex;
	margin-top: 3em;
	grid-column-gap: 35px;
    justify-content: space-between;
	margin-bottom: 50px;
}




.pd_column1
{
	display:inline-flex;
	margin: 30px 0;
}

.pd_column1 img,
.pd_column2 img
{
	width:30%;
}

.pd_column2

{

	display:flex;
	flex-direction:row-reverse;
	margin: 30px 0;
}
.site-notes
{
	display:block;
	background:#b3040f;   
 text-align: center;
    color: white;
      padding: 1px 0 12px 0;
    margin: 2em 0;
	font-size:24px;
}

.header {


     /* height:150px; */
}
.mobile-first-nav
{
	display:none;
}
.Top_bar
{
	background:black;
	display:flex;
	align-items: center;
    	padding: 10px;
	
}
.Top_bar .top_bar_content .top_bar_link a span {
    color: white;
}

.top_bar_content
{
	display:flex;
	justify-content: flex-end;
	align-items: center;
	width:1180px;
    	margin: 0 auto
}

.Top_bar img

{

	width:1.25em;
	margin-left:10px;
}

.Top_bar p
{
	margin: 0;
	color: white;
	font-size:16px;
	border-right: 1px solid white;
    	padding: 0 15px;
}

.Logo_menu {
    display: flex;
	width:100%;
	height: auto;
	justify-content:space-between;
       /* margin: 30px 0; */
}


.header_icon
{
	display:flex;
	justify-content: flex-end;
	margin-right: 0px;
	width: 26%;
	height: 22px;
}

form.Large_screen_search
{
	display:block;
	width: 47%;
	position:relative;
}

form.Large_screen_search input[type=text] {
  padding: 10px;
  font-size: 1.2em;
  border: 1px solid #DEDEDE;
  float: left;
  width: 100%;
  background: white;
  border-radius: 4px;
}


form.Large_screen_search button {
  float: left;
  padding: 10px;
   cursor: pointer;
}

form.Large_screen_search button:hover {
  background: #0b7dda;
}

form.Large_screen_search::after {
  content: "";
  clear: both;
  display: table;
}

.Logo_menu .logo img
{

	width:18em;
	cursor: pointer;
}

.Logo_menu .logo
{
	cursor: auto;
	display: block;
}

.header_icon i
{
   color:black;
   padding: 10px;
   font-size: 1.5em;
   white-space: nowrap;
}

.header_icon .fa.fa-search
{
	display:none;
}
.menu_burger
{
	display:none
}


.shopping_bag a.amount {

	font-weight:normal;
      font-size:16px;
	color:#b3040f;
      text-align:right;
	  font-family:'roboto'

  }

form.small_screen_search
{
	display:none;
}
.red_notice
{
		color: white;
		display:none;
		padding: 10px;
		font-size: small;
		/* display: none; */
		margin-bottom: 10px;
		background: #b3040f;
		text-align: center;
    		font-size: 10px;
}

.video-content
{
	margin-bottom:0;
}

.red_notice.desktop
{
	display:flex;
    margin: 0 auto;
	font-size:16px;
	justify-content: center;
    align-items: center;
    grid-column-gap: 15px;
	flex-direction: row;
	line-height:20px;
	padding:20px;
	
}
.red_notice.desktop h4
{
	font-size: 16px;
	margin-top:0px;
}
.red_notice.desktop p
{
	font-size: 16px;
    padding-bottom: 20px;
	text-align: left;
}
.red_notice.desktop p.notice-icon
{
	font-size: 35px;
    padding-bottom: 0;
	text-align: left;
}
  .nav {
	display:block;
      width:100%;

      height:50px;

      background:black;

      position:relative;

      z-index:999;

      font-size: 12px;

  }

.nav-one li span  {

      float: left;

      /*padding:0px 30px;*/

  	height:50px;

  	line-height:50px;

  	text-decoration: none;

      white-space: nowrap;

  	/*cursor:default;*/

  	color:#FFFFFF;

  	font-size:18px;

  	position:relative;

  }

.content-Home

{
	padding: 0;
    margin: 0 auto;
}
.offer-three-box
{
	display:flex;
	justify-content: space-evenly;
	flex-direction: row;
	width:75%;
	margin: 0 auto;
	margin-top:4em;
}

.offer-box {
      box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
	padding-top: 75px;
	padding-bottom: 75px;
}

.title-text
{

	color:#2A2A2A;
	    font-size: 32px;
    		width: 100%;
    	margin: 0 auto;
	line-height:34px;
	font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
}

.about-content
{
	    width: 80%;
    	   margin: 0 auto;
	flex-direction:row;
	justify-content: space-between;
}

.about-content .about-content-left
{
	width:50%;
}

.about-content p
{
	text-align:justify;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
	line-height: 35px;
}

.about-io p

{
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}
.about-content img
{
	width: 100%;
}

.formation-content-text .btn.btn-primary
{
	width:200px;
	height: 50px;
}

.button-div {

	width:100%;
	margin: 0 auto;
}
.product-display

{

    width: 100%;
}

.formation-group,
.video-group
{
		display: flex;
    flex-direction: row;
	justify-content: space-between;
	grid-column-gap: 10px;
   	 width: 80%;
	
}

.formations,
.video
{
	
}

.formation-content

{
	width:48%;
	display: flex;
    flex-direction: column;
}

.video-content

{
	width:32%;
}


.formation-content .header-image
{
	width:100%;
	height:280px;
	object-fit:cover;
}
/*.video-content .video_lesson

{
	object-fit:contain;
	 width:390px; 
	height:240px;
}
*/ 

.ad-group
{
	flex-direction:row-reverse;
	justify-content: space-between;
	width:80%;
}
.ad-content
{
	width:80%;
}

.ad-content .title-text,
.ad-content .subtitle-text
{
	text-align:left;
}
.ad-content .subtitle-text
 {
	margin-bottom: 0px;
font-style: normal;
font-weight: normal;
font-size: 22px;
line-height: 27px;
 }
 .ad-group .subtitle-text
  {
	  width: 100%;
  }
.ad-content
{
	padding: 40px;
}

.offer .title-text
{
	width:45%;
}

.offer-box p

{

	font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 26px;
    text-align: center;
    width: 51%;
}

.about-rose-bella
{
	    background:url(/templates/base/img/about-bg.png) no-repeat;
		background-size: cover;
    background-position: bottom;
	position: relative;
}

.about-rose-bella .diamonds
{
	display: block;
	width:100%;
	position: absolute;
	background:url(/templates/base/img/diamonds.png) no-repeat;
	height: 100%;
    background-position: bottom;
    background-size: contain;
    top: 45px;
    right: 25px;
	pointer-events: none;

}

.about-content-text
{

	width:100%;
	margin:10px 0;
	line-height: 22px;

}
.about-content-right
{
	width:70%;
	padding:0 5%;
	padding-right: 0;
}
.about-content-right .btn.btn-primary
{
	width:300px;
}
.about-icon-text
{
	justify-content: space-between;
}
.about-io{
	width: 23%;
}
.about-rose-bella .subtitle-text

{

	font-size: 22px;
	text-align: center;
}

.ad-group img
{
width:30%;
object-fit:cover;
}
.button-div {
	text-align:left;
	width:100% !important;
}

.banner-mobile
{
	display:none;
}

.btn.btn-primary.banner-desktop
{
	display:flex;
	margin-top: 20px;
	width:220px;
}
.footer{
    width: 100%;
    background: #000000e0 url(../img/footerfl.png) no-repeat;
    position: relative;
   background-size:cover;
}

.sub_footer
{
	display: flex;
	flex-direction:row;
	 width:1180px;
	 grid-column-gap: 4em;
}

.footer_logo
{
	margin-bottom:20px;
	margin-left: 10px;
}

.footer-icon
{
	display: flex;
    grid-column-gap: 20px;
}


.footer .mentions
{
display: flex;
    justify-content: space-around;
    align-items: center;
	padding: 6px 0;
	z-index: 20;
    position: relative;
}
.footer ul { color:#FFFFFF; }

.footer .address
{
	margin-left:8px;
}

.footer .col2 ul, .footer .col3 ul, .footer .col4 ul {
    margin-top: 0px;
}

.m_right
{
	width:22%;
}

.products .titre
{
	padding-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;

width:100%;
	/*white-space: nowrap; */
}

.left-side {
    display: flex;
    flex-direction: row;
}

.footer .col2,
  .footer .col3,
  .footer .col4{
	width:100%;
	border-top:none;
	
  }

.m_left
{
	display: flex;
	flex-direction:row;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.m_left p
{
	padding: 0 40px;
	font-size:1em;
}

.variation_img_details .details
{
	width:55%
}


.argument-one
{
	display: flex;
	flex-direction: row;
    margin: 70px 0;
    grid-column-gap: 20px;
}

.argument-two
{
	display: flex;
	flex-direction: row-reverse;
    margin: 70px 0;
    grid-column-gap: 20px;
}



.argument-one img,
.argument-two img{
	width:30%;
	object-fit: contain;
}

.argument-one p,
.argument-two p
{
    font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 35px;
}

.argument h2{
	color:black;
	font-size:22px;
}

.video-content-text .content-text
{
	color:#767676;
	font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 25px;
/* or 139% */


/* Text / Normal */

color: #111111;
}

.product-container .products{
   border: none;
   padding:0;
   width:31%;

  }

  .related_product .product-container .products
  {
	  width:100%;
  }

  .product-container .products img
  {
	  max-width:100%;
	  object-fit: contain;
  }
  .list_cat .product-container .products img
  {
	  max-width:100%;
	  object-fit: contain;
	  height:auto;
  }
  .list_prod .product-container .products img
  {
	  max-width: 100%;
	  height: auto;
  }
  
  .list_prod .product-container a.image-wrap,
  .list_cat .product-container a.image-wrap
  {
	border: 1px solid #ccc;
  }
  .list_prod .product-container a.image-wrap
  {
	  max-width: 100%;
	  height: 234px;
  }
  .list_prod a.image-wrap:hover, .list_cat a.image-wrap:hover { border:1px solid #b3040f;  }
.list_cat a.image-wrap:hover img 
{
	border: none;
}
  /* PRODUCT dESCRIPTION PAGE */
.ligne
{
	color:black;
    padding: 10px 1em;
    justify-content: space-between;
    display: flex;
}

.desc_form .ligne.msrp,
.desc_form .ligne.regulier,
.desc_form .ligne.speciale,
.desc_form .ligne.prof
{
border: 1px solid #ccc;
margin:0px;
padding:10px 1em;
}

.desc_form p.ligne 
{
	color:black;
	font-size: 16px;
}

.desc_form .ligne .droite.xl
{
	font-size: 18px;
	padding:0px;
	font-weight: inherit;
}
.ligne.speciale.votre-prix.ret,
.ligne.speciale.votre-prix.pro
{
	font-weight: bold;
}
.ligne .droite a
{
	text-decoration: underline;
	color: black;
}
.desc_form .ligne label.gauche
{
	display: flex;
	width:45%;
	grid-column-gap: 25px;
	align-items: center;
}

.desc_form .ligne label.gauche input
{
	width: 46px;
   width: 46px;
	background: rgba(179, 4, 15, 0.1);
}
.desc_form a.bt.panier span
{
	width:100%;
}
.desc_form a.bt.panier{
	margin-top:20px;
}

.desc_form .ligne
{
	margin-top:40px;
	padding: 10px 0px;
	align-items: center;
}

.desc_form .ligne label.gauche + .droite
{
	font-size:22px;
	color:#b3040f
}

.desc_form .ligne label.gauche + .droite .c-prx
{
	color: black;
	font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 34px;
	padding-left: 10px;
}

.shipping-option
{
position: relative;
}

.shipping-option p.province-state-select
{
display:flex;
align-items:center;
margin-bottom:25px;
width: 100%;
    justify-content: space-between;
grid-column-gap:25px;
position: relative;
}

.shipping-option .ca-dropdown-icon {
	position: absolute;
    right: 5px;
    font-size: 1em;
    pointer-events: none;
    background: white;
	padding:5px
}

span.province-input-label {
    display: flex;
	align-items:center;
}
.shipping-option p.province-state-select select
{
	background: #FFFFFF;

border: 2px solid #767676;
box-sizing: border-box;
border-radius: 4px;
height:40px;
padding:0px 10px;
width:205px;
    background-size: 15px;
    background-position: 90%;
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 35px;

color: #111111;
}

/* FAQ */

.faq
{

padding:10px 0;

}

.faq_screen_search
{
	display: flex;
	justify-content: space-between;
	grid-column-gap: 25px;
	margin-bottom: 50px;
	float: none;
}
.faq_screen_search input[type=text]
{
width: 55%;
height: 46px;
border: 1px solid #767676;
box-sizing: border-box;
border-radius: 4px;
}

.faq_screen_search select
{
	
		background: #DEDEDE url(/templates/base/img/arrow-down.png) no-repeat;
		background-size: 15px;
		background-position: 90% center;
		padding: 10px 15px;
		width: 38%;
		border:none;
		border-radius: 4px;
	
}
.faq_screen_search button 
{
	width:180px;
	background-color: #b3040f;
	color:white;
	border:none;
	border-radius: 4px;
}

.faq h2 
{
	background: url(/templates/base/img/plus-circle.png) no-repeat;
    background-size: contain;
    height: 48px;
    padding: 10px 56px;
	cursor:pointer;
}

.faq .body
{
	padding: 0px 56px;
	display:none
}

.bt_cart::after {
    content: ">";
    position: absolute;
    color: #b3040f;
    font-family: 'Poppins';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
}

.bt_cart:last-child::after {
    content: "";
}
 .footer-title
 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	/* identical to box height, or 118% */
	
	text-transform: uppercase;
 }

 .content.cart h1
 {
	line-height: 34px;
    font-family: 'Poppins';
    font-weight: 400;
	color:#111111;
	margin:0
}

.content.application h1 
{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 32px;
line-height: 34px;

color: #111111;
}

.content.application p ,
.content.application ol li
{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;

color: #111111;
}
.col_compte #app_user
{
	margin-top: 25px;
}
.content.application ol
{
	margin: 25px 0;
}
.content.application .col_compte .adminform
{
		
background: rgba(179, 4, 15, 0.1);
border-radius: 5px;
padding: 15px 25px;
margin-bottom: 25px;
}
.content.application .col_compte  input,
#dynamic_form.col_compte #code,
.content.application .col_compte  textarea,
.content.application .col_compte  select{
    width: 302px;
    background: white;
	border: 2px solid #AAAAAA;
box-sizing: border-box;
border-radius: 4px;
}
.content.application .col_compte  input[type=checkbox],
.content.application .col_compte  input[type=radio]{
	width: auto;
}
.content.application .customer-information 
{
	display: flex;
	margin-bottom: 40px;
}
.content.application .customer-information table 
{
	border: none;
	background: none;
	
}

.content.application .customer-information table tbody 
{
	display:flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.content.application table 
{
	border: none;
	background: none;
	
}
.content.application table.admintable {
	margin-top: 25px;
	margin-left: 20px;
}
.content.application .customer-information .c_left
{
	border-right: 1px solid black;
}
.content.application .customer-information table tr 
{
	display: flex;
	flex-direction: column;
	border: none;
	margin: 0 30px;
}
.content.application table.admintable.t_coo tr.row0 
{
	display: flex;
	flex-direction: row;
}
 .content.application table tr 
{
	display: flex;
	flex-direction: column;
	border: none;
}
.professional-info
{
	margin: 0px 40px;
}
.content.application table.admintable.t_coo tr
{
	flex-direction: row;
}
.content.application .customer-information .c_right
{
	margin-left: 70px;
} 
.content.application .customer-information table td 
{
	border: none;
}
.content.application table td 
{
	border: none;
	width: 100%;
}
.professional-info #acc_types,
.professional-info .browse,
#purpose_-1
{
	font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 35px;

color: #111111;
}
.content.application .align.bt 
{
	display: flex;
    width: 100%;
    justify-content: flex-end;
}
table.captcha
{
	display: flex;
    width: 100%;
    justify-content: flex-end;
	text-align: right;

}
.txt_discret 
{
	text-align: right;
}
.content.application table.captcha tr 
{
	margin: 10px 0;
}
.adminform a.bt_link {
    background-color: transparent;
    /* background: url(../img/sprite_button.png) no-repeat scroll left 0 transparent; */
    display: inline-block;
    /* float: left; */
    /* margin-right: 10px; */
    /* padding: 0 0 0 7px; */
    text-decoration: none;
    text-transform: uppercase;
    color: #b3040f;
    white-space: nowrap;
    position: relative;
    outline: 0;
}
 
 .adminform a.bt_link span {
    padding: 0.5em 2em;
    border-radius: 4px;
    border: 2px solid #b3040f;
    background-color: #b3040f;
    color: #fff;
    float: left;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
}
.professional-info p 
{
	margin: 0px 30px;
	margin-bottom: 35px;
}
.account-type-help.per
{
	margin: 0px 20px;
} 
.admintable.customer-account-section-three .account-type tr:last-child
{
	margin-top: 25px;
}
.admintable.customer-account-section-three .diplome tr:last-child
{
	margin-top:20px;
}

.col_compte p.c_titre
{
	display: flex;
	flex-direction: column;
}
.col_compte p.c_titre span 
{
	margin-bottom: 10px;
}

.col_compte span.radio-input-label {
	font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 35px;
    color: #111111;
	text-transform: none !important;
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.admintable.customer-account-section-three
{
	display: flex;
	margin-top: 25px;
	margin-bottom: 25px;
}
.admintable.customer-account-section-three .account-type
{
	border-right: 1px solid black;
	padding-right:45px;
	width: 44.7%;
}
.admintable.customer-account-section-three .account-type label
{
	white-space: nowrap;
}
.admintable.customer-account-section-three .diplome
{
	margin-left: 120px;
}
.pageFormations .row
{
	display: flex;
	flex-direction: row;

}

div.md_frame.md_login 
{
	width: 100%;
}
.containerSingleFormation .textIntro p{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
color: #111111
}
.containerSingleFormation .introFormation{
	margin-bottom: 20px;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}
.containerSingleFormation p.textApresIntro{
	font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 25px;
color: #767676;
}
.pourquoiRb .row   
{
	display: flex;
	flex-direction: row;
	margin-top: 40px;
}
.relatedFormations .row 
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.col-md-4.relatedFormation
{
	width:30%
}

/*    TRUCS AND ASTUCES */


.Trucs-astuces .video-content
{
	width:100%
}

.Trucs-astuces .video-wrapper
{
	flex-direction: column;
	grid-column-gap: 30px;
}
.Trucs-astuces .title-subtitle
{
	margin-bottom: 60px;
}

.Trucs-astuces .youtube-follow,
.Trucs-astuces .instagram-follow
{

	flex-direction: row;
	padding: 0px 5px;
}

.Trucs-astuces .youtube-follow-image,
.Trucs-astuces .instagram-follow-image 
{
	width: 214px;
    height: 214px;
    object-fit: cover;
	padding: 15px 0px;
}
.Trucs-astuces .youtube-follow-content,
.Trucs-astuces .instagram-follow-content
{
	width: 49%;
	padding: 0px;
} 
.col_right .subtitle-text
{
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 22px;
line-height: 35px;

text-align: center;

color: #111111;
}

.Trucs-astuces .videos-container
{
	width: 100%; 
	display:flex;
	grid-column-gap: 30px;
}
.Trucs-astuces .video-content
{
    width:50%;
}
.content.cart .step3 
{
	width:50% ;
	margin:0 auto;
}
.content.cart .step3 h3 
{
	text-align: center;
}

.item.cart-summary .c_info.coupon input
{
  width: 220px;
height: 40px;

background: #FFFFFF;

border: 2px solid #AAAAAA;
box-sizing: border-box;
border-radius: 4px;
font-family: poppins;
font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #111111;

}

.desc_form .ligne label.gauche + .droite
{
display:flex;
align-items:center;
padding-left:10px;
flex-direction: row;
}

.contact-page .contact-map
{
	display: flex;
	flex-direction: row;
	grid-column-gap: 25px;
}

.contact-page .contact-map .map-section img 
{
	width:100%;
	height: 230px;
	object-fit: cover;
	border: 1px solid lightgrey;
}
.contact-page .contact-map .map-section img.upper
{
	margin-top: 28px;
}
.contact-page .contact-map .map-section.third img.upper
{
	margin-top: 6px;
}
.contact-page .contact-map .map-section img.eng-upper
{
	margin-top: 93px;
}
.contact-page .one_half,.contact-page .one_half.last
{
	width:100%;
	float:none;
	padding:0;
}
.contact-page .captcha
{
	display: flex;
    flex-direction: column;
}
.contact-page .captcha-group
{
	display: flex;
	justify-content: space-between;
}
.contact-page .captcha-input
{
	width:80%
}
.one_half h2.active 
{
	text-transform: initial;
	font-size: 18px;
    margin-bottom: 40px;
}
.align.left.contact-us
{
	text-align: right;
}
.align.left.contact-us a.bt span
{
	width:200px
}
.contact-page .one_half p.txt_discret 
{
	width:100%;
	text-align:right;
}
.contact-page input[type=text]
{
	width:100%
}
.contact-page 
{
	display: flex;
    margin-top: 60px;
}
.contact-page .large textarea
{
	width:100%;
	margin:0;
	height:150px

}

.contact-page .one_half.fullname, .contact-page .one_half.email{
	display:flex;
	justify-content: space-between;
}
.contact-page .one_half p{
	width:45%
}
.contact-page .one_half .map-section p
{
	width:100%;
}
.contact-page p.captcha, .contact-page p.large
{
	width:100%
}
.contact-page p b 
{
	white-space: nowrap;
}
.contact-page .col_left_ad .site-adbanner p b
{
    white-space: inherit;
}
.containerSingleFormation .one_half
{
	display: flex;
	width: 100%;
	justify-content: space-between;
	grid-column-gap: 25px;
	flex-direction: row;
}

.sousmenu.entreprise .submenu-product-categorie.left,
.sousmenu.entreprise .submenu-product-categorie.right,
.sousmenu.produits .submenu-product-categorie.right,
.sousmenu.produits .submenu-product-categorie.left,
.sousmenu.marques .submenu-product-categorie.left,
.sousmenu.marques .submenu-product-categorie.right,
.sousmenu.formation .submenu-product-categorie.left,
.sousmenu.formation .submenu-product-categorie.right,
.sousmenu.evenement .submenu-product-categorie.left,
.sousmenu.evenement .submenu-product-categorie.right
{
    background-repeat: no-repeat;
    background-size: cover;
}

.formation-content-text
{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100%;
    height: 100%;
}

form.Large_screen_search button, form.small_screen_search button {
	position: absolute;
  font-size: 16px;
  right: 5px;
  top: 6px;
  width: 40px;
  border: none;
  background: none;
}
a.submenu-btn.btn.btn-primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 10px;
    width:100%;
}
a.submenu-btn.btn.btn-primary .product-share 
{
	color:white ;
	padding:0px !important;
}
.site-adbanner
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
    padding: 0 15px;
    grid-row-gap: 25px;
}
.site-adbanner .notice-red
{
	display: flex;
    flex-direction: column;
    min-height: 53%;
    justify-content: space-between;
}
.site-adbanner .notice-red h4
{
	font-size: 16px;
}
.site-adbanner .notice-icon
{
	font-size: 50px;
}
.col_left_adbanner
{
	display: flex;
}
.formations
{

	background: url(/templates/base/img/formationRB.jpg) no-repeat;
	background-size: cover;
    background-position: bottom;
	padding-top:20px;
	padding-bottom:20px;
}
.convention-wrapper
{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}
.containerSingleFormation .moreFormation{
	background-color: #b3040f;
	color: white;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;	
	font-weight: 300;
font-size: 22px;
line-height: 35px;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
 margin: 0 auto;
 border:1px solid;
 grid-column-gap: 15px;
	
}
.content.application .col_compte .application-address .c_left table tbody

{
	display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
	border-right:1px solid;
}
.content.application .col_compte .application-address .c_right table tbody 
{
display: flex;
	flex-direction: column;
	grid-row-gap: 20px;
}
.content.application .col_compte .application-address .c_left
{
	float:left;
	width: 44.5%;
}
.content.application .col_compte .application-address .c_left tr, .content.application .col_compte .application-address .c_right tr
{
	margin: 0 30px;

}


.content.application .col_compte .application-address .c_right
{
	float:left;
	padding-left: 90px;
}
.content.application .col_compte .application-address .c_right .align.right
{
	margin-right: -20px;
}
.content.application .col_compte .application-address tr:nth-child(1)
{
	order: 2;
}
.col_right .relatedFormations p{
margin-top: 25px;
 
}
.autocomplete-items {
	
  width: 41.6em;
}
.product-cart-container .item.coupon .c_total{
	
	grid-column-gap: 35px;

	}
	.col_compte .Ind-product-summary .mobile-label
	{
		display: block;
	}
	.personal-wrapper
	{
		margin:0px 50px;
	}

	#account_user_form .c_left p , .col_compte .txt form .c_left p
	{
		display: flex;
		flex-direction: column;
	}
		.col_produit .panel .img-wrap {
			border: 1px solid #cccccc;
			position: relative;
			width: 100%;
			height: 290px;
			display: flex;
		}

				.lightbox .lb-outerContainer {
					width: 100% !important;
					min-height: 600px !important;
				}
								.lightbox .lb-dataContainer
								{
									width: 100% !important;
								}
								.lightbox .lb-data .lb-closeContainer
								 {
									left: 95%;
								}

		.desc_form .price-and-picture .photo 
		{
			width: 35%;
			}
						.desc_form .price-and-picture .ligne
						{
							width: 60%;
						}
												.lightbox .outer-data-wrapper {
													width: 80%;
													margin: 0 auto;
						
												}

		.filmstrip li {
			margin: 0;
			border: 1px solid #cccccc;
			width: 60px !important;
			height: 60px !important;
		}
	
		.filmstrip li img {
			width: 58px !important;
			height: 58px !important;
		
		}
				#pointer {
					width: 60px !important;
					height: 60px !important;
				}
								.col_produit #photos.galleryview .nav-next,
								.col_produit #photos.galleryview .nav-prev {
									height: 60px;
								}
		.filmstrip {
		padding: 0px 5px !important;
		display: flex;
		justify-content: flex-start;	
	}
		.filmstrip.strip-slide 
		{
			padding: 0px 22px !important;
		}
		

		.filmstrip.strip-slide li {
			width: 56px !important;
			height: 60px !important;
		}

				.filmstrip.strip-slide li img {
					width: 55px !important;
					height: 55px !important;
				}
}

@media (min-width: 800px) {
	.container,
	.sub_footer,
	.top_bar_content,
	.cpntent {
	  width: 760px;
	}
  }
  @media (min-width: 992px) {
	.container.responsive,
	.sub_footer,
	.top_bar_content,
	.content {
	  width: 940px;
	}

	.desc_form .ligne label.gauche input {
		width: 46px;
		height: 46px;
		background: rgba(179, 4, 15, 0.1);
	}

	.desc_form .ligne label.gauche {
		display: flex;
		width: 45%;
		grid-column-gap: 20px;
		align-items: center;
	}

	.desc_form .ligne label.gauche + .droite {
		color: #b3040f;
		white-space: nowrap;
		font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 26px;
	}
	span.droite
	{
		display: flex !important;
		align-items: center;
	}
	.site-notes {
		display: block;
		background: #b3040f;
		text-align: center;
		color: white;
		padding: 2px 7px 17px 0;
		margin: 2em 0;
		font-size: 22px;
	}
	.c_info.coupon input
	{
		width:200px;
	}
	.shipping-option p.province-state-select select
	{
		width:220px;
	}
	

  }
  @media (min-width: 1200px) {
	.container.responsive,
	.sub_footer,
	.top_bar_content,
	.content{
	  width: 1055px;
	}

	
  }

  @media (min-width: 1396px) {
	.container.responsive,
	.sub_footer,
	.top_bar_content,
	.content
     {
	  width: 1180px;
	}
	.list_prod .product-container a.image-wrap
	{
		max-width: 100%;
		height: 262px;
	}
	
	.list_cat .product-container .products a.image-wrap
	{
	    height:262px;
	}

		.filmstrip li {
			margin: 0;
			border: 1px solid #cccccc;
			width: 66px !important;
			height: 66px !important;
		}
	
		.filmstrip li img {
			width: 64px !important;
			height: 64px !important;
	
		}

				.filmstrip.strip-slide li {
					width: 65px !important;
					height: 65px !important;
				}
		
				.filmstrip.strip-slide li img {
					width: 64px !important;
					height: 64px !important;
				}
		
		
				.col_produit #photos.galleryview .nav-next,
				.col_produit #photos.galleryview .nav-prev
				{
					height: 66px;
				}
	
		#pointer {
			width: 66px !important;
			height: 66px !important;
		}
	

  }

  @media (max-width:1280px)
  {
	.mt
	{
		margin-top: 2.5em;
    padding: 2em 0;
	}
	.offer-three-box
	{
		margin-top:2em;
	}
	.subtitle-text
	{
		margin-bottom:1em;
	}
	.red_notice.desktop
	{
		margin-bottom:2em;
	}
	.banniere
	{
		padding-top:0;
	}
	.list_prod .product-container .products img {
		height: 260px;
		
	}
	
  }
	@media (min-width:1600px)
	{
		/* .video-content .video_lesson
		{
			height: 320px;
		}*/
	}
  
  
