/* ------------------------------
css pour les quoterboxes exportables (iframe)
Look : TPIC

------------------------------ */

/* On utilise le reset de Eric Meyer afin d'annuler tous les style des différents navigateurs et ainsi uniformiser/standardiser le style des éléments html */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* reset end */


/* grid system  start */
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.float-left {
    float: left;
}
/* grid system end */

/* tpic quoter general */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #fff;
}

.taille468x60 {
    width: 468px;
    height: 60px;
}

.logo-container {
    width: 75px;
    height: 60px;
    background-color: #EFFBFF;
    padding-top: 17px;
    padding-left: 11px;
}

.logo-container img {
    width: 55px;
}

.corps {
    width: 393px;
    height: 60px;
    position: relative;
    background-color: #017aae;
    padding: 4px;
}

.header h1 {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.insurance-type {
    width: 135px;
}

.postal-code {
    width: 75px;
}

#CodePostal {
    width: 73px;
}

.postal-code input {
    width: 70px;
    height: 20px;
}

select {
    font-size: 11px;
    width: 130px;
    height: 20px;
}

.call-us-prompt {
    position: absolute;
    right: 4px;
    bottom: 4px;
    font-size: 12px;
}

.call-us-prompt span a {
    color: #fff;
    text-decoration: none;
}

input:focus, select:focus {
    box-shadow: inset 0px 0px 0px 2px rgba(11,75,119,1);
    outline: 2px solid #fff;
}

label {
    font-size: 12px;
    line-height: 15px;
}

select, input {
    margin-top: 1px;
}

#Soumettre {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 58px;
    height: 30px;
    background: linear-gradient(to bottom, #e6eb8a 0%,#bbc424 100%);
    color: #63666A;
    font-size: 12px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    cursor: pointer;
   }

#Soumettre:hover {
    background: linear-gradient(to bottom, #bbc424 0%,#e6eb8a 100%);
}

#Soumettre:focus {
    background: linear-gradient(to bottom, #bbc424 0%,#e6eb8a 100%);
    color: #63666A;
    box-shadow: inset 0px 0px 0px 2px rgba(11,75,119,1);
    outline: 2px solid #fff;
    text-decoration: none;
}

/* tpic quoter get an online quote */
#get_an_online_quote .header {
    width: 110px;
}

/* tpic quoter get an online quote fr */
#get_an_online_quote.FR .header h1 {
    font-size: 15px;
    line-height: 17px;
}

/* tpic quoter get an online quote en */
#get_an_online_quote.EN .header h1 {
    font-size: 18px;
    line-height: 18px;
}

/* tpic quoter get a property quote */
#get_a_property_quote .header {
    width: 235px;
}

/* tpic quoter get a property quote fr */
#get_a_property_quote.FR .header h1 {
    font-size: 17px;
    line-height: 19px;
    margin-top: 6px;
}

/* tpic quoter get a property quote en */
#get_a_property_quote.EN .header h1 {
    font-size: 21px;
    line-height: 21px;
    margin-top: 4px;
}

/* Ajustements Next 2024 */
.next #quoterBoxCodePostal {
    display: none;
}