/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(172,18): run-time error CSS1031: Expected selector, found '/'
(172,18): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/* #33c2c5 maximis turquoise */
/* #47334e maximis violet */
/* #54519f maximis violet pale */
/* #f2812f orange */

.color-white {
    color: white;
}
html {
    position: relative;
    min-height: 100%;
    height:auto;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0;
    height:auto;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 0;
}
.main-content {
    margin-top:112px;
}
@media screen and (max-width: 1024px) {
    .container .row{
        margin-left:0px;
        margin-right:0px;
    }
}
.push-message{
    background-color:#33c2c5;
    padding-top:8px;
}
.push-message a{
    font-size:18px;
    color:white;
    font-weight:700;
}
.separator-2 {
	display: block;
	width: 30px;
	height: 5px;
	margin: 15px 0 25px;
	background-color: #33c2c5;
	position: relative;
}
@media (min-width: 768px){
}
@media (min-width: 992px){
}
@media (min-width: 1200px){
}
@media (min-width: 1440px){
}
/* header */
header {
	background-color: rgba(255, 255, 255, 0.95);
    position: fixed !important;
    right: 0px;
    top: 0px !important;
    left:0;
    z-index:9;
    height:112px;
}
header .logo{
    padding:40px 20px 0 0;
}
header .logo img{
    width:175px;
}
header .connexion a{
    text-decoration: none;
    color: #47334e;
    font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
}
header .nav ul {
    list-style-type : none;
    margin:54px 0 0 0;
    padding:0;
}
header .nav li {
    display : inline-block;
    padding : 0 0;
    margin: 0  0 0 48px;
    text-align:left;
    text-transform: uppercase;
}
header .nav li a{
	color: #47334e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
#hamburger-button {
    display: none;
    position:absolute;
    right:-15px;
    top:-35px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    vertical-align: top;
    padding: 0;
    line-height: 47px;
    float: right;
    margin-right: 32px;
}
#hamburger-overlay {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#hamburger-sidebar {
    display: none;
    position: fixed;
    width: 50%;
    z-index: 20;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .2s ease-out;
}
#hamburger-sidebar-body {
    padding: 16px 8px;
}
#hamburger-sidebar-body li:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-right: 0px;
    width: 1px;
    height: 24px;
}
@media screen and (max-width: 1024px) {
    #hamburger-content {
        display: none;
    }

    #hamburger-button, #hamburger-sidebar,
    .hamburger-activated #hamburger-overlay {
        display: block;
    }
    .hamburger-activated #hamburger-sidebar {
        transform: translateX(0);
    }
    header .nav ul{
        margin: 0 0 0 0;
    }
    header .nav li {
        margin: 0 0 0 0;
    }
}
/* fin header */*/
/* footer */
footer {
    background: white;
    position:relative;
}
footer .groupe {background-color: #2F2036;}
footer .menu {
    position:relative;
    background-color: #47334e;
    padding: 100px 0;
}
footer .social .pave-newsletter p{
    color:white;
	font-family: Roboto;
	font-size: 16px;
	line-height: 21px;
    padding-bottom: 10px;
}
footer .social input{
    background-color:transparent;
font-family: Roboto;
font-weight: 300;
font-size: 18px;
	line-height: 19px;
letter-spacing: 3px;
padding-left:10px;
    color: rgba(255,255,255,0.6);
	height: 60px;
	width: 327px;
    border-radius:4px;
    border-style:solid;
   	border: 1px solid #ffffff;
    border-right:none;
}
footer .social input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255,255,255,0.6);
}
footer .social input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #ffffff;
   opacity:  0.6;
}
footer .social input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #ffffff;
   opacity:  1;
}
footer .social input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255,0.6);
}
footer .social input::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(255,255,255,0.6);
}
footer .social .input-group-addon{
    color: white;
    background-color:transparent;
    padding: 4px 10px;
    font-size:18px;
    border-radius: 0 4px 4px 0 ;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}
footer .social .icone-social {
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	background-color: rgba(255,255,255,0.1);
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
footer .social img{
    width:100%;
    height:100%;
    vertical-align:top;
}
footer .social .icone-social.linkedin{
    background-image: url(/Content/images/linkedin@3x.png);
}
footer .social .icone-social.facebook{
    background-image: url(/Content/images/facebook@3x.png);
}
footer .social .icone-social.twitter{
    background-image: url(/Content/images/twitter@3x.png);
}
footer .social .icone-social.youtube{
    background-image: url(/Content/images/youtube@3x.png);
}
footer .menu .sub-menu{}
footer .menu .pave{}
footer .social .pave-newsletter .title,
footer .social .pave-social .title,
footer .menu .pave .title{
    color:white;
	font-family: "Roboto Slab";
	font-size: 18px;
	line-height: 24px;
}
footer .social .pave-newsletter .title-separator,
footer .social .pave-social .title-separator,
footer .menu .pave .title-separator{
    margin-top:10px;
    width:50px;
    border-top: 2px solid white;
}
footer .menu .pave-contact ul,
footer .menu .pave ul{
    list-style-type : none;
    margin:0;
    padding:0;
}
footer .menu .pave li{
}
footer .menu .pave-contact li a,
footer .menu .pave li a{
	color: rgba(255,255,255,0.6);
	font-family: Roboto;
	font-size: 14px;
	line-height: 24px;
}
footer .menu .pave-separator{
    display:inline-block;
    width:80px;
}

footer .groupe ul {
    -webkit-padding-start: 0px;
    list-style-type : none;
    margin:0;
    padding:0;
}
footer .groupe li {
    display : inline-block;
    padding : 0 0;
    margin: 50px 17px;
    text-align:left;
    vertical-align:top;
}
footer .groupe li.groupe-maximis {
font-family: "Roboto Slab";
font-size: 20px;
color: #FFFFFF;
}
footer .groupe li.groupe-separator{
border-left:1px solid #39B8B3;
}
footer .groupe li a {
font-family: "Roboto Slab";
font-size: 20px;
color: #FFFFFF;
}
footer .groupe li a.link {
	color: rgba(255,255,255,0.6);
	font-family: Roboto;
	font-size: 14px;
}
footer .groupe .copyright {
    padding: 54px 0;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	text-align: right;
}
footer .logo{
    padding: 35px 0;
}
footer .logo img{
    width:133px;
    height:24px;
}
@media screen and (max-width: 1024px) {
    .input-group.newsletter{
        margin-bottom:20px;
    }
}

/* Home */
#maximis-conseil,
#maximis-rh,
#maximis-digital {
    position:relative;
    top:-120px;

}
.cartouche-home{
    height: 551px;
    background-color: #463251;
    position: relative;
    background-image: url(/Content/images/homme.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.cartouche-home .content{
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 120px 0;
}
.pave-menu{
    margin-top:81px;
    position:relative;
}
.pave-menu img{
    position:absolute;
    left:0;
    width:100%;
    height:100%;
}
.pave-menu .conseil{
    position:absolute;
    height: 176px;
    width: 285px;
    background-color: #605BA5;
    text-align:center;
}
.pave-menu .conseil:hover{
    cursor:pointer;
    padding-top:5px;
    top:-5px;
    left:-5px;
    height: 186px;
    width: 295px;
    background-color: #736FB2;
    z-index:1;
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
}
.pave-menu .rh{
    position:absolute;
    height: 176px;
    width: 285px;
    left:285px;
    background-color: #4B4689;
}
.pave-menu .rh:hover{
    cursor:pointer;
    padding-top:5px;
    top:-5px;
    left:280px;
    height: 186px;
    width: 295px;
    background-color: #736FB2;
    z-index:1;
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
}
.pave-menu .digital{
    position:absolute;
    height: 176px;
    width: 285px;
    left:570px;
    background-color: #36326B;
}
.pave-menu .digital:hover{
    cursor:pointer;
    padding-top:5px;
    top:-5px;
    left:565px;
    height: 186px;
    width: 295px;
    background-color: #736FB2;
    z-index:1;
    box-shadow: 0px 5px 20px 5px rgba(0,0,0,0.2);
}
.pave-menu .icone{
    margin-top: 35px;
    margin-left:auto;
    margin-right:auto;
    height: 49px;
    width: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
}
.pave-menu .conseil .icone{
    background-image: url(/Content/images/conseil@3x.png);
}
.pave-menu .rh .icone{
    background-image: url(/Content/images/rh@3x.png);
}
.pave-menu .digital .icone{
    background-image: url(/Content/images/digital@3x.png);
}
.pave-menu .titre{
    margin-top:19px;
    color: #21BDC6;
    font-family: Gotham, Verdana;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    text-align: center;
    text-transform:uppercase;
}
.pave-menu .sous-titre{
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform:uppercase;
}
.wrapper{
    margin-top:70px;
    width:100%;
    display:table;
    table-layout: fixed;
}
.wrapper .chapter{
    display:none;
}
#rh.wrapper .right .bg,
#conseil.wrapper .left .bg,
#digital.wrapper .left .bg{
    height:200px;
    background-size: cover;
    background-repeat: no-repeat;
}
#conseil.wrapper .left .bg {
    background-image: url(/Content/images/photo-conseil.jpg);
}
#digital.wrapper .left .bg {
    background-image: url(/Content/images/photo-digital.jpg);
}
#rh.wrapper .right .bg {
    background-image: url(/Content/images/photo-rh.jpg);
}
#rh.wrapper .right,
#conseil.wrapper .left,
#digital.wrapper .left{
    display:inline-block;
    width:60%;
}
#rh.wrapper .left,
#conseil.wrapper .right,
#digital.wrapper .right{
    vertical-align:top;
    display:inline-block;
    width:40%;
}
#rh.wrapper .right .content,
#conseil.wrapper .left .content,
#digital.wrapper .left .content{
    height:auto;
    padding-bottom:20px;
}
#conseil.wrapper .left .content{
    background-color: #625FA1;
}
#digital.wrapper .left .content{
    background-color: #37346A;
}
#rh.wrapper .right .content{
    background-color: #4C4887;
}
#rh.wrapper .left .content,
#conseil.wrapper .right .content,
#digital.wrapper .right .content{
    padding-left:40px;
    padding-top:40px;
    height:100%;
}
.wrapper .content .titre-section {
	color: #21BDC6;
	font-family: Roboto;
	font-size: 64px;
	font-weight: bold;
	line-height: 77px;
    text-transform: uppercase;
}
.wrapper .content .sous-titre {
	color: #463251;
	font-family: "Roboto Slab";
	font-size: 24px;
	line-height: 32px;
    text-transform: uppercase;
}
.wrapper .content .items {
    margin-top:32px;
	color: #463251;
	font-family: "Roboto Slab";
	font-size: 20px;
	line-height: 24px;
}
.wrapper .content .buttons{
    position:relative!important;
    z-index:1!important;
    margin-top: 72px;
}
.wrapper .content .titre,
.wrapper .content .titre{
    margin-top: 25px;
    color: #FFFFFF;
    font-family: "Roboto Slab";
    font-size: 14px;
    line-height: 19px;
}
.wrapper .filet,
.wrapper .filet {
    margin: 14px 0;
    height: 2px;
    width: 36px;
    background-color: #39B8B3;
}
.wrapper .item i,
.wrapper .item i{
    margin-right: 9px;
}
.wrapper .item,
.wrapper .item{
	color: rgba(255,255,255,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 24px;
}
.home .la-presse-en-parle{
    text-align:center;
    padding: 40px 0 180px 0;
    background-color:white;
}
.home .la-presse-en-parle-titre {
	color: #463251;
    font-family: "Roboto Slab";
    font-size: 24px;
	letter-spacing: 1px;
	line-height: 21px;
}
.home .la-presse-en-parle .logo-presse{
    height:60px;
    text-align: center; 
    padding: 40px 0 0 0;
}
.home .la-presse-en-parle .logo-presse .helper {
    display: inline-block;
    line-height: 60px;
    vertical-align: middle;
}
.home .la-presse-en-parle .logo-presse img{
    max-width: 90px;
    max-height: 50px;
    vertical-align: middle;
}
.home .recrutement{
    display:block;
    text-align:center;
    margin: 70px 0 70px 0;
    padding: 70px 0 40px 0;
    background-color:#39B8B3;
}
.home .recrutement-titre {
	color: white;
    font-family: "Roboto Slab";
    font-size: 24px;
	letter-spacing: 1px;
	line-height: 21px;
}
.home .recrutement-offres{
    margin:20px 0;
}
.home .recrutement-offre{
    margin: 0 20px;
	height: 144px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.11);
}
.home .recrutement-offre .poste {
	color: #4B4689;
    font-family: "Roboto Slab";
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.home .recrutement-offre .contrat {	
    color: rgba(24,15,60,0.6);
    font-family: Roboto;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.home .recrutement-offre .link{
	color: #39B8B3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}
.home .recrutement .bouton{
    margin-top:40px;
}
@media screen and (max-width: 1024px) {
    .pave-menu{
        display:block;
    }
    .pave-menu .conseil,
    .pave-menu .rh,
    .pave-menu .digital,
    .pave-menu .conseil:hover,
    .pave-menu .rh:hover,
    .pave-menu .digital:hover{
        width:100%;
        position:relative;
        left:0px;
        display:block;
        height: auto;
        padding: 1px 0 15px 0;
    }
    .pave-menu .icone {
        display:none;
    }
    .cartouche-home .texte{
        color:black;
        margin-left:15px;
    }
    .wrapper {
    display:block;
}
    .wrapper .chapter{
    display:block;
}
    .chapter{
    }
#rh.wrapper .right,
#conseil.wrapper .left,
#digital.wrapper .left{
    width:100%;
    height:100%;
    margin-bottom:20px;
}
#rh.wrapper .left,
#conseil.wrapper .right,
#digital.wrapper .right{
    display:none;
}
#rh.wrapper .left .content,
#conseil.wrapper .right .content,
#digital.wrapper .right .content{
    padding-left:40px;
    padding-top:40px;
    height:100%;
}
.wrapper .content .titre-section {
	color: #21BDC6;
	font-size: 28px;
    line-height:50px;
}
.wrapper .content .sous-titre {
	color: #fff;
	font-size: 18px;
}
.wrapper .content .items {
    margin-top:0px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.wrapper .content .buttons{
    position:relative!important;
    z-index:1!important;
    margin-top: 22px;
}
}
/* fin home */
/* recrutement */
/* fin recrutement */
/* presse */
.presse .item-presse{
}
.presse .logo-presse{
    width:100px;
    height:60px;
    white-space: nowrap;
    text-align: center; 
    display: table-cell;
    vertical-align: middle;
}
.presse .logo-presse .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.presse .logo-presse img{
    max-width: 90px;
    max-height: 50px;
    vertical-align: middle;
}
.presse .titre-presse{
    display: table-cell;
    vertical-align: middle;
    height:60px;
    padding-left:30px;
    font-family: Roboto;
    font-size: 18px;
	letter-spacing: 1px;
	line-height: 21px;
}
.presse .titre-presse a{
    font-family: Roboto;
    font-size: 12px;
	letter-spacing: 1px;
	line-height: 21px;
    text-transform:uppercase;
    display:block;
}
/* fin presse */
/* qui sommes nous */
.qui-sommes-nous p{
    line-height: 18px;
}
.qui-sommes-nous .cartouche-emmanuel{
    margin-top:30px;
    background-color: #463251;
    position: relative;
    background-image: url(/Content/images/emmanuel-grimaud.jpg);
    background-size: auto;
    background-position: right;
    background-repeat: no-repeat;
}
.qui-sommes-nous .cartouche-emmanuel .content {
    color: #FFFFFF;
    font-family: "Roboto Slab";
    padding: 20px 0;
    width:58%;
}
.qui-sommes-nous .cartouche-emmanuel .content h4{
    font-size: 20px;
    font-weight: 300;
}
.qui-sommes-nous .cartouche-emmanuel .content .cv{
    padding-top:20px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}
.qui-sommes-nous .cartouche-emmanuel .content .cv .fa-chevron-right{
    margin-right:8px;
}
.box-style-1,
.box-style-2,
.box-style-3,
.box-style-4{
    color: #FFFFFF;
    padding:10px;
    text-align:center;
    font-family: "Roboto Slab";
}
.box-style-1{
    background-color: #605BA5;
}
.box-style-2{
    background-color: #4B4689;
}
.box-style-3{
    background-color: #36326B;
}
.box-style-4{
    background-color: #33c2c5;
}
.stats .stat-num{
    font-family: Roboto;
    font-size:40px;
    font-weight:bold;
}
.stats p{
    font-family: Roboto;
    font-size:12px;
}
@media screen and (max-width: 1024px) {
    .qui-sommes-nous .cartouche-emmanuel{
        background-image: none;
    }
    .qui-sommes-nous .cartouche-emmanuel .content {
    width:100%;
}
}

/* fin qui sommes nous */
/* contactez-nous */
.form-control-feedback {
    right: 10px;
}
/* fin contactez-nous */
/* loading */
/* SPINNER
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #e64510;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-threeBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.loading{
    position: absolute; top:0; left:0; right:0; bottom:0;z-index:99;background-color:white;opacity:0.5;
}
.loading.dark{
    position: absolute; top:0; left:0; right:0; bottom:0;z-index:99;background-color:#262626;opacity:0.5;
}
.loading .wrapper{
    display:table;width:100%;height:100%;
}
.loading .wrapper .cell{
    display:table-cell;vertical-align:middle;text-align:center;
}
/* end loading */
/* Validation */
.validation-summary-errors ul{
    margin-left:0;
    margin-bottom:0;
    padding-left: 0px;
    list-style: none;
}
span.field-validation-error {
  color: #e64510;
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
.input-validation-error{
    border: 1px dotted #cc5965;
}
.required-asterisk{
    color:#f2812f;
    font-size: .5em;
    position:relative;top:-2px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.radio, .checkbox {
    padding-left: 0px;
}
.input-group-addon {
	background-color: #cacaca;
	border-color: #acacac;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/* override bootstrap*/
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}
.btn-primary {
  background-color: #39B8B3;
  border-color: #39B8B3;
  color: white;
}
.btn-default {
  background-color: transparent;
  border-color: white;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #3A9E99;
  border-color: #3A9E99;
  color: #FFFFFF;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #66536e;
  border-color: #66536e;
}
.overlay {
   
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlayMessage {
    width: 30%;
    height: 12%;
    padding: 20px;
    background: #33c2c5;
    color: white;
    font-size: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    border-radius: 30px;
}



.modal-container {
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    width: 160px;
}

    .modal-container button {
        display: block;
        margin: 0 auto;
        color: #fff;
        width: 160px;
        height: 50px;
        line-height: 50px;
        background: #446CB3;
        font-size: 22px;
        border: 0;
        border-radius: 3px;
        box-shadow: 0 5px 5px -5px #333;
        transition: background 0.3s ease-in;
    }

    .modal-container .modal-backdrop {
        height: 0;
        width: 0;
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.2s ease-in;
    }

    .modal-container #modal-toggle {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
    }






.modal-title {
    color: #33c2c5;
    font-weight: 500;
    text-align: center;
}

.modal-soustitle {
    color: #47334e;
    padding-top: 10px;
    font-size: 0.9em;
}



.modal-container #modal-toggle:hover ~ button {
    background: #1E824C;
}

.modal-container #modal-toggle:checked {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}

    .modal-container #modal-toggle:checked ~ .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
        pointer-events: none;
        opacity: 1;
    }

        .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
            background-color: #fff;
            padding: 10px 30px;
            position: absolute;
            left: calc(25% - 200px);
            top: 12%;
            border-radius: 4px;
            z-index: 999;
            pointer-events: auto;
            cursor: auto;
            box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
        }


@media (max-width: 400px) {
    .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content {
        left: 0;
    }
}

.modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close {
    color: #666;
    position: absolute;
    right: 2px;
    top: 0;
    padding-top: 4px;
    background: #fff;
    font-size: 16px;
    width: 25px;
    height: 28px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

    .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button {
        top: initial;
        bottom: 20px;
        right: 20px;
        background: #4CAF50;
        color: #fff;
        width: 100px;
        border-radius: 2px;
        font-size: 14px;
        font-weight: normal;
    }

        .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close.button:hover {
            color: #fff;
            background: #1E824C;
        }

    .modal-container #modal-toggle:checked ~ .modal-backdrop .modal-content .modal-close:hover {
        color: #333;
    }
.paddd {
    padding-top: 5em;
}


.modal-soustitle {
    color: #47334e;
    padding-top: 10px;
    font-size: 0.9em;
    text-align: center;
}

.titre {
    font-family: 'Roboto', Serif;
    font-size: 20px;
}

.contactez-nous input#submit-contact {
    width: 100%;
    height: 84px;
}

.contactez-nous textarea {
    resize: vertical;
}

