.container {
    max-width: 1103px;
    padding: 0 15px;
}
body {
    background: #f3f3f3;
    font-family: MavenPro;		
}
body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
	color: #4a4a4a;
}
p {
  	font-family: MavenPro;	
	color: #4a4a4a;
	font-size:14px;
}
body  h2{
	font-family: LibreBaskerville;
	font-size: 27px;
	color:#312783;
	font-weight: 600;
	padding: 40px 0;
	margin:0;
	text-transform: capitalize;
}
@font-face {
    font-family: LibreBaskerville;
    src: url("../../assets/fonts/LibreBaskerville-Regular.ttf") format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: LibreBaskerville;
    src: url("../../assets/fonts/LibreBaskerville-Bold.ttf") format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: MavenPro;
    src: url("../../assets/fonts/MavenPro-Regular.ttf") format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: MavenPro;
    src: url("../../assets/fonts/MavenPro-Medium.ttf") format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: MavenPro;
    src: url("../../assets/fonts/MavenPro-Bold.ttf") format('truetype');
    font-weight: 800;
}
.show-on-scroll {
	opacity: 0;	
}
body section {
	padding:0;
}
/***********header**********/
header {
    background: #f3f3f3;
    position: sticky;
    top: 0;
    z-index: 99;
}
.bloc_header {
    width: 100%;
	padding: 8px 0;
    display: block;
    position: relative;
}
nav .bloc_header .dc-logo_bloc img {
	width: 225px;
}
.bloc_header .icon_responsive{
	display: none;
}
.bloc_header>.row {
    height: 100%;
}
.bloc_header .dc-logo_bloc {
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.bloc_header .menu {
   text-align:right;
}
.bloc_header .row {
    align-items: center;
    flex-wrap: nowrap;
}
.bloc_header .row>div {
	flex: auto;
    padding: 0;
}
.bloc_header .row>.social_media {
    padding-right: 27px;
}
nav {
	background-color: #ffffff;
    padding: 0;
}
nav ul {
    margin: 0 !important;
    list-style: none;
	padding: 0;
	display: block;
}
nav ul li {
    display: inline-block;
	margin: 10px 14px;
    padding: 10px 0;
    text-align: center;
}
nav ul li:hover {
   background: #312783;
}
nav ul li:hover a {
	color:#fff;
}
nav ul>li>a {
	font-family: LibreBaskerville;
    color: #646464;
    font-size: 13px;
    line-height: inherit;
	font-weight: 700;
    text-transform: uppercase;
	padding: 5px;
}
nav ul>li>a:hover,
nav ul>li>a.active {
    text-decoration: none;
    border-bottom: none;
}
nav ul>li:hover {
    text-decoration: none;
}
nav ul li a:hover::after {
    width: 100%;
}
/***submenu***/
.menu {
	position: relative;
}
nav ul li  ul{
    display: none;
}
nav ul li:hover  ul{
	display: block;
	position: absolute;
    padding-left: 0;
	background: #312783;
	text-align: left;
	padding: 7px 0;
}
nav ul li ul.sub-menu {
	padding:15px 0 0;
}
nav ul li ul.sub-menu li {
	padding:2px 0 0;
}
nav ul li:hover  ul.sub-menu li{
	/*padding: 0.5rem 1rem;
	line-height: 1;
	display: block;
*/
}
nav  ul.sub-menu > li > a{
	border-bottom: none;
	color:#fff;
	font-size: 11px;
}
nav ul.sub-menu > li > a:hover{
	color:#fd0;
	padding-left: 2px;
}
nav .menu-item-has-children:after {
	content:url("../../assets/images/caret-down.png");
}
nav ul >li.menu-item-has-children > a:hover{
	border-bottom: none;
}
/******/
.navbar {
    padding: 0;
}
.header_cta a:hover {
    text-decoration: none;
}
header .bloc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin: 0;
}
/**********/
.accueil .bkg{
	background: #ffffff;
}
.texte_bienvenue{
	text-align: center;
}
.texte_bienvenue  h2{
	font-family: MavenPro;
	text-transform: uppercase;
	font-weight: 800;
    font-size: 35px;
	padding-top: 66px;
}
/*******form_slider*********/
.caroussel_slider{
	position: relative;
}
.caroussel_slider  .position_slider{
	display: flex;
	justify-content: flex-end;
}
.caroussel_slider   .item {
    height: 49.02vw;
    max-height: 524px;
    min-height: 541px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	display: flex;
    justify-content: center;
	background-position:center;
}
.caroussel_slider .texte_slider{
	display: block;
	position: absolute;
	top: 38%;
	text-align: center;
	color: #fff;
	z-index: 1;
}
.caroussel_slider .item:first-child .texte_slider{
	top: 50%;
}
.caroussel_slider .owl-item:nth-child(2) .item  .texte_slider, .caroussel_slider .owl-item:nth-child(3) .item  .texte_slider,.caroussel_slider .owl-item:nth-child(4) .item  .texte_slider{
	top: 38%;
}
.caroussel_slider .texte_slider h1{
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
}
.caroussel_slider .texte_slider p{
	color: #fff;
    font-size: 25px;
    font-weight: 700;
	letter-spacing: normal;
}
.caroussel_slider  .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.caroussel_slider  button.owl-dot {
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.3);
    width: 15px;
    height: 15px;
    outline: none;
    margin: 0 3px;
}
.caroussel_slider  button.owl-dot.active {
    background-color: #ffdd00;
}
.slider.owl-carousel .owl-nav button.owl-next{
	position: absolute;
    right: 0;
	top:40%;
	color:#fff;
	font-size: 65px;
}
.slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
	top:40%;
    left: 0;
	font-size: 65px;
}
.slider.owl-carousel .owl-nav   button.owl-prev  > span,.slider.owl-carousel .owl-nav   button.owl-next > span {
	color:#fff;
}
.slider.owl-carousel .owl-nav  svg {
    width: 24px;
	opacity: 0.3;
}
.slider.owl-carousel .owl-nav  svg:hover {
    width: 24px;
	opacity: 1;
}
.slider.owl-carousel .owl-nav  button:focus {
    outline: none;
}
/**services*home***/
.accueil  .services img{
	max-width: 338px;
    width: 100%;
}
.fusion-title {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    margin: 0 0 31px;
}
.fusion-title .title-sep.sep-single {
/*    border-bottom-width: 1px;*/
}
.fusion-title .title-sep {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #312783;
    background: #312783;
    box-sizing: content-box;
}
.fusion-title .title-sep-container {
    position: relative;
    flex-grow: 1;	
    padding-left: 10px;
}
.accueil  .services  .block_content{
	margin: 5px 0;
}
.accueil  .services  .feature_content{
	background: #fff;
	padding: 21px;

	box-shadow: 0 1px 1px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 3px 0 rgba(0,0,0,.12);
}
.accueil  .services .feature_content  h4{
	color:#312783;
	font-size:20px;
}
.accueil  .services .feature_content  h4:after{
    content: '';
    display: block;
    width: 14%;
    height: 2px;
    background: #312783;
    margin: 7px 0;
}
.accueil  .services .feature_content  p{
	color:#312783;
	font-size:13px;
	font-weight: 300;
	text-align: justify;
	padding-top: 15px;
}
.accueil  .services .feature_content  .btn_suite{
	text-align: right;
}
.accueil  .services .feature_content  .btn_suite > a{
	background: #fd0;
    padding: 5px;
	font-size: 12px;
    color: #333;
}
.accueil  .services .feature_content  .btn_suite > a:hover{
	background: #312783;
	color: #fff;
	text-decoration: none;
}
.accueil  .services .feature_content  .btn_suite > a:after{
    content: '>';
	padding-left: 4px;
}
/****chiffre*home****/
.accueil  .chiffre {
/*    height: 31vw;*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.accueil  .chiffre .feature_content p{
	color:#fff;
	font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
	margin: 0;
	padding: 13px;
	line-height: 2.3;
}
.accueil  .chiffre .feature_content img{
	width:90px;
	margin:0 auto;
}
.accueil  .chiffre .feature_content .centrage{
	justify-content:center;
	    margin-top: 18px;
    margin-bottom: 15px;
}
.accueil  .chiffre .feature_content .centrage .content{
	margin-top:15px;
}
.accueil  .chiffre .feature_content .centrage .bloc:last-child  i:last-child{
	display: none;
}
.accueil  .chiffre .feature_content .centrage .content   h4 i {
	color:#fff;
	font-size: 40px;
    font-weight: 700;
	font-style: normal;
}
.accueil  .chiffre .feature_content .centrage .content   h4 > span{
	color:#fff;
	font-size: 40px;
    font-weight: 700;
}
.accueil  .chiffre .feature_content .centrage .content > span{
	color:#fff;
	font-size: 14px;
}
.accueil  .chiffre .feature_content .bordure{
	border: 1px solid #fdfdfd3d;
	padding: 6px;
}
.accueil  .chiffre .feature_content .bordure:hover{
	background: #ffdd0091;
    cursor: pointer;
}
/********Page qui sommes nous*****/
.qui_sommes_nous .image_header{
	height: 466px;
    background-repeat: no-repeat;
    background-position: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.qui_sommes_nous .image_header  .header_titre{
	display: flex;
	justify-content: center;
	background:rgba(0, 0, 0, 0.15);
}
.qui_sommes_nous .image_header  .header_titre h2{
	color: #ffffff;
	padding: 13px;
}
.qui_sommes_nous .nav  a:hover{  
   color: #312783;
}
.qui_sommes_nous .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #312783;
    border-color: #dee2e6 #dee2e6 #fff;
}
.qui_sommes_nous  .histoire .tab-content {
    background: #ffffff;
    line-height: 25px;
    border-bottom: 2px solid #312783;
    padding: 30px 25px !important;
}
.qui_sommes_nous  .histoire  .nav-fill .nav-item {
	font-family: LibreBaskerville;
    font-size: 16px;
}
.qui_sommes_nous  .histoire  .nav-link {
    padding: .8rem 1rem;
}
.qui_sommes_nous  .histoire .tab-content h3 {
	font-family: LibreBaskerville;
	font-size: 25px;
    margin: 40px 0;
}
.qui_sommes_nous  .histoire .tab-content p > span {
	font-weight: 700;
}
.qui_sommes_nous  .histoire .tab-content p  {
	text-align: justify;
}
.qui_sommes_nous .histoire .image_chiffre{
	background:#e6e6e6;
    padding: 43px 0;
}
.qui_sommes_nous .histoire  .image_chiffre svg{
	margin: 0 auto;
}
.qui_sommes_nous .histoire  .image_chiffre img{
	width:67px;
}
.qui_sommes_nous .histoire  .centrage{
	display: flex;
    justify-content: center;
}
.qui_sommes_nous .histoire  .centrage  .content h4{
	color:#4a4a4a;
	font-size: 22px;
    text-align: center;
    margin-top: 15px;
}
.qui_sommes_nous .histoire  .centrage  .content p{
	color:#4a4a4a;
	text-align: center;
	margin: 0;
	font-size: 15px;
    font-weight: 300;
}
.qui_sommes_nous .histoire  .bkg_color{
	background:#ec459ddb;
	padding: 10px;
}
.qui_sommes_nous .histoire .bkg_color .bloc{
	padding: 5px;
	margin: 23px 0;
}
.qui_sommes_nous .histoire .bkg_color .bloc  .icon, .qui_sommes_nous .histoire .bkg_color .bloc  .icon  .content{
	text-align: right;
}
.qui_sommes_nous .histoire .bkg_color .bloc p{
	text-align: right;
	padding: 0;
    line-height: 1.5;
}
.qui_sommes_nous .histoire .bkg_color .bloc .content h4,.qui_sommes_nous .histoire .bkg_color .bloc .content p {
	color:#fff;
}
.qui_sommes_nous .histoire .bkg_color .bloc .content h4 {
	font-size:14px;
}
.qui_sommes_nous .histoire .bkg_color .bloc .content p {
	font-size:14px;
	margin: 0;
}
.qui_sommes_nous .histoire .bloc_flex{
	display: flex;
	align-items: center;
}
.qui_sommes_nous .histoire  .one_chiffre2  .content h4{
    font-size: 21px;
}
.qui_sommes_nous .histoire  .one_chiffre2  .content h4 > span{
	font-size: 40px;
	color:#bd0f72;
}
.qui_sommes_nous .histoire  .one_chiffre2  .content p > span{
	font-size: 15px;
	color:#4a4a4a;
}
.qui_sommes_nous .histoire  .one_chiffre2  .content p {
	font-size: 12px;
}
.qui_sommes_nous .histoire  .one_chiffre3  .icon i {
	font-size: 40px;
	color:#6b0b3d;
	margin-bottom: 5px;
}
.qui_sommes_nous .histoire .one_chiffre3 .bkg_color .bloc img{
    margin-bottom: 15px;
	font-size: 17px;
	display: initial;
}
.qui_sommes_nous .histoire .one_chiffre3 .bkg_color .bloc h4{
   	font-weight: 700;
	font-size: 16px;
	color: #6b0b3d;
}
.qui_sommes_nous .histoire .one_chiffre3 .bkg_color .bloc h4 > span{
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}
.qui_sommes_nous .histoire .one_chiffre3 .bkg_color .bloc p{
    font-weight: 400;
	font-size: 13px;
	text-transform: capitalize;
}
.qui_sommes_nous .histoire .one_chiffre4  h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
	padding: 10px;
}
.qui_sommes_nous .histoire .one_chiffre4  h4 > i{
	font-style: initial;
	color: #6b0b3d;
	font-weight: bold;
    font-size: 33px;
}
.qui_sommes_nous .histoire .one_chiffre4  h4 > span{
	color: #6b0b3d;
	font-weight: bold;
    font-size: 40px;
	padding: 5px;
}
.service_gca .bloc_service {
    background: #ffffff;
    border: 1px solid rgb(222, 225, 228);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 2px 3px 0px;
    padding: 40px;
    border-radius: 0;
    height: 100%;
    text-align: center;
}
.service_gca .bloc_service:hover {
  	box-shadow:7px 0px 13px 0px rgba(46,61,73,0.15);
	cursor:pointer;
}
.qui_sommes_nous .histoire .service_gca .bloc_service:hover  h4,.qui_sommes_nous .histoire .service_gca .bloc_service:hover i{
  	color:#fd0;
}
.qui_sommes_nous .histoire  .service_gca .centrage{
	justify-content: center;
	margin-top: 67px;
}
.qui_sommes_nous .histoire  .service_gca   i{
	font-size: 50px;
	color: #312783;	
}
.qui_sommes_nous .histoire  .service_gca   h4{
	font-size: 20px;
	color: #312783;
	margin-top: 25px;
}
.qui_sommes_nous .histoire  .service_gca   p{
	text-align: center;	
}
.qui_sommes_nous .histoire  .service_gca  .block_center{
	display: flex;
    justify-content: center;
}
/******Page Fleet List*****/
.fleet_list  .panel{
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
	border-top: 3px solid #312783;
}
.fleet_list  .input-group{
   flex-wrap: nowrap;
}
.fleet_list  input[type="text"]{
	padding:0.5rem 1.2rem;
}
.fleet_list  .panel label{
	font-size: 18px;
    font-weight: 600;
	color: #312783;
	margin-bottom: 21px;
}
.fleet_list  .input-group-append {
    background: #ffdd00;
}
.fleet_list  .input-group-text{
	border:none;
}
.fleet_list  .panel .input-group  .fa{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
}
table {
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
	border: 1px solid #fff;
}
.fleet_list body th{
	border: 0.1rem solid #fff;
}
.table.hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .05);
}
tbody tr:nth-child(even) {
    background-color: #e4e4e4;
}
.table thead th {
    vertical-align: bottom;
    border:none;
    background: #312783;
    color: #fff;
	font-weight: 500;
    font-size: 16px;
}
/******Page Container specif*****/
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.container_specif .accordion>.card {
    margin-bottom: 15px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 25px 0 rgba(0,0,0,0.0);
		box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 25px 0 rgba(0,0,0,0);
}
.container_specif .card a{
    display: flex;	
}
.container_specif .card h3{
	margin: 0;
	font-size: 20px;
}
.container_specif .card  .fa{
	margin-right: 15px;
	font-size: 23px;
    color: #000000;
}
.container_specif .card  a:hover{
	text-decoration: none;
}
.container_specif .card-header {
    background-color: #ffc107;
}
.container_specif  .accordion th{
	background: #312783;
	color:#fff;
	font-size: 15px;
}
.container_specif  .accordion  tr{
	background: #EEEEEE;
}
.container_specif  .accordion  table td{ 
	border:1px solid  #ffffff;
}
/******Page Service Map*********/
#asia_europe  table {
	margin: -81px 0 0;
    position: relative;
    z-index: 111;
}
#map th {
    padding: 6px 3px;
    text-align: left;
    background-color: #bd0f72;
    color: white;
	font-size: 12px;
	line-height: 1.2;
}
#map tr td {
	font-size: 11px;
}
#map tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.contenu_map  table{
    border-radius: 0;
}
.contenu_map  .tableaux{
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin-top: 15px;
}
.contenu_map  .tableaux #map{
	margin:0;
}
.contenu_map  .tableau_droite{
    margin-top: -150px;
}
.contenu_map  .tableau_droite #map{
	margin-bottom: 15px;
}
.contenu_map  .targetDiv img{
	width:80%;
}
.contenu_map  .targetDiv  .tableaux.espace{
	padding-left: 15px;
}
#map th.marque_wb{
	background-color: #d5d5d5;
	color: #f00;
}
#map th.marque_nb{
	background-color: #d5d5d5;
	color: #3c5bb3;
}
#map th.titre_tableau{
	background: #fff;
	color: #2d2d2d;
}
#map th.titre_tableau > span{
    font-size: 8px;
    float: right;
	padding-right: 15px;
}
#map td.resulat{
	background: #ddd;
	color:#adadad;
	font-weight: 600;
	font-size: 14px;
}
.contenu_map .key_table{
	color: #bbb;
    font-weight: normal;
	font-size: 11px;
}
.contenu_map .key_table > span{
	color: #4a4a4a;
    font-weight: 600;
	font-weight: normal;
}
.contenu_map .key_table > span.magenta{
	color: #bd0f72;
    font-weight: 600;
}
.contenu_map .key_table > b{
	color: #888888;
}

/******Page refrigeratd cargo*****/
.refrigirated .nav-fill .nav-item {
    font-family: LibreBaskerville;
    font-size: 12px;
	padding: 0.7rem;
}
.refrigerated  .refrigirated .nav-fill .nav-item:hover {
    color: #312783;
    font-size: 16px;
}
.refrigerated  .nav a {
	font-family: LibreBaskerville;
    font-size: 16px;
    color: #312783;
}
.refrigirated .tab-content {
    background: #ffffff;
    line-height: 25px;
    border-bottom: 2px solid #312783;
    padding: 30px 25px !important;
}
.refrigirated .tab-content 	h3 {
    font-family: LibreBaskerville;
    font-size: 17px;
    margin: 40px 0;
	color: #312783;
    font-weight: 600;
}
.refrigirated .position_image{
	float: left;
	margin-right: 34px;
}
.refrigirated  .tab-content  p {
	font-size: 15px;
}
.refrigirated .card .card-header a{
	font-size:16px;	
}
.refrigirated .card .card-header a:hover{
	text-decoration:none;	
	color: #4a4a4a;
}
.refrigirated  .turn-to-tab{
	color: red;
	text-decoration: underline;
	font-size: 15px;
}
.refrigirated  .turn-to-tab:hover{
	text-decoration: none;
}
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}
/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}
.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}
.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
.refrigirated  .coolvantage{
	margin-top: 25px;
}
.refrigirated .feature .tab-content {
    background: #ffffff;
	border: 1px solid #e2e2e2;
}
.refrigirated  .feature .nav-pills .nav-link{
    font-size: 14px;  
}
.refrigirated  .feature .header_menu_vertical{	
	display:flex;  
	align-items: baseline;
}
.refrigirated  .feature ul li {	
	font-size: 15px;
    font-weight: 600;
}
.refrigirated  .feature .nav-pills .nav-link.active{
	background-color:#ffc107;
}
.nav-pills-custom .nav-link {
    color: #aaa;
   background: #f8f9fa; 
    position: relative;
}
/* Add indicator arrow for the active tab */
    .nav-pills-custom .nav-link::before {
     content: '';
     display: block;
     border-top: 8px solid transparent;
     border-left: 10px solid #ffc107;
     border-bottom: 8px solid transparent;
     position: absolute;
     top: 50%;
     right: -10px;
     transform: translateY(-50%);
     opacity: 0;
    }
.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
.refrigirated .tab-content h3{
	 margin: 25px 0;
}
.slogan_coolxtend{
	font-size: 15px;
	color: #312783;
}
.coolxtend_ca  .img_petit{
	width:150px;
}
.coolxtend_ca .bloc_maxtend{
	display: flex;
	padding-left: 15px;
}
.bloc_maxtend.center{
	align-items: center;
}
.refrigirated .bloc_ventilation{
	margin:25px 0 15px 0;
}
.refrigirated .image_ventilation {
	margin-bottom: 20px;
}
.refrigirated .image_ventilation span{
	 text-align:center;
	font-size: 15px;
	margin: 0 auto;
    display: block;
    font-weight: 600;
}
.refrigirated i  {
	font-size:15px;
	line-height: 1.2;
}
.refrigirated .reefer  .texte_bold,.refrigirated .reefer  p > span, .refrigirated  .guidline span {
	font-weight: 600;
}
.refrigirated  .guidline  ul li {
	font-weight: normal;
}
.refrigirated  .chilled_cargo{
    color: #f69d39;
    line-height: 2;
    font-size: 24px;
	margin: 0;
}
.refrigirated  .frozen_cargo{
	 color: #3fafd4;
    line-height: 2;
    font-size: 24px;
	margin: 0;
}
.refrigirated  .bloc_flex{
	display: flex;
	align-items: center;
}
.refrigirated  .bloc_flex img{
	width:300px;
}
.refrigirated  .bloc_flex .taille_image{
	width:75%;
}
#servicemaps area {
    cursor: pointer;
}
#div1 {
  background: var(--main-bg-color);
  padding: 5px;  
}
/******Page contact*****/
.contact .row{
	justify-content: center;
}
.contact form input, .contact .wpcf7-select{
    display: block;
    width: 100%;
    padding: 1.2rem .9rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .wpcf7-textarea{
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact .bloc{
    margin-bottom: 15px;
	width: 50%;
	padding: 15px;
}
.contact .bloc2{
    margin-bottom: 15px;
	width: 100%;
	padding: 0;
}
.contact .bloc  label{
    color: #4a4a4a;
    font-size: 15px;
}
.contact .bloc  .classmenu-objet select{
    color: #4a4a4a;
	font-size: 14px;
    padding: 1rem .9rem;	
}
 .contact .bloc input,.contact .wpcf7-select, .contact .wpcf7-textarea{
	width:100%;
}
.contact .wpcf7-submit{
	background: #312783;
    color: #fff;
	border:none;
	font-size: 13px;
}
.contact .wpcf7-submit:hover{
	background: #ffdd00;
	color:#000;
	border:none;
	text-decoration: none;
}
.contact .bloc_adresse p{
    font-size: 24px;
    margin-bottom: 60px;
	margin-top: 20px;
}
.contact .bloc_adresse i{
	padding: 0 23px;
    font-size: 52px;
    color: #312783;
	text-align: center;
    display: block;
    margin-bottom: 30px;
}
.contact span{
	text-align: center;
    border-bottom: 1px solid #312783;
	color: #312783;
    font-weight: 700;
	font-size: 21px;
}

/*******footer*********/
footer{
	background: #f3f3f3;
}
footer  .bloc_logo > p{
	color:#646464;
	text-align: justify;
	font-size: 12px;
	padding-top: 15px;
}
footer  h2{
	font-size: 21px;
	text-align: center;
	padding-top: 28px;
	padding-bottom: 40px;
}
footer   p{
	color:#646464;
	text-align: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.8;
}
footer   ul {
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	display: inline-block;
}
footer   ul > li > a {
	color:#646464;
}
footer   ul > li > a:hover {
	color:#cf2e26;
}

footer  .reseau{
	text-align: center;
	margin-top: 11px;	
}
footer  .reseau  .fa{
	font-size: 21px;
	padding: 0 1px;
}
footer  .reseau  .fa:hover{
	color: #bbb;
}
.footer_copyright{
	background: #191c1e;
	color: #eee;
	font-size: 12px;
	padding: 15px 0;
	text-align: center;
}
.footer_copyright   p{
	margin: 0;
	color: #868686;
}
.footer_copyright   .reseau{
	font-size: 26px;
}
.footer_copyright   a{
	color:#868686;
}
.footer_copyright   a:hover{
	text-decoration: none;
	color:#f9f9f9;
}
.footer_copyright   .fa:hover{
	color:#f9f9f9;
}

/*****************Responsive*****************/
@media only screen and (max-width: 1199px) {
	.contenu_map .tableau_droite {
      margin-top: 0;
	  padding: 0;
	}
	.contenu_map .targetDiv .tableaux.espace {
      padding-left: 0;
	}
	.contenu_map .targetDiv img {
      width: 100%;
	}
}
@media only screen and (max-width: 991px) {
	.dc-logo_bloc .logo{
		margin: 13px;
	}
	.accueil .services img {
		max-width: 100%;
		width: 100%;
	}
	.accueil  .chiffre {
		max-height: 641px;
		min-height: 1200px;
		background-size: cover;
	}
	.refrigirated .coolvantage.bloc1, .refrigirated .coolvantage.bloc2{
    	padding: 0;
	}	
	.refrigirated .nav-fill .nav-item {
		font-size: 12px;
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
}	
@media only screen and (max-width: 768px) {
	.bloc_header .icon_responsive .fa{
		color: #333;
		font-size: 26px;
	}
	.bloc_header .icon_responsive{
		display: block;
		position: absolute;
		right: 22px;
		top: 33px;
	}
	.bloc_header .menu{
		display: none;
		text-align: center;
		margin-top: 30px;
	}
	nav ul li {
    	display: block;
	}
	.bloc_header .row > div {
    	flex: inherit;
		justify-content: center;
	}
	.bloc_header .row {
		flex-direction: column;
		align-items: initial;
		justify-content: center;
	}
	nav ul li:hover ul{
		position: relative;
	}
	nav ul li:hover ul.sub-menu li{
		text-align: center;
	}
	.qui_sommes_nous .histoire .one_chiffre4 h4 {
		display: grid;
		text-align: center;
	}
		.qui_sommes_nous .histoire .one_chiffre4 h4 > i {
			display: none;
	}
	.qui_sommes_nous .histoire .one_chiffre4 h4 > span {
		margin-bottom: 20px;
	}
	.qui_sommes_nous .histoire .bkg_color .bloc .icon, .qui_sommes_nous .histoire .bkg_color .bloc .icon .content, .qui_sommes_nous .histoire .one_chiffre3 .bkg_color .bloc p {
		text-align: center;
	}
	.refrigirated .position_image {
        float: none;
		margin: 0;
	}
	.contenu_map .tableau_droite {
		margin-top: 0;
		padding: 0;
	}
	.contenu_map .targetDiv .tableaux.espace {
		padding-left: 0;
	}
	.caroussel_slider .texte_slider h1{
		font-size: 6.9vw;
	}
	.caroussel_slider .texte_slider p{
		font-size: 5.45vw;
	}
	.caroussel_slider .owl-item:nth-child(2) .item .texte_slider, .caroussel_slider .owl-item:nth-child(3) .item .texte_slider, .caroussel_slider .owl-item:nth-child(4) .item .texte_slider {
		padding: 10px;
		top: 24%;
	}
}
@media only screen and (max-width: 575px) {
	.fleet_list  .scroll{
		overflow-x: scroll;
	}
}
@media only screen and (max-width: 320px) {
	.qui_sommes_nous .image_header .header_titre h2 {
		text-align: center;
	}
}	
.parag li {
  font-size: 14px;
  line-height: 25px;
text-align: justify;
}
.parag p {
  margin: 35px 0;
}
.parag h3 {
  color: #312783;
  font-size: 22px;
} 
.parag {
  font-size: 16px;
  text-align: justify;
}
.parag h4 {
  color: #312783;
  font-size: 18px;
  padding-top: 20px;
}
.parag a {
  text-decoration: underline;
  color: #312783;
}
table {
   border-radius: 0px;
  width: 100%;
}

td, th {
  border: 1px solid #000;
  text-align: left;
  padding: 8px;
}

th {
  background-color: red;
  color: white;
font-size: 14px;
  text-align:center
}
.parag button {
  background: transparent !important;
  color: red;
  border: 2px solid red;
  border-radius: 18px;
font-size: 14px;
}
.f button{
  position: relative;
display: flex;
  gap: 20px;
}
.f button::after {
  content:'';
  position: absolute;
background: url('../images/s.png');
}