Newer
Older
@charset "UTF-8";
@import "../../node_modules/include-media/dist/include-media";
@import "../../node_modules/normalize.css/normalize";
@import "header";
/* Reset*/
/* 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,
}
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;
}
/* XXXXXXXXXXXXXXXXXXXXXXXX FIN RESET XXXXXXXXXXXXXXXXXXXXX*/
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX GLOBAUX XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* XXXXXXXXXXXXXXXXXXXXXXXX variables XXXXXXXXXXXXXXXXXXXXXX */
:root {
--typo: calisto;
--typo-btn: avenir;
--bg-page: #f5f6fa;
--bg-form : rgba(236,241,251,1);
--bg-form-focus : rgba(236,241,251,0.5);
--marge-base-750: 1rem;
--bg-btn-base: #01AFCC;
/* XXXXXXXXXXXXXXXXXXXXXXXX technique XXXXXXXXXXXXXXXXXXXXXX */
@font-face {
font-family: 'var(--typo)';
src: url('../fonts/CALIST.eot'); /* IE9 Compat Modes */
src: url('../fonts/CALIST.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/CALIST.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/CALIST.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/CALIST.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/CALIST.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
font-family: 'var(--typo-btn)';
src: url('../fonts/avenir-light.eot'); /* IE9 Compat Modes */
src: url('../fonts/avenir-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/avenir-light.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/avenir-light.woff') format('woff'), /* Pretty Modern Browsers */
url('../fonts/avenir-light.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/avenir-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
html{
font-size: 62.5%; /* definition du rem 1rem=10px*/
box-sizing: border-box; /* redefinition du modèle de boite*/
}
*,*:before,*:after{
box-sizing: inherit;
}
img{
max-width: 100%;
}
.pull-right{
float: right;
width: auto;
}
.pull-left{
float: left;
width: auto;
.flex, sib-set-default,#resources_history>div div, #entrepreneur-new-account sib-form form{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
}
.flex_espace, sib-set-default,#resources_history>div div, #entrepreneur-new-account sib-form form {
justify-content: space-between;
}
sib-set-default[name="actions"]{
justify-content: flex-end;
}
.flex_item_center{
align-items: center;
}
.container{
max-width: 1440px;
margin: 0 auto;
}
.container_min{
margin: 0 auto var(--marge-base) auto;
width: 80%;
}
.w_50{
width: 50%;
}
.w_33{
width: 33%;
}
.w_66{
width: 66%;
}
.w_75{
width: 75%;
}
.w_100{
width: 100%;
}
.margin_bord_ecran{
margin: 0 0 0 var(--marge-base);
display: block;
}
/* XXXXXXXXXXXXXXXXXXXXXXXX visuels XXXXXXXXXXXXXXXXXXXXXX */
body{
font-family: "var(--typo)";
background: var(--bg-page);
}
.title_lead{
width: 50%;
margin: 0 25% var(--marge-base) 25%;
font-size: 2.2rem;
line-height: 1.4;
text-align: center;
}
.title_lead_avenir{
font-size: 2.4rem;
text-align: center;
margin: 2rem;
font-weight: 900;
font-family: 'var(--typo-btn)';
}
.block_log{
width: 33%;
background: var(--bg-block);
text-align: center;
margin: 1rem;
padding: var(--marge-base);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13);
box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13);
}
margin: 2rem auto;
.button_base, input[type="submit"], #mentor-resource-detail a, #entrepreneur-resource-detail a,
#mentor-resource-validate a, .sib-conversation form input[type="submit"],
#public-resource-detail a, #mentor-database-resource-detail a{
transition: all .3s ease-in-out;
background-color: var(--bg-btn-base);
color: var(--bg-block);
text-transform: uppercase;
font-size: 1.4rem;
border: 2px solid var(--bg-btn-base);
box-shadow: none;
border-radius: 20px;
.button_base:hover, input[type="submit"]:hover, #mentor-resource-detail a:hover, #mentor-resource-validate a:hover,
#entrepreneur-resource-detail a:hover,.sib-conversation form input[type="submit"]:hover, #public-resource-detail a:hover,
#mentor-database-resource-detail a:hover{
background-color: var(--bg-block);
color: var(--bg-btn-base);
}
transition: all .3s ease-in-out;
background-color: #444C4D;
color: var(--bg-block);
text-transform: uppercase;
font-size: 1.4rem;
padding: 1.5rem 1.9rem 1.5rem 1.9rem;
margin: 3rem 0 1rem 0;
font-family: 'var(--typo-btn)';
border: 2px solid #444C4D;
box-shadow: none;
width: auto;
background-color: var(--bg-block);
color: #444C4D;
}
p{
font-size: 1.6rem;
color: var(--clr-typo-base);
font-family: 'var(--typo-btn)';
text-align: left;
margin: 0 0 var(--marge-petit) 0;
}
.p_entete{
text-align: center;
font-size: 1.8rem;
}
display: inline-block;
color: var(--clr-typo-base);
font-size: 1.4rem;
text-decoration: underline;
font-family: 'var(--typo-btn)';
transition: all .3s ease-in-out;
margin: 3rem;
color: var(--bg-btn-base);
}
.add_browse{
font-family: 'var(--typo-btn)';
min-width: 10rem;
font-size: 1.4rem;
color: var(--bg-block);
border-radius: 16.5px;
padding: .8rem 2rem;
background: #5B6374;
border: 2px solid #5B6374;
transition: all .3s ease-in-out;
margin: 2rem;
display: inline-block;
text-align: center;
text-decoration: none;
}
.add_browse:hover{
color: #5B6374;
background: var(--bg-block);
}
.btn_filtre{
border-radius: 15.5px;
background-color: #818998;
padding: .5rem 3.5rem .5rem 1.5rem;
font-family: 'var(--typo-btn)';
color: var(--bg-block);
text-decoration: none;
text-align: center;
font-size: 1.4rem;
border:none;
position: relative;
}
.btn_filtre:after{
font-family: "Font Awesome 5 pro";
font-weight: 900;
content: "\f00d";
position: absolute;
right: 1.2rem;
top: 30%;
}
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
justify-content: center;
padding-top: 1rem;
width: auto;
}
.step nav button+button{
order:3;
}
.step nav button+button:after{
content: "\f061";
}
.step nav button:after{
font-family: "Font Awesome 5 pro";
content: "\f060";
font-weight: 900;
position : absolute;
display: block;
width: 2rem;
height: 2rem;
right: 1.4rem;
top: 0.5rem;
font-size: 1.7rem;
font-weight: bold;
color: #7A8789;
cursor: pointer;
transition: all .3s ease-in;
}
.step nav button:hover:after{
color: var(--bg-btn-base);
}
.step nav button{
position: relative;
border: none;
background: none;
color: white;
}
.step nav button[disabled]{
opacity: .35;
}
.step nav button[disabled]:after,
.step nav button[disabled]:hover:after{
cursor: default;
color: #7A8789;
}
.step nav>span{
order: 2;
font-family: "var(--typo-btn)";
color: white;
font-size: 1rem;
font-weight: bold;
padding:1rem .5rem 1rem .5rem;
border-radius: 50%;
background: var(--bg-btn-base);
margin: 0 2rem;
position: relative;
right: 1rem;
}
/* fleche accordion */
.step .accordion>div{
position: relative;
}
.step>.accordion>div:after{
font-family: "Font Awesome 5 pro";
content: "\f078";
font-weight: 900;
position : absolute;
display: block;
width: 1.5rem;
height: 1.5rem;
right: 1.4rem;
top: 0rem;
transform-origin: .7rem .7rem;
transform: rotate(0);
transition: .2s all ease-in;
cursor: pointer;
}
.step>.accordion>div:hover:after{
color: var(--bg-btn-base);
}
.step .accordion.active>div:after{
transform: rotate(180deg);
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXX ICONES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.ico_gauche, #mentor-resource-detail cs-display-link a, #mentor-resource-validate cs-display-link a, #entrepreneur-resource-detail cs-display-link a,
#entrepreneur-resource-list cs-display-property[name="name"] p, #mentor-database cs-display-property[name="name"] p, #public-resource-list cs-display-property[name="name"] p,
#public-resource-detail cs-display-link a, #mentor-database-resource-detail cs-display-link a{
.ico_droite, #confirm_suppress button{
padding-right: 3.5rem;
.ico_gauche:before,.ico_droite:before, #mentor-resource-detail a:before, #mentor-resource-validate a:before,
#entrepreneur-resource-detail a:before, #entrepreneur-resource-list cs-display-property[name="name"] p:before,
#public-resource-list cs-display-property[name="name"] p:before,#mentor-database cs-display-property[name="name"] p:before,
#confirm_suppress button:before, header span:before, #mentor-database-resource-detail a:before,
#public-resource-detail cs-display-link[label="Link to resource"] a:before{
font-family: "Font Awesome 5 pro";
font-weight: 900;
position : absolute;
display: block;
width: 1.5rem;
height: 1.5rem;
left: 1.4rem;
top: .7rem;
}
left: 1.4rem;
top: .7rem;
}
.ico_plus:before{
content:"\f067";
}
.ico_database:before{
font-size: 1.3rem;
color: #282828;
left: 75%;
top: 33%;
/* ico link to ressource dans détail ressources*/
#mentor-resource-detail cs-display-link a:before, #mentor-resource-validate cs-display-link a:before,
#entrepreneur-resource-detail cs-display-link a:before, #public-resource-detail cs-display-link a:before,
#mentor-database-resource-detail cs-display-link a:before{
#entrepreneur-resource-list cs-display-property[name="name"] p:before,
#public-resource-list cs-display-property[name="name"] p:before,
#mentor-database cs-display-property[name="name"] p:before{
content:"\f005";
left: 0.4rem;
top: 0.2rem;
font-size: 1.1rem;
color: #5DC6F2;
}
#confirm_suppress button:before{
content:"\f061";
right: 1.1rem;
top: 1.4rem;
left: auto;
}
.far.fa-play-circle{
margin-left: 2rem;
font-size: 1.5rem;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXx FIN ICONE XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/* XXXXXXXXXXXXXXXXXXXXXXXX formulaires XXXXXXXXXXXXXXXXXXXXXX */
.block_creat_count{
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: var(--marge-petit);
overflow: hidden;
sib-form-label-text, sib-multiple-select, sib-form-dropdown, sib-form-auto-completion, sib-form-number{
display: block;
width: 48.5%;
}
sib-multiple-select > sib-form-auto-completion {
width: 100%;
}
sib-form-label-text[name="linkedin"],sib-form-label-text[name="twitter"]{
width: 100%;
}
cs-section_header, sib-form-textarea{
display: block;
width: 100%;
}
height: 9.5rem;
transition: all .3s ease-in-out;
resize: none;
}
label div{
text-align: left;
font-size: 1.4rem;
font-weight: bold;
padding: 1rem 0;
font-family: 'var(--typo-btn)';
}
input, textarea, select, form .ss-main .ss-multi-selected{
background: var(--bg-form);
color: #7A8789;
font-size: 1.4rem;
padding: 1rem 2rem 1rem 2rem;
width: 100%;
border:none;
font-weight: lighter;
font-family: 'var(--typo-btn)';
outline: none;
transition: all .3s ease-in-out;
}
input:focus, textarea:focus{
background: var(--bg-form-focus);
}
.title_form,.title_form p, cs-section_introduction h2, div#mentor-resource-detail cs-display-property[name="name"] p,
div#mentor-resource-validate cs-display-property[name="name"] p, div#entrepreneur-resource-detail cs-display-property[name="name"] p,
div#mentor-database-resource-detail cs-display-property[name="name"] p{
font-family: 'var(--typo)';
font-size: 2.2rem;
text-align: left;
width: 100%;
color: #444C4D;
border-bottom: 1px solid #DBE2ED;
padding: 0 0 1.5rem 0;
margin: 2rem 0 2rem 0;
}
font-family: 'var(--typo-btn)';
color: #3D424A;
border-bottom: 1px solid #C5CCD9;
padding: 0 0 1.5rem 0;
margin: 2rem 0 2rem 0;
text-align: left;
font-size: 1.8rem;
width: 100%;
font-weight: 900;
}
.input_big{
width: 100%;
}
.input_photo label{
position: relative;
}
.input_photo{
text-align: left;
}
width: 10rem;
height: 10rem;
border-radius: 50%;
margin: 0 3rem 0 0;
background: url(../images/telecharger.png) no-repeat 52% 67% var(--bg-form);
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
}
sib-form-label-text[name="iframe_link"] div{
position:relative;
}
sib-form-label-text[name="iframe_link"] div:before{
content: "";
display: block;
width: 19px;
height: 19px;
background: url(../images/bulle_quest.png) no-repeat;
top: 0.4rem;
left: 24%;
position: absolute;
}
select{
padding: 0;
}
option{
border-bottom: 1px solid #DBE2ED;
padding: 1rem;
}
button{
outline: none;
}
/* XXXXXXX MODIF SELECT XXXXXXXXXXXXXXXXXXXXXXXX*/
.ss-main .ss-multi-selected .ss-values, .ss-main .ss-multi-selected, div.ss-main,form .ss-main .ss-multi-selected .ss-values .ss-disabled {
padding: 0;
border-radius: 0;
color: #7A8789;
}
form .ss-main .ss-multi-selected .ss-add{
margin: -5px 12px 0 5px;
}
form .ss-main .ss-multi-selected .ss-values .ss-value{
margin: 0 0.5rem 0 0;
}
/* ----------------- CHECKBOX ---------------------------*/
.ss-list.checkbox{
padding-left: 2.5rem;
color: #818998;
font-weight: lighter;
input[type="checkbox"]{
position: absolute;
left: -1000rem;
}
position: relative;
font-weight: lighter;
}
.ss-list.checkbox label{
font-family: "var(--typo-btn)";
font-size: 1.5rem;
top: 2rem;
left: .5rem;
}
.ss-list.checkbox .ss-option:before, .ss-list.checkbox label:before {
content: "";
position : absolute;
display: block;
width: 1.5rem;
height: 1.5rem;
border: 2px solid #818998;
border-radius: 3px;
left: -2.5rem;
top: .9rem;
.ss-list.checkbox .ss-option.active:after, .ss-list.checkbox label:focus:after {
font-family: "Font Awesome 5 pro";
font-weight: 900;
content: "\f00C";
position : absolute;
display: block;
width: 1.5rem;
height: 1.5rem;
left: -1.95rem;
top: .9rem;
}
}
.ss-list.checkbox label:focus:after{
left: -2.6rem;
top: 0;
}
.ss-list.checkbox label:not(:focus):after
.ss-list.checkbox label+input[type="checkbox"]{
position: absolute;
left: -10000rem;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX header XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
header#header{
background:var(--bg-block);
height: 10rem;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
position: relative;
height: auto;
.avatar{
width: 3rem;
height: 3rem;
border-radius: 50%;
header#header .avatar img, #mentor-resource-detail .avatar img, #mentor-resource-validate .avatar img,
#entrepreneur-resource-detail .avatar img, #mentor-database-resource-detail .avatar img{
header select{
width:12.5rem;
margin-right: 2rem;
border-radius: 50px;
}
header span.ico_search{
padding-right: 0;
input{
width:14.5rem;
margin-right: 2rem;
border-radius: 50px;
padding-right: 3rem;
}
header#header sib-form-dropdown>label>div {
display: none;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX footer XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
footer#footer{
background:var(--bg-block);
height: auto;
box-shadow: 0 2px 10px 0 rgba(0,0,0,0.14);
padding-top: 2rem;
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
}
.logo_footer{
width: 22rem;
text-decoration: none;
}
.textMore{
width: 40%;
}
.logo_footer p{
margin: 1px;
font-weight: bolder;
color:black;
font-size: small;
}
.logo_footer div{
margin-left: 13px;
}
.footer_warning{
padding: 20px;
text-align: center;
margin: 0 auto;
line-height: 3rem;
width: 70%;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX MENU LOGUE XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#header{
background: #152935;
height: 5rem;
#header img{
width: 3rem;
height: 3rem;
border-radius: 50%;
#header .flex, #header>div{
height: 100%;
#header .flex a{
display: inline-block;
font-size: 1.8rem;
font-family: 'var(--typo-btn)';
color: white;
margin: 0 0 0 5rem;
text-decoration: none;
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX HEADER DROPDOWNXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.dropdownWrapper {
display: inline-block;
padding: 0px;
position: relative;
border-radius: 3px;
text-align: center;
}
.dropdownWrapper:hover img{ opacity: .5; }
.dropdownLabel {
cursor: pointer;
}
#header .flex .dropdownPanel {
position: absolute;
background-color: #444C4D;
right: 59%;
top: 5px;
margin-top: 35px;
display: none;
z-index: 2;
ul {
padding: 0;
margin:0;
list-style: none;
}
a {
margin: 0;
}
display: block;
padding: 10px 20px;
text-decoration: none;
color: white;
transition: .5s all ease-in;
cursor: pointer;
}
}
sib-link:hover, a:hover{
background: #2D3132;
}
li:not(last-child){
border-bottom: 1px solid #5E696B;
}
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX PAGE LOG XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.logo{
text-align: center;
margin: 10rem 0 var(--marge-base) 0;
width: 100%;
}
#splash .block_log{
max-width: 30rem;
margin: 0 auto var(--marge-base) auto;
}
.img_log{
margin: 0 0 4rem 0;
}
.button__actions>div {
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX PAGE CREATE COMPTE XXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
figure+figure .img_log{
margin: 0;
}
font-family: 'var(--typo)';
font-size: 2.2rem;
text-align: center;
color: #000;
padding: 0 0 1.5rem 0;
margin: 2rem 0 2rem 0;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX PAGE CREATE COMPTE ENTREPRISE XXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#entrepreneur-new-account sib-form form input[type="submit"]{ //Tempo en fonction champs present
margin-top: 10rem;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXX Home entrepreneur XXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.block_aside_entre{
background: white;
margin-left: 2rem;
padding: 1.5rem;
text-align: center;
p{
color: #152935;
font-size: 1.4rem;
font-weight: bold;
margin: 2rem 0 2rem 0;
}
}
.block-g-entre{
background: white;
padding: 2rem;
}
#entrepreneur-resource-list container, #public-resource-list container, #mentor-database container{
padding-top: 3.5rem;display: block;
sib-form-placeholder-text[name="name_keyword"]{
width: 20%;