/* cmsms stylesheet: catalogue modified: 11/06/2019 11:05:52 */
/*
Catalogue
*/
#list_categories, 
#list_product_select, 
#list_product_promo{
/*float:left;*/
}

#list_categories ul, 
#list_product_select ul, 
#list_product_promo ul{
list-style:none;
margin:0;
padding:0;
}

#list_categories ul li, 
#list_product_select ul li, 
#list_product_promo ul li{
    border: 2px solid #e5e5e5;
    float: left;
    margin: 15px;
    padding: 15px;
    position: relative;
    text-align: center;
    width: 25%;
min-height:200px;
}

#list_categories ul li:hover, 
#list_product_select ul li:hover, 
#list_product_promo ul li:hover{
border: 2px solid #000000;
}

#list_categories ul li .image, 
#list_product_select ul li .image, 
#list_product_promo ul li .image{

}

#list_categories ul li .image a, 
#list_product_select ul li .image a, 
#list_product_promo ul li .image a{
display:block;
}

#list_categories ul li .titre, 
#list_product_select ul li .titre, 
#list_product_promo ul li .titre{

}

#list_product_select ul li.list{
float:none;
width:90%;
margin:15px 0;
text-align:left;
}

#list_product_select ul li.list .image{
display:inline-block;
}

#list_product_select ul li.list .titre{
display:inline-block;
vertical-align:top;
width:80%;
}

#list_categories ul li .titre a{
display:block;
}

#list_product_select ul li .titre a{
display:block;
}
#list_product_promo ul li .titre a{
display:block;
}

/*Catégorie*/
.cat_img{
float:left;
}
.cat_data{
foat:left;
}
.cat_desc{

}

#list_sub_categories{
/*float:left;*/
border-top:1px solid #e5e5e5;
padding-top:25px;
}

#list_sub_categories h2{
font-size:16px;
}

#list_sub_categories ul{
list-style:none;
margin:0;
padding:0;
}

#list_sub_categories ul li{
    float: left;
    margin: 15px;
    position: relative;
    text-align: center;
    width: 12.5%;
padding:15px;
border:2px solid #ebebeb;
}

#list_sub_categories ul li:hover{
border:2px solid #000000;
}

.filtre_produit{
/*float:left;*/
margin-top:30px;
padding-bottom:15px;
border-bottom:1px solid #e5e5e5;
}

.filtre_produit #sort_product{
/*float:left;
margin:0 55px 0 0;*/
}

.filtre_produit #nbr_product{
/*float:left;
margin:0 55px 0 0;*/
}

.filtre_produit #display_product{
float:right;
}

#display_product_title{
float:left;
}

.filtre_produit #display_product ul{
list-style:none;
float:left;
margin:0;
padding-left:10px;
}

.filtre_produit #display_product ul li{
float:left;
}

.filtre_produit #display_product ul li a#show_grill{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e1e0e0;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: -3px;
text-decoration:none;
padding-right:5px;
}



.filtre_produit #display_product ul li a#show_grill:before{
content:"\f009";
}

.filtre_produit #display_product ul li a#show_list{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #e1e0e0;
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: -3px;
text-decoration:none;
padding-right:5px;
}

.filtre_produit #display_product ul li a#show_list:before{
content:"\f00b";
}

.filtre_produit #display_product ul li a.selected,
.filtre_produit #display_product ul li a:hover{
color:#333333 !important;
}

/*
/*Pagination*/
.pagination_product{
/*float:left;
margin-left:37%;*/
margin-top:10px;
justify-content:center;
}

.pagination_product ul{
list-style:none;
padding:0;
}

.pagination_product ul li{
float:left;
margin-right: 2.5px;
margin-left: 2.5px;
}

.pagination_product ul li.pagination_prev{
margin-right:15px;
}

.pagination_product ul li.pagination_next{
margin-left:15px;
}

.pagination_product ul li span{
display:block;
cursor:pointer;
}

.pagination_product ul li span.page{
width:30px;
height:30px;
background-color:#ffffff;
border:1px solid #380e3a;
color:#380e3a;
text-align:center;
line-height:30px;
}

.pagination_product ul li span.current,
.pagination_product ul li span.page:hover{
background-color:#380e3a;
color:#ffffff;
}

.pagination_product ul li span.current{
cursor:default;
}
.pagination_product ul li span.prev,
.pagination_product ul li span.suiv{
color:#333333;
}

.pagination_product ul li span.inactive{
cursor:not-allowed;
color:#380e3a;
}

.icon_prev,
.icon_suiv{
color: #380e3a;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 27px;
    vertical-align: middle;
}

.pagination_product ul li span.page:hover .icon_prev,
.pagination_product ul li span.page:hover .icon_suiv{
color: #ffffff;
}

.icon_prev:before{
content:"\f053";
}

.icon_suiv:before{
content:"\f054";
}
*/

.show{
display:block;
}

.hide{
display:none;
}

.no_float{
clear:left;
margin-left:0 !important;
}

.nbr_product{
float:right;
margin:10px 0;
}

/**********
Detail produit
**********/

.prod_block{
float:left;
margin-bottom:30px;
width:100%;
}

.header_prod_block{
background-color:#fbfbfb;
border-top:1px solid #e5e5e5;
border-left:1px solid #e5e5e5;
border-right:1px solid #e5e5e5;
padding:5px 20px;
width:100%;
}

.header_prod_block h3{
margin:0;
}

.body_prod_block{
padding:10px
}
#media_large{
text-align:center;
}

#media_large a{
display:block;
border:1px solid #cccccc;
}

#media_large a img{
position:relative;
z-index:0;
}

#media_thumb a{
text-decoration:none;
display:inline-block;
margin:5px;
border:1px solid #cccccc;
}

#resume h2{
margin-top:0;
}

.promotion{
text-transform:uppercase;
font-weight:bold;
display:block;
}

.promotion_date{
display:block;
}

#social_sharing{
margin-top:15px;
}

.social_sharing{
width:60px;
height:60px;
border:1px solid #cccccc;
padding:0;
background-color:#ffffff;
}

.btn_facebook:hover{
background-color:#435f9f;
}
.btn_twitter:hover{
background-color:#00aaf0;
}
.btn_google:hover{
background-color:#e04b34;
}
.btn_pinterest:hover{
background-color:#ce1f21;
}

.icon{
    display: block;
    font-family: FontAwesome;
    font-size: 35px;
    font-style: normal;
    font-weight: normal;
    height: 58px;
    line-height: 58px;
    text-decoration: inherit;
    width: 58px;
}

.icon_fb{
color:#435f9f;
}

.btn_facebook:hover .icon_fb{
color:#ffffff;
}

.icon_fb:before{
content:"\f09a";
}

.icon_tw{
color:#00aaf0;
}
.btn_twitter:hover .icon_tw{
color:#ffffff;
}
.icon_tw:before{
content:"\f099";
}

.icon_gg{
color:#e04b34;
}
.btn_google:hover .icon_gg{
color:#ffffff;
}
.icon_gg:before{
content:"\f0d5";
}

.icon_pi{
color:#ce1f21;
}
.btn_pinterest:hover .icon_pi{
color:#ffffff;
}
.icon_pi:before{
content:"\f0d2";
}

#sendprint{
margin-top:15px;
}

#print_prod,#sendtoafrend{
color:#555555;
text-decoration:none;
display:block;
width:50%;
}

#print_prod i.icon,#sendtoafrend i.icon{
font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
color:#555555;
display:inline-block;
height:auto;
line-height:1;
width:auto;
margin-right:10px;
}

.icon_send:before{
content:"\f003";
}
.icon_print:before{
content:"\f02f";
}

.table_feature{
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
    width: 100%;
}

.table_feature tr{
    border-top: 1px solid #e5e5e5;
}

.table_feature tr td:first-child {
    border-right: 1px solid #e5e5e5;
    color: #333333;
    font-weight: 700;
    width: 30%;
}
.table_feature tr td {
    padding: 10px 20px 11px;
}

.prod_doc{
display:block;
}

#poduct_in_same_cat{
text-align:center;
}

#poduct_in_same_cat h3{
text-align:left;
}

.poduct_in_same_cat{
overflow:hidden;
padding:0;
display:inline-block;
text-align:left;
}
.prod_same_cat a{
display:block;
position:relative;
}

.prod_same_cat{
display:inline-block;
text-align:center;
/*padding:15px;*/
margin:15px;
border:1px solid #cccccc;
}

.all_prod_same_cat{
position:relative;
}

.prod_next, .prod_prev{
display:inline-block;
position:relative;
bottom:80px;
}

.prod_next .icon, .prod_prev .icon{
font-family: Awesome;
    font-size: 35px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
color:#380e3a;
display:inline-block;
height:auto;
line-height:1;
width:auto;
}

.icon_left{
cursor:pointer;
}
.icon_left:before{
content:"\f137";
}

.icon_right{
cursor:pointer;
}
.icon_right:before{
content:"\f138";
}

.pack{
padding:10px;
border:1px solid #cccccc;
margin-bottom:20px;
}

.pack ul{
list-style:none;
}

.pack ul li{
display:inline-block;
border:1px solid #cccccc;
margin:0 15px;
padding:15px;
width:150px;
text-align:center;
vertical-align:top;
}

.pack ul li span{
display:block;
}

/*************
Block
*******/
.block_category{

}

.block_category ul{
list-style:none;
padding:0;
background-color:#ffffff;
}

.block_category ul li{
    border: 1px solid #cccccc;
    padding: 5px;
}

.selectCat{
background-color:#f1f1f1;
}

.block_category ul li a{
text-decoration:none;
line-height:35px;
}

.block_category ul li a.child_cat{
float:right;
}

.block_category ul li .icon{
font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
color:#cccccc;
display:inline-block;
height:auto;
line-height:1;
width:auto;
}

.icon_plus{

}

.icon_plus:before{
content:"\f067";
}
.icon_minus{

}

.icon_minus:before{
content:"\f068";
}
/* cmsms stylesheet: general_css modified: 25/06/2020 15:56:03 */


/*GÉNÉRAL*/

/*MENU HEADER*/
/*premier niveau*/
/*second niveau*/

/*MENU MOBILE*/
/*premier niveau*/
/*second niveau*/


@font-face {
  font-family: 'Awesome';
  src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://www.natur-aroma.fr/uploads/theme_na/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Linearicons';
	src:url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.eot?w118d');
	src:url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
    font-family: 'Myriad Pro';
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Myriad Pro/Myriad Pro-Regular.ttf');
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Myriad Pro/Myriad Pro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Myriad ProBlack';
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Myriad Pro/Myriad Pro-Black.ttf');
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Myriad Pro/Myriad Pro-Black.ttf') format('truetype');
}
*/
@font-face {
    font-family: 'Ubuntu';
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Ubuntu/Ubuntu-Regular.ttf');
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Ubuntu/Ubuntu-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ubuntu-Light';
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Ubuntu/Ubuntu-Light.ttf');
    src: url('https://www.natur-aroma.fr/uploads/theme_na/fonts/Ubuntu/Ubuntu-Light.ttf') format('truetype');
}

#fancybox-wrap, #fancybox-wrap *{
    -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
      -o-box-sizing: content-box;
     -ms-box-sizing: content-box;
         box-sizing: content-box;
}

body{
font-size:17px;
color:#888888;
font-family: 'Myriad Pro';
font-weight:normal;
}

.modal-open{
padding-right:0 !important;
overflow:auto;
}

h1,h2,h3,h4,h5,h6{
color:#333333;
font-weight:bold;
/*text-transform:uppercase;*/
}

h1{
margin-top:0px;
margin-bottom:20px;
font-size:2em;
font-family: 'Myriad Pro';
text-transform:uppercase;
}

a, a:active, a:focus{
color:#888888;
text-decoration:none;
}
a:hover, a:focus{
color:#888888;
text-decoration:none;
}

html .row-10{
margin-bottom:-10px;
}

html .row-10 > *{
margin-bottom:10px;
}

.row:not(.row-condensed).row-horizontal-10{
margin-left:-5px;
margin-right:-5px;
}

.row:not(.row-condensed).row-horizontal-10 > [class*="col"]{
padding-left:5px;
padding-right:5px;
}
.overflow{
overflow:hidden;
}
.no-padding {
    padding-right:0;
    padding-left:0;
}

.no-margin{
margin:0;
}

.txt-rgt{
text-align:right;
}

.txt-lft{
text-align:left!important;
}

.txt-ctr{
text-align:center;
}

.img-size{
width:100%;
height:auto;
}

.margin-top{
margin-top:20px;
}
.margin-bottom{
margin-bottom:40px;
}

.margin-top-25{
margin-top:25px;
}
.margin-bottom-25{
margin-bottom:25px;
}

.bloc-height-30{
height:30px;
}

.logo{
display:block;
}

.menu_mobile{
display:none;
}

.breadcrumb{
margin:25px 0 0 0;
background-color:transparent;
border-radius:0;
color:#888888;
text-transform:uppercase;
font-size:14px;
font-weight:600;
padding:0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

.bloc_flag{
/*float:right;
position:relative;
bottom:35px;
right:20%;
height:0;*/
margin-left:15px;
}
.bloc_flag a,.bloc_flag span{
margin-right:5px;
display:inline-block;
padding:0 !important;
text-transform:uppercase;
color:#702239;
font-size:17px;
letter-spacing:1px;
}
.bloc_flag a{
	/*opacity:0.7;*/
	text-decoration:none;
color:#b4b4ad;
}

.bloc_flag a:hover{
	/*opacity:1;*/
	text-decoration:none;
color:#702239;
}

.bloc_flag_mobile{	
display:none;
}

.row-container{
background:#f2f2f2;
padding-top:45px;
padding-bottom:5px;
}

/*********
* HEADER *
*********/
#header{
background:#ffffff;
z-index:1100;
width:100%;
transition: all 0.2s ease-in-out 0s;
}

#pseudo_header{
height:83px;
}

.navbar{
padding:0px;
align-items:center;
}

#logo_row{
background:#000000;
text-align:center;
padding:26px 0;
}

.header_title{
display:flex;
justify-content:right;
align-items:center;
color:#702239;
}

.header_title h2{
color:#702239;
}

.banner_search{
background:#ffffff;
color:#888888;
padding:13px 280px 13px 0;
text-align:right;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.logo_header_menu{
display:flex;
/*justify-content:flex-end;*/
height:auto;
margin-top:15px;
margin-bottom:10px;
background:#ffffff;
}

.logo_header{
width:90%;
height:auto;
}

.bloc_menu_header{
display:flex;
justify-content: center;
-webkit-justify-content: center;
/*margin-top:9px;
margin-bottom:9px;*/
background:#ced1d3;
}

.bloc_menu{
/*border-bottom:2px solid #00537f;*/
background:#ffffff;
}

/**********
RECHERCHE
**********/
.link_search{
display: flex;
align-items: center;
}
.link_search:before{
content: "\f002";
    font-family: Awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #702239;
    font-size: 22px;
    padding-left: 0.5em;
}
.bloc_search{
display:none;
position: fixed;
z-index: 10000;
background: rgba(255,255,255,0.8);
padding: 20px 25px;
right: -480px;
top: 212px;
-moz-transition: right 1s ease-out;
-o-transition: right 1s ease-out;
-webkit-transition: right 1s ease-out;
transition: right 1s ease-out;
border: 1px solid #702239;
}
.bloc_search.active_search{
right:0px;
}
.search_fixed{
top:74px;
}

.search_icon{
margin-right:13px;
}

.search_icon:before{
content: "\f002";
    font-family: Awesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #702239;
    font-size: 22px;
    padding-left: 0.5em;}

.search-input{
padding:2px 10px;
width:280px;
}
.search-button{
background:#702239;
border:1px solid #ffffff;;
color:#ffffff;
margin-left:13px;
padding:3px 8px;
}
.search-button:hover{
background:#702239;
color:#ffffff;
}
#searchModal{
z-index:10000000;
}
#searchModal .modal-dialog {
max-width: 800px;
}
#searchModal .modal-dialog .modal-content .modal-header{
background-color:#702239;
}
#searchModal .modal-dialog .modal-content .modal-header h4{
color:#ffffff;
font-size:16px;
}
#searchModal .modal-dialog .modal-content .modal-header .close{
color:#ffffff;
opacity: 1;
text-shadow: none;
border: 1px solid #fff;
padding: 5px 8px;
margin: 0;
}
#searchModal .modal-dialog .modal-content .modal-footer{
background-color:#702239;
}
#searchModal .modal-dialog .modal-content .modal-footer a{
color:#ffffff;
border: 1px solid #ffffff;
padding: 5px 10px;
cursor:pointer;
}
.title_res_search{
font-weight:bold;
}
.link_res_search,.link_res_search:hover{
text-decoration:underline;
}

/**************
* MENU HEADER *
**************/
.menu_header{
display:flex;
justify-content:center;
-webkit-justify-content:center;
margin-left:25px;
}

#menu_header{
display:flex;
align-items:center;
}

.menu_fixed{
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1100 !important;
left:0;
}

.sf-menu li{
border-right:1px solid #702239;
text-align:left;
/*padding: 0 6px;*/
}
.sf-menu > li:first-child{
/*padding:0 6px 0 0;*/
}
.sf-menu > li:last-child{
/*padding:0 0 0 6px;*/
border-right:none;
}
.sf-menu a, .sf-menu span{
padding:35px 27px;
background:#ced1d3;
color:#702239;
font-size:20px;
letter-spacing:1px;
text-transform: none;
font-weight:900;
text-transform:uppercase;
}
.sf-menu a.current, 
.sf-menu a:hover, 
li.sfHover a, 
.sf-menu span.current, 
.sf-menu span:hover, 
li.sfHover span{
color:#ffffff;
background:#702239;
}

.sf-menu a::before, 
.sf-menu span::before{
background:transparent;
/*border-radius:5px;*/
}

.sf-menu a.current::before, 
.sf-menu a:hover::before, 
.sf-menu li.sfHover a::before, 
.sf-menu span.current::before, 
.sf-menu span:hover::before, 
.sf-menu li.sfHover span::before{
color:#3a3a3a;
}

/*.sf-menu > li > a:after, .sf-menu > li > span:after{
position: absolute;
top: 56%;
left: 50%;
display: block;
width: 0;
height: 1px;
content: '';
background: #00537f;
-webkit-transition: width .4s ease-in-out;
transition: width .4s ease-in-out;
-webkit-transform: translate(-50%,10px);
transform: translate(-50%,10px);
}

.sf-menu a.current:after,
.sf-menu span.current:after,
.sf-menu a:hover:after,
.sf-menu span:hover:after{
width: calc(100% - 55px);
}*/

/*MENU fleche*/
/*.sf-menu > li > a.current::after, 
.sf-menu > li > a:hover:after, 
.sf-menu > li.sfHover > a::after, 
.sf-menu > li > span.current::after, 
.sf-menu > li > span:hover:after, 
.sf-menu > li.sfHover > span::after{
content: "\f0d7";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #702239;
font-size: 22px;
position:absolute;
bottom:-9px;
left:0;
right:0;
text-align:center;
}*/

/*.sf-menu > li > a.current.sf-with-ul::after, 

.sf-menu > li > a.sf-with-ul:hover:after, 
.sf-menu > li.sfHover > a.sf-with-ul::after, 
.sf-menu > li > span.current.sf-with-ul::after, 
.sf-menu > li > span.parent:hover:after, 
.sf-menu > li > span.sf-with-ul:hover:after, 
.sf-menu > li.sfHover > span.sf-with-ul::after{
content: "\f0d7";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #702239;
font-size: 22px;
position:absolute;
top:57px;
left:45%;
}*/

/* Second niveau */
.sf-arrows .sf-with-ul{
padding:35px 27px;
}

.sf-arrows .sf-with-ul::after, .sf-menu span::after{
content: '';
position: initial;
top: 0;
right: 0;
margin-top: 0;
height: 0;
width: 0;
border: none;
display:none
}

.sf-menu ul{
top:100%;
left:25px;
min-width:19em;/*Largeure sous menu*/
}

/*.sf-menu ul:before{
content: "\f0d8";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #702239;
font-size: 22px;
position:absolute;
top:-20px;
left:50px;
}*/

.sf-menu ul li{
background:#702239;
}

.sf-menu ul li a::before,.sf-menu ul li span::before{
background:#702239;
}

.sf-menu ul > li > a, .sf-menu ul > li > span{
color:#ffffff;
background:#702239;
font-size:16px;
font-weight:normal;
padding:10px 28px;
line-height:20px;
}

.sf-menu ul > li:hover > a,.sf-menu ul > li:hover > span{
color:#ffffff;
}

.sf-menu ul > li > a.current,.sf-menu ul > li > span.current{
color:#ffffff;
font-size:16px;
background:#702239;
}

.sf-menu ul li a.current::before,.sf-menu ul li span.current::before{
background:#702239;
}

/*.sf-menu ul > li > a.current:after, .sf-menu ul > li > span.current:after{
position: absolute;
display: block;
width: 85%;
height: 1px;
content: '';
background: #702239;
}*/

/* Troisième niveau */
.sf-menu ul ul:before{
display:none
}

.sf-menu ul ul{
top:0;
left:100%;
min-width:19em;/*Largeur du menu*/
}

.sf-menu ul ul li a::before{
background:#702239;
}

.sf-menu ul ul li a,.sf-menu ul ul li span{
background:#702239;
}

.sf-menu ul ul li a:hover,.sf-menu ul ul li span:hover{
background:#702239;
}

.sf-menu ul ul li a.current,.sf-menu ul ul li span.current{
background:#702239;
}

.sf-menu ul ul > li > a{
color:#ffffff;
}

.sf-menu ul ul > li:hover > a{
color:#ffffff;
}

/*.sf-menu a.logo_in_menu_link{
padding:0;
z-index:0;
right:-56px;
-webkit-transition: right .4s ease-in-out;
transition: right .4s ease-in-out;
}
.sf-menu a.logo_in_menu_link_active{
right:0;
}
.sf-menu a.logo_in_menu_link img.logo_in_menu_img{
width:55px;
}*/

/**************
* MENU MOBILE *
**************/
.logo_header_mobile{
display:none;
height:0;
width:0;
visibility:hidden;
}
.menu_mobile{
display:none;
height:0;
width:0;
visibility:hidden;
}

.dl-menuwrapper{
margin-bottom:5px;
}

.dl-menuwrapper:first-child{
margin-right:150px;
}

.dl-menuwrapper li a, .dl-menuwrapper li span{
padding:10px 20px;
}

.no-touch .dl-menuwrapper li span:hover{
text-decoration:underline;
}

.dl-menuwrapper button{
background:#702239;
}

.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul{
background:#702239;
}

.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after{
right:0px;
top:-3px;
color:#ffffff;
}

/* Couleur bouton survole */
.dl-menuwrapper button:hover{

}

/* Couleur bouton menu affiché*/
.dl-menuwrapper button.dl-active{
background:#702239;
}

/* 1er niveau */
/* Couleur menu */
.dl-menuwrapper ul{
background:#702239;
}

/* Couleur text menu */
.dl-menuwrapper li a, 
.dl-menuwrapper li span{
color:#ffffff;
padding:10px 20px 10px 10px;
/*right:10px;*/
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}

/* Niveaux suivants */
/* Couleur menu */
.dl-menuwrapper .dl-menu .dl-submenu{
background:#702239;
}

/* Couleur text menu */
.dl-menuwrapper .dl-menu .dl-submenu li a, 
.dl-menuwrapper .dl-menu .dl-submenu li span{
color:#ffffff;
}

/******
* CORPS *
********/
#slider_row{
/*border-bottom:2px solid #00537f;*/
}

#principal_content{
text-align:center;
margin:10px 0 25px 0;
}

.sitemap_content{
text-align:left !important;
}

.carte_content{
margin:36px 0 0 0 !important;
}
.carte_content h1{
margin-bottom:20px !important;
}

/* Contenu secondaire */
.bg-vert{
background-color:#e5efc7;
}
.bg-gray-lighter{
background-color:#f8f8f8;
}

.object-warp{
position:relative;
overflow:hidden;
}
.section-xxl{
padding-top:75px;
padding-bottom:75px;
}
@media (min-width: 1200px) and (min-height:800px){
.section-xxl{
padding-top:165px;
padding-bottom:190px;
}
}
.bg-image{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@media (max-width: 991px) {
.object-wrap__body {
    height: 33vw;
    min-height: 200px;
}
}
@media (min-width: 992px) {
.object-wrap__body{
overflow: hidden;
position: absolute;
top: 0;
bottom: 0;
width: 100vw;
min-width: 1px;
max-width: none;
height: 100%;
min-height: 100%;
max-height: none;
margin: 0;
z-index: 0;
}
.object-wrap__body-sizing-1{
width:50%;
}
}

.object-wrap__body.object-wrap__body-md-right{
right:0;
}
.object-wrap__body.object-wrap__body-md-left{
left:0;
}

/**********
* ONGLETS *
**********/
.nav-tabs .nav-link{
border-color:#ffffff;
font-weight:bold;
border-radius:0;
background-color:#4f6a99;
color:#ffffff;
border-left:none;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
color:#ffffff;
background-color:#00537f;
border-color:#ffffff;
font-weight:bold;
}

.nav-tabs .nav-link:hover{
color:#ffffff;
background-color:#00537f;
border-color:#ffffff;
}

.nav-tabs .nav-link:focus{
color:#ffffff;
background-color:#00537f;
border-color:#ffffff;
}

.tab-content > .tab-pane{
color:#ffffff;
background-color:#7f99c7;
padding:15px;
border:1px solid #7f99c7;
}

.tab-content{
margin-bottom:25px;
text-align:left;
}

/**************Actualités*************/


.content_news{
margin:40px 0 10px 0;
}

/*.content_news:before{
left:-230%;
}

.content_news:before, .content_news:after{
    background: #f5f5f5 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 231%;
    z-index: -1;
}

.content_news:after{
right:-230%;
}*/

.news{
list-style:none;
margin: 30px 0 0 0;
padding:0;
}

.news li{
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    list-style: outside none none;
    margin-right: 28px;
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 48%;
    border-color: #ddd;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 313px;
overflow: hidden;
}
.news li.no_margin_right{
margin-right: 0;
}

.news li:after{
clear:both;
}

.news li:before, .news li:after{
    content: "";
    display: table;
    line-height: 0;
}

.NewsSummaryField{
    background: #333 none repeat scroll 0 0;
    float: none;
    margin: 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    display: block;
    line-height: 19px;
    transition: all 0.2s ease-in-out 0s;
}

.NewsSummaryField a{
    display: block;
    position: relative;
    transition: all 0.8s ease 0s;
    outline: medium none;
}

.NewsSummaryField a img{
    opacity: 1;
    width: 100%;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.NewsSummary{
    bottom: 0;
    display: table-cell;
    left: 0;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    z-index: 2;
}

.NewsSummary:before{
    background: rgba(112, 34, 57, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.8s ease 0s;
    z-index: -1;
}

.news li:hover .NewsSummary:before{
    top: 0;
    transition: all 0.4s ease 0s;
}

.NewsSummary_inner{
    display: inline-block;
    vertical-align: middle;
width:100%;
text-align:center;
position:relative;
/*top:86px;*/
margin-top:70px;
}

.NewsSummaryPostdate{
    color: #702239;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 33px;
    margin: 35px 0 6px;
    padding: 0;
    transition: all 0.8s ease 0s;
    overflow: hidden;
    text-transform: uppercase;
font-family: 'Myriad Pro';
}

.news li:hover .NewsSummaryPostdate{
    color: #ffffff;
    margin-top: 0;
font-weight:bold;
    transition: all 0.4s ease 0s;
}

.NewsSummaryPostdate i{
    display: inline-block;
    font-size: 19px;
    font-style: normal;
    line-height: 19px;
    margin: 1px 0 0;
    vertical-align: top;
}

.NewsSummaryLink{
    font-size: 33px;
    line-height: 33px;
    color: #fff;
    font-weight: 300 !important;
    margin: 0;
    padding: 0;
    transition: all 0.8s ease 0s;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
font-family: 'Ubuntu-Light';
}

.NewsSummaryLink a{
    color: #fff;
    text-decoration: none;
    transition: all 0.8s ease 0s;
}

.NewsSummaryLink a:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.NewsSummary_btn{
    opacity: 0;
    transition: all 0.8s ease 0s;
margin-top:30px;
}

.news li:hover .NewsSummary_btn{
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.NewsSummary_btn a{
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    margin: 0;
    padding: 7px 24px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.8s ease 0s;
    vertical-align: top;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 1px solid #ffffff;
    border-color: #fff;
font-family:'Ubuntu';
}

.NewsSummary_btn a:hover{
    /*background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
color:#000;
    transition: all 0.4s ease 0s;*/
}

.NewsSummary .aux{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

/* Pagination */
a.news_pagination{
border:1px solid #702239;
padding:7px 13px;
font-size:15px;
color:#702239;
background:#ffffff;
font-family: 'Ubuntu-Light';
}
a.news_pagination:hover{
background:#702239;
color:#ffffff;
}
span.news_pagination{
border:1px solid #702239;
background:#702239;
color:#ffffff;
padding:7px 13px;
font-size:15px;
cursor: no-drop;
font-family: 'Ubuntu-Light';
}

/*********
* FOOTER *
*********/
footer{
background:#b4b4ad;
color:#ffffff;
}

footer h3{
margin-top:20px;
color:#ffffff;
}

#footer_row{
padding-top:25px;
padding-bottom:25px;
}

.menu_footer{
padding:0;
list-style:none;
margin:0;
text-transform:uppercase;
}



.menu_footer li a{
font-size:14px;
/*font-weight:700;*/
margin:5px 0px 0px 0;
color:#ffffff;
display:block;
letter-spacing: 1px;
}
.menu_footer li:first-child a{
margin-top:0;
}
.menu_footer li:last-child a{
margin-bottom:0;
}
/*.menu_footer li span.sep{
display:inline-block;
margin-right:5px;
margin-left:5px;
color:#ffffff;
}*/

.bloc_facebook_footer{
text-align:center;
border:1px solid #ffffff;
padding: 15px 0 5px 0;
margin-right: 10px;
}

.bloc_telechargement{
border:1px solid #ffffff;
padding: 15px 10px 15px 10px;
}

.bloc_telechargement_titre{
text-align:right;
margin-top:0;
}

.bloc_telechargement_sub{
display:flex;
}

.bloc_telechargement_img{
width:50%;
}

.bloc_telechargement_txt{
width:50%;
color:#575757;
}

.bloc_telechargement_link{
border:1px solid #ffffff;
background:#702239;
color:#ffffff;
text-transform:uppercase;
padding:10px 10px 5px 10px;
font-size:15px;
font-weight:bold;
margin-top:10px;
display:block;
width:119px;
}
.bloc_telechargement_link:hover{
color:#ffffff;
}

.logo_footer{
margin-bottom:25px;
}

.bloc_contact_footer{
color:#ffffff;
text-align:center;
}

.bloc_contact_footer img{
margin-top:20px;
margin-bottom:40px;
width:100%;
}

.footer_tel{
font-size:20px;
font-weight:bold;
margin-bottom:0;
color:#ffffff;
}

.footer_tel:before{
content: "\f095";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 18px;
margin-right:5px;
}
.adresse_footer{
text-transform:uppercase;
font-size:14px;
}
.footer_mail{
margin-bottom:0px;
}

.footer_mail a{
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
font-size:14px;
}

.footer_mail a:hover{
text-decoration:underline;
}

/*.footer_mail:before{
content: "\f003";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #ffffff;
font-size: 18px;
margin-right:5px;
}*/
.bloc-copyright{
background:#ffffff;
}

.copyright{
padding-top:25px;
padding-bottom:25px;
color:#702239;
text-transform:uppercase;
font-size:14px;
}
.copyright a{
color:#702239;
}
/***************
* PAGE ACCUEIL *
****************/
/* Bloc réalisation */
#realisation{
margin-top:50px;
margin-bottom:50px;
}

/*************************
* BOUTON RESEAUX SOCIAUX *
*************************/
.link_social{
margin-top:20px;
}
.fb_iframe_widget{
top:-6px;
}

/********************
* ACTUALITES DETAIL *
********************/
.NewsDetailField img{
margin-bottom:20px;
width:100%;
height:auto;
}

#NewsPostDetailReturnLink{
margin-top:15px;
margin-bottom:15px;
}
/*#NewsPostDetailReturnLink a{
display:block;
background:#96c11f;
padding:10px 15px;
color:#ffffff;
width:200px;
margin:auto;
border-radius:3px;
}*/

/**********
* CONTACT * 
**********/
.page_contact{

}

#contact_content{
text-align:left;
margin:20px 0;
color:#702239;
}

.formbuilderform{
text-align:left;
}

.form_label label{
text-transform:uppercase;
margin-bottom:0;
color:#702239;
font-family: 'Myriad Pro';
font-weight:bold;
}

input#nom_prenom,  
input#prenom,  
input#email, 
input#societe{
    border: 1px solid #b4b4ad;
    border-radius: 2px;
    line-height: 30px;
    padding: 3px 5px;
    width: 318px;
margin-top:5px;
margin-bottom:25px;
}

textarea#Message, 
textarea#message, 
textarea.cms_textarea{
    border: 1px solid #b4b4ad;
    border-radius: 2px;
    height: 190px;
    margin: 5px 0;
    padding: 5px;
    width: 95%;
}

.formbuilderform .submit input{
    background-color: #702239;
    border: 1px solid #702239;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-family: 'Myriad Pro';
    margin-right: 3%;
    padding: 10px 40px;
    text-transform: uppercase;
transition: all 0.8s ease 0s;
margin-bottom:20px;
font-weight:bold;
}

/******************* Bouton scroll to top *******************/

#scrollToTop a{
position: fixed;
right: 20px;
bottom: 10px;
background-color: rgb(255,255,255); /** rgba fallback**/
background-color: rgba(255,255,255, 0.7);
padding: 5px 10px;
border: 1px solid #000;
border-radius:8px;
z-index:500;
    text-decoration: none;
}

#scrollToTop a:before{
content:"\f062";
font-family: Awesome;
font-style: normal;
font-weight: bold;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000000;
font-size: 26px;
margin:auto;
    transition: all 0.8s ease 0s;
}

#scrollToTop a:hover:before{
color: #666666;
    transition: all 0.4s ease 0s;
}

#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
}

/*************
* Newsletter *
*************/
.nms_bloc{
border:1px solid #ffffff;
padding:20px;
}

.nms_titre{
margin:0 0 10px 0;
font-size:28px;
font-weight:bold;
line-height:1;
}

.nms_mail{
border:1px solid #666666;
height:30px;
padding:0 10px;
width:210px;
}

.nms_submit{
border:1px solid #ffffff;
height:30px;
width:30px;
background-color:#702239;
transition: all 0.4s ease 0s;
}

.nms_submit span{
display:none;
}

.nms_submit:before{
content: "\f054";
font-family: Awesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #ffffff;
font-size: 14px;
transition: all 0.4s ease 0s;
}

.nms_submit:hover{
border:1px solid #702239;
background-color:#ffffff;
transition: all 0.8s ease 0s;
}

.nms_submit:hover:before{
color:#702239;
transition: all 0.8s ease 0s;
}

.button-formation{
color:#ffffff;
background:#702239;
border-color:#702239;
}
.button-formation:hover{
color:#ffffff;
background:#702239;
border-color:#702239;
}

/************
* CATALOGUE *
************/
.bloc_catalogue{
text-align:center;
/*border:1px solid #702239;
margin-bottom: 30px;*/
/*padding: 0px 15px 15px 15px;*/
}

.bloc_catalogue .image{
/*margin-top:15px;*/
}
.bloc_catalogue .image a img{
/*width:100%;
height:auto;*/
display:none;
}

.bloc_catalogue .image a .catalogue_list_img{
background-size: cover;
background-position-y: center;
background-position-x: center;
width: auto;
height: 15vw;
}

#list_product_select .list .bloc_catalogue .image a .catalogue_list_img{
height: 9vw;
}

.bloc_catalogue .titre{
margin-top:15px;
}
.bloc_catalogue .titre a{
font-size:18px;
font-weight:bold;
text-transform:uppercase;
}

.bloc_catalogue .titre .prod_title{
display:block;
margin-bottom:15px;
text-align:left;
font-size:25px;
font-weight:bold;
color:#702239;
}
.bloc_catalogue .titre .product_desc{
display:block;
margin-bottom:15px;
padding:0 15px;
text-align:left;
}
.bloc_catalogue .titre .read_more{
display:block;
background-color:#702239;
border-color:#702239;
color:#ffffff;
border-radius:0;
}
.bloc_catalogue .titre .read_more:hover{
display:block;
background-color:#b4b4ad;
border-color:;
color:#ffffff;
}

#list_categories{
margin-bottom:30px;
}

.cat_desc{
text-align:left;
}

.bloc_sub_cat{
display:inline-block;
padding:10px 15px;
background:#702239;
color:#ffffff;
font-weight:bold;
min-width:100px;
margin-right:10px;
border-radius:2px;
margin-bottom:10px;
}

.bloc_sub_cat:hover{
color:#ffffff;
background:#702239;
}

#list_sub_categories .btn_back{
background-color:#702239;
border-color:#702239;
color:#ffffff;
}

#list_sub_categories .btn_back:hover{
background-color:#702239;
border-color:#702239;
color:#ffffff;
}

#list_product_select .list{
width:100%;
flex:0 0 100%;
max-width:100%;
border:1px solid #702239;
margin-bottom:30px;
}

#list_product_select .list .bloc_catalogue{
/*min-height:9.1vw;*/
}

#list_product_select .list .image{
float:left;
width:25%;
margin-right:5%;
}

#list_product_select .list .titre{
float:left;
width:70%;
}

#list_product_select .list .titre .read_more{
width: 200px;
float: right;
margin-top: 8px;
margin-right:25px;
}

#media_large a img{
width:100%;
height:auto;
}

#presentation{
margin-top:20px;
margin-bottom:20px;
}

#media_large a{
border : 1px solid  !important;
}

#media_thumb{
text-align:left;
}

#media_thumb a{
border : 1px solid  !important;
}
#resume{
color:#702239;
}
#resume h1{
color:#702239;
text-align:left;
}
#resume .resume{
text-align:left;
color:#702239;
}
.header_prod_block{
background:transparent;
border:none;
}
.header_prod_block h3{
/*font-family:'vijaya';*/
color:#702239;
font-size:34px;
text-transform:uppercase;
}

#description{
text-align:left;
margin-bottom:20px;
}

.long_desc{
margin-top:10px;
color:#702239;
}

#document{
text-align:left;
margin-bottom:30px;
}

#document .prod_doc{
margin-top:20px;
background-color:;
border-color:;
color:#ffffff;
max-width:40%;
margin:25px auto;
}

.prod_next .icon, .prod_prev .icon{
color: !important;
}

.poduct_in_same_cat{
width:932px;
}

.prod_same_cat{
border : 1px solid  !important;
}

#presentation #resume .link_social{
margin-top:40px;
}

.prod_devis{
margin-top:75px;
}

.buttonCatProd{
    background-color: #b4b4ad;
    border: 1px solid #b4b4ad;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 600;
    padding: 22px 40px;
transition: all 0.8s ease 0s;
font-size:16px;
-webkit-animation-name: anim_botn_devis; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
  animation-name: anim_botn_devis;
  animation-duration: 3s;
animation-iteration-count: infinite;
}

.buttonCatProd span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.buttonCatProd span:after {
font-family: Awesome;
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.buttonCatProd:hover span {
  padding-right: 25px;
}

.buttonCatProd:hover span:after {
  opacity: 1;
  right: 0;
}

.buttonCatProd .first_line{
font-size:40px;
line-height:1;
}

/*Pagination*/
.pagination_product{
/*float:left;
margin-left:37%;*/
margin-top:10px;
justify-content:center;
}

.pagination_product ul{
list-style:none;
padding:0;
}

.pagination_product ul li{
float:left;
margin-right: 2.5px;
margin-left: 2.5px;
}

.pagination_product ul li.pagination_prev{
margin-right:15px;
}

.pagination_product ul li.pagination_next{
margin-left:15px;
}

.pagination_product ul li span{
display:block;
cursor:pointer;
}

.pagination_product ul li span.page{
width:30px;
height:30px;
background-color:#ffffff;
border:1px solid #702239;
color:#702239;
text-align:center;
line-height:30px;
}

.pagination_product ul li span.current,
.pagination_product ul li span.page:hover{
background-color:#702239;
color:#ffffff;
}

.pagination_product ul li span.current{
cursor:default;
}
.pagination_product ul li span.prev,
.pagination_product ul li span.suiv{
color:#702239;
}

.pagination_product ul li span.inactive{
cursor:not-allowed;
color:#702239;
}

.icon_prev,
.icon_suiv{
color: #702239;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 30px;
    line-height: 27px;
    vertical-align: middle;
}

.pagination_product ul li span.page:hover .icon_prev,
.pagination_product ul li span.page:hover .icon_suiv{
color: #ffffff;
}

.icon_prev:before{
content:"\f053";
}

.icon_suiv:before{
content:"\f054";
}

.all_prod_same_cat .prod_same_cat .img_product_same_cat{
width:auto;
height:9vw;
background-size:cover;
background-position-x:center;
background-position-y:center;
}
.all_prod_same_cat .prod_same_cat .img_product_same_cat img{
display:none;
}

.all_prod_same_cat .prod_same_cat .title_prod_same_cat{
background:rgba(34,34,33,0.7);
color:#ffffff;
font-weight:bold;
position: absolute;
display: flex;
/*width: 4.2%;*/
bottom: 16px;
height: 0px;
text-align: center;
justify-content: center;
align-items: center;
opacity:0;
padding:0 15px;
transition: all 0.8s ease 0s;
}

.all_prod_same_cat .prod_same_cat:hover .title_prod_same_cat{
transition: all 0.4s ease 0s;
height: 50px;
opacity:1;
}

.slick-prev{
left:-31px;
}
.slick-next{
right:-21px;
}
.slick-prev::before, .slick-next::before{
color:#702239;
font-size:30px;
}

.blocdev{
padding:15px;

}
.subblocdev{
border:1px solid #702239;
display:flex;
min-height:10.5vw;
padding:15px;
}
.imgbloc{
width:33%;
}
.imgbloc img{
width:100%;
height:auto;
}
.corpsbloc{
width:56%;
margin-left:10%;
}
.corpsbloc h2{
font-size:24px;
color:#702239;
}
