﻿body {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #333333;
}

.TestoOpenSans {
    font-family: 'Open Sans', sans-serif;
}

#DivFollow{
    display:normal;
}


#DivFollow.fixed {
    background-color: #ffffff;
    box-shadow: 0 10px 12px -12px rgba(0,0,0,0.5);
    position: fixed;
    top: 0px;
    width: 100%;
    text-align: center;
    padding: 0px;
    z-index: 999999999999999;
}

#DivFollow.fixed a {
    color: #ffffff;
}

#DivFollowMobile {
    display: normal;
}

    #DivFollowMobile.fixed {
        background-color: #ffffff;
        box-shadow: 0 10px 12px -12px rgba(0,0,0,0.5);
        position: fixed;
        top: 0px;
        width: 100%;
        text-align: center;
        padding: 0px;
        z-index: 99999;
        border-bottom: 1px solid #f4f4f4;
    }

        #DivFollowMobile.fixed a {
            color: #ffffff;
        }

h1{
    font-size:1em;
    margin:0px;
    padding:0px;
    line-height:normal;
    font-weight:normal;
}

h2{
    font-size:1em;
    margin:0;
    line-height:normal;
}


.Altezza{
    height:1vh;
    clear:both;
}

.Altezza44 {
    height: 44px;
}

.Altezza350 {
    height: 350px;
}

.Altezza637 {
    height: 637px;
}

.AltezzaPaginaVuota{
    min-height:400px;
}

.MaxImage{
    max-width: 100%;
    max-height:100%;
}

.Image{
    width: 100%;
    max-height:100%;
}

.Lighter{
    font-weight:lighter;
}

.LineHeight22 {
    line-height: 22px;
}

.LineHeight30 {
    line-height:30px;
}

.LineHeight40 {
    line-height:50px;
}
.Uppercase{
    text-transform:uppercase;
}

.NoUppercase {
    text-transform:none;
}

.PositionRelative{
    position:relative;
}

.PositionAbsolute {
    position:absolute;
}

.FloatSx{
    float:left !important;
}

.FloatDx{
    float:right !important;
}

.FloatNo{
    float:none !important;
}

/***********************
EFFETTO HOVER
***********************/
.DivEffettoHover {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
}

.ImgEffettoHover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.EffettoHoverArancio {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    transform: translate(-0%, -100%);
    -ms-transform: translate(-0%, -100%);
    width: 100%;
    height: 100%;
    background: url(/images/sfondo_azzurro.png);
    background-position: top center;
    background-repeat: repeat;
}

.EffettoNomeArticolo {
    width: 100%;
    height: 100%;
    position: absolute;
}

.DivEffettoHover:hover .EffettoHoverArancio {
    opacity: 1;
}

.DivEffettoHover:hover .EffettoNomeArticolo {
    opacity: 0;
}

.BoxEffettoHover {
    width: 100%;
    height: 100%;
    padding: 25% 13% 0 13%;
    float: left;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/***********************
 TOOGLE
***********************/
#ElencoMenuMobile {
    display:none;
}

.MenuToogle {
    width:100%;
    display:block;
    padding:8px 0 0 0;
    cursor:pointer;
    margin:0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#ElencoMenuMobile{
    width:100%;
    z-index:201;
    position:absolute;
    float:left;
    display:none;
    top:53px;
    list-style:none;
    margin-left:-40px;
}


/***********************
 FINE TOOGLE
***********************/

/***********************
    LINK
***********************/

a:link, a:visited{
    text-decoration:none;
    color:#000000;
}

a:hover{
    text-decoration:none;
    color:#333333;
}
.LinkBianco:link, .LinkBianco:visited{
    color:#ffffff !important;
    text-decoration:none;
}
.LinkBianco:hover{
    text-decoration:none;
}

.LinkGrigio:link, .LinkGrigio:visited{
    color:#333333 !important;
    text-decoration:none;
}
.LinkGrigio:hover{
    text-decoration:none;
}

.LinkAzzurro:link, .LinkAzzurro:visited {
    color: #009cd7 !important;
    text-decoration: none;
}
.LinkAzzurro:hover{
    text-decoration:none;
}

.LinkSmeraldo:link, .LinkSmeraldo:visited{
    color:#35a0ab !important;
    text-decoration:none;
}
.LinkSmeraldo:hover{
    text-decoration:none;
}

.LinkBlu:link, .LinkBlu:visited{
    color:#034764 !important;
    text-decoration:none;
}
.LinkBlu:hover{
    text-decoration:none;
}

.LinkMenuMobile, .LinkMenuMobile:link, .LinkMenuMobile:visited {
    width: 100%;
    display: block;
    color: #ffffff;
    text-align: center;
    background-color: #009cd7;
    padding: 10px;
    cursor: pointer;
    margin: 0px;
    border-top: 1px solid #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-decoration: none;
}

    .LinkMenuMobile:hover {
        background-color: #ffffff;
        color: #009cd7;
    }

/***********************
    CORPO
***********************/


.Corpo5 {
    width:5%;
    float:left;
}

.Corpo7e5 {
    width:7.5%;
    float:left;
}

.Corpo10 {
    width:10%;
    float:left;
}

.Corpo12e5 {
    width:12.5%;
    float:left;
}


.Corpo15 {
    width:15%;
    float:left;
}

.Corpo20 {
    width:20%;
    float:left;
}

.Corpo25 {
    width:25%;
    float:left;
}

.Corpo30 {
    width:30%;
    float:left;
}

.Corpo33 {
    width: 33.33333333%;
    float: left;
}

.Corpo35 {
    width:35%;
    float:left;
}

.Corpo40 {
    width:40%;
    float:left;
}

.Corpo45 {
    width:45%;
    float:left;
}

.Corpo50 {
    width:50%;
    float:left;
}

.Corpo55 {
    width:55%;
    float:left;
}

.Corpo60 {
    width:60%;
    float:left;
}

.Corpo65 {
    width:65%;
    float:left;
}

.Corpo70 {
    width:70%;
    float:left;
}

.Corpo75 {
    width:75%;
    float:left;
}

.Corpo80 {
    width:80%;
    float:left;
}

.Corpo85 {
    width:85%;
    float:left;
}

.Corpo90 {
    width:90%;
    float:left;
}

.Corpo100 {
    width:100%;
    float:left;
}

/***********************
    ALLINEAMENTI
***********************/

.AllineaTestoSx {
    text-align:left;
}

.AllineaTestoCentro {
    text-align:center;
}

.AllineaTestoDx {
    text-align:right;
}

/***********************
   BORDI
***********************/

.BordoNo{
    border:0!important;
}

.BordoSinistro {
    border-left: solid 1px #33cea5;
}

.BordoDestro {
    border-right: solid 1px #cccccc;
}

.BordoBottom {
    border-bottom: solid 1px #33cea5;
}

.BordoTop {
    border-top: solid 1px #33cea5;
}

.Bordo {
    border: solid 1px #33cea5;
}

.BordoSinistroGrigio {
    border-left: solid 1px #e1dede;
}

.BordoDestroGrigio {
    border-right: solid 1px #e1dede;
}

.BordoBottomGrigio {
    border-bottom: solid 1px #e1dede;
}

.BordoTopGrigio {
    border-top: solid 1px #e1dede;
}

.BordoGrigio {
    border: solid 1px #999999;
}
/***********************
   PADDING e MARGINI
***********************/

.IncludiPadding{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.Padding6x10{
    padding:6px 10px;
}

.Padding6x6{
    padding:6px 6px;
}

.Padding0x5{
    padding:0px 5px;
}

.Padding5x0{
    padding:5px 0px;
}
.Padding5x5{
    padding:5px 5px;
}

.Padding8x10{
    padding:8px 10px;
}

.Padding10x5{
    padding:10px 5px;
}

.Padding5x10 {
    padding: 5px 10px;
}

.Padding0x10 {
    padding: 0px 10px;
}

.padding0x10x10x10{
    padding:0px 10px 10px 10px;
}

.Padding0x5x0x0{
    padding:0px 5px 0px 0px;
}

.Padding0x5x5x0{
    padding:0px 5px 5px 0px;
}

.Padding0x0x5x0{
    padding:0px 0px 5px 0px;
}

.Padding0x0x0x5 {
    padding: 0px 0px 0px 5px;
}

.Padding0x0x0x50{
    padding: 0px 0px 0px 50px;
}

.Padding10x0x0x5{
    padding:10px 0px 0px 5px;
}

.Padding10x0x0x0{
    padding:10px 0px 0px;
}

.Padding5x0x0x0{
    padding:5px 0px 0px 0px;
}

.Padding0x30{
    padding:0px 30px;
}

.Padding10x0{
    padding:10px 0px;
}

.Padding10x10{
    padding:10px 10px;
}

.Padding10x30{
    padding:10px 30px;
}

.Padding20x0{
    padding:20px 0px;
}
.Padding20x0x0x0 {
    padding: 20px 0px 0px 0px;
}
.Padding13x10 {
    padding: 13px 10px;
}

.Padding15x0x0x0{
    padding:15px 0px 0px 0px;
}


.Padding15x10{
    padding:15px 10px !important;
}

.Padding16x10{
    padding:16px 10px;
}

.Padding16x10x15x10{
    padding:16px 10px 15px 10px;
}

.Padding20x10{
    padding:20px 10px;
}

.Padding25x10{
    padding:25px 10px;
}

.Padding20x20{
    padding:20px 20px;
}

.Padding30x0{
    padding:30px 0px;
}

.Padding30x10{
    padding:30px 10px;
}

.Padding30x20 {
    padding:30px 20px;
}

.Padding30x30{
    padding:30px 30px;
}

.Padding30x60{
    padding:30px 60px;
}

.Padding55x0x0x0{
    padding:55px 0 0 0;
}

.Padding40x20x10x20{
    padding:40px 20px 0px 20px;
}

.Padding40x10{
    padding:40px 10px;
}
.Padding40x40{
    padding:40px 40px;
}

.Padding50x10{
    padding:50px 10px;
}


.Padding60x0{
    padding:60px 0;
}

.Padding60x60{
    padding:60px 60px;
}

.Padding60x50{
    padding:60px 50px;
}
.Padding60x20{
    padding:60px 20px;
}

.Padding20x10x0x10{
    padding:20px 10px 0 10px;
}

.MarginPercent0x10{
    margin:0 10%;
}

.MarginPercent50x50{
    margin:50% 50%;
}

.MarginPercent0x20 {
    margin: 0 20%;
}

.MarginPercent0x30 {
    margin: 0 30%;
}

.MarginPercent0x40 {
    margin: 0 40%;
}


.Margin10x50 {
    margin: 10px 50px;
}

.Margin10x0x0x0{
    margin:10px 0 0 0;
}


.Margin0x10x0x0{
    margin:0 10px 0 0;
}

.Margin0x0x30x0{
    margin:0 0 30px 0;
}

.Margin10x0 {
    margin:10px 0;
}

.Margin10x0x0x0{
    margin:10px 0 0 0;
}

.Margin50x0x0x0{
    margin:50px 0 0 0;
}

.Margin5x0x0x0{
    margin:5px 0 0 0;
}

/***********************
    SFONDI
***********************/

.SfondoPunterellato {
    background-image:url(/images/sfondo.jpg);
    background-repeat:repeat;
}

.SfondoSpacer{
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
}

.SfondoNero {
    background-color:#000000;
}

.SfondoBianco {
    background-color:#ffffff;
}

.SfondoBlu {
    background-color: #009cd7;
}

.SfondoDotted {
    background:url("/images/icone/spacer_dotted.png");
    background-repeat:repeat;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    float:left;
    position:absolute;
    z-index:7;
}

.SfondoApproccio {
    background: url("/images/sfondo_approccio.jpg");
    background-repeat:no-repeat;
    background-position:top center;
}

.SfondoCurriculum {
    background: url("/images/sfondo-curriculum.jpg");
    background-repeat: no-repeat;
}


.SfondoAzzurroChiaro {
    background-color: #12aee9;
}


.SfondoAzzurro {
    background-color: #09a5e0;
}

.SfondoGrigio {
    background-color:#eeeeee;
}

.SfondoGrigioChiaro {
    background-color:#f1f5f6;
}

.SfondoGrigioScuro {
    background-color:#1a1a1a;
}

.SfondoVerde {
    background-color: #0cc090;
}

.SfondoVerdeChiaro {
    background-color: #50dab8;
}


.HoverRosso:hover {
    background-color: #ba170f;
}

.SfondoSmeraldo {
     background-color: #35a0ab;
}

.SfondoAmaranto {
    background-color: #760130;
}

.SfondoRosso {
    background-color: #fe0000;
}

.SfondoGiallo {
    background-color: #f4f400;
}

.SfondoVerde {
    background-color: #5de464;
}



/***********************
    COLORI
***********************/
.ColoreBianco{
    color:#ffffff;
}

.ColoreGrigio {
    color:#333333;
}

.ColoreGrigioChiaro {
    color:#666666;
}

.ColoreGrigioScuro {
    color:#2e2e2e;
}

.ColoreNero{
    color:#1a1a1a;
}

.ColoreRosso {
    color:#ff0000;
}

.ColoreAzzurro {
    color: #009cd7;
}

.ColoreSmeraldo {
    color: #35a0ab;
}

.ColoreBlu {
    color: #009cd7;
}

.ColoreAmaranto {
    color: #760130;
}

/***********************
    TESTI
***********************/
.Testox0e5 {
    font-size: .5em;
}

.Testox0e7 {
    font-size: .7em;
}

.Testox0e8 {
    font-size: .8em;
}

.Testox0e9 {
    font-size: .9em;
}

.Testox1 {
    font-size: 1em;
}


.Testox1e1 {
    font-size: 1.1em;
}

.Testox1e3 {
    font-size: 1.3em;
}

.Testox1e5 {
    font-size: 1.5em;
}

.Testox2 {
    font-size: 2em;
}

.Testox2e5 {
    font-size: 2.5em;
}

.Testox3 {
    font-size: 3em;
}

.Testox4 {
    font-size: 4em;
}

.Testox5 {
    font-size: 5em;
}

.Testox7 {
    font-size: 7em;
}

.Font200 {
    font-weight: 200;
}

.Font600 {
    font-weight: 600;
}

.LetterSpacing-1 {
    letter-spacing: -1px;
}

.LetterSpacing-5 {
    letter-spacing: -5px;
}

.Justify {
    text-align:justify;
}

.FontDancingScript {
    font-family: 'Dancing Script', cursive;
}

.FontCourgette {
    font-family: 'Courgette', cursive;
}

.FontGreatVibes {
    font-family: 'Great Vibes', cursive;
}

/***********************
   FORM
***********************/

.DDLRespo{
    width:100%;
    border:solid 1px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.DDLRespo:focus { 
    outline: none; 
    border: 1px solid #cccccc; 
    box-shadow: 0px 0px 8px #cccccc; 
    -moz-box-shadow: 0px 0px 8px #cccccc; 
    -webkit-box-shadow: 0px 0px 8px #cccccc; 
}


.TxtRespo { 
    font-family: 'Open Sans', sans-serif;
    width:100%; 
    border:solid 1px #cccccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} 
 
.TxtRespo:focus { 
    outline: none; 
    border: 1px solid #cccccc; 
    box-shadow: 0px 0px 8px #cccccc; 
    -moz-box-shadow: 0px 0px 8px #cccccc; 
    -webkit-box-shadow: 0px 0px 8px #cccccc; 
}


.PulsanteSmeraldo {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    background-color: #35a0ab;
    border: 1px solid #35a0ab;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteSmeraldo:hover {
        background-color: #034764;
        color: #ffffff !important;
    }

.PulsanteAmaranto {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    background-color: #760130;
    border: 1px solid #760130;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteAmaranto:hover {
        background-color: #760130;
        color: #ffffff !important;
    }

.PulsanteVerde {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    background-color: #009246;
    border: 1px solid #009246;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteVerde:hover {
        background-color: #009246;
        color: #ffffff !important;
    }

.PulsanteBlu {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    background-color: #009cd7;
    border: 1px solid #009cd7;
    cursor: pointer;
    color: #ffffff !important;
}

    .PulsanteBlu:hover {
        background-color: #009cd7;
        color: #ffffff !important;
    }

.PulsanteNero {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 100%;
    background-color: #000000;
    border: 1px solid #000000;
    cursor: pointer;
    color: #ffffff !important;
}

.PulsanteNero:hover {
    background-color: #000000;
    color: #ffffff !important;
}

.PulsanteBiancoSmeraldo {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 60%;
    margin: 0 20%;
    background-color: #ffffff;
    color: #35a0ab !important;
    font-weight: lighter;
    text-transform: uppercase;
    border: 1px solid #35a0ab;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBiancoSmeraldo:hover {
        background-color: #35a0ab;
        color: #ffffff !important;
    }

.PulsanteBiancoBlu {
    display: block;
    background-color: #ffffff;
    color: #009cd7 !important;
    font-weight: lighter;
    text-transform: uppercase;
    border: 1px solid #35a0ab;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBiancoBlu:hover {
        background-color: #009cd7;
        color: #ffffff !important;
    }


.PulsanteBiancoAmaranto {
    font-family: 'Open Sans', sans-serif;
    display: block;
    width: 60%;
    margin: 0 20%;
    background-color: #ffffff;
    color: #760130 !important;
    font-weight: lighter;
    text-transform: uppercase;
    border: 1px solid #760130;
    cursor: pointer;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .PulsanteBiancoAmaranto:hover {
        background-color: #760130;
        color: #ffffff !important;
    }

/*********************************
POPUP
********************************/

.PopupSfondo
{
    background-image:url(/images/icone/spacer_scuro.png);
    background-repeat:repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:0px;
    z-index:1000;
    overflow:auto;
    }

.PopupContainer
{
    width:100%;
    z-index:201;
    position:absolute;
    padding:0px;
    top:50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

.PopupCorpo {
    width:80%;
    float:left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*********************************
COOKIE
********************************/

.BarraCookie{
    position:fixed;
    bottom:0;
    z-index:100000000;
    width:100%;
    background-image:url(/images/icone/spacer_scuro.png);
    background-repeat:repeat;
    color:#ffffff;
}

/*********************************
GRIGLIA
********************************/

.GridStyle { 
    width: 100%; 
    background-color: #ffffff; 
    border: solid 1px #ebebeb; 
    border-collapse:collapse; 
    padding:5px;
}

.GridStyle td { 
    border: solid 1px #ebebeb; 
}
.GridStyle th  
{
    height:40px;
    background: #e8e8e8; 
    border: solid 1px #ffffff; 
    padding:5px;
    color:#666666;
    font-weight:100;
}

.GridStyle .Row a { color:#b00000; }    
.GridStyle .Row a:hover { color:#12496b; }   
 
.GridStyle .Alt { background: #fcfcfc; }
.GridStyle .Alt a { color:#b00000; }    
.GridStyle .Alt a:hover { color:#12496b; }   

.GridStyle .Edit { background-color:#f7ffb3; }
.GridStyle .Edit a { color:#b00000; }    
.GridStyle .Edit a:hover { color:#12496b; }   

.GridStyle .Pgr { background: #ebebeb; }
.GridStyle .Pgr table  
{
    border-left: solid 1px #666666; 
    }
    
.GridStyle .Pgr td { 
    color: #666666; 
 }   
.GridStyle .Pgr a { color: #b00000; text-decoration: none; }
.GridStyle .Pgr a:hover { color: #12496b; text-decoration: none; }

/*********************************
PAGINAZIONE
********************************/

.page {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #dd9b06;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}


/******************************************
PROGRESS TEMPLATE
*******************************************/

.Zindex10{
    z-index:10;
}

.Zindex20 {
    z-index: 20;
}

.Zindex99999 {
    z-index: 99999;
}

.Progress
{
    position:fixed !important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-image:url(/images/spacer_scuro.png);
    background-repeat:repeat;
    text-align:center;
}

.CentraDivVerticale{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}  
      
.CentraDivOrizzontale{
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}  
      
#ContenutoProgress
{
    position:absolute; 
    top:40%;
    background-color:#ffffff;
    margin:0 auto;
    border:solid 7px #eea424;
    text-align:center;
    font-size:20px;
    color:#000000;
    padding:20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ProgressAjax{
    width:100%;
    height:auto !important;
    display:none;
    background-color:#ffffff;
    position:absolute;
    color:#000000;
}



/*********************************
POPUP
********************************/

.PopupSfondo {
    background-image: url(/images/spacer_scuro.png);
    background-repeat: repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    z-index: 1000;
    overflow: auto;
}

.PopupContainer {
    width: 70%;
    margin: 0 15%;
    background-color: #ffffff;
    z-index: 201;
    position: absolute;
    padding: 0px;
    top: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.PopupCorpo {
    width: 80%;
    margin: 0 10%;
    padding: 30px 10px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
