/* ------------------------------
css pour les quoterboxes exportables (iframe)

Date de livraison : 19 octobre 2016
No de demande : 26784
Look : CPA
					 
------------------------------ */
/* -- 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- general -- */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

*{ box-sizing: border-box;}

/* -- texte hors ecran -- */

.texteInvisible{
	border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.texteInvisible:focus{
	height:auto;
	margin: 2px 0;
	overflow:visible;
	width:auto;
	position:static;
}

/* -- taille de quoter -- */
.taille220x220 .quoter {
     width: 220px;
     height:220px;
}
.taille160x240 .quoter {
     width: 160px;
     height:240px;
}
.taille301x262 .quoter {
     width: 301px;
     height:262px;
}

:focus {
     outline: 3px solid #004b8d;
}

a[href^="tel:"] {
     color: inherit;
    text-decoration: none;
}

/* -- quoter -- */

/* corps */
.corps {
     padding: 6px 6px 4px;
     color: #fff;
     color: #000000;
    background-color: #fff;
}

.taille160x240 .corps {
     padding: 8px 8px 8px;
}


.quoter 
{
    background: url(https://www.lapersonnelle.com/documents/11361124/18244856/CPA_160-footer.jpg/b3cecc1d-e20d-01d4-de0c-da0454091712?t=1543428559262) no-repeat center bottom #FFFFFF;
    border: 1px solid #000;
}

.taille220x220 .quoter 
{
    background: url(https://www.lapersonnelle.com/documents/11361124/18244856/CPA_220-footer.jpg/f932f634-049c-61bf-6fde-140067bbe1df?t=1543428559717) no-repeat center calc(100% + 5px) #FFFFFF;
}

.taille301x262 .quoter 
{
    background: url(https://www.lapersonnelle.com/documents/11361124/18244856/CPA_301-footer.jpg/d56d2372-8d22-8e2b-0c2e-28e4b0b2b8ec?t=1543428560150) no-repeat center calc(100% + 5px) #FFFFFF;
}

/* texte */
h1 {
    font-size: 15px; 
    font-size: 1.5rem; 
    font-weight: bold;
    margin: 2px 0 5px 0;
    color: #1b6eb7;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.taille301x262 h2 {
   margin-bottom: 10px; 
}

p {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* formulaire */
label, select {
     font-size: 12px;
     font-size: 1.2rem;
     color: #000;
    font-weight: bold;
}

select {
     font-size: 12px;
     font-size: 1.2rem;
}

input, select, option {
     min-height: 22px;
}

label {
     margin-bottom: 2px;
     display: block;
}

.quoterBoxLigneAffaire {
     margin-bottom: 11px;
}
.quoterBoxLigneAffaire label {
     width: 100%;
}
.quoterBoxLigneAffaire select {
     width: 100%;
}

.codePostal-btn {
    display: table; 
    align-content: stretch; 
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}
.quoterBoxBouton, .quoterBoxCodePostal {
    display: table-cell;
    vertical-align: top;
}
.quoterBoxBouton {
     padding-left: 5px;
}
.taille415x188 .quoterBoxBouton {
     width: 66px;
}
.quoterBoxCodePostal {
     width: 73px;
}
#CodePostal {
     width: 100%;
}
.corps input[type=text], .corps select{
    border: 1px solid #658abe;
}

/* bouton */
input[type="submit"] 
{
    width: 100%;  
    background: #52ad47;
    color: #FFF;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 12px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;}
    
.taille415x188 input[type="submit"] { 
    margin-top: 17px;
 }
    
input[type="submit"]:hover {
     background: #000;
     cursor: pointer;
}

input[type="submit"]:focus {
     background: #004b8d;
     border-color: #004b8d;
     outline: none;
     color: #fff;
}

input[type="submit"]:focus:hover {
    background: #004b8d;
    border-color: #004b8d;
    outline: none;
    text-decoration: underline;
    color: #fff;
}

/* Ajustements Next 2024 */
.next #quoterBoxCodePostal {
	display: none;
}

.next #quoterBoxBouton {
	padding-left: 0;
	width: 100%
}