/* cmsms stylesheet: CSS Prosoluce modified: vendredi 5 mai 2023 22:44:06 */
/* Cookies---------------*/

#info-cookie {
    background: #038;
    color: #bce;
    padding: 7px 0;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
}

#info-cookie a {
    white-space: nowrap;
    margin-left: 10px;
    color: #fff;
}

#ok-cookie {
    display: inline-block;
    background: #27e;
    padding: 4px 10px;
    font: .8em/1em ms-web, sans-serif;
    border-radius: 20px;
    cursor: pointer;
}

#ok-cookie:hover {
    background: #38f;
}


/* Fonts---------------*/

@font-face {
    font-family: 'clear-web';
    src: url('font/clear.eot');
    src: url('font/clear.eot?#iefix') format('embedded-opentype'), url('/uploads/design/fonts/clear.woff') format('woff');
}

@font-face {
    font-family: 'ms-web';
    src: url('/uploads/design/fonts/montserrat.eot');
    src: url('/uploads/design/fonts/montserrat.eot?#iefix') format('embedded-opentype'), url('/uploads/design/fonts/montserrat.woff') format('woff');
}


/* General---------------*/

* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background: ;
    font: 1em clear-web, sans-serif;
    color: #676767; /* old : #038 */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

img {
    border: 0
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3 {
    text-align: left;
}

::-moz-selection {
    background: #fb2;
    color: #038;
}

::selection {
    background: #fb2;
    color: #038;
}

a {
    text-decoration: none;
    outline: 0;
    color: #38f;
}

a:hover {
    color: #5af;
}

p {
    padding-bottom: 0.7em;
}

.centre {
    width: 980px;
    margin: 0 auto;
}

.pousse-footer {
    flex: 1;
}

.clear {
    clear: both;
}


/* Inputs---------------*/

input[type=submit],
button,
.bouton {
    font: 1.1em ms-web, sans-serif;
    text-transform: uppercase;
    background: #fff;
    color: #27e;
    padding: 11px 25px 9px;
    border: 3px solid #27e;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    -webkit-appearance: none;
}

input[type=submit]:hover,
button:hover,
.bouton:hover {
    background: #27e;
    color: #fff;
}

.bouton_orange{
    font: 1.1em ms-web, sans-serif;
    text-transform: uppercase;
    background: #fff;
    color: #fb2;
    padding: 11px 25px 9px;
    border: 3px solid #ffbb22;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    -webkit-appearance: none;

}

.bouton_orange:hover{
    background: #fb2;
    color: #fff;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select {
    font: 1em clear-web, sans-serif;
    background: #fff;
    color: #038;
    padding: 8px 15px;
    border: 2px solid #27e;
    border-radius: 25px;
    transition: border-color .4s;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
    border-color: #5af;
}

select,
label {
    cursor: pointer;
}

label {
    display: block;
}

textarea {
    width: 500px !important;
    padding: 15px;
}


/* Haut----------------------*/

header {
    /*    background: rgba(0, 51, 136, .75);*/
    background: rgba(255, 255, 255, .85);
    padding: 10px 10px 0;
    width: 100%;
    height: 130px;
    transition: .3s;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 7px 7px rgba(0, 51, 136, .1);
}

#logo {
    margin: 15px 0 0 15px;
    width: 300px;
    transition: .3s;
}


/* Menu----------------------*/

nav {
    position: fixed;
    top: 45px;
    right: 0;
    padding-right: 25px;
    z-index: 110;
    text-align: right;
    transition: .3s;
}

.onglet {
    color: #777;
    font: 1.3em/1em ms-web, sans-serif;
    display: inline-block;
    position: relative;
    padding: 10px 30px 0 30px;
    height: 80px;
    cursor: default;
    background: url(/uploads/design/imgs/fleche.png) no-repeat right 14px;
    transition: .3s;
}

a.onglet {
    background: none;
    padding-right: 0;
    cursor: pointer;
}

a.onglet:hover {
    color: #999;
}

#maison {
    display: none;
    height: 30px;
    width: 25px;
    background: url(/uploads/design/imgs/maison.png) center no-repeat;
    position: relative;
    top: 3px;
    background-size: 30px 25px;
    transition: .3s;
}

#maison:hover {
    opacity: .8;
}


/* Sous-Menu----------------------*/

.deroul {
    position: absolute;
    top: 80px;
    margin-left: -15px;
    width: 300px;
    background: #fff;
    display: none;
    box-shadow: 0 7px 7px rgba(0, 51, 136, .1);
    transition: .3s;
}

.deroul a {
    display: block;
    font-size: .85em;
    width: 100%;
    padding: 15px 15px;
    color: #777;
    text-align: left;
    transition: .3s;
}

.deroul a:hover {
    color: #777;
    background: #f8f8f8;
}


/* Pliage du header--------------------*/

.headerfixe {
    height: 60px;
    background: #fff;
}

.headerfixe #logo {
    margin-top: 0;
    width: 160px;
}

.menufixe {
    top: 5px;
}

.menufixe .onglet {
    height: 50px;
    font-size: 1.1em;
    background-size: 20px 13px;
}

.menufixe .deroul {
    top: 49px;
}

.menufixe .deroul a {
    font-size: .95em;
}

.menufixe #maison {
    background-size: 24px 20px;
    top: 7px;
}


/* Rappel--------------------*/

#fenetre {
    width: 410px;
    height: 350px;
    position: fixed;
    top: 260px;
    right: -360px;
    transition: right .3s;
    z-index: 100;
}

.ouvert {
    right: -20px !important;
}

#question {
    float: left;
    width: 50px;
    height: 100%;
    background: #27e url(/uploads/design/imgs/question.png) center no-repeat;
    cursor: pointer;
    border-radius: 20px 0 0 20px;
    box-shadow: -7px 7px 7px rgba(0, 51, 136, .15);
    transition: background .4s;
}

#question:hover {
    background-color: #49f;
}

#rappel {
    float: left;
    width: 350px;
    height: 100%;
    padding: 25px 30px 0 20px;
    background: #fff;
    box-shadow: -7px 7px 7px rgba(0, 51, 136, .15);
    text-align: center;
}

#rappel .titre {
    font: 1.3em/1em ms-web, sans-serif;
    text-transform: uppercase;
    color: #27e;
    margin-bottom: 20px;
}

#rappel input {
    width: 100%;
    text-align: center;
}

#rappel .bouton {
    border: 0;
    background: #27e;
    color: #fff;
}

#rappel .bouton:hover {
    background: #49f;
}


/* Milieu--------------------*/

#page {
    width: 980px;
    margin: 180px auto 60px;
    text-align: justify;
}

h1 {
    background: url(/uploads/design/imgs/puce-titre.png) no-repeat 0 4px;
    font: 2.9em/1em ms-web, sans-serif;
    color: #038;
    padding-left: 34px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

h2 {
    font: 2em/1em ms-web, sans-serif;
    /*margin: 30px 0;*/
    margin: 70px 0 50px 0;
    color: #27e;
    text-transform: uppercase;
    text-align: center;
    background: url(/uploads/design/imgs/trait1.png) center bottom no-repeat;
    padding-bottom: 20px;
}

#bandeau {
    height: 320px;
    color: #fff;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom: -130px;
}

#bandeau h1 {
    font-weight: bold;
    padding-top: 240px;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 51, 136, .8);
    background-position: 0 244px;
}

#chapeau {
    background: #e7f0ff;
    padding: 30px;
    font: 1.3em ms-web, sans-serif;
    margin-bottom: 30px;
    text-align: justify;
    color: #038;
}

.encart {
    background: #e7f0ff;
    padding: 30px;
}

ul {
    padding-left: 15px;
}

li {
    list-style-image: url(/uploads/design/imgs/puce.png);
    line-height: 1.3em; /* 0.9 */
    padding-bottom: 9px; /* 8 */
}


/* Accueil-------------------*/

#developpeur {
    height: 40vw;
    background: #def url(/uploads/design/imgs/sms.jpeg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 51, 136, .75);
    text-align: center;
}

#fond {
    width: 100%;
    height: 100%;
    background: url(/uploads/design/imgs/grid.png);
}

#slogan {
    font: bold 3em/1em ms-web, sans-serif;
    font: bold 5vw/1em ms-web, sans-serif;
    padding: 18vw 0 1vw;
    text-transform: uppercase;
}

#presentation {
    font: bold 1.7em/1.2em ms-web, sans-serif;
    color: #fff;
    text-shadow: 0 0 15px rgba(0, 51, 136, .75);
    width: 100%;
    padding: 0 10%;
    position: absolute;
    top: 25vw;
    text-align: center;
}

#services {
    padding: 40px 0 60px;
}

#services a {
    font: 1.2em/1.2em ms-web, sans-serif;
    width: 25%;
    float: left;
    display: block;
    padding: 0 20px;
    text-align: center;
    color: #038;
}

#services a:hover {
    color: #038;
}

#services span {
    display: inline-block;
    height: 90px;
}

#services .bouton {
    font-size: .8em;
    color: #fb2;
    border-color: #fb2;
    padding: 7px 17px 6px;
}

#services a:hover .bouton {
    background: #fb2;
    color: #fff;
}

#canaux {
    background: #27e url(/uploads/design/imgs/canaux_bg.jpg) center;
    padding: 60px 0;
}

#canaux .titre,
#clients .titre {
    background: url(/uploads/design/imgs/trait1.png) center bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 50px;
    color: #fff;
    font: 2em/1em ms-web, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

#resp-cycle {
    display: flex;
    flex-wrap: wrap;
}

.cycle-slideshow {
    position: relative;
    flex: 1;
}

.cycle-slideshow div {
    color: #fb2;
    font: 1.2em/1.2em ms-web, sans-serif;
    width: 50%;
    text-align: center;
}

.cycle-slideshow span {
    display: block;
    height: 70px;
    color: #fb2;
}

#gauche,
#droite {
    width: 35px;
    height: 51px;
    margin-top: 100px;
    background: url(/uploads/design/imgs/gauche.png) no-repeat 2px 0;
    cursor: pointer;
}

#droite {
    background: url(/uploads/design/imgs/droite.png) no-repeat 0px 0;
}

#gauche:active {
    background-position: 0;
}

#droite:active {
    background-position: 2px 0;
}

#degrade-g,
#degrade-d {
    /*background: url(/uploads/design/imgs/degrade-g.png);*/
    width: 40px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}

#degrade-d {
    /*background: url(/uploads/design/imgs/degrade-d.png);*/
    right: 0;
}

#clients {
    padding: 60px 0;
    text-align: center;
}

#clients .titre {
    color: #27e;
    background-image: url(/uploads/design/imgs/trait1.png);
}

.client {
    width: 50%;
    float: left;
}

#clients .bouton {
    margin-top: 40px;
}


/* Etiquettes multicanal----------*/

.etiquette,
.etiquette2 {
    width: 25%;
    height: 140px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.etiquette:hover img,
.etiquette2:hover img {
    opacity: .8;
}

.etiquette.courant,
.etiquette2.courant {
    background: url(/uploads/design/imgs/bulle.png) center bottom no-repeat;
}

.bleu.courant {
    background-image: url(/uploads/design/imgs/bulle-bleu.png);
}

.etiquette-box,
.etiquette-box2 {
    display: none;
    border: 2px solid #27e;
    margin-top: -2px;
}

.etiquette-box.courant,
.etiquette-box2.courant {
    display: block;
}

.etiquette-box h3,
.etiquette-box2 h3 {
    font: 1.6em/1em ms-web, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #038;
}

.etiquette-box2 h4 {
    font: 1.4em/1em ms-web, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #27e;
}

.colonne {
    float: left;
    width: 75%;
    height: 400px;
    padding: 30px;
}

.tarif {
    background: #27e;
    width: 25%;
    height: 400px;
    float: left;
    padding-top: 120px;
    color: #fff;
    text-align: center;
}

.prix {
    font: 3em/1em ms-web, sans-serif;
    padding: 15px 0 10px;
}

.par {
    font-size: 1.8em;
}

.contenu-box {
    padding: 30px;
}


/* Tags references-----------*/

.tag {
    margin-bottom: 20px;
    text-align: center;
}

.tag span {
    display: inline-block;
    font-size: 1.2em;
    border: 2px solid #27e;
    color: #27e;
    margin-bottom: 15px;
    padding: 3px 15px;
    border-radius: 20px;
    transition: .3s;
    cursor: pointer;
}

.tag span:hover,
.actif {
    background: #27e;
    color: #fff !important;
}

.ref {
    width: 33.33%;
    overflow: hidden;
    float: left;
    position: relative;
    border: 1px solid #cacaca;
    margin: -1px 0 0 -1px;
}

.ref img {
    width: 100%;
    display: block;
}

.box-ref {
    position: absolute;
    background: rgba(0, 51, 136, .9);
    width: 100%;
    height: 100%;
    top: 100%;
    padding: 20px;
    transition: .3s;
    color: #fff;
}

.ref:hover .box-ref {
    top: 0;
}

.box-ref .titre {
    font: 1.5em/1em ms-web, sans-serif;
    text-transform: uppercase;
    color: #fb2;
    padding-bottom: 20px;
    text-align:left;
}

.box-ref a {
    color: #fb2;
}

.box-ref a:hover {
    color: #fd4;
}

.cache,
.cache2 {
    display: none;
}


/* Contact--------------------*/

.tel {
    font: 2em ms-web, sans-serif;
}

.contact input,
.contact textarea {
    width: 100% !important;
}

.contact textarea {
    height: 200px;
}

.contact .bouton {
    border: 0;
    background: #27e;
    color: #fff;
}

.contact .bouton:hover {
    background: #49f;
}

.captcha{
    margin: 15px 0 25px 0;
    text-align: center;
}

.captcha .g-recaptcha{
    display: inline-block;
}

.error_message{
    text-align:center;
    background:#ff4f4f;
    margin: 0 0 40px 0;
    padding: 10px;
    color:#fff;
}

.col1 {
    width: 75%;
    float: left;
    padding-right: 100px;
}

.col2 {
    width: 25%;
    float: left;
    text-align: center;
}



/* Bas-----------------------*/

footer {
    display: flex;
    flex-wrap: wrap;
    background: #152f64;
    margin: 20px 0 0 0;
}

#box-footer {
    flex: 1;
    padding: 30px;
}

#box-footer a {
    color: #fff;
    white-space: nowrap;
}

#box-footer a:hover {
    color: #bce;
}

#box-sub {
    color: #fff;
    padding: 30px;
}

#box-sub img{
    max-width:250px;
}

#webmail {
    background: #1b3b79;
    padding: 30px 30px 15px;
    color: #fff;
}

#webmail .titre {
    font: 1.2em/1.2em ms-web, sans-serif;
    margin-bottom: 10px;
}

#identifiant {
    width: 245px;
    margin-bottom: 10px;
    border: 0;
}

#passe {
    width: 200px;
    float: left;
    margin-bottom: 10px;
    border: 0;
}

#ok {
    float: left;
    background: #27e;
    font-size: 1em;
    padding: 4px 0 0;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 0;
}

#ok:hover {
    background: #49f;
}

#webmail a {
    color: #27e;
}

#webmail a:hover {
    color: #fb2;
}

#haut {
    background: #def url(/uploads/design/imgs/haut.png) no-repeat center 9px;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    border-radius: 15px 0 0 0;
    transition: .3s;
}

#haut:hover {
    background-position: center 7px;
}


/* Mobile---------------------*/

@media (min-width: 1170px) {
    #logo {
        width: 350px;
    }
    #maison {
        display: inline-block;
    }
}
@media (max-width: 1050px) {
    #logo {
        width: 200px;
        margin: 28px 0 0 5px;
    }
}

@media (max-width: 1150px) {
    #question {
        width: 35px;
        height: 170px;
        border-radius: 15px 0 0 15px;
        background-size: 20px 139px;
    }
    #fenetre {
        width: 320px;
        right: -285px;
    }
    #rappel {
        width: 280px;
        border: 1px solid #dde;
    }
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
    #fenetre:not(.ouvert) #rappel{
        box-shadow:none;
    }
}

@media (max-width: 1000px) {
    .centre,
    #page {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    main img {
        max-width: 100%;
    }
    header {
        height: 60px;
        position: absolute !important;
    }
    #logo {
        margin: 2px 0 0 5px;
        width: 160px;
    }
    #burger {
        background: url(/uploads/design/imgs/burger.png) no-repeat center;
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 15px;
    }
    nav {
        display: none;
        position: absolute !important;
        top: 60px !important;
        background: #fff;
        width: 100%;
        text-align: left;
        padding: 0;
        box-shadow: 0 7px 7px rgba(0, 51, 136, .15);
    }
    .onglet {
        display: block;
        color: #27e;
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
        background: none;
        font-size: 1.15em !important;
        text-indent: 15px;
        border-top: 1px solid #dde;
    }
    a.onglet {
        padding: 15px 0;
    }
    .deroul {
        display: block !important;
        position: static;
        width: 100%;
        margin: 15px 0 0;
        box-shadow: none;
        text-indent: 0;
        background: #f8f8f8;
    }
    .menufixe {
        top: 0;
    }
    .menufixe .onglet {
        height: auto;
    }
    .menufixe .deroul a {
        font-size: .85em !important;
    }
    #fenetre {
        position: absolute;
        top: 90px;
        right: 0;
        width: 35px;
        overflow: hidden;
        transition: 0;
        height: 340px;
    }
    #question,
    #rappel {
        box-shadow: none;
    }
    #rappel input[type=submit]{
        margin-top:-30px;
    }
    #question {
        margin-bottom: 170px;
    }
    .ouvert {
        right: 0 !important;
        width: 315px !important;
    }
    #bandeau {
        height: 200px;
    }
    h1 {
        font-size: 2.5em;
        padding-left: 0;
        background: none;
    }
    h2 {
        font-size: 1.6em;
    }
    #bandeau h1 {
        padding-top: 110px;
    }
    #slogan {
        padding-top: 120px;
    }
    #services a {
        width: 50%;
        margin-bottom: 20px;
    }
    #services span {
        width: 190px;
    }
    .colonne {
        padding: 15px;
    }
    .prix {
        font-size: 1.5em;
    }
    .par {
        font-size: 1em;
    }
    .contenu-box {
        padding: 15px;
    }
    .ref {
        width: 50%;
    }
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.8);
        -webkit-transform:scale(0.8);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

@media (min-width: 1001px) {
    nav {
        display: block !important;
    }
}

@media (max-width: 870px) {
    .cycle-slideshow div {
        width: 58%;
    }
}

@media (max-width: 800px) {
    #presentation {
        color: #27e;
        font-weight: normal;
        font-size: 1.4em;
        text-shadow: none;
        padding: 25px 40px 0 15px;
        position: relative;
        top: 0;
    }
    #fond {
        background: none;
    }
}

@media (max-width: 720px) {
    .cycle-slideshow div {
        width: 71%;
    }
}

@media (max-width: 600px) {
    #chapeau,
    #page {
        text-align: left;
    }
    #chapeau,
    .encart {
        padding: 15px;
    }
    h1 {
        font-size: 1.6em;
    }
    #presentation {
        color: #27e;
        font-weight: normal;
        font-size: 1.2em;
        text-shadow: none;
        position: relative;
        top: 0;
    }
    #services a {
        width: 100%;
    }
    #services span {
        height: auto;
        padding-bottom: 10px;
    }
    #webmail {
        width: 100%;
    }
    .tel {
        font-size: 1.5em;
    }
    .col1,
    .col2 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .client {
        width: 100%;
        margin-top: 5px;
    }
    .colonne {
        width: 100%;
        height: auto;
    }
    .tarif {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .bleu.courant {
        background-image: url(/uploads/design/imgs/bulle.png);
    }
    .etiquette,
    .etiquette2 {
        height: 110px;
    }
    .etiquette img,
    .etiquette2 img {
        max-width: 40px;
    }
    .etiquette-box h3,
    .etiquette-box2 h3 {
        font-size: 1.1em;
    }
    .etiquette-box2 h4 {
        font-size: 1.1em;
    }
    .ref {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .cycle-slideshow div {
        width: 100%;
    }
}

@media (max-width: 390px) {
    #developpeur {
        height: 200px;
    }
}

@media only print {
    nav,
    footer {
        display: none;
    }
    body {
        font-size: 10.5pt;
    }
}
