.index-recruteurs * {
    box-sizing: border-box;
}

.index-recruteurs .bloc-l.rotative {
    margin: 0;
}

.index-recruteurs .chapo {
    float: left;
    width: 40%;
    padding: 0 10px 0 0;
    margin: 0 0 20px 0;
}

@media (max-width: 1000px) {
    .index-recruteurs .chapo {
        width: 100%;
    }
}

.index-recruteurs .acces-rapide {
    float: left;
    width: 100%;
}

.index-recruteurs .acces-rapide li {
    float: left;
    width: 21.25%;
    margin: 0 5% 10px 0;
    padding: 47px 0 0 0;
}

@media (max-width: 1000px) {
    .index-recruteurs .acces-rapide li {
        width: 100%;
        margin-right: 0;
    }
}

.index-recruteurs .acces-rapide li:nth-child(1) {
    background: url(/images/template/recruteurs/index/acces-rapide-1.jpg) no-repeat top 0 left 50%;
}

.index-recruteurs .acces-rapide li:nth-child(2) {
    background: url(/images/template/recruteurs/index/acces-rapide-2.jpg) no-repeat top 0 left 50%;
}

.index-recruteurs .acces-rapide li:nth-child(3) {
    background: url(/images/template/recruteurs/index/acces-rapide-3.jpg) no-repeat top 0 left 50%;
}

.index-recruteurs .acces-rapide li:nth-child(4) {
    background: url(/images/template/recruteurs/index/acces-rapide-4.jpg) no-repeat top 0 left 50%;
}

.index-recruteurs .acces-rapide a {
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    font: bold 18px/140% 'Trebuchet MS', Arial, Sans-serif;
    color: #f6983c;
    border: 1px solid #c8dae9;
    background: #eff0f1;
    border-radius: 10px;
    text-align: center;
}

.index-recruteurs .acces-rapide li:last-child {
    margin-right: 0;
}

.index-recruteurs .offres-recruteurs {
    float: left;
    width: 100%;
}

.index-recruteurs .offres-recruteurs li {
    float: left;
    width: 23.5%;
    margin: 0 2% 10px 0;
    border: 1px solid #c8dae9;
    border-radius: 10px;
    padding: 10px;
}

@media (max-width: 1000px) {
    .index-recruteurs .offres-recruteurs li {
        width: 100%;
    }
}

.index-recruteurs .offres-recruteurs li:last-child {
    margin-right: 0;
}

.index-recruteurs .offres-recruteurs h3 {
    font: 400 18px/100% 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #00579D;
    margin: 0 0 10px 0;
    padding: 5px 0;
    border-bottom: 1px solid #C8DAE9;
}

.index-recruteurs .offres-recruteurs .bloc {
    float: left;
    width: 100%;
    min-height: 140px;
}

@media (max-width: 1000px) {
    .index-recruteurs .offres-recruteurs .bloc {
        min-height: 0;
    }
}

.index-recruteurs .offres-recruteurs p {
    margin-bottom: 10px;

}

.index-recruteurs .offres-recruteurs .text-center {
    text-align: center;
}

.index-recruteurs .offres-recruteurs .button-orange {
    margin: 0;
}

.index-recruteurs .avantages {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #c8dae9;
    margin-bottom: 30px;
}

.index-recruteurs .avantages h2 {
    margin: 0 0 20px 0;
}

.index-recruteurs .avantages .text-right {
    text-align: right;
}

.index-recruteurs .avantages .display-flex {
    display: flex;
    clear: both;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 1000px) {
    .index-recruteurs .avantages .display-flex {
        flex-direction: column;
    }
}

.index-recruteurs .avantages .flex-1 {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    flex-basis: 0;
}

.index-recruteurs .avantages .p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .index-recruteurs .avantages .p {
        width: 100%;
    }
}

.index-recruteurs .avantages .list-container {
    float: left;
    width: 70%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1000px) {
    .index-recruteurs .avantages .list-container {
        width: 100%;
    }
}

.index-recruteurs .avantages .list {
    padding-left: 10px;
    margin: 0;
}

.index-recruteurs .avantages .list li {
    position: relative;
    margin: 5px 0;
}

.index-recruteurs .avantages .list li:before {
    position: absolute;
    top: 5px;
    left: -10px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #454545;
}

.index-recruteurs .bloc-contact {
    width: 100%;
}

@media (max-width: 1000px) {
    .index-recruteurs .bloc-contact {
        background: none;
        padding: 0 2%;
    }
}

.index-recruteurs .btn {
    float: left;
    width: 45%;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}

@media (max-width: 1000px) {
    .index-recruteurs .btn {
        float: left;
        width: 100%;
    }
}

.index-recruteurs .button-orange {
    margin: 0;
}

/***************** recruteurs ************/
.employer-section a {
    text-decoration: none;
}

.first-option h2, .second-option h2,
.employer-section h4 {
    margin: 20px 0;
    font: 400 21px/140% 'Trebuchet MS', Arial, Sans-serif;
    color: #00579D;
}

.advices h4,
.first-option h2, .second-option h2,
.employer-section .sidebar h4 {
    margin: 10px 0;
    padding: 0 0 5px;
    background: none;
    border-bottom: 1px solid #E48D37;
}

.first-option h2, .second-option h2 {
    margin: 0 0 10px;
}

.employer-section .sidebar p {
    font-size: 12px;
}

.employer-section p, .employer-section li {
    color: #747474;
    font-size: 14px;
    line-height: 20px;
}

.content .view-offer {
    padding: 0 3% 20px;
}

.view-offer h2 {
    font: 400 21px/140% 'Trebuchet MS', Arial, Sans-serif;
    padding: 0 0 5px;
    margin: 10px 0;
    background: none;
}

.view-offer strong {
    display: block;
    margin: 10px 0;
    color: #00579D;
}

.view-offer ul {
    margin: 20px 0;
    padding: 0;
    list-style: square;
    padding: 0 0 0 20px;
}

.view-offer ul li {
    margin: 10px 0;
}

.view-offer .footer-more {
    margin: 0;
}

.view-offer footer {
    text-align: center;
}

.view-offer img {
    display: block;
    margin: 0 auto;
}

.employer-section .price-offer {
    font-size: 22px;
    line-height: 30px;
    color: #2087C0;
}

.employer-section .price-offer span {
    font-size: 14px;
    line-height: 140%;
    vertical-align: baseline;
}

.employer-section .offre-speciale .price-offer span {
    font-size: 18px;
    vertical-align: baseline;
}

.employer-section .price-offer span.small {
    font-size: 10px;
    vertical-align: baseline;
}

.employer-section .sidebar {
    float: left;
    width: 35%;
    margin: 0 0 0 3%;
    padding: 0;
    text-align: left;
    background: none;
}

.contact-customer-support .contact-us {
    padding: 10px 0;
}

.contact-customer-support .contact-us * {
    display: block;
}

.contact-customer-support .contact-us span {
    text-decoration: underline;
    margin: 10px 0 0;
}

.contact-customer-support .contact-us .tel {
    font-size: 22px;
    margin: 5px 0 0;
    padding: 5px 0 10px 30px;
}

.contact-customer-support .contact-us .mail {
    margin: 0 0 15px;
    font-weight: 700;
    -moz-hyphens: auto;
    hyphens: auto;
}

.advices {
    clear: both;
    width: 94%;
    margin: 20px 0;
    border: 0;
    background: #EFF0F1;
    box-shadow: 0 3px 5px #B6B6B6;
}

.sidebar .bloc-w2,
.bloc-w2.advices {
    width: 100%;
    margin-top: 0;
}

.form .civility {
    margin: 5px 0 25px;
}

.form .civility label {
    width: 20%;
}

.offer-selected h2, .offer-selected label {
    color: #454545;
}

.offer-selected h2 {
    font-size: 16px;
    font-weight: 700;
    width: auto;
    padding: 0;
    border-color: #B5B5B5;
}

.form-2col .error {
    float: none;
    width: 95%;
    margin: 0;
    clear: both;
}

.form-2col input[type=text] {
    width: 90%;
}

.form-2col div {
    float: left;
    width: 41%;
    margin: 0 1.95% 20px 0;
}

.form-2col .button-orange {
    margin: 10% 0 0 1%;
}

.form-2col .label {
    display: block;
    width: 100%;
}

.form-2col div {
    width: 40%;
}

.form-2col fieldset label {
    padding-left: 0;
}

.offer-selected h2, .offer-selected label {
    color: #454545;
}

.offer-selected h2 {
    float: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin-top: 10px;
    border-color: #B5B5B5;
}

.form-2col .h3,
.form .offer-selected h3 {
    font-size: 15px;
    color: #5E91BC;
    margin: 10px 0 5px;
}

.form-2col fieldset label {
    padding-left: 0;
}
.form-2col fieldset label span.promo{
    color: #e3770c;
    font-size: 12px;
    display: none;
}
.form-2col .optional {
    float: left;
    width: 85%;
    margin: 0 0 15px;
}

.form-2col .optional p {
    width: 100%;
    margin: 0 0 10px;
}

.form-2col .optional p label {
    width: auto;
    padding-right: 10px;
    display: inline;
}

.form-2col .optional textarea {
    width: 85%;
}

.form-2col .optional + .button-orange {
    margin-top: 9%;
}

.bloc-w1.advices .form .submit {
    float: left;
    margin: 90px 0 0;
}

.form input.validation-failed {
    border-color: #C90000;
}

.highlighted-offer {
    float: left;
    width: 100%;
    text-align: center;
    min-height: 218px;
    background: #f5f5f5;
    margin: 0 0 20px 0;
}

.content .highlighted-offer img {
    float: left;
    margin: 0;
    width: 460px;
    height: auto;
}

.content .highlighted-offer img:after {
    content: "";
    float: right;
    display: block;
    border-right: 1px solid #67b4e2;
}

.highlighted-offer h3 {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    color: #00569d;
    font: 35px/39px "Trebuchet MS", Helvetica, sans-serif;
    text-align: left;
}

.highlighted-offer h3 span {
    text-transform: uppercase;
    font-weight: bold;
}

.highlighted-offer h4 {
    float: left;
    width: 100%;
    margin: 0;
    color: #00569d;
    font: 24px/28px "Trebuchet MS", Helvetica, sans-serif;
    text-align: left;
}

.highlighted-offer h4.alone {
    margin-top: 30px;
}

.highlighted-offer h4 span {
    font-weight: bold;
}

.print-offer img {
    margin-right: 10px;
}

.print-offer .button-orange {
    margin: 15px auto 10px;
    display: inline-block;
}

.highlighted-offer-right {
    float: right;
    width: 350px;
    padding: 0 10px 0 0;
}

@media (max-width: 1000px) {
    .highlighted-offer-right {
        float: left;
        width: 100%;
        padding: 15px;
    }
}

.highlighted-offer .price-offers {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.highlighted-offer .price-offer {
    float: left;
    clear: both;
    font: 24px/24px "Trebuchet MS", Helvetica, sans-serif;
    color: #e3770c;
    border-bottom: 1px solid #e3770c;
    padding: 5px 0 0 0;
}

.highlighted-offer .price-offer-comment {
    float: left;
    clear: both;
    font: 18px/18px "Trebuchet MS", Helvetica, sans-serif;
    color: #e3770c;
    padding: 5px 0;
    margin: 5px 0 0 0;
    text-align: left;
}

.content .h2-center {
    text-align: center;
    padding: 0;
    font-size: 26px;
    margin: 30px 75px 10px;
    background: none;
    border: 0;
}

.content .h2-center span {
    font-size: 20px;
    color: gray;
    display: block;
}

/* hp recruteur */
.une-rotative {
    margin: 10px 2% 20px 0;
}

.bloc-access {
    width: 38%;
}

.bloc-access h2 {
    margin: 0;
}

.bloc-access .button-blue {
    margin: 15px 0 0 60px;
    padding: 5px 15px;
    background-image: none;
}

.packages {
    margin: 20px 0;
    float: left;
    min-width: 165px;
    width: 24.8%;
    height: 210px;
    border-right: 1px solid #C8DAE9;
}

.packages.last {
    border: 0;
}

.packages h3 {
    font: 16px/140% 'Trebuchet MS', Arial, sans-serif;
    color: #0E67AF;
    padding: 8px 3%;
    text-align: center;
    background: #DBE7F0;
    margin: 0;
}

.packages.offre-speciale h3 {
    background: #b0db45;
    color: #000;
}

.packages.offre-speciale-ete {
    border-right: none;
}

.packages.offre-speciale-ete h3 {
    background: #e3770c;
    color: #ffffff;
}

.packages.offre-speciale-ete .price-offer {
    color: #e3770c;
}

.packages p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 2% 0;
    min-height: 70px;
    clear: both;
}

.packages p span {
    font-size: 11px;
    line-height: 11px;
}

.packages img {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.packages .price-offer {
    color: #719CBE;
    padding: 5px 0 0;
    margin: 0 2% 10px;
    font-weight: 700;
    font-size: 18px;
    height: auto;
    border-top: 1px solid #C8DAE9;
}

.packages.offre-speciale .price-offer {
    border-top: 1px solid #b0db45;
}

.packages .price-offer span,
.packages p .inline {
    display: inline;
}

.actions li {
    float: left;
    min-width: 165px;
    width: 23%;
    text-align: center;
    margin: 55px 1% 0 0;
    background: #DBE7F0;
    border: 1px solid #C8DAE9;
}

.actions li.action-8 {
    display: none;
}

.actions li.last {
    margin-right: 0;
}

.actions li:hover {
    background: #5895C4;
    border: 1px solid #417FB0;
}

.actions li a {
    display: block;
    color: #719CBE;
    font: 19px/120% 'Trebuchet MS', Arial, sans-serif;
    padding: 60px 2% 10px;
    margin: -49px 0 0;
    background: url(images/pictos/actions.png) no-repeat -11% 0;
}

.actions li a:hover {
    color: #FFF;
}

.actions .action-2 a {
    background-position: 17% 0;
}

.actions .action-3 a {
    background-position: 55% 0;
}

.actions .action-4 a {
    background-position: 82% 0;
}

.actions .action-5 a {
    background-position: -2% -120px;
}

.actions .action-6 a {
    background-position: 34% -121px;
}

.actions .action-7 a {
    padding: 60px 30px 10px;
    background-position: 65% -118px;
}

.actions .action-8 a {
    background-position: 94% -120px;
}

.actions .action-9 a {
    padding: 75px 6% 17px;
    background-position: 111% 25px;
}

.actions .action-1 a {
    padding: 60px 6% 10px;
}

.bloc-partner {
    margin: 20px 0;
}

.bloc-partner-content {
    float: left;
    width: 100%;
}

.bloc-partner h2 {
    margin-bottom: 20px;
}

.bloc-partner ul {
    float: left;
    padding: 20px 4% 0;
}

.bloc-partner li {
    float: left;
    margin: 5px 5%;
}

.bloc-partner .footer-more {
    color: #3279B3;
    margin: 5px 30px 10px 0;
}

/* Form Recruteur */
.bloc-w2 .form p {
    margin: 5px 0;
}

.bloc-w2 .form input {
    width: 50%;
    margin: 0;
}

.bloc-w2 .form label {
    font-weight: 400;
    font-size: 12px;
    color: #747474;
    width: 42%;
}

.bloc-w2 .form .error {
    margin: 0;
}

.bloc-w2 .form .button-orange {
    width: auto;
}

.first-option, .second-option {
    position: relative;
    float: left;
    width: 89%;
    padding: 10px 2%;
    margin: 0 0 0 7%;
    border-radius: 10px;
    background: #EFF0F1;
    box-shadow: 0 3px 5px #B6B6B6;
}

.first-option:before, .first-option:after,
.second-option:before {
    content: " ";
    position: absolute;
    left: -6%;
    top: 0;
    font: 700 55px/140% 'Trebuchet MS', Arial, sans-serif;
    color: #00579D;
    display: block;
    background: url(/images/EspaceR/pictos/tel.png) no-repeat 0 10px;
    width: 27px;
    height: 40px;
}

.second-option:before {
    content: " ";
    width: 27px;
    height: 37px;
    background: url(/images/EspaceR/pictos/mail.png) no-repeat 0 10px;
}

/*********** page catégories **********/
.cat-content {
    width: 100%;
    margin: 20px 0;
}

.cat-content .cat p strong,
.cat-content .cat p .orange {
    font: 400 17px/140% Verdana, Arial, sans-serif;
    color: #D67516;
    margin: 0;
}

.cat-content .cat p .orange {
    text-decoration: underline;
}

.cat span {
    font-size: 10px;
    line-height: 140%;
    vertical-align: top;
}

.content .cat-content li {
    font-size: 14px;
    background-position: 0 6px;
}

.content .cat li a:hover {
    text-decoration: underline;
}

.cat .footer-more {
    margin: 20px 20px 0 0;
    clear: both;
}

.cat li .footer-more {
    float: right;
    font-size: 14px;
    margin: 0;
}

.cat-communication {
    float: left;
    margin-top: 0;
}

.cat-communication img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.cat-communication figure {
    float: left;
    width: 50%;
    text-align: center;
    padding: 10px 0;
}

.cat-communication figure img {
    width: 85.5%;
    height: auto;
}

.cat-communication p {
    clear: both;
    margin: 10px 0;
}

.cat-communication p strong {
    display: inline;
}

.cat-communication .legend {
    margin: 10px 0 20px;
}

.cat-communication li {
    color: #3279B3;
}

/*Landing page recruteur */
.employer-section .bloc-expert {
    width: 94%;
    padding: 20px 2% 10px;
    border-radius: 10px;
    background: #EFF0F1;
    box-shadow: 0 3px 5px #B6B6B6;
}

.employer-section .bloc-expert p {
    margin: 0 0 10px;
}

.employer-section .bloc-expert p strong {
    display: block;
    color: #00579D;
    font: 24px/130% 'Trebuchet MS', Arial, sans-serif;
}

.employer-section .left-content {
    float: left;
    width: 496px;
}

.employer-section .left-content h2 {
    margin: 10px 0;
}

.employer-section .left-content .bloc-w1 {
    width: 91%;
    padding: 0 20px 10px;
    margin: 0 0 20px;
}

.employer-section .left-content .bloc-w1 p {
    font-size: 13px;
}

.employer-section .left-content .bloc-w1 .footer-more {
    margin-top: 0;
}

.employer-section .left-content .bloc-w4 {
    float: left;
    width: 44%;
    margin: 0 6% 0 0;
}

.employer-section .left-content .bloc-w4 h3 {
    font: 700 16px/140% 'Trebuchet MS', Arial, sans-serif;
}

.employer-section .left-content .bloc-w4 .price-offer {
    font-size: 18px;
}

.employer-section .left-content .bloc-w4 p a,
.employer-section .left-content .bloc-w4 p a span {
    display: block;
    margin: 10px 0 0;
}

.employer-section .left-content .bloc-w4 .left {
    margin: 0 10px 0 0;
    max-width: 80px;
    height: auto;
}

.employer-section .left-content .bloc-w4 p a span {
    margin: 15% 0 10px 0;
}

.employer-section .left-content .bloc-w1 .list-logo li {
    display: inline-block;
    margin: 0 0 10px;
    width: 31.3%;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
    border: 1px solid #C8DAE9;
}

.employer-section .left-content .bloc-w1 .list-logo li img {
    padding-top: 5px;
}

.employer-section .bloc-list {
    clear: both;
    float: left;
    width: 95%;
    padding: 0 2% 10px;
    border-radius: 10px;
    border: 1px solid #C0CDD9;
}

.employer-section .bloc-list h2 {
    margin: 10px 0 20px;
}

.employer-section .bloc-list li {
    float: left;
    width: 28%;
    margin: 0 1%;
}

.employer-section .bloc-list li + li {
    width: 37%;
}

.employer-section .bloc-list li + li + li {
    margin: 0;
    width: 30%;
}

.employer-section .bloc-list li .right {
    margin: 0;
    width: 70%;
}

.employer-section .bloc-list li > ul li {
    width: auto;
    margin: 0 0 5px 5px;
    list-style-type: disc;
}

.employer-section .sidebar .bloc-w2 blockquote {
    margin: 0 0 10px;
}

.employer-section .sidebar .bloc-w2 .list-square {
    margin: 10px 0;
}

/* media queries */
@media only screen and (max-width: 980px) {
    .une-rotative, .bloc-quote {
        float: none;
        margin: 10px auto;
        min-width: 480px;
    }

    .bloc-quote {
        width: 100%;
    }

    .bloc-quote .rotative {
        float: none;
        margin: 10px auto;
        min-width: 450px;
        width: 450px;
    }

    .bloc-quote .placeholder, .bloc-quote .placeholder li {
        width: 450px;
    }

    .bloc-access, .bloc-partner {
        float: none;
        width: 100%;
    }

    .bloc-partner li {
        margin: 5px 0;
        width: 25%;
        text-align: center;
    }

    .bloc-access div {
        float: left;
        width: 52%;
    }

    .bloc-access div:first-child {
        margin: 0 3% 0 0;
        width: 45%;
    }

    .bloc-access .list-square {
        margin: 10px 0 10px 3%;
    }

    .bloc-access .list-square li {
        font-size: 15px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 870px) {
    .une-rotative, .bloc-quote {
        min-width: 450px;
    }

    .packages, .packages.last {
        width: 35%;
        margin: 10px 5%;
        border: 1px solid #C8DAE9;
    }

    .packages .price-offer {
        margin: 0 0 10px;
    }

    .actions li {
        margin: 55px 8% 0;
        width: 190px;
    }

    .actions li:nth-child(3n) {
        clear: left;
    }

    /* detail offre */
    .highlighted-offer {
        height: auto;
        min-height: 90px;
    }

    .content .highlighted-offer img {
        display: none;
    }

    .highlighted-offer h3 {
        width: 100%;
        font-size: 22px;
        line-height: 24px;
        margin: 0;
    }

    .highlighted-offer h3 span {
        font-size: 20px;
    }

    .highlighted-offer h4 {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
    }

    .highlighted-offer .price-offer {
        font-size: 16px;
        padding: 0;
    }

    .content .view-offer {
        width: 100%;
    }

    .employer-section .sidebar {
        margin: 20px 0;
        width: 100%;
    }

    .sidebar .bloc-w2, .bloc-w2.advices {
        width: 44%;
        clear: none;
    }

    .bloc-w2.advices {
        margin: 0 0 0 3%;
        width: 53%;
    }

    .form-2col div {
        width: 48%;
    }

    .form-2col .optional, .form-2col .optional textarea {
        width: 98%;
    }

    .form-2col .button-orange {
        clear: both;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width: 757px) {
    .une-rotative {
        display: none;
    }

    .bloc-quote {
        min-width: 420px;
    }

    .bloc-quote .rotative, .bloc-quote .placeholder, .bloc-quote .placeholder li {
        min-width: 420px;
        width: 420px;
    }

    .actions li {
        margin: 55px 3.1% 0;
    }

    .bloc-access div, .bloc-access div:first-child {
        width: 100%;
        margin: 0 0 20px;
    }

    .bloc-access .list-square li {
        float: left;
        width: 48%;
        margin: 10px 2% 5px 0;
    }

    .bloc-access .tel, .bloc-access .mail {
        float: left;
        clear: left;
        margin: 10px 2% 10px 0;
    }

    .bloc-access .mail + p {
        float: right;
        margin-top: -5%;
    }

    /* demande devis */
    .form-2col div {
        width: 48%;
    }

    .first-option:before, .first-option:after, .second-option:before {
        left: -8%;
    }
}

@media only screen and (max-width: 670px) {
    .sidebar .bloc-w2, .bloc-w2.advices {
        width: 100%;
        margin: 0 0 20px;
    }

    .content header .medium {
        width: 50%;
    }

    .content header .medium:nth-child(3n) {
        clear: left;
    }

    .form-2col legend {
        float: none;
    }
}

@media only screen and (max-width: 480px) {
    .first-option:before, .first-option:after, .second-option:before {
        display: none;
    }

    .cat div {
        width: 100%;
        margin: 0;
    }

    .bloc-quote {
        min-width: 300px;
    }

    .bloc-quote .rotative, .bloc-quote .placeholder, .bloc-quote .placeholder li {
        min-width: 300px;
        width: 300px;
    }

    .content .rotative-button blockquote h1 {
        font-size: 16px;
    }

    .rotative-button blockquote img {
        max-width: 75px;
        height: auto;
        margin: 3px 5px 5px 0;
    }

    .rotative-button blockquote p, .rotative-button blockquote cite {
        font-size: 12px;
    }

    .bloc-access .list-square li, .bloc-access .mail + p {
        float: none;
        width: 98%;
    }

    .bloc-access .mail + p {
        margin-top: 0;
    }

    .bloc-partner li {
        width: 50%;
    }

    .packages, .packages.last {
        width: 49%;
        margin: 10px 0;
        min-width: 50px;
    }

    .packages:nth-child(odd) {
        margin-left: -1px;
    }

    .packages p {
        font-size: 16px;
    }

    .actions li, .actions li.last {
        float: none;
        margin: 55px auto 10px;
    }

    .first-option, .second-option {
        margin-left: 0;
        width: 95%;
    }

    .form-2col div {
        margin: 0 0 10px;
        width: 100%;
    }

    .form-2col legend {
        float: left;
    }

    .form .civility {
        margin: 5px 0 0;
    }

    .view-offer img {
        max-width: 300px;
        height: auto;
    }
}

#demande-devis #typeStructureNiv1, #demande-devis #typeStructureNiv2 {
    display: none;
}

.partner-content {
    text-align: center;
}