/* Import font font-face@ */

@import url("font.css");

/************** RESET ***************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    font-size: 100%;
    height: 100%;
    width: 100%;
}

body {
    font-size: 0.625em;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
}

strong {
    font-weight: bold;
}

ul,
ol,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0 none;
}

img {
    border: 0 none;
    max-width: 100%;
    width: auto;
    vertical-align: middle;
    height: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

/**********************************  CONTENT **************************************/

#main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

/* class container */
.container {
    padding: 0;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url('../img/prez-mpx-express-21/bgk_papier_feutre_gen.jpg') 0 0 no-repeat; background-size: cover;
}
.title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}
.title h1 {
    margin: 0;
    padding: .5em 3.5em;
}
.title .sepTitle {
    background: #000;
    min-height: 71px;
    width: 2px;
}
.title h2 {
    margin: 0;
    padding: .5em 3.5em;
    text-align: center;
}
.title h2 span {
    font-family: 'Times New Roman', Times, serif;
    font-size: 4em;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}
#offre-moment {
    margin: 2em 0;
    padding: .5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-flow: row wrap;
}
#offre-moment li {
    max-width: 280px;
    width: 100%;
    border: 1px solid #03a69c;
    min-height: 167px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#offre {
    max-width: 1010px;
    width: 100%;
    min-height: 134px;
    margin: 2em 0;
    padding: .5em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url('../img/prez-mpx-express-21/bgk_white_shadow.png') no-repeat;
    background-size: cover;
}
#offre .periodeOffre {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
    max-width: 900px;
    width: 100%;
}
#offre .periodeOffre div:nth-child(1) {
    padding: .5em 0;
    max-width: 410px;
    width: 100%;
}
#offre .periodeOffre div:nth-child(1) h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 3.3em;
    color: #03a69c;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#offre .periodeOffre div:nth-child(1) h2 span {
    font-family: Arial, sans-serif;
    font-size: .6em;
    font-weight: normal;
    color: #03a69c;
    display: block;
    text-transform: uppercase;
    text-align: right;
}
#offre .periodeOffre div:nth-child(2) {
    padding: .5em 0;
    max-width: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#offre .periodeOffre div:nth-child(3) {
    padding: .5em 0;
    max-width: 410px;
    width: 100%;
}
#offre .periodeOffre div:nth-child(3) h3 {
    font-family: Arial, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    text-transform: uppercase;
}
#offre .periodeOffre div:nth-child(3) h3 span {
    font-size: .7em;
    font-weight: normal;
    color: #908f8f;
    display: block;
    text-transform: none;
}
#offre .periodeOffre div:nth-child(3) h3 span sup {
    font-size: .7em;
}
#offre p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    color: #555;
    margin: 0;
    padding: 1em .5em;
    font-weight: normal;
    text-align: center;
}
h2.ssTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5em 0;
    background: url('../img/prez-mpx-express-21/frame_title.png') 50% 50% no-repeat;
}
h2.ssTitle span {
    font-family: 'Times New Roman', Times, serif;
    color: #000;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
/*AVANTAGES*/
ul#avantages {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
}
ul#avantages li {
     max-width: 280px;
     width: 100%;
     min-height: 300px;
     display: flex;
     flex-direction: column;
     background: #fff;
     border: 2px solid #03a69c;
     margin: .5em;
     -webkit-box-shadow: 1px 1px 20px 10px rgba(0,0,0,.1);
     box-shadow: 1px 1px 20px 10px rgba(0,0,0,.1);
}
ul#avantages h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    margin: 0;
    padding: 0;
    background: #03a69c;
}
ul#avantages h3 span {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-weight: normal;
    font-size: 2.5em;
    text-align: center;
    line-height: 1.1;
    padding: 0 5px;
}
ul#avantages .flex {
    flex: 1;
    background: #fff; 
}
ul#avantages .flex ul {
    border: 0;
    margin: 0;
    padding: 2em 3.5em;
    display: flex;
    flex-direction: column;
}
ul#avantages .flex ul li {
    max-width: 90%;
    width: auto;
    min-height: auto;
    box-shadow: none;
    border: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin: 0 0 2.5em 0;
}
ul#avantages .flex ul li .puce {
    margin: .7em .7em 0 0;
    width: 4px;
    height: 4px;
    display: block;
    background: #03a69c;
    border-radius: 50px;
}
/*COMMENT*/
ul#how {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}
ul#how li {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    max-width: 340px;
    width: 100%;
    margin: 2em 0;
    padding: 0;
}
ul#how li .number {
    width: 47px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 6.7em;
    font-weight: normal;
    color: #03a69c;
    line-height: 1;
    padding-top: .65em;
}
ul#how li .txtImg {
    max-width: 293px;
    width: 100%;
}
ul#how li .txtImg h3 {
    font-family: Arial, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 1.9em;
    font-weight: bold;
    margin: 1em 0 0 0;
    padding: 0;
    line-height: 1;
}
ul#how li .txtImg .img {
    height: 56px;
    display: flex;
    align-items: flex-end;
}
ul#how li .txtImg p {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0;
    margin: .5em 0;
    line-height: 1.1;
}
ul#how li .txtImg .applis {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*ASTUCES*/
#astuces {
    margin: 4em .5em;
}
.cadreAstuces {
    min-height: 110px;
    border: 2px solid #03a69c;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    position: relative;
    padding: 3.5em 0 .5em 0;
}
.titleABsolute {
    position: absolute;
    left: 0;
    right: 0;
    top: -27px;
    display: flex;
    justify-content: center;
}
.titleABsolute h2 {
    max-width: 207px;
    width: 100%;
    height: 50px;
    background: #03a69c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.titleABsolute h2 span {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: bold;
}
.contentAstuces {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    padding: .5em;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.contentAstuces div {
    max-width: 385px;
    width: 100%;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentAstuces div:nth-child(2) {
    border-left: 2px solid #03a69c;
    border-right: 2px solid #03a69c;
}
.contentAstuces div p {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    color: #000;
    margin: 0;
    padding: 1em;
    line-height: 1.2;
    text-align: center;
}
/*TESTER ADRESSE*/
.testerAdresse {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: .5em;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.testerAdresse div:nth-child(2) p {
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 2.5em;
    font-weight: bold;
    color: #03a69c;
    text-align: center;
    line-height: 1.1;
    padding: 1em 0;
    margin: 0;
}
.testerAdresse div:nth-child(3) p {
    font-family: Arial, sans-serif;
    font-size: 1.6em;
    color: #555;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}
.mentions p {
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    color: #555;
    margin: 0;
    padding:4em .5em;
    font-weight: normal;
    text-align: center;
}
/**/
.cta {
    display: flex;
    justify-content: center;
    padding: 4em .5em;
}
.cta a, .cta a:hover, .cta a:focus {
    max-width: 310px;
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #03a69c;
    border: 1px solid #fff;
    color: #000;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
}
.cta a span {
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 1.7em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
/********CSS CAROUSEL BOOTSTRAP SI BESOIN

.carousel-inner {
    margin: 0;
    padding: 0;
}

.carousel-control {text-shadow: none;filter: alpha(opacity=100); opacity: .1; -moz-transition: all .15s linear;-ms-transition: all .15s linear;-o-transition: all .15s linear;transition: all .15s linear;}
.carousel-control:hover {filter: alpha(opacity=100); opacity: 1;}
.carousel-control.left {background: url('arrow-left.png')100% 50% no-repeat; z-index: 2;}
.carousel-control.right {background: url('arrow-right.png') 0% 50% no-repeat; z-index: 2;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {display: none;}

********/

/* BOUTON SCROLL TOP */
#totop,
#totop:hover,
#totop:focus {
    font-family: 'GrotzecHdCn';
    font-size: 1.5em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(165, 164, 169);
    border: 0;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 70px;
    height: 98px;
    position: fixed;
    right: 5px;
    z-index: 1000;
    cursor: pointer;
}

/* CLASS POUR CACHER UN OBJET*/
.hidden {
    text-indent: -999px;
    color: transparent;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
}

/************************* RESPONSIVE MEDIAS QUERIES ************************/

@media (max-width:1024px) {
    .container {
        width: 100%;
    }

}
@media (max-width:980px) {

}

@media (max-width:768px) {
    .contentAstuces div:nth-child(2) {
        border: 0;
    }
    #offre .periodeOffre div:nth-child(1) h3,
    #offre .periodeOffre div:nth-child(3) h3 {
        text-align: center;
    }

}

@media (max-width:600px) {}

@media (max-width:480px) {
    #offre .periodeOffre div:nth-child(1),
    #offre .periodeOffre div:nth-child(3) {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:375px) {

}

@media (max-width:320px) {

}
