/* COMMON */
.pg_dispatch-product_v2021{ 
	background:#fff;
	padding: 0;
	}


/* HEADER */
header.obj_header{ 
	position: relative;
	}
header.obj_header .ctn_header{
    position: relative;
    background-color: #FFF;
    max-width: 900px;
    height: 100px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
	}
header.obj_header .ctn_header .ctn_logo {
    margin: 0 auto;
	}
header.obj_header .ctn_header .ctn_logo a{ 
	display:block;
	width: 160px;
	}

@media screen and (max-width:768px){
	
	header.obj_header .ctn_header{
		height: 80px;
		}
	header.obj_header .ctn_header .ctn_logo a{ 
		width: 120px;
		}
	
	}


/* obj_section */
.obj_section{
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    color: #1c213f;
	}


/* =================================== *
 * section_banner
 * =================================== */

.section_banner{
	position: relative;
    min-height: 340px;
    height: 340px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
    background: #fff;
	display: flex;
    flex-flow: row wrap;
    align-items: center;
	}
.section_banner .ctn_txt{
	text-align: left;
	z-index: 3;
	position: relative;
	top: inherit;
    right: inherit;
	width: 100%;
    padding: 20px 30px 20px 42%;
	}

.section_banner .ctn_txt .t_info{
	padding: 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    background-color: #bc011a;
    text-transform: uppercase;
	}
.section_banner .ctn_txt .t_title{
	font-size: 40px;
    line-height: 1em;
    color: #000000;
    font-weight: 100;
    text-transform: uppercase;
	}
.section_banner .ctn_txt strong{
    font-weight: 700;
    font-size: inherit;
	}
.section_banner .ctn_txt .t_claim{
	font-size: 36px;
    line-height: 1em;
    color: #000000;
    font-weight: 100;
    text-transform: uppercase;
	}
.section_banner .ctn_txt .t_desc{
	font-size: 16px;
	margin-top: 10px;
    line-height: 1em;
    color: #000000;
    font-weight: 100;
    text-transform: uppercase;
	}
.section_banner .t_mentions{
	font-size: 13px;
    line-height: 0.8em;
    color: #000000;
    font-weight: 100;
	position: absolute;
    bottom: 30px;
    padding: 0px 30px 0px 42%;
	}

.section_banner .v_banner {
    position: absolute;
    height: 340px;
    top: 0;
    right: 0;
    left: 0;
	}
.section_banner .v_banner img{
	display: block;
    height: 340px;
    max-width: inherit;
	width: auto;
	}
.section_banner .t_mentions strong{
    font-weight: 700;
	}


@media screen and (max-width:979px){
	.section_banner {
		height: auto;
		width: 100%;
		max-width: 414px;
		}
	.section_banner .ctn_txt {
		position: relative;
		left: auto;
		bottom: auto;
		padding: 20px;
		}
	.section_banner .ctn_txt .t_info{
		padding: 6px 10px;
		font-size: 14px;
		line-height: 0.9;
		}
	.section_banner .ctn_txt .t_title{
		font-size: 30px;
		}
	.section_banner .ctn_txt .t_claim{
		font-size: 30px;
		}
	.section_banner .t_mentions {
		position: relative;
		left: auto;
		bottom: auto;
		padding: 0 0 0 20px;
		}
	.section_banner .v_banner {
		position: relative;
		height: 340px;
		}
	.section_banner .v_banner img {
		width: auto;
		height: 340px;
		}
}



/* =================================== *
 * .section_info
 * =================================== */
.section_info{
    position: relative;
	}
.section_info .info{ 
	padding: 4vh 0 5vh;
    text-align: center;
    font-size: 1.5em;
    font-weight: 200;
    border-bottom: solid 1px #e6e6e6;
	}
.section_info .info:after{
	display: block;
    content: '';
    width: 20px;
    height: 20px;
    margin: 1.5vh auto 0;
    border-right: 3px solid #1c213f;
    border-bottom: 3px solid #1c213f;
    transform: rotate(45deg);
	}


@media screen and (max-width:979px){
	
	.section_info .info{ 
		margin: 0 20px;
   	 	padding: 20px 0 20px;
		}
	
	}

/* =================================== *
 * .ctn_pays
 * =================================== */

.section_pays .ctn_pays {
    position: relative;
	}
.section_pays .ctn_pays > li {
    padding: 5vh 0;
    border-bottom: solid 1px #e6e6e6;
	}
.section_pays .ctn_pays > li:last-child {
    border-bottom: none;
	}
.section_pays .ctn_pays > li strong {
	font-size: 36px;
    line-height: 1em;
    color: #000000;
    font-weight: 400;
	}
.section_pays .ctn_pays > li > ul {
	margin-top: 2vh;
    columns: 3;
    column-gap: 0;
	}
.section_pays .ctn_pays > li > ul > li a{
	display: inline-block;
    padding: 1.5vh 0;
    font-size: 1em;
	color: #000000;
    line-height: 1.2em;
	}
.section_pays .ctn_pays > li > ul > li a:hover{
	text-decoration: underline;
	}

@media screen and (max-width:979px){
	
	.section_pays .ctn_pays {
		padding: 0 20px;
		}
	.section_pays .ctn_pays > li strong {
		font-size: 30px;
		line-height: 0.9;
		}
	.section_pays .ctn_pays > li > ul {
		columns: 1;
		}
	
	}








