* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Rubik', sans-serif;
    text-align: center;
}

#s1 {
    min-height: 100%;
}

.top {
    padding: 3vh 0 2.8vh 0;
    background: #00334f;
    margin-bottom: 20px;
    box-shadow: 0px 2px 10px #00334f8a;
}

.top img {
    width: 27rem;
}

.tagline {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 1.2vh;
}

.slider {
    width: 90%;
    margin: auto;
}

.items {
    margin: 0 5vw;
}

.items .photo {
    width: 100%;
    margin: auto;
    padding-top: 40vh;
    border-radius: 10px;
    box-shadow: -5px 5px 3px rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#item1 .photo {
    background-image: url('%7B$base_resssources_url%7D/../../images/1.jpg');
}

#item2 .photo {
    background-image: url('%257B$base_resssources_url%257D/../../images/2.jpg');
}

#item3 .photo {
    background-image: url('%7B$base_resssources_url%7D/../../images/3.jpg');
}

#item4 .photo {
    background-image: url('%7B$base_resssources_url%7D/../../images/4.jpg');
}

.title {
    color: #ea0240;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 2vh 0;
}

.cta {}

.cta button {
    border: none;
    color: #fff;
    background: #ea0240;
    width: 90vw;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Rubik';
    font-size: 2.3rem;
    font-weight: 600;
    padding: 3vh 0;
    display: inline-block;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px #ff4a7b;
}

#tarif {
    font-size: 14px;
    line-height: 1.3;
    color: #111111;
    background-color: #FFFFFF;
    white-space: normal;
    overflow: visible;
    width: 90vw;
    margin: 0 auto;
    padding: 10px 14px;
    box-sizing: border-box;
    text-align: center;
}

ul.mobi-list {
    margin: 2vh auto;
    text-align: left;
    display: grid;
    align-items: baseline;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

ul.mobi-list li {
    padding: 1vh 0;
    display: flex;
    align-items: baseline;
}

ul.mobi-list li img {
    width: 1rem;
    display: inline;
    margin-right: 1vw;
}

ul.mobi-list li p {
    font-size: 12px;
    display: inline;
}

#s2 {
    filter: drop-shadow(rgba(0, 0, 0, .5) 0 0 20px);
    padding-bottom: 20px;
    background: #ff0036;
    color: #fff;
    font-size: 1.4rem;
}

#s2 h2 {
    text-transform: uppercase;
    padding: 2vh 0;

}

#whatismobiprofs > p {}

#themes {
    display: flex;
    margin: 30px 5px;
}

#themes h3 {
    margin: 10px 0;
}

#themes img {
    width: 5rem;
}


#themes > div {
    padding: 0 10px;
    width: calc((100% - 60px) / 3);
}

#s2 .cta {
    width: 100%;
    margin: 2vh 0;
}

#s2 .cta button {
    color: #ff0036;
    background: #fff;
    border-radius: 100px;
}

#s2 #tarif {
    font-size: 1rem;
    color: #fff;
}

#forces {}

#forces h3 {
    margin-bottom: 10px;
}

#forces > div {
    display: flex;
    margin: 0 5px 20px;
}

#forces p {
    padding: 0 10px;
    width: calc((100% - 60px) / 3);
}

footer {
    text-align: center;
    background: #f1f7f7;
}

#links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#links a {
    text-transform: capitalize;
    text-decoration: none;
    color: #595959;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    padding: 2vh 0;
}

.cobrand {
    background: #00334f;
    color: #ffffff;
    font-size: 1rem;
    padding: 2vh 0;
    margin: 2vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cobrand img {
    width: 10rem;
    margin-top: 1vh;
}

/*FOOTER*/

#include_wrapper {
    position: absolute;
    z-index: 1;
    width: 90%;
    top: 50%;
    left: 50%;
    max-height: 70%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background: #1ba7d4;
    border-radius: 20px;
    overflow: scroll;
}

#div_close_wrapper {
    width: 100%;
    text-align: right;
}

#img_close_wrapper {
    width: 1rem;
}

#include_wrapper h1 {
    padding: 0 0 20px;
}

#include_wrapper h3 {
    padding: 2vh 0;
}

#include_wrapper a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

#include_wrapper p {
    font-size: 12px;
    margin-bottom: 10px;
}
